Server : Apache System : Linux iZ2vcgyutqttsd1p850kl8Z 3.10.0-1160.92.1.el7.x86_64 #1 SMP Tue Jun 20 11:48:01 UTC 2023 x86_64 User : www ( 1000) PHP Version : 5.6.40 Disable Function : passthru,exec,system,putenv,chroot,chgrp,chown,shell_exec,popen,proc_open,pcntl_exec,ini_alter,ini_restore,dl,openlog,syslog,readlink,symlink,popepassthru,pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,imap_open,apache_setenv Directory : /www/wwwroot/saimikebio.com/mobile/ecshopjcw/templates/ |
<!-- $Id: language_list.htm 14216 2008-03-10 02:27:21Z testyang $ --> {include file="pageheader.htm"} <div class="form-div"> <form name="searchForm" action="edit_languages.php" method="post" onSubmit="return validate();"> <select name="lang_file">{html_options options=$lang_arr selected=$lang_file}</select> {$lang.enter_keywords}:<input type="text" name="keyword" size="30" /> <input type="submit" value="{$lang.button_search}" class="button" /> <input type="hidden" name="act" value="list" /> </form> </div> <div> <ul style="padding:0; margin: 0; list-style-type:none; color: #CC0000;"> {if $file_attr} <li style="border: 1px solid #CC0000; background: #FFFFCC; padding: 10px; margin-bottom: 5px;" >{$file_attr}</li> {/if} </ul> </div> <form method="post" action="edit_languages.php"> <div class="list-div" id="listDiv"> <table width="100%" cellspacing="1" cellpadding="2" id="list-table"> {if $language_arr} <tr> <th>{$lang.item_name}</th> <th>{$lang.item_value}</th> </tr> {foreach from=$language_arr item=list} <tr> <td width="30%" align="left" class="first-cell"> {$list.item_id}<input type="hidden" name="item_id[]" value="{$list.item_id}" /> </td> <td width="70%"> <input type="text" name="item_content[]" value="{$list.item_content|escape:html}" size="60" /> </td> </tr> <tr style="display:none"> <td width="30%" align="left" class="first-cell"> </td> <td width="70%"> <input type="hidden" name="item[]" value="{$list.item|escape:html}" size="60"/> </td> </tr> {/foreach} <tr> <td colspan="2"> <div align="center"> <input type="hidden" name="act" value="edit" /> <input type="hidden" name="file_path" value="{$file_path}" /> <input type="hidden" name="keyword" value="{$keyword}" /> <input type="submit" value="{$lang.edit_button}" class="button" /> <input type="reset" value="{$lang.reset_button}" class="button" /> </div></td> </tr> <tr> <td colspan="2"><strong>{$lang.notice_edit}</strong></td> </tr> {/if} </table> </div> </form> {literal} <script type="text/javascript" language="JavaScript"> <!-- onload = function() { document.forms['searchForm'].elements['keyword'].focus(); } function validate() { var frm = document.forms['searchForm']; var keyword = frm.elements['keyword'].value; if (keyword.length == 0) { alert(keyword_empty_error); return false; } return true; } //--> </script> {/literal} {include file="pagefooter.htm"}