where_query_panel.twig 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105
  1. <table id="query_where" 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. WHERE
  23. </strong>
  24. </td>
  25. </tr>
  26. </thead>
  27. <tbody id="rename_to">
  28. <tr>
  29. <td width="58" class="nowrap">
  30. {% trans 'Operator' %}
  31. </td>
  32. <td width="102">
  33. <select name="erel_opt" id="erel_opt">
  34. <option value="--" selected="selected">
  35. --
  36. </option>
  37. <option value="=" >
  38. =
  39. </option>
  40. <option value="&gt;">
  41. &gt;
  42. </option>
  43. <option value="&lt;">
  44. &lt;
  45. </option>
  46. <option value="&gt;=">
  47. &gt;=
  48. </option>
  49. <option value="&lt;=">
  50. &lt;=
  51. </option>
  52. <option value="NOT">
  53. NOT
  54. </option>
  55. <option value="IN">
  56. IN
  57. </option>
  58. <option value="EXCEPT">
  59. {% trans 'Except' %}
  60. </option>
  61. <option value="NOT IN">
  62. NOT IN
  63. </option>
  64. </select>
  65. </td>
  66. </tr>
  67. <tr>
  68. <td class="nowrap">
  69. {% trans 'Value' %}
  70. <br />
  71. {% trans 'subquery' %}
  72. </td>
  73. <td>
  74. <textarea id="eQuery" cols="18">
  75. </textarea>
  76. </td>
  77. </tr>
  78. </tbody>
  79. <tbody>
  80. <tr>
  81. <td colspan="2" class="center nowrap">
  82. <input type="button" id="ok_edit_where" class="butt"
  83. name="Button" value="{% trans 'OK' %}" />
  84. <input id="query_where_button" type="button" class="butt" name="Button"
  85. value="{% trans 'Cancel' %}" />
  86. </td>
  87. </tr>
  88. </tbody>
  89. </table>
  90. </td>
  91. <td class="frams6">
  92. </td>
  93. </tr>
  94. <tr>
  95. <td class="frams4">
  96. <div class="bor">
  97. </div>
  98. </td>
  99. <td class="frams7">
  100. </td>
  101. <td class="frams3">
  102. </td>
  103. </tr>
  104. </tbody>
  105. </table>