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:
50
mozilla/webtools/testopia/testopia/css/default.css → mozilla/webtools/testopia/skins/standard/testopia.css
Executable file → Normal file
50
mozilla/webtools/testopia/testopia/css/default.css → mozilla/webtools/testopia/skins/standard/testopia.css
Executable file → Normal 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;
|
||||
}
|
||||
}
|
||||
@@ -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 = {
|
||||
|
||||
@@ -19,6 +19,7 @@
|
||||
#%]
|
||||
|
||||
[% PROCESS global/header.html.tmpl
|
||||
style_urls = ['testopia.css']
|
||||
title = "Add a New Test Plan Type"
|
||||
%]
|
||||
|
||||
|
||||
@@ -19,5 +19,6 @@
|
||||
#%]
|
||||
|
||||
[% PROCESS global/header.html.tmpl
|
||||
style_urls = ['testopia.css']
|
||||
title = "Test Plan Types"
|
||||
%]
|
||||
@@ -19,6 +19,7 @@
|
||||
#%]
|
||||
|
||||
[% PROCESS global/header.html.tmpl
|
||||
style_urls = ['testopia.css']
|
||||
title = "Edit Test Plan Types"
|
||||
%]
|
||||
|
||||
|
||||
@@ -19,6 +19,7 @@
|
||||
#%]
|
||||
|
||||
[% PROCESS global/header.html.tmpl
|
||||
style_urls = ['testopia.css']
|
||||
title = "Test Plan Types"
|
||||
%]
|
||||
|
||||
|
||||
@@ -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 %]
|
||||
|
||||
|
||||
@@ -23,6 +23,7 @@
|
||||
[% PROCESS global/variables.none.tmpl %]
|
||||
|
||||
[% PROCESS global/header.html.tmpl
|
||||
style_urls = ['testopia.css']
|
||||
title = "Search by Attachment Number"
|
||||
%]
|
||||
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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 %]
|
||||
|
||||
@@ -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">
|
||||
|
||||
@@ -19,6 +19,7 @@
|
||||
#%]
|
||||
|
||||
[% PROCESS global/header.html.tmpl
|
||||
style_urls = ['testopia.css']
|
||||
title = "Product Builds for $product.name"
|
||||
%]
|
||||
|
||||
|
||||
@@ -32,6 +32,7 @@
|
||||
[%############################################################################%]
|
||||
|
||||
[% PROCESS global/header.html.tmpl
|
||||
style_urls = ['testopia.css']
|
||||
title = title
|
||||
style = style
|
||||
%]
|
||||
|
||||
@@ -34,6 +34,7 @@
|
||||
[%############################################################################%]
|
||||
|
||||
[% PROCESS global/header.html.tmpl
|
||||
style_urls = ['testopia.css']
|
||||
style = style
|
||||
%]
|
||||
|
||||
|
||||
@@ -34,6 +34,7 @@
|
||||
[%############################################################################%]
|
||||
|
||||
[% PROCESS global/header.html.tmpl
|
||||
style_urls = ['testopia.css']
|
||||
title = title
|
||||
style = style
|
||||
%]
|
||||
|
||||
@@ -23,6 +23,7 @@
|
||||
[% PROCESS global/variables.none.tmpl %]
|
||||
|
||||
[% PROCESS global/header.html.tmpl
|
||||
style_urls = ['testopia.css']
|
||||
title = "Search by Test Case Number"
|
||||
%]
|
||||
|
||||
|
||||
@@ -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">
|
||||
|
||||
@@ -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"
|
||||
%]
|
||||
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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 %]
|
||||
|
||||
@@ -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 %]
|
||||
|
||||
@@ -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 %]
|
||||
|
||||
|
||||
@@ -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"
|
||||
%]
|
||||
|
||||
|
||||
@@ -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 %]
|
||||
|
||||
@@ -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 %]
|
||||
|
||||
@@ -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 %]
|
||||
|
||||
@@ -19,6 +19,7 @@
|
||||
#%]
|
||||
|
||||
[% PROCESS global/header.html.tmpl
|
||||
style_urls = ['testopia.css']
|
||||
title = "Delete Category $category.name From Product $product.name"
|
||||
%]
|
||||
|
||||
|
||||
@@ -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 %]"/>
|
||||
|
||||
@@ -19,6 +19,7 @@
|
||||
#%]
|
||||
|
||||
[% PROCESS global/header.html.tmpl
|
||||
style_urls = ['testopia.css']
|
||||
title = "Test Categories for $product.name"
|
||||
%]
|
||||
<table>
|
||||
|
||||
@@ -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 %]
|
||||
|
||||
@@ -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 %]
|
||||
|
||||
@@ -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"
|
||||
%]
|
||||
|
||||
|
||||
@@ -33,7 +33,8 @@
|
||||
[%# Page Header #%]
|
||||
[%############################################################################%]
|
||||
|
||||
[% PROCESS global/header.html.tmpl %]
|
||||
[% PROCESS global/header.html.tmpl
|
||||
style_urls = ['testopia.css'] %]
|
||||
|
||||
[% IF deleted %]
|
||||
Environment Deleted
|
||||
|
||||
@@ -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 %]
|
||||
|
||||
@@ -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 %]
|
||||
|
||||
@@ -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 %]
|
||||
|
||||
@@ -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 %]
|
||||
|
||||
@@ -23,6 +23,7 @@
|
||||
[% PROCESS global/variables.none.tmpl %]
|
||||
|
||||
[% PROCESS global/header.html.tmpl
|
||||
style_urls = ['testopia.css']
|
||||
title = "Choose a Test Plan"
|
||||
%]
|
||||
|
||||
|
||||
@@ -34,6 +34,7 @@
|
||||
[%############################################################################%]
|
||||
|
||||
[% PROCESS global/header.html.tmpl
|
||||
style_urls = ['testopia.css']
|
||||
title = "Clone Test Plan: $plan.name"
|
||||
style = style
|
||||
%]
|
||||
|
||||
@@ -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"
|
||||
%]
|
||||
|
||||
|
||||
@@ -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 %]
|
||||
|
||||
@@ -35,6 +35,7 @@
|
||||
[%############################################################################%]
|
||||
|
||||
[% PROCESS global/header.html.tmpl
|
||||
style_urls = ['testopia.css']
|
||||
title = title
|
||||
style = style
|
||||
%]
|
||||
|
||||
@@ -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 %]
|
||||
|
||||
@@ -36,6 +36,7 @@
|
||||
[%############################################################################%]
|
||||
|
||||
[% PROCESS global/header.html.tmpl
|
||||
style_urls = ['testopia.css']
|
||||
title = title
|
||||
style = style
|
||||
%]
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -35,6 +35,7 @@
|
||||
[%############################################################################%]
|
||||
|
||||
[% PROCESS global/header.html.tmpl
|
||||
style_urls = ['testopia.css']
|
||||
title = title
|
||||
style = style
|
||||
%]
|
||||
|
||||
@@ -35,6 +35,7 @@
|
||||
[%############################################################################%]
|
||||
|
||||
[% PROCESS global/header.html.tmpl
|
||||
style_urls = ['testopia.css']
|
||||
title = title
|
||||
style = style
|
||||
%]
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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 */
|
||||
|
||||
@@ -35,6 +35,7 @@
|
||||
[%############################################################################%]
|
||||
|
||||
[% PROCESS global/header.html.tmpl
|
||||
style_urls = ['testopia.css']
|
||||
title = title
|
||||
style = style
|
||||
%]
|
||||
|
||||
@@ -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,
|
||||
|
||||
@@ -23,6 +23,7 @@
|
||||
[% PROCESS global/variables.none.tmpl %]
|
||||
|
||||
[% PROCESS global/header.html.tmpl
|
||||
style_urls = ['testopia.css']
|
||||
title = "Search by Test Run Number"
|
||||
%]
|
||||
|
||||
|
||||
@@ -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
|
||||
%]
|
||||
|
||||
@@ -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"
|
||||
%]
|
||||
|
||||
|
||||
@@ -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 %]
|
||||
|
||||
@@ -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 %]
|
||||
|
||||
@@ -35,6 +35,7 @@
|
||||
[%############################################################################%]
|
||||
|
||||
[% PROCESS global/header.html.tmpl
|
||||
style_urls = ['testopia.css']
|
||||
title = title
|
||||
style = style
|
||||
%]
|
||||
|
||||
@@ -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 %]
|
||||
|
||||
|
||||
@@ -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 %]
|
||||
|
||||
@@ -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 %]
|
||||
|
||||
Reference in New Issue
Block a user