You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

101 lines
4.1 KiB

7 years ago
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
  2. "http://www.w3.org/TR/html4/loose.dtd">
  3. <html>
  4. <head>
  5. <title></title>
  6. <meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
  7. <script type="text/javascript" src="../internal.js"></script>
  8. <style type="text/css">
  9. .warpper{ position:relative;width: 380px; height: 100%; margin: 10px auto;}
  10. .tabbody{height: 160px;}
  11. .tabbody table{width:100%;border-collapse: separate;border-spacing: 3px;}
  12. .tabbody .panel{width:373px;height:100%;padding-left: 5px;position: absolute;background-color: #fff;}
  13. .tabbody input.int{ width:190px;height:21px;border:1px solid #d7d7d7;line-height:21px;}
  14. .tabbody input.btn{padding: 0 5px; text-align:center;line-height:24px; text-decoration: none;height:24px;background:url("../../themes/default/images/dialog-title-bg.png") repeat-x;border:1px solid #ccc; }
  15. </style>
  16. </head>
  17. <body>
  18. <div class="warpper" id="searchtab">
  19. <div id="head" class="tabhead">
  20. <span tabsrc="find" class="focus"><var id="lang_tab_search"></var></span>
  21. <span tabsrc="replace" ><var id="lang_tab_replace"></var></span>
  22. </div>
  23. <div class="tabbody">
  24. <div class="panel" id="find">
  25. <table>
  26. <tr>
  27. <td width="80"><var id="lang_search1"></var>: </td>
  28. <td><input id="findtxt" type="text" class="int" /></td>
  29. </tr>
  30. <!--<tr>-->
  31. <!--<td colspan="2"><span style="color:red"><var id="lang_searchReg"></var></span></td>-->
  32. <!--</tr>-->
  33. <tr>
  34. <td><var id="lang_case_sensitive1"></var></td>
  35. <td>
  36. <input id="matchCase" type="checkbox" />
  37. </td>
  38. </tr>
  39. <tr>
  40. <td colspan="2">
  41. <input id="nextFindBtn" type="button" class="btn" />
  42. <input id="preFindBtn" type="button" class="btn" />
  43. </td>
  44. </tr>
  45. <tr>
  46. <td colspan="2">
  47. &nbsp;
  48. </td>
  49. </tr>
  50. <tr>
  51. <td colspan="2">
  52. <span id="search-msg" style="color:red"></span>
  53. </td>
  54. </tr>
  55. </table>
  56. </div>
  57. <div class="panel" id="replace">
  58. <table>
  59. <tr>
  60. <td width="80"><var id="lang_search2"></var>: </td>
  61. <td><input id="findtxt1" type="text" class="int" /></td>
  62. </tr>
  63. <!--<tr>-->
  64. <!--<td colspan="2"><span style="color:red"><var id="lang_searchReg1"></var></span></td>-->
  65. <!--</tr>-->
  66. <tr>
  67. <td><var id="lang_replace"></var>: </td>
  68. <td><input id="replacetxt" type="text" class="int" /></td>
  69. </tr>
  70. <tr>
  71. <td><var id="lang_case_sensitive2"></var></td>
  72. <td>
  73. <input id="matchCase1" type="checkbox" />
  74. </td>
  75. </tr>
  76. <tr>
  77. <td colspan="2">
  78. <input id="nextReplaceBtn" type="button" class="btn" />
  79. <input id="preReplaceBtn" type="button" class="btn" />
  80. <input id="repalceBtn" type="button" class="btn" />
  81. <input id="repalceAllBtn" type="button" class="btn" />
  82. </td>
  83. </tr>
  84. <tr>
  85. <td colspan="2">
  86. &nbsp;
  87. </td>
  88. </tr>
  89. <tr>
  90. <td colspan="2">
  91. <span id="replace-msg" style="color:red"></span>
  92. </td>
  93. </tr>
  94. </table>
  95. </div>
  96. </div>
  97. </div>
  98. <script type="text/javascript" src="searchreplace.js"></script>
  99. </body>
  100. </html>