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_prize_add.html
<!-- $Id: wxch_prize_add.html 201403016 djks $ -->

{include file="wxch_pageheader.htm"}

{insert_scripts files="../data/static/js/utils.js,./js/selectzone.js,./js/colorselector.js"}

<script type="text/javascript" src="../data/static/js/calendar.php?lang={$cfg_lang}"></script>

<link href="../data/static/js/calendar/calendar.css" rel="stylesheet" type="text/css" />



<!-- start goods form -->

<div class="tab-div">

    <!-- tab bar -->

    <div class="tab-div">

        <div id="tabbar-div">

            <p>

                <span class="tab-front" id="one-table">抽奖规则</span>

            </p>

        </div>

        <div id="tabbody-div">

            <form enctype="multipart/form-data" action="" method="post" name="theForm" >

                <!-- 通用信息 -->

                <table width="90%" id="one-table" align="center">

                    <tr>

                        <td class="label">规则名称:</td>

                        <td>

                            <input type="text" name="name" value="{$data.title}" style="float:left;color:;" size="30" />

                            <span class="require-field">*</span>

                        </td>

                    </tr>

                    <tr>

                        <td class="label">抽奖次数:</td>

                        <td>

                            <input type="text" name="num" value="{if $data.num eq 0}1{else}{$data.num}{/if}" style="float:left;color:;" size="5" />

                            <span class="require-field">*</span>

                        </td>

                    </tr>

                    <tr>

                        <td class="label">循环天数:</td>

                        <td>

                            <input type="text" name="loop" value="{if $data.loop eq 0}0{else}{$data.loop}{/if}" style="float:left;color:;" size="5" />

                            <span class="require-field">*</span><span class="notice-span" >0为不循环,循环次数以天计算</span>

                        </td>

                    </tr>

                    <tr>

                        <td class="label">所需积分:</td>

                        <td>

                            <input type="text" name="point" value="{if $data.point eq 0}0{else}{$data.point}{/if}" style="float:left;color:;" size="5" />

                            <span class="require-field">*</span><span class="notice-span" >每次参加活动需要扣取的积分</span>

                        </td>

                    </tr>					

                    <tr>

                        <td class="label">活动项目:</td>

                        <td>

                            <select name="fun">

                                <option value="egg" {if $data.fun eq egg} selected{/if}>砸金蛋</option>

                                <option value="dzp" {if $data.fun eq dzp} selected{/if}>大转盘</option>

                                <!-- <option value="ggk" {if $data.fun eq ggk} selected{/if}>刮刮卡</option> -->

                            </select>

                            <span class="require-field">*</span>

                        </td>

                    </tr>

                    <tr>

                        <td class="label">活动时间:</td>

                        <td>

                            <input name="starttime" type="text" id="starttime" size="12" value='{$starttime}' readonly="readonly" /><input name="selbtn1" type="button" id="selbtn1" onclick="return showCalendar('starttime', '%Y-%m-%d', false, false, 'selbtn1');" value="选择" class="button"/> - <input name="endtime" type="text" id="endtime" size="12" value='{$endtime}' readonly="readonly" /><input name="selbtn2" type="button" id="selbtn2" onclick="return showCalendar('endtime', '%Y-%m-%d', false, false, 'selbtn2');" value="选择" class="button"/>

                        </td>

                    </tr>

                </table>

        </div>

    </div>





    <div class="button-div">

        <input type="hidden" name="act" value="{$form_act}" />

        <input type="hidden" name="pid" value="{$data.pid}" />

        <input type="submit" value="保存" class="button" />

        <input type="reset" value="重置" class="button" />

    </div>





</div>

</form>

<!-- end keywords form -->

{include file="wxch_pagefooter.htm"}