commit | author | age
|
a0109c
|
1 |
<html xmlns="http://www.w3.org/1999/xhtml">
|
S |
2 |
<head>
|
|
3 |
<title>{$lang_searchreplace_search_title}</title>
|
|
4 |
<script language="javascript" type="text/javascript" src="../../tiny_mce_popup.js"></script>
|
|
5 |
<script language="javascript" type="text/javascript" src="jscripts/search.js"></script>
|
|
6 |
<base target="_self" />
|
|
7 |
</head>
|
|
8 |
<body onload="tinyMCEPopup.executeOnLoad('init();');" style="display: none; margin: 4px;">
|
|
9 |
<form onsubmit="searchNext();return false;" action="#">
|
|
10 |
<table border="0" cellspacing="0" cellpadding="2">
|
|
11 |
<tr>
|
|
12 |
<td><label for="searchstring">{$lang_searchreplace_findwhat}</label> <input type="text" id="searchstring" name="searchstring" style="width: 200px" /></td>
|
|
13 |
</tr>
|
|
14 |
<tr>
|
|
15 |
<td><table border="0" cellspacing="0" cellpadding="0">
|
|
16 |
<tr>
|
|
17 |
<td><label>{$lang_searchreplace_direction}</label></td>
|
|
18 |
<td><input id="backwardsu" name="backwards" class="radio" type="radio" value="true" /></td>
|
|
19 |
<td><label for="backwardsu">{$lang_searchreplace_up}</label></td>
|
|
20 |
<td><input id="backwardsd" name="backwards" class="radio" type="radio" value="false" /></td>
|
|
21 |
<td><label for="backwardsd">{$lang_searchreplace_down}</label></td>
|
|
22 |
</tr>
|
|
23 |
</table></td>
|
|
24 |
</tr>
|
|
25 |
<tr>
|
|
26 |
<td><table border="0" cellspacing="0" cellpadding="0">
|
|
27 |
<tr>
|
|
28 |
<td><input id="casesensitivebox" name="casesensitivebox" class="checkbox" type="checkbox" value="true" /></td>
|
|
29 |
<td><label for="casesensitivebox">{$lang_searchreplace_case}</label></td>
|
|
30 |
</tr>
|
|
31 |
</table></td>
|
|
32 |
</tr>
|
|
33 |
</table>
|
|
34 |
<table border="0" width="300" cellspacing="0" cellpadding="4">
|
|
35 |
<tr>
|
|
36 |
<td><input id="insert" name="insert" type="submit" value="{$lang_searchreplace_findnext}" /></td>
|
|
37 |
<td align="right"><input id="cancel" name="cancel" type="button" value="{$lang_searchreplace_cancel}" onclick="cancelAction();" /></td>
|
|
38 |
</tr>
|
|
39 |
</table>
|
|
40 |
</form>
|
|
41 |
</body>
|
|
42 |
</html>
|