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/ecshopjcw/templates/
Upload File :
Current Directory [ Writeable ] Root Directory [ Writeable ]


Current File : /www/wwwroot/saimikebio.com/ecshopjcw/templates/templates_backup.htm
<!-- $Id: templates_backup.htm 14216 2008-03-10 02:27:21Z testyang $ -->
{include file="pageheader.htm"}
<!-- start templates list -->
<div class="list-div">
  <table width="100%" cellpadding="3" cellspacing="1">
  <tr><th>{$lang.cur_setting_template}</th></tr>
  {if $files}
  <tr><td>
    <form action="template.php" method="post" >
    <table>
      <tr>
        <td colspan="2"><input type="checkbox" name="chkall" onclick="checkall(this.form, 'files[]')"><strong>{$lang.select_all}<strong></td>
      </tr>
      <tr>
      {foreach from=$files item=file key=key name=template}
      {if $smarty.foreach.template.iteration > 1 and ($smarty.foreach.template.iteration-1)%3 eq 0 }
        </tr><tr>
      {/if}
      <td><input type="checkbox" name="files[]" value="{$key}" >{$file}</td>
      {if $smarty.foreach.template.last}
        {if $smarty.foreach.template.iteration%3 eq 0}
          </tr>
        {elseif $smarty.foreach.template.iteration%3 eq 1 }
          <td>&nbsp;</td><td>&nbsp;</td></tr>
        {else}
           <td>&nbsp;</td></tr>
        {/if}
      {/if}
      {/foreach}
      <tr>
        <td colspan="3" >{$lang.remarks}:&nbsp;&nbsp;<input type="text" name="remarks" size="40" /></td>
      </tr>
      <tr>
      <td colspan="3" /><input type="hidden" name="act" value="act_backup_setting" /><input type="submit" value="{$lang.backup_setting}" class="button" /><td>
      </tr>
    </table>
    </form>
  </td></tr>
  {else}
  <tr><td colspan="2" align="center">{$lang.no_setting_template}</td></tr>
  {/if}
  <tr><th>{$lang.cur_backup}</th></tr>
  {foreach from=$list item=remarks}
  <tr><td><span style="float:right"><a href="template.php?act=restore_backup&remarks={$remarks.url}">{$lang.restore}</a>&nbsp;&nbsp;<a href="template.php?act=del_backup&remarks={$remarks.url}">{$lang.remove}</a></span>{$remarks.content}</td></tr>
  {foreachelse}
  <tr><td colspan="2" align="center">{$lang.no_backup}</td></tr>
  {/foreach}
  </table>
</div>
<!-- end templates list -->

<script language="JavaScript">
<!--
{literal}

onload = function()
{
  // 开始检查订单
  startCheckOrder();
}

function checkall(frm, chk)
{
    for (i = 0; i < frm.elements.length; i++)
    {
        if (frm.elements[i].name == chk)
        {
            frm.elements[i].checked = frm.elements['chkall'].checked;
        }
    }
}

//-->
{/literal}
</script>
{include file="pagefooter.htm"}