Add anti robot tip

This commit is contained in:
2012-11-08 21:36:21 +01:00
parent 85488e0838
commit 4e9737297f
3 changed files with 16 additions and 5 deletions

View File

@@ -23,7 +23,7 @@
</dyn:comments>
<dyn:replace div_name="form" id="response_0" method="POST" action="http://dynastie.soutade.fr/comment/add/dyn:post_id/0" onsubmit="return validateComment(response_0');">
Auteur :<br/><input type="text" name="author"/><br/><br/>
e-mail* :<br/><input type="text" name="email"/><br/><br/>
e-mail* :<br/><input id="email" 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/>
<input type="submit" value="Commenter"/><br/><br/>
* Seulement pour être notifié d'une réponse à cet article

View File

@@ -373,4 +373,9 @@ ul li
.tag
{
margin-left:10px;
}
#email
{
display:none;
}