From a6682888969f47a495359fec89950416fb8298d2 Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Mon, 3 Oct 2005 04:00:47 +0000 Subject: [PATCH] r481: Removing the last table for attachments and such --- templates/report.css | 32 ++++++++++++++++++++ templates/showreport.tpl | 64 ++++++++++++++++++++++------------------ 2 files changed, 68 insertions(+), 28 deletions(-) diff --git a/templates/report.css b/templates/report.css index 44098a8..c5b478b 100644 --- a/templates/report.css +++ b/templates/report.css @@ -42,6 +42,11 @@ legend border: 1px solid rgb(0, 0, 0); } + legend a + { + color: rgb(255, 255, 255); + } + fieldset { border-width: 1px 0px 0px 0px; @@ -50,6 +55,8 @@ fieldset padding: 5px; } +/* ################################################################### */ + #submitrow { background-color: rgb(51, 51, 51); @@ -58,6 +65,31 @@ fieldset text-align: center; } +/* ################################################################### */ + +#votes, #yourvote, #votesfifty, #voteshundred +{ + width: 25%; + display: inline-block; + vertical-align: top; +} + + #votesfifty + { + width: 50%; + } + + #voteshundred + { + width: 100%; + } + +#attachments +{ + float: right; + width: 49%; +} + /*=====================================================================*\ || ################################################################### || # $HeadURL$ diff --git a/templates/showreport.tpl b/templates/showreport.tpl index 8509001..989ba94 100644 --- a/templates/showreport.tpl +++ b/templates/showreport.tpl @@ -203,43 +203,51 @@ $header
- - - - - - +
+ -
+
+
+ {@"Attachments"} : {@"New"} + + $attachments +
+
- - + +
fiftyhundred"> +
+ {@"Votes"} + +
{@"For"}: $vote[votefor] ($vote[forpercent]%)
+
{@"Against"}: $vote[voteagainst] ($vote[againstpercent]%)
+
{@"Total"}: $vote[total]
+
+
+ - + + + + {@"Vote For (+1)"}
+ {@"Vote Against (-1)"}
+ + + + + + - - -
{@"Attachments"} [{@"New"}] colspan="2">{@"Votes"}
-$attachments - - {@"For"}: $vote[votefor] ($vote[forpercent]%)
- {@"Against"}: $vote[voteagainst] ($vote[againstpercent]%)
- {@"Total"}: $vote[total] -
- {@"Your Vote"}
-
- - - {@"Vote For (+1)"}
- {@"Vote Against (-1)"}
+ +
+
+ {@"Your Vote"} - - -
+
-- 2.22.5