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/wxch_ver.html
<!-- $Id: wxch_fun_info.htm 17126 2013-11-16 10:30:26Z djks $ -->
{include file="wxch_pageheader.htm"}
<script type="text/javascript" src="../js/calendar.php?lang={$cfg_lang}"></script>
<link href="../js/calendar/calendar.css" rel="stylesheet" type="text/css" />

<div class="list-div">
    <form name="theForm">
        <table cellpadding="3" cellspacing="1">
            <tr>
                <td colspan="4"><span style="color:#FF0000;"><strong>{$lang.confirm_convert}</strong></span><br />
                    {$lang.backup_data}<a href="database.php?act=backup"><strong>{$lang.backup}</strong></a></td>
            </tr>
            <tr>
                <td colspan="4">{$lang.select_system}
                    <select name="selModule" id="selModule">
                        {foreach from=$module_list item=module}
                        <option value="{$module.code}">{$module.desc}</option>
                        {/foreach}
                    </select>
                    {$lang.note_select_system}</td>
            </tr>
            <tr>
                <td colspan="4">{$lang.select_charset}
                    <select name="selCharset" id="selCharset">
                        {html_options options=$charset_list}
                    </select>
                    {$lang.note_select_charset}</td>
            </tr>
            <tr>
                <td colspan="4"><strong>{$lang.your_config}</strong><br />{$lang.dir_notes}</td>
            </tr>
            <tr>
                <td><div align="right"><strong>{$lang.your_host}</strong></div></td>
                <td><input name="host" type="text" id="host" value="{$def_val.host}" /></td>
                <td><div align="right"><strong>{$lang.your_db}</strong></div></td>
                <td><input name="db" type="text" id="db" value="{$def_val.db}" /></td>
            </tr>
            <tr>
                <td><div align="right"><strong>{$lang.your_user}</strong></div></td>
                <td><input name="user" type="text" id="user" value="{$def_val.user}" /></td>
                <td><div align="right"><strong>{$lang.your_pass}</strong></div></td>
                <td><input name="pass" type="password" id="pass" value="{$def_val.pass}" /></td>
            </tr>
            <tr>
                <td><div align="right"><strong>{$lang.your_prefix}</strong></div></td>
                <td><input name="prefix" type="text" id="prefix" value="{$def_val.prefix}" /></td>
                <td><div align="right"><strong>{$lang.your_path}</strong></div></td>
                <td><input name="path" type="text" id="path" value="{$def_val.path}" /></td>
            </tr>
            <tr>
                <td colspan="4"><div align="center">
                    <input name="convert" type="button" class="button" id="convert" onclick="convertData()" value="{$lang.convert}" />
                </div></td>
            </tr>
            <tr>
                <td colspan="4"><span id="status_1"></span><br /><span id="status_2"></span><br /><span id="status_3"></span></td>
            </tr>
            <tr>
                <td colspan="4"><strong>{$lang.remark}</strong><br />{$lang.remark_info}</td>
            </tr>
        </table>
    </form>
</div>

{include file="wxch_pagefooter.htm"}