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


Current File : /www/wwwroot/saimikebio.com/mobile/ecshopjcw/templates/license.htm
<!-- $Id: sitemap.htm 14216 2008-03-10 02:27:21Z testyang $ -->
{include file="pageheader.htm"}
<div class="main-div">
<p style="padding: 0 10px">{$lang.license_notice}</p>
</div>
{if $is_download eq 1}
<div class="main-div">
<table width="100%">
<form method="POST" action="license.php?act=download" name="theForm">
<tr>
    <td class="label">{$lang.label_certificate_download}</td>
    <td></td>
</tr>
<tr>
    <td class="label">{$lang.label_license_key}</td>
    <td>{$certificate_id}</td>
</tr>
<tr>
    <td></td>
    <td><input type="submit" value="{$lang.download_license}" class="button" /></td>
</tr>
</form>
</table>
</div>
{/if}
<div class="main-div">
<table width="100%">
<form method="POST" action="license.php" enctype="multipart/form-data" name="theForm">
<tr>
    <td class="label">{$lang.label_certificate_reset}</td>
    <td></td>
</tr>
<tr>
    <td class="label">{$lang.label_select_license}</td>
    <td><input type="file" name="license" size="50"></td>
</tr>
<tr>
    <td></td>
    <td><input type="submit" value="{$lang.upload_license}" class="button" /><input type="reset" value="{$lang.button_reset}" class="button" /></td>
</tr>
<input type="hidden" name="act" value="upload">
</form>
</table>
</div>

<div class="main-div">
<table width="100%">
<form method="POST" action="license.php?act=del" name="theForm" onsubmit="return del_check();">
<tr>
    <td class="label">{$lang.label_delete_license}</td>
    <td></td>
</tr>
<tr>
    <td colspan="2">{$lang.delete_license_notice}</td>
</tr>
<tr>
    <td></td>
    <td><input type="submit" value="{$lang.drop}" class="button" /></td>
</tr>
</form>
</table>
</div>
{literal}
<script type="text/javascript" language="JavaScript">
<!--
onload = function()
{

}

function del_check()
{
  if (confirm(del_confirm))
  {
    return true;
  }
  else
  {
    return false;
  }
}
//-->
</script>
{/literal}
{include file="pagefooter.htm"}