1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
\r
2 <html xmlns="http://www.w3.org/1999/xhtml">
\r
4 <title>{#searchreplace_dlg.replace_title}</title>
\r
5 <script type="text/javascript" src="../../tiny_mce_popup.js"></script>
\r
6 <script type="text/javascript" src="../../utils/mctabs.js"></script>
\r
7 <script type="text/javascript" src="../../utils/form_utils.js"></script>
\r
8 <script type="text/javascript" src="js/searchreplace.js"></script>
\r
9 <link rel="stylesheet" type="text/css" href="css/searchreplace.css" />
\r
11 <body style="display:none;">
\r
12 <form onsubmit="SearchReplaceDialog.searchNext('none');return false;" action="#">
\r
15 <li id="search_tab"><span><a href="javascript:SearchReplaceDialog.switchMode('search');" onmousedown="return false;">{#searchreplace.search_desc}</a></span></li>
\r
16 <li id="replace_tab"><span><a href="javascript:SearchReplaceDialog.switchMode('replace');" onmousedown="return false;">{#searchreplace_dlg.replace}</a></span></li>
\r
20 <div class="panel_wrapper">
\r
21 <div id="search_panel" class="panel">
\r
22 <table border="0" cellspacing="0" cellpadding="2">
\r
24 <td><label for="search_panel_searchstring">{#searchreplace_dlg.findwhat}</label></td>
\r
25 <td><input type="text" id="search_panel_searchstring" name="search_panel_searchstring" style="width: 200px" /></td>
\r
29 <table border="0" cellspacing="0" cellpadding="0" class="direction">
\r
31 <td><label>{#searchreplace_dlg.direction}</label></td>
\r
32 <td><input id="search_panel_backwardsu" name="search_panel_backwards" class="radio" type="radio" /></td>
\r
33 <td><label for="search_panel_backwardsu">{#searchreplace_dlg.up}</label></td>
\r
34 <td><input id="search_panel_backwardsd" name="search_panel_backwards" class="radio" type="radio" checked="checked" /></td>
\r
35 <td><label for="search_panel_backwardsd">{#searchreplace_dlg.down}</label></td>
\r
42 <table border="0" cellspacing="0" cellpadding="0">
\r
44 <td><input id="search_panel_casesensitivebox" name="search_panel_casesensitivebox" class="checkbox" type="checkbox" /></td>
\r
45 <td><label for="search_panel_casesensitivebox">{#searchreplace_dlg.mcase}</label></td>
\r
53 <div id="replace_panel" class="panel">
\r
54 <table border="0" cellspacing="0" cellpadding="2">
\r
56 <td><label for="replace_panel_searchstring">{#searchreplace_dlg.findwhat}</label></td>
\r
57 <td><input type="text" id="replace_panel_searchstring" name="replace_panel_searchstring" style="width: 200px" /></td>
\r
60 <td><label for="replace_panel_replacestring">{#searchreplace_dlg.replacewith}</label></td>
\r
61 <td><input type="text" id="replace_panel_replacestring" name="replace_panel_replacestring" style="width: 200px" /></td>
\r
65 <table border="0" cellspacing="0" cellpadding="0" class="direction">
\r
67 <td><label>{#searchreplace_dlg.direction}</label></td>
\r
68 <td><input id="replace_panel_backwardsu" name="replace_panel_backwards" class="radio" type="radio" /></td>
\r
69 <td><label for="replace_panel_backwardsu">{#searchreplace_dlg.up}</label></td>
\r
70 <td><input id="replace_panel_backwardsd" name="replace_panel_backwards" class="radio" type="radio" checked="checked" /></td>
\r
71 <td><label for="replace_panel_backwardsd">{#searchreplace_dlg.down}</label></td>
\r
78 <table border="0" cellspacing="0" cellpadding="0">
\r
80 <td><input id="replace_panel_casesensitivebox" name="replace_panel_casesensitivebox" class="checkbox" type="checkbox" /></td>
\r
81 <td><label for="replace_panel_casesensitivebox">{#searchreplace_dlg.mcase}</label></td>
\r
91 <div class="mceActionPanel">
\r
92 <input type="submit" id="insert" name="insert" value="{#searchreplace_dlg.findnext}" />
\r
93 <input type="button" class="button" id="replaceBtn" name="replaceBtn" value="{#searchreplace_dlg.replace}" onclick="SearchReplaceDialog.searchNext('current');" />
\r
94 <input type="button" class="button" id="replaceAllBtn" name="replaceAllBtn" value="{#searchreplace_dlg.replaceall}" onclick="SearchReplaceDialog.searchNext('all');" />
\r
95 <input type="button" id="cancel" name="cancel" value="{#cancel}" onclick="tinyMCEPopup.close();" />
\r