srchub-old

srchub-old Mercurial Source Tree


Root/indefero/src/IDF/templates/idf/gadmin/usher/connections.html

{extends "idf/gadmin/usher/base.html"}

{block docclass}yui-t3{assign $inUsherServerConnections=true}{/block}

{block body}
<table class="recent-issues">
<tr>
    <th>{trans "address"}</th>
    <th>{trans "port"}</th>
</tr>
{if count($connections) == 0}
<tr>
    <td colspan="2" align="center">{trans 'No connections found.'}</td>
</tr>
{else}
{foreach $connections as $connection}
<tr>
    <td>{$connection.address}</td>
    <td>{$connection.port}</td>
</tr>
{/foreach}
{/if}
</table>
{/block}

Source at commit d7a1cf9cf657 created 12 years 1 month ago.
By Nathan Adams, Updating sync mercurial script to test if it is a debian based distro

Archive Download this file

Branches

Tags

Page rendered in 4.43893s using 11 queries.