sanitize summary page
[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/webcit_icons/essen/16x16/chat.png" alt="(p)"></a> 
5         </td>
6         <!-- idle flag -->
7         <td width="5%">
8                 <?!("WHO:IDLE", 4)>
9                         <img align="middle" src="static/webcit_icons/essen/16x16/user.png" alt="(<?_("idle since")>s <?WHO:IDLESINCE> <?_("Minutes")>)">
10                 <?!("X", 4)>
11                 <??("WHO:IDLE", 5)>
12                         <img align="middle" src="static/webcit_icons/essen/16x16/activeuser.png" alt="(<?_("active")>)">
13                 <?!("X", 5)>
14         </td>
15         <td>
16                 <!--  username (link to user bio/photo page)  -->
17                 <a href="showuser?who=<?WHO:NAME("U")>"> <?WHO:NAME("X")></a> 
18                 <??("WHO:NSESSIONS", 6, 0, 1)>[<?WHO:NSESSIONS>]<?!("X", 6)>
19                 <!-- room -->
20         </td>
21         <td>
22                 <?WHO:ROOM>
23                 <?!("WHO:REALROOM", 7)><br><i>  <?WHO:REALROOM("X")>  </i><?!("X", 7)>
24         </td>
25 </tr>