* Added another conditional for presence/absence of Subject: header
[citadel.git] / webcit / static / t / whosection.html
blob2f5e5e79f2d181871e8c14f2a0a26b118cb44eae
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)> <a href="edit_me">(<?_("edit")>)</a> <?!("X", 3)>
7 </td>
8 <!-- link to page this user -->
9 <td width="5%"><a href="display_page?recp=<?WHO:NAME("X")>">
10 <img align="middle" src="static/citadelchat_24x.gif" alt="(p)" border="0" /></a>
11 </td>
12 <!-- idle flag -->
13 <td width="5%">
14 <?!("WHO:IDLE", 4)> <img align="middle" src="static/inactiveuser_24x.gif" alt="(<?_("idle since")>s <?WHO:IDLESINCE> <?_("Minutes")>)" border="0" /> <?!("X", 4)>
15 <??("WHO:IDLE", 5)> <img align="middle" src="static/activeuser_24x.gif" alt="(<?_("active")>)" border="0" /> <?!("X", 5)>
16 </td>
17 <td>
18 <!-- username (link to user bio/photo page) -->
19 <a href="showuser?who=<?WHO:NAME("U")>"> <?WHO:NAME("U")></a>
20 <??("WHO:NSESSIONS", 6, 1)>[<?WHO:NSESSIONS>] </a><?!("X", 6)>
21 <!-- room -->
22 </td><td>
23 <?WHO:ROOM>
24 <?!("WHO:REALROOM", 7)> <br /><i> <?WHO:REALROOM("X")> </i> <?!("X", 7)>
25 </td>
26 <td class="host_col">
27 <!-- hostname -->
28 <?WHO:HOST("X")>
29 <?!("COND:SUBST", 8, "WHO:REALHOST", "")> <br /><i> <?WHO:REALHOST("X")></i>
30 <?!("X", 8)>
31 </td>
32 </tr>