Copyright 2013-2014 All Rights Reserved Theme by www.tbwwir.cn 版權(quán)所有
AB模板網(wǎng)(www.tbwwir.cn)專注企業(yè)網(wǎng)站模板制作,包括企業(yè)pbootcms網(wǎng)站模板,靜態(tài)網(wǎng)頁模板,網(wǎng)站源碼下載,HTML網(wǎng)站模板等等。XML地圖 網(wǎng)站地圖 今日更新
免責(zé)聲明:本站所有資源(模板、圖片)搜集整理于互聯(lián)網(wǎng)或者網(wǎng)友提供,僅供學(xué)習(xí)與交流使用,如果不小心侵犯到你的權(quán)益,請(qǐng)及時(shí)聯(lián)系我們刪除該資源。
留言板標(biāo)簽
適用范圍:全站任意地方均可使用
標(biāo)簽作用:用于用戶提交留言和調(diào)取留言記錄
1、留言提交表單
<form action="{pboot:msgaction}" method="post">
聯(lián)系人:<input type="text" name="contacts" >
手機(jī):<input type="text" name="mobile" >
內(nèi)容:<input type="text" name="content" >
驗(yàn)證碼:<input type="text" name="checkcode" ><img title="點(diǎn)擊刷新" src="{pboot:checkcode}" onclick="this.src='{pboot:checkcode}?'+Math.round(Math.random()*10);" />
<button type="submit">提交</button>
</form>
|
表單提交方式為post,表單中提交的字段名稱需要與后臺(tái)自定義表單中添加的字段一致,否則會(huì)導(dǎo)致提交失敗。
需要更多字段時(shí)請(qǐng)?jiān)诤笈_(tái)自定義表單中新增留言表單字段,然后再在前臺(tái)新增form字段.
標(biāo)簽說明:
{pboot:msgaction} 為留言表單接收地址
{pboot:checkcode} 為驗(yàn)證碼圖片地址
2、留言記錄列表
{pboot:message num=*}
<p>[message:contacts]</p>
<p>[message:content]</p>
{/pboot:message}
|
調(diào)取的留言記錄默認(rèn)執(zhí)行分頁,使用內(nèi)容列表的分頁代碼即可.
內(nèi)容隱私,使用截取功能: [message:mobile substr=1,3]****[message:mobile substr=8] 輸出效果:187****6563
控制參數(shù):
num=* 數(shù)量,非必填,為調(diào)取的留言分頁大小
page=* 是否分頁1或0,非必填,用于關(guān)閉分頁
lg=* 調(diào)取指定語言留言,非必填,設(shè)置all則所有語言,不添加該參數(shù)則默認(rèn)為當(dāng)前語言(V1.3.7+)
3、留言記錄列表可用標(biāo)簽
[message:n] 序號(hào)從0開始
[message:i] 序號(hào)從1開始
[message:contacts] 聯(lián)系人
[message:mobile] 手機(jī)
[message:content] 內(nèi)容
[message:recontent] 回復(fù)內(nèi)容
[message:ip] 用戶IP
[message:os] 用戶操作系統(tǒng)
[message:bs] 用戶瀏覽器
[message:askdate] 留言時(shí)間
[message:replydate] 回復(fù)時(shí)間
[message:***] 自定義的其它字段
[message:nickname] 會(huì)員昵稱(V3.0+)
[message:username] 會(huì)員賬號(hào)(V3.0+)
[message:headpic] 會(huì)員頭像(V3.0+)