aboutsummaryrefslogtreecommitdiffstats
path: root/blogthon.cgi
diff options
context:
space:
mode:
authorAdrian Vondendriesch <discostu@81-89-105-205.(none)>2009-06-03 19:01:07 +0200
committerAdrian Vondendriesch <discostu@81-89-105-205.(none)>2009-06-03 19:01:07 +0200
commit43f7693dc96e511cd4e642f25022fe9a21d337b7 (patch)
treef01377a279db3495e9f0df87e02e09d046efd491 /blogthon.cgi
parent84463718184f208f4192741105711343d06e216f (diff)
Pimp the comments-area
Diffstat (limited to 'blogthon.cgi')
-rwxr-xr-xblogthon.cgi6
1 files changed, 3 insertions, 3 deletions
diff --git a/blogthon.cgi b/blogthon.cgi
index ed65e76..ddea46c 100755
--- a/blogthon.cgi
+++ b/blogthon.cgi
@@ -410,9 +410,9 @@ else:
print ' <form action="" method="post">'
print ' <input type="hidden" name="ctitle" value="' + title + '" />'
print ' <input type="hidden" name="cquizv" value="' + str(cquizv) + '" />'
- print ' <label class="submit_comment_name_lable" for="cname">name:</label><input type="text" id="cname" name="cname" />'
- print ' <br /><label class="submit_comment_text_lable" for="ctext">text:</label><textarea rows="5" cols="80" id="ctext" name="ctext"></textarea>'
- print ' <br /><label fclass="submit_comment_quiz_lable"or="cquiz">' + str(random_int_a) + '+' + str(random_int_b) + '=</label><input type="text" id="cquiz" name="cquiz" />'
+ print ' <span class="submit_comment_name">name:</span><input type="text" id="cname" name="cname" />'
+ print ' <br /><span class="submit_comment_text">text:</span><textarea class="submit_comment_textarea" rows="5" cols="80" id="ctext" name="ctext"></textarea>'
+ print ' <br /><span class="submit_comment_quiz">' + str(random_int_a) + ' +' + str(random_int_b) + '=</span><input type="text" id="cquiz" name="cquiz" />'
print ' <br /><input class="submit_comment_button" type="submit" id="submit" value="post comment" />'
print ' </form>'
print ' </div>'