From: richard Date: Mon, 23 Jul 2001 04:22:45 +0000 (+0000) Subject: moving HTML templates to their own dir X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=95003488c6fd8d32ecd4d1341eebfa3d44d6490e;p=roundup.git moving HTML templates to their own dir git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@38 57a73879-2fb5-44c3-a270-3262357dd7e2 --- diff --git a/roundup/templates/extended/html/file.index b/roundup/templates/extended/html/file.index new file mode 100644 index 0000000..c22c80d --- /dev/null +++ b/roundup/templates/extended/html/file.index @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/roundup/templates/extended/html/issue.filter b/roundup/templates/extended/html/issue.filter new file mode 100644 index 0000000..4a05d0b --- /dev/null +++ b/roundup/templates/extended/html/issue.filter @@ -0,0 +1,37 @@ + + + Title + + + + Status + + + + Priority + + + + Platform + + + + Product + + + + Version + + + + Source + + + + Assigned to + + + + Customer name + + diff --git a/roundup/templates/extended/html/issue.index b/roundup/templates/extended/html/issue.index new file mode 100644 index 0000000..ea00a36 --- /dev/null +++ b/roundup/templates/extended/html/issue.index @@ -0,0 +1,33 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/roundup/templates/extended/html/issue.item b/roundup/templates/extended/html/issue.item new file mode 100644 index 0000000..d971da2 --- /dev/null +++ b/roundup/templates/extended/html/issue.item @@ -0,0 +1,86 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Item Information
Title
Product + version:Platform
Created + ()Last activity
PrioritySource
StatusRate
Assigned ToCustomer Name
SupersederNosy List
Change Note
 
