aggregate_query_panel.twig 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. <table id="query_Aggregate" class="hide" width="5%" cellpadding="0" cellspacing="0">
  2. <tbody>
  3. <tr>
  4. <td class="frams1" width="10px">
  5. </td>
  6. <td class="frams5" width="99%" >
  7. </td>
  8. <td class="frams2" width="10px">
  9. <div class="bor">
  10. </div>
  11. </td>
  12. </tr>
  13. <tr>
  14. <td class="frams8">
  15. </td>
  16. <td class="input_tab">
  17. <table width="168" class="center" cellpadding="2" cellspacing="0">
  18. <thead>
  19. <tr>
  20. <td colspan="2" class="center nowrap">
  21. <strong>
  22. {% trans 'Aggregate' %}
  23. </strong>
  24. </td>
  25. </tr>
  26. </thead>
  27. <tbody>
  28. <tr>
  29. <td width="58" class="nowrap">
  30. {% trans 'Operator' %}
  31. </td>
  32. <td width="102">
  33. <select name="operator" id="e_operator">
  34. <option value="---" selected="selected">
  35. ---
  36. </option>
  37. <option value="sum" >
  38. SUM
  39. </option>
  40. <option value="min">
  41. MIN
  42. </option>
  43. <option value="max">
  44. MAX
  45. </option>
  46. <option value="avg">
  47. AVG
  48. </option>
  49. <option value="count">
  50. COUNT
  51. </option>
  52. </select>
  53. </td>
  54. </tr>
  55. </tbody>
  56. <tbody>
  57. <tr>
  58. <td colspan="2" class="center nowrap">
  59. <input type="button" id="ok_edit_Aggr" class="butt"
  60. name="Button" value="{% trans 'OK' %}" />
  61. <input id="query_Aggregate_Button" type="button"
  62. class="butt"
  63. name="Button"
  64. value="{% trans 'Cancel' %}" />
  65. </td>
  66. </tr>
  67. </tbody>
  68. </table>
  69. </td>
  70. <td class="frams6">
  71. </td>
  72. </tr>
  73. <tr>
  74. <td class="frams4">
  75. <div class="bor">
  76. </div>
  77. </td>
  78. <td class="frams7">
  79. </td>
  80. <td class="frams3">
  81. </td>
  82. </tr>
  83. </tbody>
  84. </table>