]> code.citadel.org Git - citadel.git/blobdiff - webcit/static/t/whosummarysection.html
* rework who.c so it doesn't use svput() and friends but rather preregistered callbac...
[citadel.git] / webcit / static / t / whosummarysection.html
index 1dac2dfada19802c97a6e81ec1c8c3921d249125..56b56fe74bc06ddb9d1250e5572e5f91c5fdd1e2 100644 (file)
@@ -1,10 +1,10 @@
 <tr class="<?ITERATE:ODDEVEN>">
 <!-- link to page this user -->
-<td width="5%%"><a href="display_page?recp=<?WHO:NAME("X")>">
+<td width="5%"><a href="display_page?recp=<?WHO:NAME("X")>">
    <img align="middle" src="static/citadelchat_24x.gif" alt="(p)" border="0" /></a> 
 </td>
-<!-- idle flag --->
-<td width="5%%">
+<!-- idle flag -->
+<td width="5%">
 <?!("COND:SUBST", 4, "WHO:IDLE")>  <img align="middle" src="static/inactiveuser_24x.gif" alt="(<?_("idle since")>s <?WHO:IDLESINCE> <?_("Minutes")>)" border="0" />  <?!("X", 4)>
 <??("COND:SUBST", 5, "WHO:IDLE")>  <img align="middle" src="static/activeuser_24x.gif" alt="(<?_("active")>)" border="0" />  <?!("X", 5)>
 </td>
@@ -15,6 +15,6 @@
 <!-- room -->
 </td><td>
 <?WHO:ROOM>
-<?!("WHO:REALROOM", 7> <br /><i>  <?WHO:REALROOM("X")>  </i>  <?!("X", 7)>
+<?!("WHO:REALROOM", 7)> <br /><i>  <?WHO:REALROOM("X")>  </i>  <?!("X", 7)>
 </td>
 </tr>