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/shaidan_info.htm
{include file="pageheader.htm"}
<div class="main-div">
<form method="post" action="shaidan.php" enctype="multipart/form-data">
<table cellspacing="1" cellpadding="3" width="100%">
  <tr>
    <td class="label">晒单商品:</td>
    <td><input type="text" readonly value="{$goods.goods_name}" size="40"> &nbsp; <a href="../goods.php?id={$goods.goods_id}" target="_blank">查看</a></td>
  </tr>
  <tr>
    <td class="label">标题:</td>
    <td><input type="text" readonly value="{$info.title}" size="40"></td>
  </tr>
  <tr>
    <td class="label">内容:</td>
    <td><div style="border:1px #ddd solid;padding:5px;margin:5px;width:278px;height:auto">{$info.message}</div></td>
  </tr>
  <tr>
    <td class="label">晒单时间:</td>
    <td><input type="text" readonly value="{$info.add_time}" size="40"></td>
  </tr>
  <tr>
    <td class="label">晒单图片:</td>
    <td>
    	<style>
		.shaidan_img, .shaidan_img dt, .shaidan_img dd { padding:0px; margin:0px;}
		.shaidan_img {margin:5px;}
		.shaidan_img dd { margin-bottom:10px; margin-top:5px;}
		</style>
        <!--{foreach from=$shaidan_imgs key=key item=img}-->
        <dl class="shaidan_img"><dt><img src="../{$img.image}"></dt><dd>{$img.desc}</dd></dl>
        <!--{/foreach}-->
    </td>
  </tr>
  <tr>
    <td class="label">晒单信息属于:</td>
    <td><input type="text" readonly value="第{$weizhi}位" size="40"></td>
  </tr>
  <tr>
    <td class="label">晒单图片:</td>
    <td><input type="text" readonly value="共{$imgnum}张" size="40"></td>
  </tr>
  {if $info.is_points eq 1}
  <tr>
    <td class="label">已获得积分:</td>
    <td><input type="text" readonly value="{$info.pay_points}" size="40"></td>
  </tr>
  {else}
  <tr>
    <td class="label">积分数量:</td>
    <td><input type="text" readonly value="{$shop_config.shaidan_pay_points}" size="40"></td>
  </tr>
  <tr>
    <td class="label">赠送积分:</td>
    <td>
    	<input type="radio" name="get_points" value="1" {if $get_points eq 1}checked="checked"{/if} /> 是
        <input type="radio" name="get_points" value="0" {if $get_points eq 0}checked="checked"{/if} /> 否
    </td>
  </tr>
  {/if}
  <tr>
    <td class="label">状态:</td>
    <td>
    	<input type="radio" name="status" value="1" {if $info.status eq 1}checked="checked"{/if} /> 显示
        <input type="radio" name="status" value="0" {if $info.status eq 0}checked="checked"{/if} /> 隐藏
    </td>
  </tr>
  <tr>
    <td class="label"></td>
    <td>
      <input type="submit" class="button" value="{$lang.button_submit}" />
      <input type="reset" class="button" value="{$lang.button_reset}" />
      <input type="hidden" name="act" value="{$form_action}" />
      <input type="hidden" name="shaidan_id" value="{$info.shaidan_id}" />
    </td>
  </tr>
</table>
</form>
</div>
{insert_scripts files="../js/utils.js,validator.js"}
{literal}
<script language="JavaScript">
<!--
document.forms['theForm'].elements['brand_name'].focus();
onload = function()
{
    // 开始检查订单
    startCheckOrder();
}

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