]> git.sur5r.net Git - contagged/blob - templates/orgs.tpl
0c030af3258f60d0c9836bbc312d8f49758cc91d
[contagged] / templates / orgs.tpl
1 {include file="header.tpl"}
2
3 <table width="100%">
4 {foreach from=$orgs item=org}
5   <tr>
6     <td class="result" width="20">
7       <img src="pix/cog.png" border="0" width="16" height="16" align="middle" />
8     </td>
9     <td class="result">
10       <a href="index.php?org={$org|escape:url}">{$org}</a><br>
11     </td>
12   </tr>
13 {foreachelse}
14   <tr>
15     <td align="center">
16       <br /><br />{$lang.err_noentries}<br /><br />
17     </td>
18   </tr>
19 {/foreach}
20 </table>
21
22 {include file="footer.tpl"}