156 lines
5.8 KiB
HTML
156 lines
5.8 KiB
HTML
<!DOCTYPE html>
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
<head>
|
|
<title></title>
|
|
<meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
|
|
<script type="text/javascript" src="../internal.js"></script>
|
|
<style type="text/css">
|
|
.warpper {
|
|
position: relative;
|
|
width: 380px;
|
|
height: 100%;
|
|
margin: 10px auto;
|
|
}
|
|
|
|
.tabbody {
|
|
height: 160px;
|
|
}
|
|
|
|
.tabbody table {
|
|
width: 100%;
|
|
border-collapse: separate;
|
|
border-spacing: 3px;
|
|
}
|
|
|
|
.tabbody .panel {
|
|
width: 373px;
|
|
height: 100%;
|
|
padding-left: 5px;
|
|
position: absolute;
|
|
background-color: #fff;
|
|
}
|
|
|
|
.tabbody input.int {
|
|
width: 190px;
|
|
height: 21px;
|
|
border: 1px solid #d7d7d7;
|
|
line-height: 21px;
|
|
}
|
|
|
|
.tabbody input.btn {
|
|
color: #333;
|
|
border: 1px solid #ccc;
|
|
background-color: #fff;
|
|
font-size: 12px;
|
|
display: inline-block;
|
|
padding: 2px 20px;
|
|
margin-bottom: 0;
|
|
font-weight: normal;
|
|
line-height: 1.42857143;
|
|
text-align: center;
|
|
white-space: nowrap;
|
|
vertical-align: middle;
|
|
-ms-touch-action: manipulation;
|
|
touch-action: manipulation;
|
|
cursor: pointer;
|
|
-webkit-user-select: none;
|
|
-moz-user-select: none;
|
|
-ms-user-select: none;
|
|
user-select: none;
|
|
background-image: none;
|
|
border-radius: 4px;
|
|
}
|
|
|
|
.tabbody input.btn:hover,
|
|
.tabbody input.btn:focus {
|
|
color: #333;
|
|
background-color: #e6e6e6;
|
|
border-color: #adadad;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<div class="warpper" id="searchtab">
|
|
<div id="head" class="tabhead">
|
|
<span tabsrc="find" class="focus"><var id="lang_tab_search"></var></span>
|
|
<span tabsrc="replace"><var id="lang_tab_replace"></var></span>
|
|
</div>
|
|
<div class="tabbody">
|
|
<div class="panel" id="find">
|
|
<table style="margin-top: 10px; margin-left: 5px;">
|
|
<tr>
|
|
<td width="80"><var id="lang_search1"></var>: </td>
|
|
<td><input id="findtxt" type="text" class="int" /></td>
|
|
</tr>
|
|
<!--<tr>-->
|
|
<!--<td colspan="2"><span style="color:red"><var id="lang_searchReg"></var></span></td>-->
|
|
<!--</tr>-->
|
|
<tr>
|
|
<td><var id="lang_case_sensitive1"></var></td>
|
|
<td>
|
|
<input id="matchCase" type="checkbox" />
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td colspan="2">
|
|
<input id="nextFindBtn" type="button" class="btn" style="margin-top: 10px;" />
|
|
<input id="preFindBtn" type="button" class="btn" style="margin-top: 10px;" />
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td colspan="2">
|
|
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td colspan="2">
|
|
<span id="search-msg" style="color:red"></span>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</div>
|
|
<div class="panel" id="replace">
|
|
<table style="margin-top: 10px; margin-left: 5px;">
|
|
<tr>
|
|
<td width="80"><var id="lang_search2"></var>: </td>
|
|
<td><input id="findtxt1" type="text" class="int" /></td>
|
|
</tr>
|
|
<!--<tr>-->
|
|
<!--<td colspan="2"><span style="color:red"><var id="lang_searchReg1"></var></span></td>-->
|
|
<!--</tr>-->
|
|
<tr>
|
|
<td><var id="lang_replace"></var>: </td>
|
|
<td><input id="replacetxt" type="text" class="int" /></td>
|
|
</tr>
|
|
<tr>
|
|
<td><var id="lang_case_sensitive2"></var></td>
|
|
<td>
|
|
<input id="matchCase1" type="checkbox" />
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td colspan="2">
|
|
<input id="nextReplaceBtn" type="button" class="btn" style="margin-top: 10px;" />
|
|
<input id="preReplaceBtn" type="button" class="btn" style="margin-top: 10px;" />
|
|
<input id="repalceBtn" type="button" class="btn" style="margin-top: 10px;" />
|
|
<input id="repalceAllBtn" type="button" class="btn" style="margin-top: 10px;" />
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td colspan="2">
|
|
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td colspan="2">
|
|
<span id="replace-msg" style="color:red"></span>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<script type="text/javascript" src="searchreplace.js"></script>
|
|
</body>
|
|
</html>
|