From 5aadd9fde4b5f94acca6458e6da51d7bc00e6245 Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Sun, 2 Oct 2005 15:43:29 +0000 Subject: [PATCH] r460: Adding
layout and CSS for showreport.tpl --- templates/report.css | 60 ++++++++++++++++++++++++++++++++++++++++ templates/showreport.tpl | 44 ++++++++++++++++++++++++++++- 2 files changed, 103 insertions(+), 1 deletion(-) create mode 100644 templates/report.css diff --git a/templates/report.css b/templates/report.css new file mode 100644 index 0000000..43075c8 --- /dev/null +++ b/templates/report.css @@ -0,0 +1,60 @@ +/*=====================================================================*\ +|| ################################################################### || +|| # BugStrike [#]version[#] +|| # --------------------------------------------------------------- # || +|| # Copyright ©2002-[#]year[#] by Iris Studios, Inc. All Rights Reserved. # || +|| # This file may not be reproduced in any way without permission. # || +|| # --------------------------------------------------------------- # || +|| # User License Agreement at http://www.iris-studios.com/license/ # || +|| ################################################################### || +\*=====================================================================*/ + +#fieldbody +{ + width: 100%; + padding: 2px; + border: 1px solid yellow; + position: relative; +} + +.col-left-1 +{ + font-weight: bold; + margin-right: 85%; + border: 1px solid red; +} + +.col-left-2 +{ + width: 35%; + left: 15%; + position: absolute; + top: 0px; + border: 1px solid blue; +} + +.col-right-1 +{ + font-weight: bold; + width: 15%; + position: absolute; + left: 50%; + top: 0px; + border: 1px solid green; +} + +.col-right-2 +{ + width: 35%; + position: absolute; + left: 65%; + top: 0px; + border: 1px solid orange; +} + +/*=====================================================================*\ +|| ################################################################### +|| # $HeadURL$ +|| # $Id$ +|| ################################################################### +\*=====================================================================*/ \ No newline at end of file diff --git a/templates/showreport.tpl b/templates/showreport.tpl index 59406a0..e6b6d2c 100644 --- a/templates/showreport.tpl +++ b/templates/showreport.tpl @@ -13,7 +13,49 @@ $header
- + +
{@"Bug Id"}
+
+ $bug[bugid] + + + / + class="error">{@"Hidden"}: + checked="checked" /> + + / {@"Hidden Bug"} + +
+ + + +
+ {@"Summary"} +
+
+ + + + $bug[summary] + +
+ + + +
{@"Reporter"}
+
$bug[userinfo]
+ + + +
{@"Product/Version"}
+
+ + $bug[product] / $bug[component] / + + $bug[product] / $bug[component] / $bug[version] + +
+
-- 2.22.5