使用minitemplate
發現迴響時輸入的email和個人網址url都無法顯示出來
請問該從何處著手去改呢?
(顯示出的迴響例子:
http://www.swib.idv.tw/plog/post/3/3)
我看了commentform.template
卻看不出個所以然來 ><
以下:
<form action="{$url->getBaseUrl()}/index.php" method="post">
<div id="CommentForm">
<div class="BlockFormTitle"> {$locale->pr("comment_topic")}</div>
<div class="BlockForminput"><input class="Forminput" type="text" size="50" name="commentTopic" value=""/></div>
<div class="BlockFormTitle"> {$locale->pr("comment_text")} </div>
<div class="BlockForminput"><textarea class="FormTextarea" rows="10" cols="40" name="commentText"></textarea></div>
<div class="BlockFormTitle">{$locale->pr("comment_username")}</div>
<div class="BlockForminput"><input class="Forminput" type="text" name="userName" value=""/></div>
<div class="BlockFormTitle">{$locale->pr("comment_email")}</div>
<div class="BlockForminput"><input class="Forminput" type="text" name="userEmail" value=""/></div>
<div class="BlockFormTitle">{$locale->pr("comment_url")}</div>
<div class="BlockForminput"><input class="Forminput" type="text" name="userUrl" value=""/></div>
<div class="BlockForminput"><input class="Formsubmit" type="submit" value="{$locale->pr("comment_send")}" name="Add"/></div>
<input type="hidden" name="op" value="AddComment"/>
<input type="hidden" name="articleId" value="{$post->getId()}"/>
<input type="hidden" name="blogId" value="{$blog->getId()}"/>
<input type="hidden" name="parentId" value="{$parentId}"/>
</div>
</form>