Code

finished of colourising the classic template
authorrichard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2>
Fri, 3 Aug 2001 01:19:43 +0000 (01:19 +0000)
committerrichard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2>
Fri, 3 Aug 2001 01:19:43 +0000 (01:19 +0000)
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@198 57a73879-2fb5-44c3-a270-3262357dd7e2

roundup/templates/classic/html/issue.item
roundup/templates/classic/html/style.css
roundup/templates/classic/htmlbase.py

index 22dc0ec3fdbf4d2031d68c6fbfa4c8ff9a3d05dd..81364d47d88be9ad6f4a68db4ae1b3cfd1d9ff17 100644 (file)
@@ -1,10 +1,6 @@
-<!-- $Id: issue.item,v 1.3 2001-07-30 08:12:17 richard Exp $-->
+<!-- $Id: issue.item,v 1.4 2001-08-03 01:19:43 richard Exp $-->
 <table border=0 cellspacing=0 cellpadding=2>
 
-<tr class="strong-header">
-  <td colspan=4>Item Information</td>
-</td>
-
 <tr  bgcolor="ffffea">
     <td width=1% nowrap align=right><span class="form-label">Title</span></td>
     <td colspan=3 class="form-text"><display call="field('title', size=80)"></td>
     <td colspan=3 class="form-text"><display call="submit()"></td>
 </tr>
 
-<tr class="strong-header">
+<tr class="msg-header">
     <td colspan=4><b>Messages</b></td>
 </tr>
 <property name="messages">
-<tr>            
+<tr>
     <td colspan=4><display call="list('messages')"></td>
 </tr>
 </property>
 
-<tr class="strong-header">
+<tr class="file-header">
   <td colspan=4><b>Files</b></td>
 </tr>
 <tr class="form-help">
  <td colspan=4>
-   <a href="newfile?:multilink=issue<display call="plain('id')">:files">Attach a file to this issue</a>
+   <a href="newfile?:multilink=issue<display
+call="plain('id')">:files">Attach a file to this issue</a>
  </td>
 </tr>
 <property name="files">
- <tr>            
+ <tr>
      <td colspan=4><display call="list('files')"></td>
  </tr>
 </property>
 
+<tr class="history-header">
+    <td colspan=4><b>History</b></td>
+</tr>
+<tr>
+    <td colspan=4><display call="history()"></td>
+</tr>
+
 </table>
 
index d73471ae8252530dab5b95cd1aaae92a43912173..07eace4999965294f3b3c600dbea0d7c9620da50 100644 (file)
@@ -79,6 +79,30 @@ th {
   color: #ffffff;
 }
 
+.msg-header {
+  font-family: Verdana, Helvetica, sans-serif;
+  font-size: 12pt;
+  font-weight: bold;
+  background-color: #EE71AC;
+  color: #ffffff;
+}
+
+.file-header {
+  font-family: Verdana, Helvetica, sans-serif;
+  font-size: 12pt;
+  font-weight: bold;
+  background-color: #41BE62;
+  color: #ffffff;
+}   
+
+.history-header {
+  font-family: Verdana, Helvetica, sans-serif;
+  font-size: 12pt;
+  font-weight: bold;
+  background-color: #739DEE;
+  color: #ffffff;
+}
+
 .list-header {
   background-color: #aaccff;
   color: #000000;
index 2e005bb5df0acd071af1d54ad5cb69eeb7f042c2..ad502f8a5cf0f77f28c798dc900e7b903411d9da 100644 (file)
@@ -74,10 +74,6 @@ issueDOTindex = """<!-- dollarId: issue.index,v 1.2 2001/07/29 04:07:37 richard
 issueDOTitem = """<!-- dollarId: issue.item,v 1.3 2001/07/30 08:12:17 richard Exp dollar-->
 <table border=0 cellspacing=0 cellpadding=2>
 
-<tr class="strong-header">
-  <td colspan=4>Item Information</td>
-</td>
-
 <tr  bgcolor="ffffea">
     <td width=1% nowrap align=right><span class="form-label">Title</span></td>
     <td colspan=3 class="form-text"><display call="field('title', size=80)"></td>
@@ -115,29 +111,37 @@ issueDOTitem = """<!-- dollarId: issue.item,v 1.3 2001/07/30 08:12:17 richard Ex
     <td colspan=3 class="form-text"><display call="submit()"></td>
 </tr>
 
-<tr class="strong-header">
+<tr class="msg-header">
     <td colspan=4><b>Messages</b></td>
 </tr>
 <property name="messages">
-<tr>            
+<tr>
     <td colspan=4><display call="list('messages')"></td>
 </tr>
 </property>
 
-<tr class="strong-header">
+<tr class="file-header">
   <td colspan=4><b>Files</b></td>
 </tr>
 <tr class="form-help">
  <td colspan=4>
-   <a href="newfile?:multilink=issue<display call="plain('id')">:files">Attach a file to this issue</a>
+   <a href="newfile?:multilink=issue<display
+call="plain('id')">:files">Attach a file to this issue</a>
  </td>
 </tr>
 <property name="files">
- <tr>            
+ <tr>
      <td colspan=4><display call="list('files')"></td>
  </tr>
 </property>
 
+<tr class="history-header">
+    <td colspan=4><b>History</b></td>
+</tr>
+<tr>
+    <td colspan=4><display call="history()"></td>
+</tr>
+
 </table>
 
 """
@@ -276,6 +280,30 @@ th {
   color: #ffffff;
 }
 
+.msg-header {
+  font-family: Verdana, Helvetica, sans-serif;
+  font-size: 12pt;
+  font-weight: bold;
+  background-color: #EE71AC;
+  color: #ffffff;
+}
+
+.file-header {
+  font-family: Verdana, Helvetica, sans-serif;
+  font-size: 12pt;
+  font-weight: bold;
+  background-color: #41BE62;
+  color: #ffffff;
+}   
+
+.history-header {
+  font-family: Verdana, Helvetica, sans-serif;
+  font-size: 12pt;
+  font-weight: bold;
+  background-color: #739DEE;
+  color: #ffffff;
+}
+
 .list-header {
   background-color: #aaccff;
   color: #000000;