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: link_info.htm 16752 2009-10-20 09:59:38Z wangleisvn $ --> {include file="pageheader.htm"} <div class="main-div"> <form action="friend_link.php" method="post" name="theForm" enctype="multipart/form-data" onsubmit="return validate()"> <table width="100%" id="general-table"> <tr> <td class="label"><a href="javascript:showNotice('LogoNameNotic');" title="{$lang.form_notice}"> <img src="images/notice.gif" width="21" height="21" border="0" alt="{$lang.form_notice}"></a>{$lang.link_name}</td> <td> <input type="text" name="link_name" value="{$link_arr.link_name|escape:html}" size="30" /> <br /><span class="notice-span" {if $help_open}style="display:block" {else} style="display:none" {/if} id="LogoNameNotic">{$lang.link_name_desc}</span> </td> </tr> <tr> <td class="label">{$lang.link_url}</td> <td> <input type='text' name='link_url' value='{$link_arr.link_url}' size="30" /> </td> </tr> <tr> <td class="label">{$lang.show_order}</td> <td> <input type='text' name='show_order' {if $link_arr.show_order} value="{$link_arr.show_order}" {else} value="50" {/if} size="30" /> </td> </tr> {if $action eq "add"} <tr> <td class="label">{$lang.link_logo}</td> <td> <input type='file' name='link_img' size="35" /> </td> </tr> <tr> <td class="label"><a href="javascript:showNotice('LogoUrlNotic');" title="{$lang.form_notice}"> <img src="images/notice.gif" width="21" height="21" border="0" alt="{$lang.form_notice}"></a>{$lang.url_logo}</td> <td> <input type='text' name='url_logo' size="42" /> <br /><span class="notice-span" {if $help_open}style="display:block" {else} style="display:none" {/if} id="LogoUrlNotic">{$lang.url_logo_value}</span> </td> </tr> {/if} {if $action eq "edit"} <tr> <td class="label">{$lang.link_logo}</td> <td> <input type='file' name='link_img' size="35" /> </td> </tr> <tr> <td class="label"><a href="javascript:showNotice('LogoUrlNotic');" title="{$lang.form_notice}"> <img src="images/notice.gif" width="21" height="21" border="0" alt="{$lang.form_notice}"></a>{$lang.url_logo}</td> <td> <input type='text' name='url_logo' value="{$link_logo}" size="42" /> <br /><span class="notice-span" {if $help_open}style="display:block" {else} style="display:none" {/if} id="LogoUrlNotic">{$lang.url_logo_value}</span> </td> </tr> {/if} <tr> <td class="label"> </td> <td> <input type="submit" value="{$lang.button_submit}" class="button" /> <input type="reset" value="{$lang.button_reset}" class="button" /> <input type="hidden" name="act" value="{$form_act}" /> <input type="hidden" name="id" value="{$link_arr.link_id}" /> <input type="hidden" name="type" value="{$type}" /> </td> </tr> </table> </form> </div> {insert_scripts files="../data/static/js/utils.js,./js/validator.js"} <script language="JavaScript"> <!-- {literal} /** * 检查表单输入的数据 */ function validate() { validator = new Validator("theForm"); validator.required("link_name", link_name_empty); validator.required("link_url", link_url_empty); validator.isNumber("show_order", show_order_type); return validator.passed(); } onload = function() { // 开始检查订单 startCheckOrder(); } {/literal} //--> </script> {include file="pagefooter.htm"}