1944f2a8cdd1c932e5065796c70f7cb54a4e1723
[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>&nbsp;
5                         (<a href="display_edituser?username=<?WHO:NAME("U")>&edit_config_button=Edit+configuration&nonce=<?NONCE>"><?_("Edit configuration")></a>)&nbsp;
6                         (<a href="display_edituser?username=<?WHO:NAME("U")>&edit_abe_button=Edit+address+book+entry"><?_("Edit address book entry")></a>)
7                 <??("X", 2)><??("X", 1)>
8                 <?!("WHO:ISME", 3)>
9                         <a href="edit_me"><img src="static/webcit_icons/essen/16x16/config.png" alt="(<?_("edit")>)" title="<?_("edit")>"></a>
10                 <?!("X", 3)>
11         </td>
12         <!-- link to page this user -->
13         <td><a href="display_page?recp=<?WHO:NAME("X")>">
14                 <img src="static/webcit_icons/essen/16x16/chat.png" alt="(p)" title="chat"></a> 
15         </td>
16         <!-- idle flag -->
17         <td>
18                 <?!("WHO:IDLE", 4)>
19                         <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")>)">
20                 <?!("X", 4)>
21                 <??("WHO:IDLE", 5)>
22                         <img align="middle" src="static/webcit_icons/essen/16x16/activeuser.png" alt="(<?_("active")>)">
23                 <?!("X", 5)>
24         </td>
25         <!--  username (link to user bio/photo page)  -->
26         <td>
27                 <a href="do_template?template=user_show?who=<?WHO:NAME("U")>"><?WHO:NAME("X")></a>
28                 <??("WHO:NSESSIONS", 6, 1)>[<?WHO:NSESSIONS>]<?!("X", 6)>
29         </td>
30         <!-- room -->
31         <td>
32                 <?WHO:ROOM>
33                 <?!("WHO:REALROOM", 7)>
34                         <br><i>  <?WHO:REALROOM("X")>  </i>
35                 <?!("X", 7)>
36         </td>
37         <!-- hostname -->
38         <td class="host_col">
39                 <?WHO:HOST("X")>
40                         <?!("WHO:REALHOST", 8)><br><i> <?WHO:REALHOST("X")></i>
41                 <?!("X", 8)>
42         </td>
43 </tr>