$g_emoji_window

絵文字投稿用WINDOWボタン

<!--$g_emoji_window-->

解説

コメントフォームに絵文字を利用するためのWINDOWを開くボタンを表示します。
携帯3キャリアの画像とリンク。

どこでも利用できますが、コメントフォームがない場所で無意味な物になります。

サンプル

<form action="<!--$edit_form_link-->" method="POST">
<table class="CommentFormTable" cellpadding="0" cellspacing="0">
<tr>
<td class="CommentFormTh">お名前</td>
<td class="CommentFormTd"><input class="CommentForms" type="text" name="name" value="<!--$edit_name-->"></td>
</tr>
<tr>
<td class="CommentFormTh">タイトル</td>
<td class="CommentFormTd"><input class="CommentForms" type="text" name="title" value="<!--$edit_title-->"></td>
</tr>
<tr>
<td class="CommentFormTh">メールアドレス</td>
<td class="CommentFormTd"><input class="CommentForms" type="text" name="mail" value="<!--$edit_mail-->"></td>
</tr>
<tr>
<td class="CommentFormTh">URL</td>
<td class="CommentFormTd"><input class="CommentForms" type="text" name="url" value="<!--$edit_url-->"></td>
</tr>
<tr>
<td class="CommentFormTh">コメント</td>
<td class="CommentFormTd"><textarea class="CommentForms" name="comment" cols="40" rows="4"><!--$edit_text--></textarea></td>
</tr>
<tr>
<td class="CommentFormTh">パスワード</td>
<td class="CommentFormTd"><input class="CommentForms" type="password" name="pass"> <!--$g_emoji_window--></td>
</tr>
<tr>
<td colspan="2" class="CommentFormSubmit">
<input type="submit" value="送信">
</td>
</tr>
</table>
</form>