範例:http://gff.mac.to/phpBB2/viewtopic.php?t=4470
圖示:
代碼: 選擇全部
#
#-----[ ACTION: OPEN ]------------------------------------------
#
/templates/fiapple/viewtopic_body.tpl
#
#-----[ ACTION: FIND ]------------------------------------------
#
<td width="70%" class="row1">
#
#-----[ ACTION: ADD ]------------------------------------------
#
<table width="100%" cellspacing="2" border="0" align="center">
<tr>
<td valign="top" align="left">
<form name="quick_reply" action="{U_QUICK_REPLY}" method="post"><!-- Quick_Reply_MOD -->
<!-- BEGIN quick_reply_anonymous -->
<span class="gensmall"><b>{L_USERNAME}</b></span><br />
<span class="genmed"><input type="text" class="post" tabindex="1" name="username" size="25" maxlength="25" value="" /></span><br />
<!-- END quick_reply_anonymous -->
<textarea name="message" rows="7" cols="35" wrap="virtual" style="width:500px" class="post" onclick="{if(document.quick_reply.message.value=='{L_QUICK_REPLY_TOPIC}') document.quick_reply.message.value=''}">{L_QUICK_REPLY_TOPIC}</textarea><br />
{U_HIDDEN_FORM_FIELDS}
<input type="image" src="{QUICK_REPLY_IMG}" border="0" alt="{L_QUICK_REPLY_TOPIC}" onClick="if(document.quick_reply.message.value == '{L_QUICK_REPLY_TOPIC}' || document.quick_reply.message.value == ''){ alert('{L_EMPTY_MESSAGE}'); return false;}else{ return true;}" />
</form>
</tr>
</table>

