338a74204e3bc0c839d6d2915811a4869415e4b2
[citadel.git] / webcit / static / t / who / section.html
1 <tr class="<?ITERATE:ODDEVEN>">
2         <td class="edit_col">
3                 <??("COND:AIDE", 1)><??("WHO:ISME", 2)>
4                         <a href="terminate_session?which_session=<?WHO:SESSION>&template=who" onClick="return ConfirmKill();"><?_("(kill)")></a>
5                 <??("X", 2)><??("X", 1)>
6                 <?!("WHO:ISME", 3)>
7                         <a href="edit_me"><img src="static/webcit_icons/essen/16x16/config.png" alt="(<?_("edit")>)" title="<?_("edit")>"></a>
8                 <?!("X", 3)>
9         </td>
10         <!-- link to page this user -->
11         <td><a href="display_page?recp=<?WHO:NAME("X")>">
12                 <img src="static/webcit_icons/essen/16x16/chat.png" alt="(p)" title="chat"></a> 
13         </td>
14         <!-- idle flag -->
15         <td>
16                 <?!("WHO:IDLE", 4)>
17                         <img align="middle" src="static/webcit_icons/essen/16x16/user.png" alt="(<?_("idle since")>s <?WHO:IDLESINCE> <?_("Minutes")>)" title="(<?_("idle since")>s <?WHO:IDLESINCE> <?_("Minutes")>)">
18                 <?!("X", 4)>
19                 <??("WHO:IDLE", 5)>
20                         <img align="middle" src="static/webcit_icons/essen/16x16/activeuser.png" alt="(<?_("active")>)">
21                 <?!("X", 5)>
22         </td>
23         <!--  username (link to user bio/photo page)  -->
24         <td>
25                 <a href="showuser?who=<?WHO:NAME("U")>"><?WHO:NAME("X")></a>
26                 <??("WHO:NSESSIONS", 6, 1)>[<?WHO:NSESSIONS>]<?!("X", 6)>
27         </td>
28         <!-- room -->
29         <td>
30                 <?WHO:ROOM>
31                 <?!("WHO:REALROOM", 7)>
32                         <br><i>  <?WHO:REALROOM("X")>  </i>
33                 <?!("X", 7)>
34         </td>
35         <!-- hostname -->
36         <td class="host_col">
37                 <?WHO:HOST("X")>
38                         <?!("WHO:REALHOST", 8)><br><i> <?WHO:REALHOST("X")></i>
39                 <?!("X", 8)>
40         </td>
41 </tr>