OSDN Git Service

*** empty log message ***
authormorimoto <morimoto@180c8125-5b33-4295-ad04-72a68a15b4cc>
Tue, 5 Aug 2008 14:33:07 +0000 (14:33 +0000)
committermorimoto <morimoto@180c8125-5b33-4295-ad04-72a68a15b4cc>
Tue, 5 Aug 2008 14:33:07 +0000 (14:33 +0000)
ChangeLog
lib/templates/default/all.html
lib/templates/default/unread.html

index c98f0c8..c0617c0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2008-08-05  Jun Morimoto  <morimoto@mrmt.net>
 
+       * lib/templates/default/{all,unread}.html: display action messages
+       in light blue
        * t/*.t: added can_ok()
 
 2008-08-03  Jun Morimoto  <morimoto@mrmt.net>
index 67e8c1a..460d18d 100644 (file)
       </form>
 
       <tmpl_loop name="loop">
-       <tmpl_if read>
-         <!-- tmpl_var time -->
+
+       <tmpl_if nick>
+         <tmpl_if read>
+           <!-- tmpl_var time -->
+         <tmpl_else>
+           <font color="#6666ff"><!-- tmpl_var time --></font>
+         </tmpl_if>
+         <!-- tmpl_var nick -->&gt;
+         <!-- tmpl_var message -->
        <tmpl_else>
-         <font color="#0000ff"><!-- tmpl_var time --></font>
+         <tmpl_if read>
+           <!-- tmpl_var time -->
+         <tmpl_else>
+           <font color="#6666ff"><!-- tmpl_var time --></font>
+         </tmpl_if>
+         <font color="#c6d1ff"><!-- tmpl_var message --></font>
        </tmpl_if>
-       <!-- tmpl_var nick -->&gt;
-       <!-- tmpl_var message -->
        <br />
       </tmpl_loop>
 
index f2d1211..22f9fd4 100644 (file)
     </form>
 
     <tmpl_loop name="loop">
-      <font color="#0000ff"><!-- tmpl_var time --></font>
-      <!-- tmpl_var nick -->&gt;
-      <!-- tmpl_var message -->
+      <tmpl_if nick>
+       <font color="#6666ff"><!-- tmpl_var time --></font>
+       <!-- tmpl_var nick -->&gt;
+       <!-- tmpl_var message -->
+      <tmpl_else>
+       <font color="#6666ff"><!-- tmpl_var time --></font>
+       <font color="#c6d1ff"><!-- tmpl_var message --></font>
+      </tmpl_if>
       <br />
     </tmpl_loop>