Code

Messages are now displayed with content, and <xmp>xmp</xmp>'ed instead of
authorrichard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2>
Thu, 27 Sep 2001 06:36:42 +0000 (06:36 +0000)
committerrichard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2>
Thu, 27 Sep 2001 06:36:42 +0000 (06:36 +0000)
pre'ed.

git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@257 57a73879-2fb5-44c3-a270-3262357dd7e2

roundup/templates/extended/html/msg.index
roundup/templates/extended/htmlbase.py

index 83b81f441a06867dca794771b320959f13986acd..b7bdfa709e87b485d1227d363ffb8d788729e766 100644 (file)
@@ -1,12 +1,12 @@
-<!-- $Id: msg.index,v 1.1 2001-07-23 04:21:20 richard Exp $-->
-<tr>
+<!-- $Id: msg.index,v 1.2 2001-09-27 06:36:42 richard Exp $-->
+<tr class="row-hilite">
     <property name="date">
         <td><display call="link('date')"></td>
     </property>
     <property name="author">
         <td><display call="plain('author')"></td>
     </property>
-    <property name="summary">
-        <td><display call="plain('summary')"></td>
-    </property>
+</tr>
+<tr bgcolor="ffeaff">
+    <td colspan=2><xmp><display call="plain('content')"></xmp></td>
 </tr>
index 35f44df3e4ec603ca7c1acce08503dc5f559329f..45bb7bac6ad78193b734e8d8d0b27dfca734b569 100644 (file)
@@ -183,16 +183,16 @@ issueDOTitem = """<!-- dollarId: issue.item,v 1.5 2001/07/30 08:03:56 richard Ex
 """
 
 msgDOTindex = """<!-- dollarId: msg.index,v 1.1 2001/07/23 04:21:20 richard Exp dollar-->
-<tr>
+<tr class="row-hilite">
     <property name="date">
         <td><display call="link('date')"></td>
     </property>
     <property name="author">
         <td><display call="plain('author')"></td>
     </property>
-    <property name="summary">
-        <td><display call="plain('summary')"></td>
-    </property>
+</tr>
+<tr bgcolor="ffeaff">
+    <td colspan=2><xmp><display call="plain('content')"></xmp></td>
 </tr>
 """