ヘッダ部分に挿入可能なもの |
| |
投稿用フォーム定義 |
<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> |