123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341 |
- {Template header}
- <body>
- <div class="warp">
- <div class="title winnone">消息配置 - 添加</div>
- <ul class="setting-UMeditor">
- <em class="datalist">
- <li class="length">
- <em>模板名称:</em>
- <input class="must" value="" name="title" type="text" >
- </li>
- <li>
- <em>是否启用:</em>
- <select name="state" class="select class">
- <option value="1">启用</option>
- <option value="2">不启用</option>
- </select>
- </li>
- <li>
- <em>店铺:</em>
- <select name="shop" class="select class">
- {loop usershop() as $val}
- <option value="{$val['id']}">{$val['shopname']}</option>
- {/loop}
- </select>
- </li>
- <li class="typeemail">
- <em>发送方式:</em>
- <select name="message" class="select class">
- <option value="1">发送邮件</option>
- <option value="2">AE站内信</option>
- <option value="3">TT会话</option>
- </select>
- </li>
- <div class="pttabemail">
- <li class="e1 none">
- <em>Email:</em>
- <select name="email" class="select class">
- {loop $email as $val}
- <option value="{$val['id']}">{$val['smtp_user']}</option>
- {/loop}
- </select>
- </li>
- </div>
- <li class="type">
- <em>模板类型:</em>
- <select name="type" class="select class">
- <option value="1">自动发送</option>
- <option value="2">物流追踪</option>
- <option value="3">营销</option>
- <option value="4">运单号通知</option>
- </select>
- </li>
- </em>
- <div class="pttab">
- <li class="a1 post">
- <em>订单状态:</em>
- <select name="ordertatus" class="select class">
- {loop typeclass(29,$arg) as $val}
- <option value="{$val['id']}">{if $arg==2}{$val['spare']}{else}{$val['title']}{/if}</option>
- {/loop}
- </select>
- </li>
- <li class="a2 none">
- <em>物流状态:</em>
- <select name="logisticstatus" class="select class">
- <option value="2">已取件</option>
- <option value="3">在途中</option>
- <option value="4">即将派送</option>
- <!--<option value="5">派送中</option>-->
- <option value="6">已签收</option>
- <option value="1">派送异常</option>
- </select>
- </li>
- <li class="a3 none">
- <em>发送间隔:</em>
- <input class="must" value="0" name="repeattime" type="text" >(天)
- </li>
- {if $arg > 1}
- <li class="a1 post">
- <em>替换前内容:</em>
- <input value="" name="thq" type="text" >
- </li>
- <li class="a1 post">
- <em>替换后内容:</em>
- <input value="" name="thh" type="text" >
- </li>
- <li class="a1 post">
- <em>模板对应类型:</em>
- <select name="tab" class="select class">
- <option value="0">常规</option>
- <option value="1">金额大于400美元并且无卖家保障</option>
- <option value="4">Item是1,但Quantity大于等于2并且Bill Address不等于Ship Address</option>
- <option value="2" >Item是1,但Quantity大于等于2</option>
- <option value="3">Bill Address不等于Ship Address</option>
- </select>
- </li>
- {/if}
- <li class="a4 none">
- <em>服务类型:</em>
- <div class="checkbox">
- <!-- <span><label><input name="checkboxrows" type="checkbox" value=""><font>全选</font></label></span>-->
- <span class="ckrows"><label><input name="express" type="checkbox" value="1"><font>其它快递</font></label></span>
- <span class="ckrows"><label><input name="express" id="usps" type="checkbox" value="2"><font>USPS</font></label></span>
- </div>
- </li>
- <li class="a4b1 none">
- <em>服务类型:</em>
- <div class="checkbox">
- <!-- <span><label><input name="checkboxrows" type="checkbox" value=""><font>全选</font></label></span>-->
- <span class="ckrows"><label><input name="js" type="checkbox" value="0"><font>FIRST CLASS</font></label></span>
- <span class="ckrows"><label><input name="js" type="checkbox" value="1"><font>PRIORITY</font></label></span>
- <span class="ckrows"><label><input name="js" type="checkbox" value="2"><font>EXPRESS</font></label></span>
- </div>
- </li>
- </div>
- <em class="datalist">
- <li>
- <em>执行时间范围:</em>
- <input id="ktime" class="must" value="" name="ktime" type="text" style="width:25%;">
- <i class="time fa fa-calendar fa-lg"></i> 至 <input id="jtime" class="must" value="" name="jtime" type="text" style="width:25%;"><i class="time fa fa-calendar fa-lg"></i>
- </li>
- <li class="length words">
- <em style="height:160px;">特定标识符:</em>
- <span><font>$userName</font> - 客户姓名</span>
- <span><font>$firstName</font> - 客户名</span>
- <span><font>$orderid</font> - 订单号</span>
- <span><font>$trackingNumber</font> - 运单号</span>
- <span><font>$expressCompany</font> - 快递公司</span>
- <span><font>$expressWebsite</font> - 快递官网</span>
- <span><font>$contactPerson</font> - 收件人</span>
- <span><font>$mobileNo</font> - 收件人电话</span>
- <span><font>$zip</font> - 收件人邮编</span>
- <span><font>$country</font> - 收件人国家</span>
- <span><font>$province</font> - 收件人州</span>
- <span><font>$city</font> - 收件人城市</span>
- <span><font>$recipientAddress</font> - 收件人地址</span>
- {if $arg > 1}
- <span><font>$Sname</font> - Ship Name</span>
- <span><font>$Bname</font> - Bill Name</span>
- <span><font>$ShipAddress</font> - Ship Address</span>
- <span><font>$BillAddress</font> - Bill Address</span>
- <span><font>$Quantity</font> - Quantity</span>
- <span><font>$parameter</font> - 商品属性</span>
- <span><font>$productTitle</font> - 产品标题</span>
- {/if}
- <span><font>$productInfo</font> - 产品信息</span>
- <span><font>$ProductName</font> - 商品名称</span>
- <span><font>$ProductSKU</font> - 产品SKU</span>
- <span><font>$DeliveryTime</font> - 预计送达时间</span>
- </li>
- {if $arg > 1}
- <li class="length">
- <em>邮件标题:</em>
- <input value="" name="emailtitle" type="text" placeholder="部分设置不需要则留空">
- </li>
- {/if}
- <!--
- <li class="length">
- <em>信息内容:</em>
- <textarea name="content" class="none"></textarea>
- <div class="l" style="width:100%">
- </div>
- <ul class="pttabemail message_img" style="float:left;padding-left:2%;width:30%">
- <li class="e2">
- <img alt="Smile" title="Smile" data-entity="/:000" data-meaning="[Smile]" src="https://ae01.alicdn.com/wimg/common/single/emotions/0fixed.png">
- <img alt="Shy" title="Shy" data-entity="/:001" data-meaning="[Shy]" src="https://ae01.alicdn.com/wimg/common/single/emotions/1fixed.png">
- <img alt="Tongue" title="Tongue" data-entity="/:002" data-meaning="[Tongue]" src="https://ae01.alicdn.com/wimg/common/single/emotions/2fixed.png">
- <img alt="Titter" title="Titter" data-entity="/:003" data-meaning="[Titter]" src="https://ae01.alicdn.com/wimg/common/single/emotions/3fixed.png">
- <img alt="Admire" title="Admire" data-entity="/:004" data-meaning="[Admire]" src="https://ae01.alicdn.com/wimg/common/single/emotions/4fixed.png">
- <img alt="Risus" title="Risus" data-entity="/:005" data-meaning="[Risus]" src="https://ae01.alicdn.com/wimg/common/single/emotions/5fixed.png">
- <img alt="Dance" title="Dance" data-entity="/:006" data-meaning="[Dance]" src="https://ae01.alicdn.com/wimg/common/single/emotions/6fixed.png">
- <img alt="Blow a Kiss" title="Blow a Kiss" data-entity="/:007" data-meaning="[Blow a Kiss]" src="https://ae01.alicdn.com/wimg/common/single/emotions/7fixed.png">
- <img alt="Comfort" title="Comfort" data-entity="/:008" data-meaning="[Comfort]" src="https://ae01.alicdn.com/wimg/common/single/emotions/8fixed.png">
- <img alt="Hug" title="Hug" data-entity="/:009" data-meaning="[Hug]" src="https://ae01.alicdn.com/wimg/common/single/emotions/9fixed.png">
- <img alt="Put on steam" title="Put on steam" data-entity="/:010" data-meaning="[Put on steam]" src="https://ae01.alicdn.com/wimg/common/single/emotions/10fixed.png">
- <img alt="Victory" title="Victory" data-entity="/:011" data-meaning="[Victory]" src="https://ae01.alicdn.com/wimg/common/single/emotions/11fixed.png">
- <img alt="Strong" title="Strong" data-entity="/:012" data-meaning="[Strong]" src="https://ae01.alicdn.com/wimg/common/single/emotions/12fixed.png">
- <img alt="Kiss" title="Kiss" data-entity="/:013" data-meaning="[Kiss]" src="https://ae01.alicdn.com/wimg/common/single/emotions/13fixed.png">
- <img alt="Anthomaniac" title="Anthomaniac" data-entity="/:014" data-meaning="[Anthomaniac]" src="https://ae01.alicdn.com/wimg/common/single/emotions/14fixed.png">
- <img alt="Grin" title="Grin" data-entity="/:015" data-meaning="[Grin]" src="https://ae01.alicdn.com/wimg/common/single/emotions/15fixed.png">
- <img alt="Seek" title="Seek" data-entity="/:016" data-meaning="[Seek]" src="https://ae01.alicdn.com/wimg/common/single/emotions/16fixed.png">
- <img alt="Call out" title="Call out" data-entity="/:017" data-meaning="[Call out]" src="https://ae01.alicdn.com/wimg/common/single/emotions/17fixed.png">
- <img alt="Cast accounts" title="Cast accounts" data-entity="/:018" data-meaning="[Cast accounts]" src="https://ae01.alicdn.com/wimg/common/single/emotions/18fixed.png">
- <img alt="Miser" title="Miser" data-entity="/:019" data-meaning="[Miser]" src="https://ae01.alicdn.com/wimg/common/single/emotions/19fixed.png">
- <img alt="Good idea" title="Good idea" data-entity="/:020" data-meaning="[Good idea]" src="https://ae01.alicdn.com/wimg/common/single/emotions/20fixed.png">
- <img alt="Grimace" title="Grimace" data-entity="/:021" data-meaning="[Grimace]" src="https://ae01.alicdn.com/wimg/common/single/emotions/21fixed.png">
- <img alt="Angel" title="Angel" data-entity="/:022" data-meaning="[Angel]" src="https://ae01.alicdn.com/wimg/common/single/emotions/22fixed.png">
- <img alt="Good bye" title="Good bye" data-entity="/:023" data-meaning="[Good bye]" src="https://ae01.alicdn.com/wimg/common/single/emotions/23fixed.png">
- <img alt="Drool" title="Drool" data-entity="/:024" data-meaning="[Drool]" src="https://ae01.alicdn.com/wimg/common/single/emotions/24fixed.png">
- <img alt="Enjoy" title="Enjoy" data-entity="/:025" data-meaning="[Enjoy]" src="https://ae01.alicdn.com/wimg/common/single/emotions/25fixed.png">
- <img alt="Erotomania" title="Erotomania" data-entity="/:026" data-meaning="[Erotomania]" src="https://ae01.alicdn.com/wimg/common/single/emotions/26fixed.png">
- <img alt="Dumbstruck" title="Dumbstruck" data-entity="/:027" data-meaning="[Dumbstruck]" src="https://ae01.alicdn.com/wimg/common/single/emotions/27fixed.png">
- <img alt="Thinking" title="Thinking" data-entity="/:028" data-meaning="[Thinking]" src="https://ae01.alicdn.com/wimg/common/single/emotions/28fixed.png">
- <img alt="Puzzle" title="Puzzle" data-entity="/:029" data-meaning="[Puzzle]" src="https://ae01.alicdn.com/wimg/common/single/emotions/29fixed.png">
- <img alt="Query" title="Query" data-entity="/:030" data-meaning="[Query]" src="https://ae01.alicdn.com/wimg/common/single/emotions/30fixed.png">
- <img alt="No money" title="No money" data-entity="/:031" data-meaning="[No money]" src="https://ae01.alicdn.com/wimg/common/single/emotions/31fixed.png">
- <img alt="Bored" title="Bored" data-entity="/:032" data-meaning="[Bored]" src="https://ae01.alicdn.com/wimg/common/single/emotions/32fixed.png">
- <img alt="Suspect" title="Suspect" data-entity="/:033" data-meaning="[Suspect]" src="https://ae01.alicdn.com/wimg/common/single/emotions/33fixed.png">
- <img alt="Hush" title="Hush" data-entity="/:034" data-meaning="[Hush]" src="https://ae01.alicdn.com/wimg/common/single/emotions/34fixed.png">
- <img alt="Complacent" title="Complacent" data-entity="/:035" data-meaning="[Complacent]" src="https://ae01.alicdn.com/wimg/common/single/emotions/35fixed.png">
- <img alt="Shake head" title="Shake head" data-entity="/:036" data-meaning="[Shake head]" src="https://ae01.alicdn.com/wimg/common/single/emotions/36fixed.png">
- <img alt="Cold" title="Cold" data-entity="/:037" data-meaning="[Cold]" src="https://ae01.alicdn.com/wimg/common/single/emotions/37fixed.png">
- <img alt="Awkward" title="Awkward" data-entity="/:038" data-meaning="[Awkward]" src="https://ae01.alicdn.com/wimg/common/single/emotions/38fixed.png">
- <img alt="Smirk" title="Smirk" data-entity="/:039" data-meaning="[Smirk]" src="https://ae01.alicdn.com/wimg/common/single/emotions/39fixed.png">
- <img alt="Amazed" title="Amazed" data-entity="/:040" data-meaning="[Amazed]" src="https://ae01.alicdn.com/wimg/common/single/emotions/40fixed.png">
- <img alt="However" title="However" data-entity="/:041" data-meaning="[However]" src="https://ae01.alicdn.com/wimg/common/single/emotions/41fixed.png">
- <img alt="Sweat" title="Sweat" data-entity="/:042" data-meaning="[Sweat]" src="https://ae01.alicdn.com/wimg/common/single/emotions/42fixed.png">
- <img alt="Loneliness" title="Loneliness" data-entity="/:043" data-meaning="[Loneliness]" src="https://ae01.alicdn.com/wimg/common/single/emotions/43fixed.png">
- <img alt="Sleepy" title="Sleepy" data-entity="/:044" data-meaning="[Sleepy]" src="https://ae01.alicdn.com/wimg/common/single/emotions/44fixed.png">
- <img alt="Faint" title="Faint" data-entity="/:045" data-meaning="[Faint]" src="https://ae01.alicdn.com/wimg/common/single/emotions/45fixed.png">
- <img alt="Distressed" title="Distressed" data-entity="/:046" data-meaning="[Distressed]" src="https://ae01.alicdn.com/wimg/common/single/emotions/46fixed.png">
- <img alt="Grievance" title="Grievance" data-entity="/:047" data-meaning="[Grievance]" src="https://ae01.alicdn.com/wimg/common/single/emotions/47fixed.png">
- <img alt="Sob" title="Sob" data-entity="/:048" data-meaning="[Sob]" src="https://ae01.alicdn.com/wimg/common/single/emotions/48fixed.png">
- <img alt="Cry" title="Cry" data-entity="/:049" data-meaning="[Cry]" src="https://ae01.alicdn.com/wimg/common/single/emotions/49fixed.png">
- <img alt="Wail" title="Wail" data-entity="/:050" data-meaning="[Wail]" src="https://ae01.alicdn.com/wimg/common/single/emotions/50fixed.png">
- <img alt="Obey" title="Obey" data-entity="/:051" data-meaning="[Obey]" src="https://ae01.alicdn.com/wimg/common/single/emotions/51fixed.png">
- <img alt="Sorry" title="Sorry" data-entity="/:052" data-meaning="[Sorry]" src="https://ae01.alicdn.com/wimg/common/single/emotions/52fixed.png">
- <img alt="Bye" title="Bye" data-entity="/:053" data-meaning="[Bye]" src="https://ae01.alicdn.com/wimg/common/single/emotions/53fixed.png">
- <img alt="Frown" title="Frown" data-entity="/:054" data-meaning="[Frown]" src="https://ae01.alicdn.com/wimg/common/single/emotions/54fixed.png">
- <img alt="So tired" title="So tired" data-entity="/:055" data-meaning="[So tired]" src="https://ae01.alicdn.com/wimg/common/single/emotions/55fixed.png">
- <img alt="Fall ill" title="Fall ill" data-entity="/:056" data-meaning="[Fall ill]" src="https://ae01.alicdn.com/wimg/common/single/emotions/56fixed.png">
- <img alt="Vomit" title="Vomit" data-entity="/:057" data-meaning="[Vomit]" src="https://ae01.alicdn.com/wimg/common/single/emotions/57fixed.png">
- <img alt="Fall on evil days" title="Fall on evil days" data-entity="/:058" data-meaning="[Fall on evil days]" src="https://ae01.alicdn.com/wimg/common/single/emotions/58fixed.png">
- <img alt="Surprised" title="Surprised" data-entity="/:059" data-meaning="[Surprised]" src="https://ae01.alicdn.com/wimg/common/single/emotions/59fixed.png">
- <img alt="Stunned" title="Stunned" data-entity="/:060" data-meaning="[Stunned]" src="https://ae01.alicdn.com/wimg/common/single/emotions/60fixed.png">
- <img alt="Shut up" title="Shut up" data-entity="/:061" data-meaning="[Shut up]" src="https://ae01.alicdn.com/wimg/common/single/emotions/61fixed.png">
- <img alt="Due to flat" title="Due to flat" data-entity="/:062" data-meaning="[Due to flat]" src="https://ae01.alicdn.com/wimg/common/single/emotions/62fixed.png">
- <img alt="Despise you" title="Despise you" data-entity="/:063" data-meaning="[Despise you]" src="https://ae01.alicdn.com/wimg/common/single/emotions/63fixed.png">
- <img alt="Rage" title="Rage" data-entity="/:064" data-meaning="[Rage]" src="https://ae01.alicdn.com/wimg/common/single/emotions/64fixed.png">
- <img alt="Angry" title="Angry" data-entity="/:065" data-meaning="[Angry]" src="https://ae01.alicdn.com/wimg/common/single/emotions/65fixed.png">
- <img alt="Mammon" title="Mammon" data-entity="/:066" data-meaning="[Mammon]" src="https://ae01.alicdn.com/wimg/common/single/emotions/66fixed.png">
- <img alt="Learn from lei feng" title="Learn from lei feng" data-entity="/:067" data-meaning="[Learn from lei feng]" src="https://ae01.alicdn.com/wimg/common/single/emotions/67fixed.png"><img alt="Wishing you prosperity" title="Wishing you prosperity" data-entity="/:068" data-meaning="[Wishing you prosperity]" src="https://ae01.alicdn.com/wimg/common/single/emotions/68fixed.png">
- <img alt="Waiter" title="Waiter" data-entity="/:069" data-meaning="[Waiter]" src="https://ae01.alicdn.com/wimg/common/single/emotions/69fixed.png">
- <img alt="Boss" title="Boss" data-entity="/:070" data-meaning="[Boss]" src="https://ae01.alicdn.com/wimg/common/single/emotions/70fixed.png">
- <img alt="Evil" title="Evil" data-entity="/:071" data-meaning="[Evil]" src="https://ae01.alicdn.com/wimg/common/single/emotions/71fixed.png">
- <img alt="Challenge" title="Challenge" data-entity="/:072" data-meaning="[Challenge]" src="https://ae01.alicdn.com/wimg/common/single/emotions/72fixed.png">
- <img alt="CS" title="CS" data-entity="/:073" data-meaning="[CS]" src="https://ae01.alicdn.com/wimg/common/single/emotions/73fixed.png">
- <img alt="Invisible man" title="Invisible man" data-entity="/:074" data-meaning="[Invisible man]" src="https://ae01.alicdn.com/wimg/common/single/emotions/74fixed.png">
- <img alt="Bomb" title="Bomb" data-entity="/:075" data-meaning="[Bomb]" src="https://ae01.alicdn.com/wimg/common/single/emotions/75fixed.png">
- <img alt="Scream" title="Scream" data-entity="/:076" data-meaning="[Scream]" src="https://ae01.alicdn.com/wimg/common/single/emotions/76fixed.png">
- <img alt="Beautiful girl" title="Beautiful girl" data-entity="/:077" data-meaning="[Beautiful girl]" src="https://ae01.alicdn.com/wimg/common/single/emotions/77fixed.png">
- <img alt="Handsome boy" title="Handsome boy" data-entity="/:078" data-meaning="[Handsome boy]" src="https://ae01.alicdn.com/wimg/common/single/emotions/78fixed.png">
- <img alt="Fortune cat" title="Fortune cat" data-entity="/:079" data-meaning="[Fortune cat]" src="https://ae01.alicdn.com/wimg/common/single/emotions/79fixed.png">
- <img alt="Deal" title="Deal" data-entity="/:080" data-meaning="[Deal]" src="https://ae01.alicdn.com/wimg/common/single/emotions/80fixed.png">
- <img alt="Handclap" title="Handclap" data-entity="/:081" data-meaning="[Handclap]" src="https://ae01.alicdn.com/wimg/common/single/emotions/81fixed.png">
- <img alt="Handshake" title="Handshake" data-entity="/:082" data-meaning="[Handshake]" src="https://ae01.alicdn.com/wimg/common/single/emotions/82fixed.png">
- <img alt="Lips" title="Lips" data-entity="/:083" data-meaning="[Lips]" src="https://ae01.alicdn.com/wimg/common/single/emotions/83fixed.png">
- <img alt="Rose" title="Rose" data-entity="/:084" data-meaning="[Rose]" src="https://ae01.alicdn.com/wimg/common/single/emotions/84fixed.png">
- <img alt="Wither" title="Wither" data-entity="/:085" data-meaning="[Wither]" src="https://ae01.alicdn.com/wimg/common/single/emotions/85fixed.png">
- <img alt="Heart" title="Heart" data-entity="/:086" data-meaning="[Heart]" src="https://ae01.alicdn.com/wimg/common/single/emotions/86fixed.png">
- <img alt="Heartbreak" title="Heartbreak" data-entity="/:087" data-meaning="[Heartbreak]" src="https://ae01.alicdn.com/wimg/common/single/emotions/87fixed.png">
- <img alt="Money" title="Money" data-entity="/:088" data-meaning="[Money]" src="https://ae01.alicdn.com/wimg/common/single/emotions/88fixed.png">
- <img alt="Shopping" title="Shopping" data-entity="/:089" data-meaning="[Shopping]" src="https://ae01.alicdn.com/wimg/common/single/emotions/89fixed.png">
- <img alt="Gift" title="Gift" data-entity="/:090" data-meaning="[Gift]" src="https://ae01.alicdn.com/wimg/common/single/emotions/90fixed.png">
- <img alt="Email" title="Email" data-entity="/:091" data-meaning="[Email]" src="https://ae01.alicdn.com/wimg/common/single/emotions/91fixed.png">
- <img alt="Phone" title="Phone" data-entity="/:092" data-meaning="[Phone]" src="https://ae01.alicdn.com/wimg/common/single/emotions/92fixed.png">
- <img alt="Cheers" title="Cheers" data-entity="/:093" data-meaning="[Cheers]" src="https://ae01.alicdn.com/wimg/common/single/emotions/93fixed.png">
- <img alt="Clock" title="Clock" data-entity="/:094" data-meaning="[Clock]" src="https://ae01.alicdn.com/wimg/common/single/emotions/94fixed.png">
- <img alt="Waiting" title="Waiting" data-entity="/:095" data-meaning="[Waiting]" src="https://ae01.alicdn.com/wimg/common/single/emotions/95fixed.png">
- <img alt="Late" title="Late" data-entity="/:096" data-meaning="[Late]" src="https://ae01.alicdn.com/wimg/common/single/emotions/96fixed.png">
- <img alt="Plane" title="Plane" data-entity="/:097" data-meaning="[Plane]" src="https://ae01.alicdn.com/wimg/common/single/emotions/97fixed.png">
- <img alt="Alipay" title="Alipay" data-entity="/:098" data-meaning="[Alipay]" src="https://ae01.alicdn.com/wimg/common/single/emotions/98fixed.png">
- </li>
- </ul>
- </li>
- -->
- <textarea name="content" class="none"></textarea>
- </em>
- <div style="clear:both;"></div>
- </ul>
- {load_editor('content','-50px','300px');}
- <input id="hide" type="text" style='opacity: 0'>
- <div class="button"><font class="produtdata">提 交</font> <font class="fh">关 闭</font></div>
- </div>
- <script>
- $(document).ready(function() {
- var index1 = $("select[name=type]").find("option:selected").val();
- var index2 = $("select[name=message]").find("option:selected").val();
- $(".pttab li").hide(); $(".pttab li").removeClass("post");
- $(".pttabemail li").hide(); $(".pttabemail li").removeClass("post");
- $(".a"+index1).show();$(".a"+index1).addClass("post");
- $(".e"+index2).show();$(".e"+index2).addClass("post");
- if($("#usps").prop("checked"))
- {
- $(".a4b1").show()
- }
- else
- {
- $(".a4b1").hide()
- }
- });
- $(".a4 input").bind("click", function() {
- if($("#usps").prop("checked"))
- {
- $(".a4b1").show();
- $(".a4b1").addClass("post");
- }
- else
- {
- $(".a4b1").hide();
- $(".a4b1").removeClass("post");
- }
- })
- $(".typeemail select").change(function(){
- var index = $(this).find("option:selected").val();
- $(".pttabemail li").hide(); $(".pttabemail li").removeClass("post");
- $(".e"+index).show();$(".e"+index).addClass("post");
- $("select[name=carried]").find("option").first().prop("selected", true);
- });
- $('.words font').click(function(){
- $("#hide").val($(this).html());//这里可以获取动态数据赋值给$("#hide").val()
- $("#hide").select();
- try {var state = document.execCommand("copy");}
- catch(err){var state = false;}
- if(state){
- layx.msg('复制成功!',{dialogIcon:'success'});
- }
- })
- var addedit="/notice/add/";$(function () { $("#ktime").calendar(); $("#jtime").calendar();$("#marketing").calendar();});
- </script>
- <script type="text/javascript" src="{$theme}js/time.js"></script>
- {Template footer}
|