Messages
Files
+ diff --git a/roundup/templates/extended/html/msg.index b/roundup/templates/extended/html/msg.index new file mode 100644 index 0000000..83b81f4 --- /dev/null +++ b/roundup/templates/extended/html/msg.index @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/roundup/templates/extended/html/msg.item b/roundup/templates/extended/html/msg.item new file mode 100644 index 0000000..a5e739b --- /dev/null +++ b/roundup/templates/extended/html/msg.item @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Message Information
Author
Recipients
Date
+
+
Files
History
diff --git a/roundup/templates/extended/html/style.css b/roundup/templates/extended/html/style.css new file mode 100644 index 0000000..2316c7c --- /dev/null +++ b/roundup/templates/extended/html/style.css @@ -0,0 +1,163 @@ +h1 { + font-family: Verdana, Helvetica, sans-serif; + font-size: 18pt; + font-weight: bold; +} + +h2 { + font-family: Verdana, Helvetica, sans-serif; + font-size: 16pt; + font-weight: bold; +} + +h3 { + font-family: Verdana, Helvetica, sans-serif; + font-size: 12pt; + font-weight: bold; +} + +a:hover { + font-family: Verdana, Helvetica, sans-serif; + text-decoration: underline; + color: #333333; +} + +a:link { + font-family: Verdana, Helvetica, sans-serif; + text-decoration: none; + color: #000099; +} + +a { + font-family: Verdana, Helvetica, sans-serif; + text-decoration: none; + color: #000099; +} + +p { + font-family: Verdana, Helvetica, sans-serif; + font-size: 10pt; + color: #333333; +} + +th { + font-family: Verdana, Helvetica, sans-serif; + font-weight: bold; + font-size: 10pt; + color: #333333; +} + +.form-help { + font-family: Verdana, Helvetica, sans-serif; + font-size: 10pt; + color: #333333; +} + +.std-text { + font-family: Verdana, Helvetica, sans-serif; + font-size: 10pt; + color: #333333; +} + +.tab-small { + font-family: Verdana, Helvetica, sans-serif; + font-size: 8pt; + color: #333333; +} + +.location-bar { + background-color: #efefef; + border: none; +} + +.strong-header { + font-family: Verdana, Helvetica, sans-serif; + font-size: 12pt; + font-weight: bold; + background-color: #000000; + color: #ffffff; +} + +.list-header { + background-color: #c0c0c0; + border: none; +} + +.list-item { + font-family: Verdana, Helvetica, sans-serif; + font-size: 10pt; +} + +.list-nav { + font-family: Verdana, Helvetica, sans-serif; + font-size: 10pt; + font-weight: bold; +} + +.row-normal { + background-color: #ffffff; + border: none; + +} + +.row-hilite { + background-color: #efefef; + border: none; +} + +.section-bar { + background-color: #c0c0c0; + border: none; +} + +.system-msg { + font-family: Verdana, Helvetica, sans-serif; + font-size: 10pt; + background-color: #ffffff; + border: 1px solid #000000; + margin-bottom: 6px; + margin-top: 6px; + padding: 4px; + width: 100%; + color: #660033; +} + +.form-title { + font-family: Verdana, Helvetica, sans-serif; + font-weight: bold; + font-size: 12pt; + color: #333333; +} + +.form-label { + font-family: Verdana, Helvetica, sans-serif; + font-weight: bold; + font-size: 10pt; + color: #333333; +} + +.form-optional { + font-family: Verdana, Helvetica, sans-serif; + font-weight: bold; + font-style: italic; + font-size: 10pt; + color: #333333; +} + +.form-element { + font-family: Verdana, Helvetica, aans-serif; + font-size: 10pt; + color: #000000; +} + +.form-text { + font-family: Verdana, Helvetica, sans-serif; + font-size: 10pt; + color: #333333; +} + +.form-mono { + font-family: monospace; + font-size: 12px; + text-decoration: none; +} diff --git a/roundup/templates/extended/html/user.index b/roundup/templates/extended/html/user.index new file mode 100644 index 0000000..c73a318 --- /dev/null +++ b/roundup/templates/extended/html/user.index @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + diff --git a/roundup/templates/extended/html/user.item b/roundup/templates/extended/html/user.item new file mode 100644 index 0000000..d201251 --- /dev/null +++ b/roundup/templates/extended/html/user.item @@ -0,0 +1,46 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Your Details
Name
Login Name
Login Password
Phone
Organisation
E-mail address
 
History
+ diff --git a/roundup/templates/extended/issue.filter b/roundup/templates/extended/issue.filter deleted file mode 100644 index 2f9cb5c..0000000 --- a/roundup/templates/extended/issue.filter +++ /dev/null @@ -1,37 +0,0 @@ - - - Title - - - - Status - - - - Priority - - - - Platform - - - - Product - - - - Version - - - - Source - - - - Assigned to - - - - Customer name - - diff --git a/roundup/templates/extended/issue.item b/roundup/templates/extended/issue.item deleted file mode 100644 index c1312de..0000000 --- a/roundup/templates/extended/issue.item +++ /dev/null @@ -1,86 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Item Information
Title
Product - version:Platform
Created - ()Last activity
PrioritySource
StatusRate
Assigned ToCustomer Name
SupersederNosy List
Change Note
 
Messages
Files
- diff --git a/roundup/templates/extended/msg.item b/roundup/templates/extended/msg.item deleted file mode 100644 index 00cd331..0000000 --- a/roundup/templates/extended/msg.item +++ /dev/null @@ -1,37 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Message Information
Author
Recipients
Date
-
-
Files
History
diff --git a/roundup/templates/extended/style.css b/roundup/templates/extended/style.css deleted file mode 100644 index 2316c7c..0000000 --- a/roundup/templates/extended/style.css +++ /dev/null @@ -1,163 +0,0 @@ -h1 { - font-family: Verdana, Helvetica, sans-serif; - font-size: 18pt; - font-weight: bold; -} - -h2 { - font-family: Verdana, Helvetica, sans-serif; - font-size: 16pt; - font-weight: bold; -} - -h3 { - font-family: Verdana, Helvetica, sans-serif; - font-size: 12pt; - font-weight: bold; -} - -a:hover { - font-family: Verdana, Helvetica, sans-serif; - text-decoration: underline; - color: #333333; -} - -a:link { - font-family: Verdana, Helvetica, sans-serif; - text-decoration: none; - color: #000099; -} - -a { - font-family: Verdana, Helvetica, sans-serif; - text-decoration: none; - color: #000099; -} - -p { - font-family: Verdana, Helvetica, sans-serif; - font-size: 10pt; - color: #333333; -} - -th { - font-family: Verdana, Helvetica, sans-serif; - font-weight: bold; - font-size: 10pt; - color: #333333; -} - -.form-help { - font-family: Verdana, Helvetica, sans-serif; - font-size: 10pt; - color: #333333; -} - -.std-text { - font-family: Verdana, Helvetica, sans-serif; - font-size: 10pt; - color: #333333; -} - -.tab-small { - font-family: Verdana, Helvetica, sans-serif; - font-size: 8pt; - color: #333333; -} - -.location-bar { - background-color: #efefef; - border: none; -} - -.strong-header { - font-family: Verdana, Helvetica, sans-serif; - font-size: 12pt; - font-weight: bold; - background-color: #000000; - color: #ffffff; -} - -.list-header { - background-color: #c0c0c0; - border: none; -} - -.list-item { - font-family: Verdana, Helvetica, sans-serif; - font-size: 10pt; -} - -.list-nav { - font-family: Verdana, Helvetica, sans-serif; - font-size: 10pt; - font-weight: bold; -} - -.row-normal { - background-color: #ffffff; - border: none; - -} - -.row-hilite { - background-color: #efefef; - border: none; -} - -.section-bar { - background-color: #c0c0c0; - border: none; -} - -.system-msg { - font-family: Verdana, Helvetica, sans-serif; - font-size: 10pt; - background-color: #ffffff; - border: 1px solid #000000; - margin-bottom: 6px; - margin-top: 6px; - padding: 4px; - width: 100%; - color: #660033; -} - -.form-title { - font-family: Verdana, Helvetica, sans-serif; - font-weight: bold; - font-size: 12pt; - color: #333333; -} - -.form-label { - font-family: Verdana, Helvetica, sans-serif; - font-weight: bold; - font-size: 10pt; - color: #333333; -} - -.form-optional { - font-family: Verdana, Helvetica, sans-serif; - font-weight: bold; - font-style: italic; - font-size: 10pt; - color: #333333; -} - -.form-element { - font-family: Verdana, Helvetica, aans-serif; - font-size: 10pt; - color: #000000; -} - -.form-text { - font-family: Verdana, Helvetica, sans-serif; - font-size: 10pt; - color: #333333; -} - -.form-mono { - font-family: monospace; - font-size: 12px; - text-decoration: none; -} diff --git a/roundup/templates/extended/user.item b/roundup/templates/extended/user.item deleted file mode 100644 index c66a058..0000000 --- a/roundup/templates/extended/user.item +++ /dev/null @@ -1,46 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Your Details
Name
Login Name
Login Password
Phone
Organisation
E-mail address
 
History
-