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: optimize.htm 14216 2008-03-10 02:27:21Z testyang $ --> {include file="pageheader.htm"} {if $act == optimize} <!-- start form --> <div class="form-div"> <form method="post" action="database.php" name="theForm"> {$lang.chip_count}:{$num} <input type="submit" value="{$lang.start_optimize}" class="button" /> <input type= "hidden" name= "num" value = "{$num}"> <input type= "hidden" name="act" value = "run_optimize"> </form> </div> <!-- end form --> <!-- start list --> <div class="list-div" id="listDiv"> <table cellspacing='1' cellpadding='3' id='listTable'> <tr> <th>{$lang.table}</th> <th>{$lang.type}</th> <th>{$lang.rec_num}</th> <th>{$lang.rec_size}</th> <th>{$lang.rec_chip}</th> <th>{$lang.charset}</th> <th>{$lang.status}</th> </tr> {foreach from=$list item=item} <tr> <td class="first-cell">{$item.table}</td> <td align ="left">{$item.type}</td> <td align ="right">{$item.rec_num}</td> <td align ="right">{$item.rec_size}</td> <td align ="right">{$item.rec_chip}</td> <td align ="left">{$item.charset}</td> <td align ="left">{$item.status}</td> </tr> {/foreach} </table> </div> <!-- end list --> {/if} {if $act == show_tables} <div class="list-div" id="listDiv"> <table cellspacing='1' cellpadding='3' id='listTable'> <tr> <th>字段</th> <th>类型</th> <th>是否非空</th> <th>键值</th> <th>默认</th> <th>额外</th> </tr> {foreach from=$list item=item} <tr> <td class="first-cell">{$item.Field}</td> <td align ="left">{$item.Type}</td> <td align ="right">{$item.Null}</td> <td align ="right">{$item.Key}</td> <td align ="right">{$item.Default}</td> <td align ="left">{$item.Extra}</td> </tr> {/foreach} </table> </div> {/if} {literal} <script type="Text/Javascript" language="JavaScript"> <!-- onload = function() { // 开始检查订单 startCheckOrder(); } //--> </script> {/literal} {include file="pagefooter.htm"}