/themes/default/templates/newcomment_form.html
http://n23.googlecode.com/ · HTML · 13 lines · 13 code · 0 blank · 0 comment · 0 complexity · e51009ffe034ae81aba4378f5426ee98 MD5 · raw file
- <form id="newcomment" action="/blog/newcomment" method="post">
- <input name="email" id="email" disabled="disabled" style="color:gray;" value="{{ self.user.user.email }}" />
- <label for="email" style="font-size:70%">Your Google Account (will not be published)</label> <br />
- <input name="nick" id="nick" value="{{ self.user|escape }}" maxlength="30" />
- <label for="nick" style="font-size:70%">Nick</label> <br />
- <input name="site" id="site" value="{{ self.user.website|default:"http://"|escape }}" />
- <label for="site" style="font-size:70%">Website</label> <br />
- <b style="font-size:70%">Note: Changing of your nick and website will affect your previous comments</b><br />
- <textarea name="comment_content" id="comment_content"></textarea>
- <input type="hidden" name="postid" id="postid" value="{{ post.key.id }}" />
- <br />
- <input type="submit" value="Submit Comment" />
- </form>