From 5c4888e3e02a47c0fbe6f601c4e226c7f5d8c12b Mon Sep 17 00:00:00 2001 From: Benjamin Kellermann Date: Wed, 24 Feb 2010 09:27:09 +0100 Subject: make examples as list --- index.cgi | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'index.cgi') diff --git a/index.cgi b/index.cgi index c7bcbe3..da10b66 100755 --- a/index.cgi +++ b/index.cgi @@ -131,10 +131,12 @@ NOTICE CREATE if defined?(EXAMPLES) - $d << "

" + _("Examples") + "

" - $d << _("If you want to play around with the Tool, you may want to take a look at these Example Polls:") + "
" - $d << "" + _("Event Schedule Poll") + "
" if EXAMPLES["event_schedule_example"] - $d << "" + _("Normal Poll") + "
" if EXAMPLES["normal_example"] + $d << "

" + _("Examples") + "

" + $d << _("If you want to play around with the Tool, you may want to take a look at these Example Polls:") + $d << "
" end $d << NOTICE -- cgit v1.2.3