aboutsummaryrefslogtreecommitdiff
path: root/index.cgi
diff options
context:
space:
mode:
authorBenjamin Kellermann <Benjamin.Kellermann@gmx.de>2009-10-24 23:03:24 +0200
committerBenjamin Kellermann <Benjamin.Kellermann@gmx.de>2009-10-24 23:03:24 +0200
commit967c201902dcd36899122b75d26ed663e7e0066e (patch)
tree75a242562d73efa7126ddcf17d8357fdd4827663 /index.cgi
parentc28ecdbbab576455921278d8117c2f20e008d9d8 (diff)
moved config to left + sample text for Sandbox
Diffstat (limited to 'index.cgi')
-rwxr-xr-xindex.cgi15
1 files changed, 8 insertions, 7 deletions
diff --git a/index.cgi b/index.cgi
index fce7611..c1c7c33 100755
--- a/index.cgi
+++ b/index.cgi
@@ -83,6 +83,14 @@ SUCCESS
end
end
+$htmlout += <<CHARSET
+<div id='config'>
+<fieldset><legend>Config</legend>
+#{UTFASCII}
+</fieldset>
+</div>
+CHARSET
+
$htmlout += <<CREATE
<fieldset><legend>Create New Poll</legend>
<form method='post' action='.'>
@@ -111,13 +119,6 @@ $htmlout += <<CREATE
</fieldset>
CREATE
-$htmlout += <<CHARSET
-<fieldset><legend>Change Charset</legend>
-#{UTFASCII}
-</fieldset>
-CHARSET
-
-
$htmlout += NOTICE
$htmlout += "</body>"