Server IP : 180.180.241.3 / Your IP : 216.73.216.252 Web Server : Microsoft-IIS/7.5 System : Windows NT NETWORK-NHRC 6.1 build 7601 (Windows Server 2008 R2 Standard Edition Service Pack 1) i586 User : IUSR ( 0) PHP Version : 5.3.28 Disable Function : NONE MySQL : ON | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /AppServ/www/news/plugins/editors/tinymce/jscripts/tiny_mce/plugins/searchreplace/ |
Upload File : |
<html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>{$lang_searchreplace_replace_title}</title> <script language="javascript" type="text/javascript" src="../../tiny_mce_popup.js"></script> <script language="javascript" type="text/javascript" src="jscripts/replace.js"></script> <base target="_self" /> </head> <body onload="tinyMCEPopup.executeOnLoad('init();');" style="display: none; margin: 4px;"> <form onsubmit="searchNext('none');return false;" action="#"> <table border="0" cellspacing="0" cellpadding="2"> <tr> <td><label for="searchstring">{$lang_searchreplace_findwhat}</label></td> <td><input type="text" id="searchstring" name="searchstring" style="width: 200px" /></td> </tr> <tr> <td><label for="replacestring">{$lang_searchreplace_replacewith}</label></td> <td><input type="text" id="replacestring" name="replacestring" style="width: 200px" /></td> </tr> <tr> <td colspan="2"><!--<table border="0" cellspacing="0" cellpadding="0"> <tr> <td><label>{$lang_searchreplace_direction}</label></td> <td><input id="backwardsu" name="backwards" class="radio" type="radio" value="true" /></td> <td><label for="backwardsu">{$lang_searchreplace_up}</label></td> <td><input id="backwardsd" name="backwards" class="radio" type="radio" value="false" /></td> <td><label for="backwardsd">{$lang_searchreplace_down}</label></td> </tr> </table>--></td> </tr> <tr> <td colspan="2"><table border="0" cellspacing="0" cellpadding="0"> <tr> <td><input id="casesensitivebox" name="casesensitivebox" class="checkbox" type="checkbox" value="true" /></td> <td><label for="casesensitivebox">{$lang_searchreplace_case}</label></td> </tr> </table></td> </tr> </table> <table border="0" width="300" cellspacing="0" cellpadding="4"> <tr> <td><input id="insertBtn" name="insertBtn" type="button" value="{$lang_searchreplace_findnext}" onclick="searchNext('none');" /></td> <td><input name="replaceBtn" type="button" id="replaceBtn" value="{$lang_searchreplace_replace}" onclick="searchNext('current');" /></td> <td><input name="replaceBtn" type="button" id="replaceAllBtn" value="{$lang_searchreplace_replaceall}" onclick="searchNext('all');" /></td> <td align="right"><input name="cancelBtn" type="button" id="cancelBtn" value="{$lang_searchreplace_cancel}" onclick="cancelAction();" /></td> </tr> </table> </form> </body> </html>