comments in post template used dev addresses
This commit is contained in:
parent
c8d9d367c6
commit
7de1562d73
|
@ -14,9 +14,9 @@
|
||||||
<div class="comment_header">#<dyn:comment_index/> De<dyn:comment_author/>, le<dyn:comment_date/></div>
|
<div class="comment_header">#<dyn:comment_index/> De<dyn:comment_author/>, le<dyn:comment_date/></div>
|
||||||
<dyn:comment_content/>
|
<dyn:comment_content/>
|
||||||
<dyn:replace div_name="a" href="javascript:void(0);" onClick="javascript:display('response_dyn:comment_index');">Répondre</dyn:replace><br/>
|
<dyn:replace div_name="a" href="javascript:void(0);" onClick="javascript:display('response_dyn:comment_index');">Répondre</dyn:replace><br/>
|
||||||
<dyn:replace div_name="form" id="response_dyn:comment_index" class="response" method="POST" action="http://localhost:8000/comment/add/dyn:post_id/dyn:comment_id" onsubmit="return validateComment('response_dyn:comment_index');">
|
<dyn:replace div_name="form" id="response_dyn:comment_index" class="response" method="POST" action="/comment/add/dyn:post_id/dyn:comment_id" onsubmit="return validateComment('response_dyn:comment_index');">
|
||||||
Auteur :<br/><input type="text" name="author"/><br/><br/>
|
Auteur :<br/><input type="text" name="author"/><br/><br/>
|
||||||
e-mail* :<br/><input type="text" name="email"/><br/><br/>
|
e-mail* :<br/><input type="text" name="email"/><input type="text" name="mel"/><br/><br/>
|
||||||
Le commentaire :<br/><textarea name="the_comment" cols="80" rows="10"> </textarea><br/><br/>
|
Le commentaire :<br/><textarea name="the_comment" cols="80" rows="10"> </textarea><br/><br/>
|
||||||
<input type="submit" value="Commenter"/>
|
<input type="submit" value="Commenter"/>
|
||||||
</dyn:replace>
|
</dyn:replace>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user