Performed a bunch of markup fixes suggested by validator.w3.org
[citadel.git] / webcit / static / t / who / summary_section.html
1 <tr class="<?ITERATE:ODDEVEN>">
2 <!-- link to page this user -->
3 <td width="5%"><a href="display_page?recp=<?WHO:NAME("X")>">
4    <img align="middle" src="static/citadelchat_24x.gif" alt="(p)" border="0" /></a> 
5 </td>
6 <!-- idle flag -->
7 <td width="5%">
8 <?!("WHO:IDLE", 4)>  <img align="middle" src="static/inactiveuser_24x.gif" alt="(<?_("idle since")>s <?WHO:IDLESINCE> <?_("Minutes")>)" border="0" />  <?!("X", 4)>
9 <??("WHO:IDLE", 5)>  <img align="middle" src="static/activeuser_24x.gif" alt="(<?_("active")>)" border="0" />  <?!("X", 5)>
10 </td>
11 <td>
12 <!--  username (link to user bio/photo page)  -->
13 <a href="showuser?who=<?WHO:NAME("U")>"> <?WHO:NAME("X")></a> 
14 <??("WHO:NSESSIONS", 6, 0, 1)>[<?WHO:NSESSIONS>] </a><?!("X", 6)>
15 <!-- room -->
16 </td><td>
17 <?WHO:ROOM>
18 <?!("WHO:REALROOM", 7)> <br><i>  <?WHO:REALROOM("X")>  </i>  <?!("X", 7)>
19 </td>
20 </tr>