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/website_install.htm
{include file="pageheader.htm"} <!-- 安装程序 -->
{insert_scripts files="validator.js"}
<div class="main-div">


<form action="website.php" method="post" onSubmit="return checkForm(this)">
<table cellspacing="1" cellpadding="3" width="100%">
	{foreach from=$info.config item=val key=key}
	<tr>
    	<th>
        {if $lang.help.$val.name}
        <a href="javascript:showNotice('app_key_{$key}');" title="{$lang.form_notice}">
        
        <img src="images/notice.gif" width="21" height="21" border="0" alt="{$lang.form_notice}"></a>
        {/if}
        {if $lang.$val.name}
        {$lang.$val.name}
        {else}
        {$val.name}
        {/if}
        </th>
        <td><input name="jntoo[{$val.name}]" type="{$val.type}" value="{if $config.$val.name}{$config.$val.name}{else}{$$val.value}{/if}" size="45" /><br>
        	{if $lang.help.$val.name}
            	<span class="notice-span" id="app_key_{$key}">{$lang.help.$val.name}</span>
            {/if}
        </td>
    </tr>
    {/foreach}
    
    
    <tr>
    	<th><a href="javascript:showNotice('user_rank');" title="{$lang.form_notice}"><img src="images/notice.gif" width="21" height="21" border="0" alt="{$lang.form_notice}"></a>{$lang.user_rank}</th>
        <td><input name="rank_name" type="text" value="{$rank.rank_name}" size="30" />
        	<input type="hidden" name="olb_rank_name" value="{$rank.rank_name}" />
        	<input type="hidden" name="rank_id" value="{$rank.rank_id}" /><br>
            <span class="notice-span" id="user_rank">{$lang.help_rank_name}</span>
        </td>
    </tr>
    <tr>
    	<th>{$lang.website_web}</th>
        <td>
        	<a href="{$info.website}" target="_blank">{$lang.once}</a>
        </td>
    </tr>
    
    <tr>
    	<th colspan="2">
        	<input type="hidden" name="type" value="{$type}" />
            <input type="hidden" name="act" value="{$act}" />
        	<input type="submit" value="{$lang.button_submit}"  class="button" />
            <input type="button" onClick="window.history.go(-1)" value="{$lang.cancel}" class="button" />
            
        </th>
    </tr>
</table>
</form>
</div>

{include file="pagefooter.htm"}