主要是修改一下内容页模版,播放页的可以照着写。
示例是根据gxcms1.4的内容页模版修改(template\default\Home\video_detail.html)。修改前注意备份。修改成功了的留个言。
修改前:
<gt name="countdown" value="0"><div class="play_list">
<p class="title">下载列表:</p>
<div id="plist">
<ul class="split-list">
<gxfor name="downlist" id="video">
<li><a href="{$video.playpath}" target="_blank">[{$video.playname}]</a></li>
</gxfor>
</ul>
</div>
</div>
<gt>
修改后:
<gt name="countdown" value="0"><div class="play_list">
<p class="title">下载列表:</p><script type="text/javascript" src="http://pstatic.xunlei.com/js/webThunderDetect.js"></script><script type="text/javascript" src="http://pstatic.xunlei.com/js/base64.js"></script>
<div id="plist">
<ul class="split-list">
<gxfor name="downlist" id="video">
<script type="text/javascript">thunder_url = ThunderEncode(decodeURIComponent("{$video.playpath|rawurlencode}"));document.write('<li><a href="#" thunderHref="' + thunder_url + '" thunderPid="102102" thunderResTitle="{$video.playname}" onClick="return OnDownloadClick_Simple(this,2,4)" oncontextmenu="ThunderNetwork_SetHref(this)">[{$video.playname}]</a></li>'); </script>
</gxfor>
</ul>
</div>
</div></gt>
- 相关文章
- 查看评论:(2)
【已经有2位大神发现了看法】
- [分享]宝塔面板 v7.8.0 降级 v7.7.0 教程及解除强制绑定手机的方法 2022-01-14
- [分享]ubuntu上shell脚本实现mysql数据备份 2017-03-23
- [原创]Plupload 中文插件(zh-cn.js简体语言),以及加载使用方法 2014-09-22
- [分享]Plupload多文件上传开发利器(部分中文注释) 2014-09-22
- [分享]全局标签/条件判断(If Switch Empty),飞飞CMS2.0标签 2013-11-28
- [分享]导航菜单循环标签,飞飞CMS2.0标签 2013-11-28
- [分享]友情链接循环标签,飞飞CMS2.0标签 2013-11-28
- [分享]留言模块调用标签,飞飞CMS2.0标签 2013-11-28
- [分享]评论模块调用标签,飞飞CMS2.0标签 2013-11-28
- [分享]自定义标签使用方法及定义,飞飞CMS2.0标签 2013-11-28
发表评论: