开源 免费 java CMS - FreeCMS-标签 infoAttchs

下载地址:http://code.google.com/p/freecms/  

 

 infoAttchs

根据附件字符串(多个之间用;分隔)提取附件对象。

参数

说明

attchStr

附件字符串(多个之间用;分隔)

返回值

说明

attchUrl

附件地址

attchName

附件名称

示例1

提取信息附件

<@infoAttchs attchStr="${currInfo.attchs}";attchUrl,attchName>

<a href="${attchUrl}" target="_blank">${attchName}</a><br/>

</@infoAttchs>

 

你可能感兴趣的:(java,免费,cms,开源,FreeCMS)