|
主题:[分享]KESIONCMS新闻签收代码,需要的进*_* [收藏主题] | 转到: |
要放签收功能的话,以下代码放到模板内容页
<!-------新闻签收代码,如果没有使用此功能请自行删除-----------> <script> var channelid=null; var infoid=null; jQuery(document).ready(function(){ channelid=jQuery("#s_channelid").val(); infoid=jQuery("#s_infoid").val(); loading(1); }) function loading(p){ jQuery("#showSign").load("{$GetInstallDir}plus/dz.qs.asp?infoid="+infoid+"&channelid="+channelid+"&page="+p); } function SignOk(){ var signcontent=jQuery("#signcontent").val(); if (signcontent==''){ $.dialog.alert('请输入签收内容!'); return ; } jQuery.ajax({ url: "/plus/dz.qs.asp", cache: false, data: "action=savesign&infoid="+infoid+"&channelid="+channelid+"&signcontent="+escape(signcontent), success: function(r){ r=unescape(r); var arrobj=r.split('|'); $.dialog.alert(arrobj[1]); loading(1); } }); } </script> <style> .about_list{line-height:24px;} .about_list a{color:#005599;} .about_list{ padding:10px;} .about_article img{ padding-right:10px;} .title{font-weight:bold;color:#006699;font-size:14px;margin-top:10px; margin-bottom:10px;} .user_name span{ border:#d8d8d8 1px solid; display:block; float:left; width:95px; height:25px; line-height:25px; overflow:hidden;text-align:center;margin:2px} .title a:link,.title a:visited{color:#092857;} </style> <div class="otherNews"> <h2>新闻签收:</h2> <div class="about_list"> <div id="showSign"><Img src="{$GetInstallDir}images/loading.gif"></div> <input type="hidden" value="{$InfoID}" id="s_infoid"> <input type="hidden" value="{$ChannelID}" id="s_channelid"> </div> </div> <!---------签收代码结束--------> |
|
为了您的正当权益,请您通过正规渠道购买正版软件,严厉打击盗版软件! 售前咨询客服QQ:9537636 4000080263科汛官方站:www.kesion.com | |
支持(0) | 反对(0) 顶端 底部 |
支持(0) | 反对(0) 顶端 底部 |
支持(0) | 反对(0) 顶端 底部 |
支持(0) | 反对(0) 顶端 底部 |
支持(0) | 反对(0) 顶端 底部 |
支持(0) | 反对(0) 顶端 底部 |
<上一主题 | 下一主题 > |