Use the skin mechanism for css.

git-svn-id: svn://10.0.0.236/trunk@226912 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
ghendricks%novell.com
2007-05-23 21:29:59 +00:00
parent 7a45773492
commit bcbac5fd48
61 changed files with 151 additions and 41 deletions

View File

@@ -1,3 +1,51 @@
#header .label {
display: none;
}
#header .testopia_links {
background: #546292;
}
#header li.tr_find {
position:absolute;
top:0px;
right:10px;
}
#header li.tr_saved_search {
position:absolute;
top:2px;
right:185px;
}
#header .testopia_btn {
background-color:#546292;
color:#ffffff;
font-weight:bold;
font-size:100%;
border:none;
}
#footer li.tr_find {
position:absolute;
top:2px;
right:10px;
}
#footer li.tr_saved_search {
position:absolute;
top:4px;
right:185px;
}
#footer .tr_btn {
background-color: #808285;
font-size: 80%;
color:#ffffff;
font-size:100%;
border:none;
}
/* old default.css */
textarea {
background-color: #fff;
border: 1px solid #999;
@@ -178,4 +226,4 @@ h3 {
dt {
font-weight: bold;
font-size: medium;
}
}

View File

@@ -19,7 +19,8 @@
#%]
<link href="testopia/css/default.css" rel="stylesheet" type="text/css" />
[% PROCESS global/header.html.tmpl %]
[% PROCESS global/header.html.tmpl
style_urls = ['testopia.css'] %]
<script type="text/javascript">
djConfig = {

View File

@@ -19,6 +19,7 @@
#%]
[% PROCESS global/header.html.tmpl
style_urls = ['testopia.css']
title = "Add a New Test Plan Type"
%]

View File

@@ -19,5 +19,6 @@
#%]
[% PROCESS global/header.html.tmpl
style_urls = ['testopia.css']
title = "Test Plan Types"
%]

View File

@@ -19,6 +19,7 @@
#%]
[% PROCESS global/header.html.tmpl
style_urls = ['testopia.css']
title = "Edit Test Plan Types"
%]

View File

@@ -19,6 +19,7 @@
#%]
[% PROCESS global/header.html.tmpl
style_urls = ['testopia.css']
title = "Test Plan Types"
%]

View File

@@ -35,7 +35,8 @@
[%# Page Header #%]
[%############################################################################%]
[% PROCESS global/header.html.tmpl %]
[% PROCESS global/header.html.tmpl
style_urls = ['testopia.css'] %]
[% PROCESS testopia/style.none.tmpl %]

View File

@@ -23,6 +23,7 @@
[% PROCESS global/variables.none.tmpl %]
[% PROCESS global/header.html.tmpl
style_urls = ['testopia.css']
title = "Search by Attachment Number"
%]

View File

@@ -34,15 +34,18 @@
[% IF deleted %]
[% title = "Attachment Deleted" %]
[% PROCESS global/header.html.tmpl %]
[% PROCESS global/header.html.tmpl
style_urls = ['testopia.css'] %]
[% PROCESS testopia/messages.html.tmpl %]
[% ELSIF removed %]
[% title = "Attachment Removed from $obj.type $obj.id" %]
[% PROCESS global/header.html.tmpl %]
[% PROCESS global/header.html.tmpl
style_urls = ['testopia.css'] %]
[% PROCESS testopia/messages.html.tmpl %]
[% ELSE %]
[% title = "Delete Attachment '$attachment.description'" %]
[% PROCESS global/header.html.tmpl %]
[% PROCESS global/header.html.tmpl
style_urls = ['testopia.css'] %]
[% IF action == 'do_delete' %]
You are about to permanantly delete this attachment.

View File

@@ -34,7 +34,8 @@
[%# Page Header #%]
[%############################################################################%]
[% PROCESS global/header.html.tmpl %]
[% PROCESS global/header.html.tmpl
style_urls = ['testopia.css'] %]
[% PROCESS testopia/messages.html.tmpl %]
[% IF attachment.cases.size > 0 %]

View File

@@ -24,7 +24,8 @@
[% title = "Edit Build $build.name for $product.name" %]
[% END %]
[% PROCESS global/header.html.tmpl %]
[% PROCESS global/header.html.tmpl
style_urls = ['testopia.css'] %]
[% PROCESS testopia/blocks.html.tmpl %]
<form method="POST" action="tr_builds.cgi" name="form">

View File

@@ -19,6 +19,7 @@
#%]
[% PROCESS global/header.html.tmpl
style_urls = ['testopia.css']
title = "Product Builds for $product.name"
%]

View File

@@ -32,6 +32,7 @@
[%############################################################################%]
[% PROCESS global/header.html.tmpl
style_urls = ['testopia.css']
title = title
style = style
%]

View File

@@ -34,6 +34,7 @@
[%############################################################################%]
[% PROCESS global/header.html.tmpl
style_urls = ['testopia.css']
style = style
%]

View File

@@ -34,6 +34,7 @@
[%############################################################################%]
[% PROCESS global/header.html.tmpl
style_urls = ['testopia.css']
title = title
style = style
%]

View File

@@ -23,6 +23,7 @@
[% PROCESS global/variables.none.tmpl %]
[% PROCESS global/header.html.tmpl
style_urls = ['testopia.css']
title = "Search by Test Case Number"
%]

View File

@@ -35,7 +35,8 @@
[%# Page Header #%]
[%############################################################################%]
[% PROCESS global/header.html.tmpl %]
[% PROCESS global/header.html.tmpl
style_urls = ['testopia.css'] %]
[% PROCESS testopia/style.none.tmpl %]
<form action="tr_show_case.cgi" method="POST">

View File

@@ -32,7 +32,8 @@
[%# Page Header #%]
[%############################################################################%]
[% PROCESS global/header.html.tmpl
[% PROCESS global/header.html.tmpl
style_urls = ['testopia.css']
title = "Deleting Multiple Test Cases"
%]

View File

@@ -38,7 +38,8 @@
[% ELSE %]
[% title = "Delete Test Case: $case.id - $case.summary" %]
[% END %]
[% PROCESS global/header.html.tmpl %]
[% PROCESS global/header.html.tmpl
style_urls = ['testopia.css'] %]
[% IF NOT deleted %]
You are about to permanently delete this test case with all its history.

View File

@@ -35,7 +35,8 @@
[%# Page Header #%]
[%############################################################################%]
[% PROCESS global/header.html.tmpl %]
[% PROCESS global/header.html.tmpl
style_urls = ['testopia.css'] %]
[% PROCESS testopia/style.none.tmpl %]
[% PROCESS testopia/blocks.html.tmpl %]

View File

@@ -35,7 +35,8 @@
[%# Page Header #%]
[%############################################################################%]
[% PROCESS global/header.html.tmpl %]
[% PROCESS global/header.html.tmpl
style_urls = ['testopia.css'] %]
[% PROCESS testopia/style.none.tmpl %]
[% PROCESS testopia/blocks.html.tmpl %]

View File

@@ -35,7 +35,8 @@
[%# Page Header #%]
[%############################################################################%]
[% PROCESS global/header.html.tmpl %]
[% PROCESS global/header.html.tmpl
style_urls = ['testopia.css'] %]
[% PROCESS testopia/style.none.tmpl %]

View File

@@ -24,7 +24,8 @@
[% PROCESS global/variables.none.tmpl %]
[% PROCESS global/header.html.tmpl
[% PROCESS global/header.html.tmpl
style_urls = ['testopia.css']
title = "Unlink Test Case: $case.id - $case.summary"
%]

View File

@@ -33,7 +33,8 @@
[%# Page Header #%]
[%############################################################################%]
[% PROCESS global/header.html.tmpl %]
[% PROCESS global/header.html.tmpl
style_urls = ['testopia.css'] %]
[% IF NOT deleted %]
[% IF caseruns %]

View File

@@ -35,7 +35,8 @@
[%# Page Header #%]
[%############################################################################%]
[% PROCESS global/header.html.tmpl %]
[% PROCESS global/header.html.tmpl
style_urls = ['testopia.css'] %]
[% PROCESS testopia/style.none.tmpl %]
[% PROCESS testopia/blocks.html.tmpl %]

View File

@@ -35,7 +35,8 @@
[%# Page Header #%]
[%############################################################################%]
[% PROCESS global/header.html.tmpl %]
[% PROCESS global/header.html.tmpl
style_urls = ['testopia.css'] %]
[% PROCESS testopia/style.none.tmpl %]
[% PROCESS testopia/messages.html.tmpl %]
[% PROCESS testopia/caserun/navigate.html.tmpl %]

View File

@@ -19,6 +19,7 @@
#%]
[% PROCESS global/header.html.tmpl
style_urls = ['testopia.css']
title = "Delete Category $category.name From Product $product.name"
%]

View File

@@ -24,7 +24,8 @@
[% title = "Edit Category $category.name for $product.name" %]
[% END %]
[% PROCESS global/header.html.tmpl %]
[% PROCESS global/header.html.tmpl
style_urls = ['testopia.css'] %]
<form method="POST" action="tr_categories.cgi" name="form">
<input type="hidden" name="action" value="[% action FILTER none %]"/>

View File

@@ -19,6 +19,7 @@
#%]
[% PROCESS global/header.html.tmpl
style_urls = ['testopia.css']
title = "Test Categories for $product.name"
%]
<table>

View File

@@ -33,7 +33,8 @@
[%# Page Header #%]
[%############################################################################%]
[% PROCESS global/header.html.tmpl %]
[% PROCESS global/header.html.tmpl
style_urls = ['testopia.css'] %]
[% PROCESS testopia/style.none.tmpl %]
[% PROCESS testopia/blocks.html.tmpl %]

View File

@@ -34,7 +34,8 @@
[%# Page Header #%]
[%############################################################################%]
[% PROCESS global/header.html.tmpl %]
[% PROCESS global/header.html.tmpl
style_urls = ['testopia.css'] %]
[% PROCESS testopia/style.none.tmpl %]
[% PROCESS testopia/blocks.html.tmpl %]

View File

@@ -23,6 +23,7 @@
[% PROCESS global/variables.none.tmpl %]
[% PROCESS global/header.html.tmpl
style_urls = ['testopia.css']
title = "Search by Test Run Environment Number"
%]

View File

@@ -33,7 +33,8 @@
[%# Page Header #%]
[%############################################################################%]
[% PROCESS global/header.html.tmpl %]
[% PROCESS global/header.html.tmpl
style_urls = ['testopia.css'] %]
[% IF deleted %]
Environment Deleted

View File

@@ -33,7 +33,8 @@
[%# Page Header #%]
[%############################################################################%]
[% PROCESS global/header.html.tmpl %]
[% PROCESS global/header.html.tmpl
style_urls = ['testopia.css'] %]
[% PROCESS testopia/style.none.tmpl %]
[% PROCESS testopia/blocks.html.tmpl %]

View File

@@ -33,7 +33,8 @@
[%# Page Header #%]
[%############################################################################%]
[% PROCESS global/header.html.tmpl %]
[% PROCESS global/header.html.tmpl
style_urls = ['testopia.css'] %]
[% PROCESS testopia/style.none.tmpl %]
[% PROCESS testopia/blocks.html.tmpl %]

View File

@@ -34,7 +34,8 @@
[%# Page Header #%]
[%############################################################################%]
[% PROCESS global/header.html.tmpl %]
[% PROCESS global/header.html.tmpl
style_urls = ['testopia.css'] %]
[% PROCESS testopia/style.none.tmpl %]
[% PROCESS testopia/blocks.html.tmpl %]

View File

@@ -35,7 +35,8 @@
[%# Page Header #%]
[%############################################################################%]
[% PROCESS global/header.html.tmpl %]
[% PROCESS global/header.html.tmpl
style_urls = ['testopia.css'] %]
[% PROCESS testopia/style.none.tmpl %]
[% PROCESS testopia/blocks.html.tmpl %]

View File

@@ -23,6 +23,7 @@
[% PROCESS global/variables.none.tmpl %]
[% PROCESS global/header.html.tmpl
style_urls = ['testopia.css']
title = "Choose a Test Plan"
%]

View File

@@ -34,6 +34,7 @@
[%############################################################################%]
[% PROCESS global/header.html.tmpl
style_urls = ['testopia.css']
title = "Clone Test Plan: $plan.name"
style = style
%]

View File

@@ -33,7 +33,8 @@
[%# Page Header #%]
[%############################################################################%]
[% PROCESS global/header.html.tmpl
[% PROCESS global/header.html.tmpl
style_urls = ['testopia.css']
title = "Delete Test plan $plan.name"
%]

View File

@@ -35,7 +35,8 @@
[%# Page Header #%]
[%############################################################################%]
[% PROCESS global/header.html.tmpl %]
[% PROCESS global/header.html.tmpl
style_urls = ['testopia.css'] %]
[% PROCESS testopia/style.none.tmpl %]
[% PROCESS testopia/blocks.html.tmpl %]

View File

@@ -35,6 +35,7 @@
[%############################################################################%]
[% PROCESS global/header.html.tmpl
style_urls = ['testopia.css']
title = title
style = style
%]

View File

@@ -35,7 +35,8 @@
[%# Page Header #%]
[%############################################################################%]
[% PROCESS global/header.html.tmpl %]
[% PROCESS global/header.html.tmpl
style_urls = ['testopia.css'] %]
[% PROCESS testopia/style.none.tmpl %]
[% PROCESS testopia/blocks.html.tmpl %]

View File

@@ -36,6 +36,7 @@
[%############################################################################%]
[% PROCESS global/header.html.tmpl
style_urls = ['testopia.css']
title = title
style = style
%]

View File

@@ -18,7 +18,8 @@
# Contributor(s): Greg Hendricks <ghendricks@novell.com>
#%]
[% PROCESS global/header.html.tmpl %]
[% PROCESS global/header.html.tmpl
style_urls = ['testopia.css'] %]
<form action="tr_quicksearch.cgi"><b>Testopia Quick Search:</b> <input
name="query"> <input type="submit"></form>

View File

@@ -23,7 +23,8 @@
#%]
[% title = "Bug Impact Report for Plan $plan.id - $plan.name" %]
[% PROCESS global/header.html.tmpl %]
[% PROCESS global/header.html.tmpl
style_urls = ['testopia.css'] %]
<p>This report details the bugs detected in this test plan and the number of test cases that each bug is attached to.
Those bugs impacting the most test cases appear at the top.

View File

@@ -35,6 +35,7 @@
[%############################################################################%]
[% PROCESS global/header.html.tmpl
style_urls = ['testopia.css']
title = title
style = style
%]

View File

@@ -35,6 +35,7 @@
[%############################################################################%]
[% PROCESS global/header.html.tmpl
style_urls = ['testopia.css']
title = title
style = style
%]

View File

@@ -34,7 +34,8 @@
[%# Page Header #%]
[%############################################################################%]
[% PROCESS global/header.html.tmpl %]
[% PROCESS global/header.html.tmpl
style_urls = ['testopia.css'] %]
[% PROCESS testopia/style.none.tmpl %]
<h3>Summary of all runs</h3>

View File

@@ -65,7 +65,8 @@
[% col_field_disp FILTER html %]
[% END %]
[% PROCESS global/header.html.tmpl
[% PROCESS global/header.html.tmpl
style_urls = ['testopia.css']
style = "
.t1 { background-color: #ffffff } /* white */
.t2 { background-color: #dfefff } /* light blue */

View File

@@ -35,6 +35,7 @@
[%############################################################################%]
[% PROCESS global/header.html.tmpl
style_urls = ['testopia.css']
title = title
style = style
%]

View File

@@ -36,7 +36,8 @@
[%# Page Header #%]
[%############################################################################%]
[% PROCESS global/header.html.tmpl %]
[% PROCESS global/header.html.tmpl
style_urls = ['testopia.css'] %]
<script type="text/javascript">
djConfig = {
parseWidgets: false,

View File

@@ -23,6 +23,7 @@
[% PROCESS global/variables.none.tmpl %]
[% PROCESS global/header.html.tmpl
style_urls = ['testopia.css']
title = "Search by Test Run Number"
%]

View File

@@ -33,7 +33,8 @@
[%# Page Header #%]
[%############################################################################%]
[% PROCESS global/header.html.tmpl
[% PROCESS global/header.html.tmpl
style_urls = ['testopia.css']
title = "Clone Test Run: $run.summary"
style = style
%]

View File

@@ -33,7 +33,8 @@
[%# Page Header #%]
[%############################################################################%]
[% PROCESS global/header.html.tmpl
[% PROCESS global/header.html.tmpl
style_urls = ['testopia.css']
title = "Delete Test Run $run.summary"
%]

View File

@@ -35,7 +35,8 @@
[%# Page Header #%]
[%############################################################################%]
[% PROCESS global/header.html.tmpl %]
[% PROCESS global/header.html.tmpl
style_urls = ['testopia.css'] %]
[% PROCESS testopia/style.none.tmpl %]
[% PROCESS testopia/blocks.html.tmpl %]

View File

@@ -35,7 +35,8 @@
[%# Page Header #%]
[%############################################################################%]
[% PROCESS global/header.html.tmpl %]
[% PROCESS global/header.html.tmpl
style_urls = ['testopia.css'] %]
[% PROCESS testopia/style.none.tmpl %]
[% PROCESS testopia/blocks.html.tmpl %]

View File

@@ -35,6 +35,7 @@
[%############################################################################%]
[% PROCESS global/header.html.tmpl
style_urls = ['testopia.css']
title = title
style = style
%]

View File

@@ -35,7 +35,8 @@
[%# Page Header #%]
[%############################################################################%]
[% PROCESS global/header.html.tmpl %]
[% PROCESS global/header.html.tmpl
style_urls = ['testopia.css'] %]
[% PROCESS testopia/blocks.html.tmpl %]
[% PROCESS testopia/style.none.tmpl %]

View File

@@ -32,7 +32,8 @@
[%# Page Header #%]
[%############################################################################%]
[% PROCESS global/header.html.tmpl %]
[% PROCESS global/header.html.tmpl
style_urls = ['testopia.css'] %]
[% PROCESS testopia/messages.html.tmpl %]
[% PROCESS testopia/style.none.tmpl %]
[% PROCESS testopia/blocks.html.tmpl %]

View File

@@ -19,7 +19,8 @@
#%]
[% PROCESS global/header.html.tmpl
[% PROCESS global/header.html.tmpl
style_urls = ['testopia.css']
title = "Tags" %]
[% PROCESS testopia/messages.html.tmpl %]
[% PROCESS testopia/blocks.html.tmpl %]