Changeset 171 for branches/samerajarmeh/web/xslt/cws-status-resp.xsl
- Timestamp:
- 06/28/11 13:26:34 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/samerajarmeh/web/xslt/cws-status-resp.xsl
r170 r171 447 447 <table id="userSessions" border="0" width="100%"><tbody> 448 448 <tr> 449 <td><strong>User</strong></td><td title="Number of connections/maximum"><strong>#</strong></td><td><strong>IP</strong></td> <td title="Start Date"><strong>Start</strong></td><td title="Expire Date"><strong>Expire</strong></td><td title="Kick User"><strong>Kick</strong></td>449 <td><strong>User</strong></td><td title="Number of connections/maximum"><strong>#</strong></td><td><strong>IP</strong></td> 450 450 <td><strong> 451 451 <xsl:choose> … … 461 461 <xsl:sort select="@name"/> 462 462 <tr> 463 <td colspan="1 4" align="left" bgcolor="#dddddd">463 <td colspan="11" align="left" bgcolor="#dddddd"> 464 464 <div><xsl:value-of select="@name"/> (capacity: <xsl:value-of select="@capacity"/>, mapped-services: <xsl:value-of select="@mapped-services"/>)</div> 465 465 </td> … … 500 500 <xsl:variable name="count" select="count(//proxy-users/user/session[@host=$host])"/> 501 501 <xsl:if test="$count > 1"> (<xsl:value-of select="$count"/>)</xsl:if> 502 </td>503 <td><xsl:value-of select="../@start-date"/></td>504 <td><xsl:value-of select="../@expire-date"/></td>505 <td>506 <a target="_blank"><xsl:attribute name="href">/xmlHandler?command=kick-user&name=<xsl:value-of select="../@name"/></xsl:attribute>kick</a>507 502 </td> 508 503 <td>
Note:
See TracChangeset
for help on using the changeset viewer.