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/setting_second.htm
{include file="pageheader.htm"}
<div class="main-div">
<div class="step2">{$lang.shop_basic_second}</div>
<form enctype="multipart/form-data" action="index.php?act=third" name="theForm" method="post" onsubmit="return validator()" >
  <table cellspacing="1" cellpadding="3" width="100%">
    <tr>
      <td class="micro-label">{$lang.good_category}:</td>
      <td><input type="text" name="good_category" /></td>
    </tr>
    <tr>
      <td class="micro-label">{$lang.good_name}:</td>
      <td><input type="text" name="good_name" /></td>
    </tr>
    <tr>
      <td class="micro-label">{$lang.good_number}:</td>
      <td><input type="text" name="good_number" /></td>
    </tr>
    <tr>
      <td class="micro-label">{$lang.good_brand}:</td>
      <td><input type="text" name="good_brand" /></td>
    </tr>
    <tr>
      <td class="micro-label">{$lang.good_price}:</td>
      <td><input type="text" name="good_price" /></td>
    </tr>
    <tr>
      <td class="micro-label">{$lang.good_intro}:</td>
      <td>
        <input type="checkbox" name="is_best" value="1" checked />{$lang.is_best} 
        <input type="checkbox" name="is_new" value="1" checked />{$lang.is_new}
        <input type="checkbox" name="is_hot" value="1" checked />{$lang.is_hot}
      </td>
    </tr>
    <tr>
      <td class="micro-label">{$lang.good_brief}:</td>
      <td><textarea name="good_brief" cols="40" rows="3"></textarea></td></td>
    </tr>
    <tr>
      <td class="micro-label">{$lang.good_image}:</td>
      <td><input type="file" name="goods_img" /></td>
    </tr>
    <tr>
      <td></td>
      <td>
        <input type="submit" value={$lang.next_step} class="button" />
        <input type="button" value={$lang.skip} onclick="javascript:window.location.href='index.php?act=main'" class="button" />
      </td>
    </tr>
  </table>
</form>
</div>
{insert_scripts files="validator.js"}
<script type="Text/Javascript" language="JavaScript">
<!--
{literal}
onload = function()
{
  /* 检查订单 */
  startCheckOrder();
}

function validator()
{
  var validator = new Validator("theForm");
  validator.required('good_category', good_category_not_null);
  validator.required('good_name', good_name_not_null);
  validator.isNumber('good_number', good_number_not_number, false);
  validator.isNumber('good_price', good_price_not_number, false);
  
  return validator.passed();
}


{/literal}
//-->
</script>
{include file="pagefooter.htm"}