下載地址:http://code.google.com/p/freecms/ 緩存
mailList google
從FreeCMS 1.2 開始支持 spa
根據參數提取信件對象列表。 code
參數 對象 |
說明 排序 |
querycode 索引 |
查詢碼 ci |
title 字符串 |
標題 get |
num |
提取數量 |
order |
排序類型 1發表時間降序(默認) 2發表時間升序 3回覆時間降序 4回覆時間升序 |
titleLen |
標題顯示長度 |
writer |
寫信人 |
type |
類型 unit部門信件 user我的信件 other 其餘信件 空字符串表示全部(默認) |
mailtype |
信件類型 |
state |
辦理狀態 空字符串表示全部(默認) 1已辦結 0辦理中 |
isopen |
是否公開 空字符串表示全部(默認) 1公開 0不公開 |
userid |
指定用戶id |
unitid |
指定部門id |
cache |
是否使用緩存,默認爲false |
返回值 |
說明 |
|
信件對象,類型爲數據對象mail |
index |
索引 |
示例1
提取辦結的而且公開的部門信件。
<@mailList type="unit" isopen="1" state="1" num="10" ;mail,index>
${mail.title}
</@mailList>