aboutsummaryrefslogtreecommitdiff
path: root/index.cgi
diff options
context:
space:
mode:
authorBenjamin Kellermann <Benjamin.Kellermann@gmx.de>2010-10-25 14:41:23 +0200
committerBenjamin Kellermann <Benjamin.Kellermann@gmx.de>2010-10-25 14:41:23 +0200
commitbf302820595fad3ab235a6caed617ab669d2849f (patch)
tree79f3589b8039da92cb3a0638b64e1211a912e6fe /index.cgi
parent3cdd4c38782236482074322168adfa1e98870960 (diff)
more clean main page, new example tab
Diffstat (limited to 'index.cgi')
-rwxr-xr-xindex.cgi11
1 files changed, 1 insertions, 10 deletions
diff --git a/index.cgi b/index.cgi
index 034cf16..91d8d05 100755
--- a/index.cgi
+++ b/index.cgi
@@ -132,17 +132,8 @@ NOTICE
</form>
CREATE
- if defined?(EXAMPLES)
- $d << "<div class='textcolumn'><h2>" + _("Examples") + "</h2>"
- $d << _("If you want to play with the application, you may want to take a look at these example polls:")
- $d << "<ul>"
- EXAMPLES.each{|poll|
- $d << "<li><a href='example.cgi?poll=#{poll[:url]}'>#{poll[:description]}</a></li>" unless poll[:hidden]
- }
- $d << "</ul></div>"
- end
- $d << NOTICE
+ $d << INDEXNOTICE
end
$d.out