From 3c3a4820a40c9db85eb8388b4230343d2e51d399 Mon Sep 17 00:00:00 2001 From: Benjamin Kellermann Date: Sat, 23 Jan 2010 23:36:03 +0100 Subject: new about tab + start page translated completely --- index.cgi | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'index.cgi') diff --git a/index.cgi b/index.cgi index 7eb012e..bd045b2 100755 --- a/index.cgi +++ b/index.cgi @@ -130,6 +130,13 @@ 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"] + end + $d << NOTICE end -- cgit v1.2.3