aboutsummaryrefslogtreecommitdiff
path: root/config_poll.rb
diff options
context:
space:
mode:
Diffstat (limited to 'config_poll.rb')
-rwxr-xr-xconfig_poll.rb12
1 files changed, 6 insertions, 6 deletions
diff --git a/config_poll.rb b/config_poll.rb
index 86d1906..566ca3a 100755
--- a/config_poll.rb
+++ b/config_poll.rb
@@ -124,15 +124,15 @@ $htmlout += <<HTMLHEAD
<link rel="stylesheet" type="text/css" href="../dudle.css" title="default"/>
</head>
<body>
- <div>
- <small>
- <a href='.' style='text-decoration:none'>#{BACK}</a>
- history:#{table.history_to_html}
- </small>
+ <div id='tabs'>
+ <ul>
+ <li class='nonactive_tab'><a href='.'>&nbsp;poll&nbsp;</a></li>
+ <li id='active_tab'>&nbsp;config&nbsp;</li>
</div>
HTMLHEAD
$htmlout += <<TABLE
+ <div id='main'>
<h1>#{table.name}</h1>
#{table.to_html("",true,$cgi["editcolumn"])}
TABLE
@@ -216,7 +216,7 @@ $htmlout +=<<REMOVE
</div>
REMOVE
-$htmlout += "</body>"
+$htmlout += "</div></body>"
$htmlout += "</html>"