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