searchreplace.html 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144
  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?aea0c61c"></script>
  8. <style type="text/css">
  9. .warpper {
  10. position: relative;
  11. width: 380px;
  12. height: 100%;
  13. margin: 10px auto;
  14. }
  15. .tabbody {
  16. height: 160px;
  17. }
  18. .tabbody table {
  19. width: 100%;
  20. border-collapse: separate;
  21. border-spacing: 3px;
  22. line-height: 36px;
  23. }
  24. .tabbody .panel {
  25. width: 373px;
  26. height: 100%;
  27. padding-left: 5px;
  28. position: absolute;
  29. background-color: #fff;
  30. }
  31. .tabbody input.int {
  32. width: 190px;
  33. height: 30px;
  34. border: 1px solid #d7d7d7;
  35. line-height: 21px;
  36. border-radius: 3px;
  37. outline: none;
  38. padding: 0 5px;
  39. }
  40. .tabbody input.btn {
  41. text-align: center;
  42. line-height: 28px;
  43. text-decoration: none;
  44. height: 30px;
  45. border: 1px solid #ccc;
  46. background: #FFF;
  47. border-radius: 3px;
  48. padding: 0 5px;
  49. font-size: 12px;
  50. cursor: pointer;
  51. }
  52. </style>
  53. </head>
  54. <body>
  55. <div class="warpper" id="searchtab">
  56. <div id="head" class="tabhead">
  57. <span tabsrc="find" class="focus"><var id="lang_tab_search"></var></span>
  58. <span tabsrc="replace"><var id="lang_tab_replace"></var></span>
  59. </div>
  60. <div class="tabbody">
  61. <div class="panel" id="find">
  62. <table>
  63. <tr>
  64. <td width="80"><var id="lang_search1"></var>:</td>
  65. <td><input id="findtxt" type="text" class="int"/></td>
  66. </tr>
  67. <!--<tr>-->
  68. <!--<td colspan="2"><span style="color:red"><var id="lang_searchReg"></var></span></td>-->
  69. <!--</tr>-->
  70. <tr>
  71. <td><var id="lang_case_sensitive1"></var></td>
  72. <td>
  73. <input id="matchCase" type="checkbox"/>
  74. </td>
  75. </tr>
  76. <tr>
  77. <td colspan="2">
  78. <input id="nextFindBtn" type="button" class="btn"/>
  79. <input id="preFindBtn" type="button" class="btn"/>
  80. </td>
  81. </tr>
  82. <tr>
  83. <td colspan="2">
  84. &nbsp;
  85. </td>
  86. </tr>
  87. <tr>
  88. <td colspan="2">
  89. <span id="search-msg" style="color:red"></span>
  90. </td>
  91. </tr>
  92. </table>
  93. </div>
  94. <div class="panel" id="replace">
  95. <table>
  96. <tr>
  97. <td width="80"><var id="lang_search2"></var>:</td>
  98. <td><input id="findtxt1" type="text" class="int"/></td>
  99. </tr>
  100. <!--<tr>-->
  101. <!--<td colspan="2"><span style="color:red"><var id="lang_searchReg1"></var></span></td>-->
  102. <!--</tr>-->
  103. <tr>
  104. <td><var id="lang_replace"></var>:</td>
  105. <td><input id="replacetxt" type="text" class="int"/></td>
  106. </tr>
  107. <tr>
  108. <td><var id="lang_case_sensitive2"></var></td>
  109. <td>
  110. <input id="matchCase1" type="checkbox"/>
  111. </td>
  112. </tr>
  113. <tr>
  114. <td colspan="2">
  115. <input id="nextReplaceBtn" type="button" class="btn"/>
  116. <input id="preReplaceBtn" type="button" class="btn"/>
  117. <input id="repalceBtn" type="button" class="btn"/>
  118. <input id="repalceAllBtn" type="button" class="btn"/>
  119. </td>
  120. </tr>
  121. <tr>
  122. <td colspan="2">
  123. &nbsp;
  124. </td>
  125. </tr>
  126. <tr>
  127. <td colspan="2">
  128. <span id="replace-msg" style="color:red"></span>
  129. </td>
  130. </tr>
  131. </table>
  132. </div>
  133. </div>
  134. </div>
  135. <script type="text/javascript" src="searchreplace.js?2c3cf2d3"></script>
  136. </body>
  137. </html>