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_point.html
<!-- $Id: wxch_point.html  2013-10-16 20:13 Z djks $ -->

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">

<head>

    <title>{$lang.cp_home}{if $wxch_lang.ur_here} - {$wxch_lang.ur_here} {/if}</title>

    <meta name="robots" content="noindex, nofollow">

    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

    <link href="styles/general.css" rel="stylesheet" type="text/css" />

    <link href="styles/main.css" rel="stylesheet" type="text/css" />

	{insert_scripts files="../js/jquery-1.9.1.min.js,../js/jquery.json.js"}
    {insert_scripts files="./js/transport_jquery.js,./js/common.js"}

</head>

<body>



<h1>

    <span class="action-span1"><a href="index.php?act=main">{$lang.cp_home}</a> </span><span id="search_id" class="action-span1">{if $wxch_lang.ur_here} - {$wxch_lang.ur_here} {/if}</span>

    <div style="clear:both"></div>

</h1>



{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" />



{if $warning}

<ul style="padding:0; margin: 0; list-style-type:none; color: #CC0000;">

    <li style="border: 1px solid #CC0000; background: #FFFFCC; padding: 10px; margin-bottom: 5px;" >{$warning}</li>

</ul>

{/if}



<!-- start goods form -->

<div class="tab-div">

<!-- tab bar -->

<div id="tabbar-div">

    <p>

        <span class="tab-front" id="general-tab">设置</span>

    </p>

</div>



<!-- tab body -->

<div id="tabbody-div">

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

<!-- 通用信息 -->

<table width="80%" id="general-table" align="center">

    <tr>

        <td class="label"></td>

        <td></td>

        <td align="center">积分值</td>

        <td align="center">有效次数</td>

    </tr>

    {foreach from=$data item=item}

    <tr>

        <td class="label">{$item.name}:</td>

        <td>

            <label><input type="radio" name="autoload[{$item.point_name}]" value="1" {if $item.autoload eq yes}checked{/if}/>开启</label>

            <label><input type="radio" name="autoload[{$item.point_name}]" value="0" {if $item.autoload eq no}checked{/if}/>关闭</label>

        </td>

        <td align="center">

            <label>&nbsp;&nbsp;<input type="text" name="point_value[{$item.point_name}]" value="{$item.point_value}" size="5"/></label>

        </td>

        <td align="center">

            <label>&nbsp;&nbsp;<input type="text" name="point_num[{$item.point_name}]" value="{$item.point_num}" size="5"/></label>

            <input type="hidden" name="point_name[]" value="{$item.point_name}"/>

        </td>

    </tr>

    {/foreach}

</table>





<div class="button-div">

    <input type="submit" value="{$lang.button_submit}" class="button" onclick="validate('{$goods.goods_id}')" />

    <input type="reset" value="{$lang.button_reset}" class="button" />

</div>

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

</form>

</div>

</div>

<!-- end goods form -->

{insert_scripts files="./js/validator.js,./js/tab.js"}



<script language="JavaScript">

var goodsId = '{$goods.goods_id}';

var elements = document.forms['theForm'].elements;

var sz1 = new SelectZone(1, elements['source_select1'], elements['target_select1']);

var sz2 = new SelectZone(2, elements['source_select2'], elements['target_select2'], elements['price2']);

var sz3 = new SelectZone(1, elements['source_select3'], elements['target_select3']);

var marketPriceRate = {$cfg.market_price_rate|default:1};

var integralPercent = {$cfg.integral_percent|default:0};



{literal}

onload = function()

{



    if (document.forms['theForm'].elements['auto_thumb'])

    {

        handleAutoThumb(document.forms['theForm'].elements['auto_thumb'].checked);

    }



    // 检查新订单

    startCheckOrder();

    {/literal}

        {foreach from=$user_rank_list item=item}

        set_price_note({$item.rank_id});

    {/foreach}

        {literal}

        document.forms['theForm'].reset();

    }





    function setAttrList(result, text_result)

    {

        document.getElementById('tbody-goodsAttr').innerHTML = result.content;

    }



            {/literal}

</script>

{include file="wxch_pagefooter.htm"}