]> git.sur5r.net Git - contagged/blob - templates/orgs.tpl
Merge pull request #15 from cweiske/master
[contagged] / templates / orgs.tpl
1 {include file="header.tpl"}
2
3 <table cellspacing="0" cellpadding="0" width="100%" align="center" class="list">
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" alt="" />
8         </td>
9         <td class="result">
10             <a href="index.php?org={$org|escape:url}">{$org|h}</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"}