從範本學習 ﹣ 基礎 apeskin 製作

關於作者版權聲明

apeboard+ 其中一點是重視設計的自由度,所以並沒有規定聲明作者版權的方式。
這是因為會有預設的作者版權設計或不配合 apeskin 的設計。

因此,作者版權部分可以自由設計
建議使用「apeboard+ by 2apes.com」作為關鍵字。
然後,將關鍵字連結至「http://www.2apes.com」

※請務必加入作者版權連結。

參數一覽 (parameter)

以下製作 apeskin 時必須跟從的參數一覽表。
製作 apeskin 時請參考。

有「*」的表示為允許留言者自行刪除留言功能的必須項目。
有「#」的表示回覆留言頁面的必須項目。

※ size 和 maxlength、檔案名稱等請作適當的修改。
※紅色文字部分不能修改,還有各屬性亦須依從下列排序。

 header 部分可加入的 HTML 標籤
定義留言表單 <form method=”post” action=”./apeboard_plus.cgi”>
定義新留言畫面 <input type=”hidden” name=”command” value=”write”>
定義回覆留言畫面 <input type=”hidden” name=”command” value=”reswrite”>
標題的輸入欄 <input type=”text” name=”subject” size=”30″ maxlength=”60″>
名字的輸入欄 <input type=”text” name=”name” size=”30″ maxlength=”60″>
URL的輸入欄 <input type=”text” name=”url” maxlength=”30″ size=”60″>
電郵地址的輸入欄 <input type=”text” name=”mail” size=”30″ maxlength=”60″>
選取頭像的下拉選單 <select name=”icon”> ~ </select>
是否使用 cookie <input type=”checkbox” name=”use_cookie” value=”on” checked>
*# 自定刪除用密碼的輸入欄 <input type=”password” name=”pwd” size=”10″ maxlength=”10″>
留言內容輸入欄 <textarea name=”message” cols=”30″ rows=”5″>
*# 定義刪除留言表單 (開始) <form method=”post” action=”./apeboard_plus.cgi”>
 # 返回主頁連結 <a href=”back_url”> ~ </a>

 

log 部分可加入的 HTML 標籤
留言(主留言)部分
 # 往回覆留言頁面連結 <a href=”resinput”> ~ </a>
留言編號顯示 idnum<!–s–>
頭像顯示 icon<!–s–>
電郵地址顯示 mail<!–s–>
URL顯示 url<!–s–>
*# 選取要刪除的留言的複選框 <input type=”checkbox” name=”target”>
標題顯示 subject<!–s–>
留言內容顯示 message<!–s–>
留言者名字顯示 name<!–s–>
留言時日顯示 date<!–s–>
res留言(回覆部分)
頭像顯示 resicon<!–s–>
電郵地址顯示 resmail<!–s–>
URL顯示 resurl<!–s–>
標題顯示 ressubject<!–s–>
留言內容顯示 resmessage<!–s–>
留言者名字顯示 resname<!–s–>
留言時日顯示 resdate<!–s–>

 

footer 部分可加入的 HTML 標籤
*# 定義刪除留言功能 <input type=”hidden” name=”command” value=”remove”>
*# 刪除密碼輸入欄 <input type=”password” name=”pwd” size=”10″ maxlength=”10″>
*# 定義刪除留言表單 (結束) </form>
 # 返回留言版首頁連結 <a href=”top”> ~ </a>
 # 往留言版下一頁連結 <a href=”back“> ~ </a>

 

Leave a Reply

Your email address will not be published. Required fields are marked *