藏茗山學院
安全可靠、性能穩定、追求極致的用戶體驗
JEECMSv9.x常用功能標簽大全
內容頁
新聞內容head
<meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
<meta content="${content.tagStr!}" http-equiv="keywords" />
<meta content="${content.description!}" http-equiv="description"/>
<script src="${resSys}/jquery.js" type="text/javascript"></script>
<script src="${resSys}/front.js" type="text/javascript"></script>
<script type="text/javascript">
$(function() {
Cms.checkPerm("${base}","${content.id}");
Cms.collectCsi("${base}","collectCsiDiv","collect_csi","${content.id}");
Cms.attachment("${base}","${content.id}","${content.attachments?size}","attach");
Cms.viewCount("${base}","${content.id}");
Cms.siteFlow("${base}", location.href, document.referrer,"${site.config.flowSwitch?string}");
});
</script>
Head導入上述內容
新聞內容屬性
標題${content.title}
發布時間${content.releaseDate}
作者:${content.author!'本站編輯'}
來源: <a target="_blank" href="${content.originUrl!}">${content.origin!'本站原創'}</a>
瀏覽次數:<span id="views"></span>
收藏:<a id="collectCsiDiv"></a>
摘要 [@text_cut s=content.description len=‘50’ append=‘...’/]截取50位長度
內容<div class="content">${txt!}</div>
內容Tag關鍵詞:${content.tagStr!}
內容分頁[#include "../style_page/content.html"/]
上一篇下一篇文章獲取方式
<ul>
<li><strong>上一篇:</strong>[@cms_content id=content.id next='1' channelId=channel.id][#if tag_bean??]<a href="${tag_bean.url}">${tag_bean.title}</a>[#else]沒有了[/#if][/@cms_content]</li>
<li><strong>下一篇:</strong>[@cms_content id=content.id next='0' channelId=channel.id][#if tag_bean??]<a href="${tag_bean.url}">${tag_bean.title}</a>[#else]沒有了[/#if][/@cms_content]</li>
</ul>
內容URL:${content.url!}
內容手機版url:${content.mobileUrl!}【在生成了手機版靜態頁的情況下才需要這么寫】
內容URL:${content.UrlWhole!} 內容地址全路徑 (包含域名端口)
內容分頁數:${content.pageCount!}
內容簡短標題:${content.stitle!}
內容標題顏色:${content.titleColor!}
是否加粗:[#if content.bold??] [#if content.bold]加粗[/#if] [/#if]
標題圖:${content.titleImg!}
內容圖:${content.contentImg!}
類型圖: ${content.typeImg!}
內容1: ${content.txt1!}
內容2: ${content.txt2!}
內容3: ${content.txt3!}
瀏覽量: ${content.views!}
瀏覽量: ${content.viewsWeek!}
日瀏覽量: ${content.viewsDay!}
周瀏覽量: ${content.viewsMonth!}
評論數: ${content.commentsCount!}
審核通過評論數: ${content.commentsCheckedNum!}
頂數: ${content.ups!}
踩數: ${content.downs!}
所在欄目名稱: ${content.ctgName!}
所在欄目地址: ${content.ctgUrl!}
所在站點名稱: ${content.siteName!}
所在站點地址: ${content.siteUrl!}
是否新內容:[#if content.new]新的[/#if]
二維碼圖片地址: ${content.codeImgUrl!}
所在欄目URL:${content.channel.url!} content.channel.xx xx可以是欄目對象的任何屬性可以獲取更多的欄目信息,當然xx必須是欄目存在的屬性!!!
模型名稱:${content.model.name!} content.model.xx 可以獲取模型對象的任何屬性
站點名稱: ${content.site.name!} content.site.xx 可以獲取站點任何屬性
自定義該字段屬性:${content.attr. field! } field為新增模型項的字段
備注:新聞內容屬性通用在任何新聞內容頁,也可以運用于內容標簽的循環內
視頻新聞內容
[#if content.mediaPath?? && content.mediaType??]
<p style="margin: 5px auto; text-align: center">
[#if content.mediaType=='FLV']
<object height="500" width="98%" codebase="//download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000">
<param name="movie" value="/${res}/img/flvplayer.swf" />
<param name="quality" value="high" />
<param name="allowFullScreen" value="true" />
<param name="FlashVars" value="vcastr_file=${content.mediaPath!}&BufferTime=3" /><embed height="500" width="98%" type="application/x-shockwave-flash" pluginspage="//www.macromedia.com/go/getflashplayer" quality="high" flashvars="vcastr_file=${content.mediaPath!}" allowfullscreen="true" src="/${res}/img/flvplayer.swf"></embed>
</object>
[#elseif content.mediaType=='FLASH']
<embed height="500" width="98%" type="application/x-shockwave-flash" quality="high" src="${content.mediaPath}" wmode="transparent" align="center"></embed>
[#elseif content.mediaType=='CK']
<div id="video" style="position:relative;z-index: 100;width:960px;height:500px;float: left;"><div id="a1"></div></div>
<script type="text/javascript">
//函數名稱不允許更改 function ckmarqueeadv(){return '廣告內容'};
var flashvars={f:'${content.mediaPath!}', c:0, b:1, p:2, i:'${content.titleImg!}', my_url:'${content.url!}', my_pic:'${content.titleImg!}'};
var video=['${content.mediaPath!}->video/mp4'];
CKobject.embed('${resSys}/ckplayer/ckplayer.swf','a1','ckplayer_a1','980','500',false,flashvars,video);
var box = new LightBox();
function closelights(){//關燈
box.Show();
}
function openlights(){//開燈
box.Close();
}
</script>
[#else]
<embed height="500" width="98%" type="video/x-ms-wmv" src="${content.mediaPath}" console="cons" controls="ImageWindow" autostart="true"></embed>
[/#if]
</p>
[/#if]
content.mediaPath上傳視頻的路徑,當然各種類型的播放器可以自己自由更改
圖片新聞內容
[#if pic??]
發布時間: ${content.releaseDate} | 瀏覽<span id="views"></span>次 </DIV>
${txt!}
[#list content.pictures as p]
<dl>
<dd><img src=”${p.imgPath!}”> ${p_index+1}</dd>
<span>${p.description!}</span>
</dl>
[/#list]
[#else]
尚未添加圖集圖片!
[/#if]
${p.imgPath}圖片路徑
${p.description!}圖片描述
${p_index+1}圖片索引
下載內容
[#if content.attachments?size gt 0]
[#list content.attachments as attach]
<a id="attach${attach_index}"><img src="/${res}/img/download/down.gif" border="0"/>${attach. name !}</a> 下載次數:${attach. count!}
[/#list]
[/#if]
attach${attach_index}下載鏈接id屬性
結合head里的javascript就會獲取到下載鏈接
${attach. name !}下載附件名稱
${attach. count!}下載次數