/[health_html]/med/templates/linkovi.tpl
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Contents of /med/templates/linkovi.tpl

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.4 - (show annotations)
Wed Oct 10 12:40:59 2001 UTC (22 years, 8 months ago) by ravilov
Branch: MAIN
Changes since 1.3: +1 -2 lines
Improved Arhiva, Alergijski semafor and Home. Added a second Q&A page (test version). Other improvements & bugfixes.

1 <big><b>Linkovi</b></big>
2 <br><b>{if ($naslov)}{$naslov}{else}po grupama{/if}</b>
3 <br><br>
4 {if ($grupa)}
5 {if ($linkovi)}
6 <table border=0 cellspacing=0 cellpadding=3 width="100%">
7 {section name=i loop=$linkovi}
8 <tr><td align=left valign=top><a href="{$i/linkovi.url}" target="_blank" title="{if ($i/linkovi.naslov)}{$i/linkovi.naslov}{/if}{if ($i/linkovi.opis)}: {/if}{$i/linkovi.opis}"><b>{if ($i/linkovi.naslov)}{$i/linkovi.naslov}{else}{$i/linkovi.url}{/if}</b></a>{if ($i/linkovi.opis)}<br><table border=0 cellspacing=0 cellpadding=0 width="100%"><tr><td width="1%"><img src="img/klir.gif" alt="" border=0 width=20 height=1></td><td align=left valign=top><small>{$i/linkovi.opis}</small></td></tr></table>{/if}</td></tr>
9 {/section}
10 </table>
11 {else}
12 <i>Nema linkova.</i>
13 {/if}
14 <br>
15 <table border=0 cellspacing=0 cellpadding=0 width="100%"><tr><td align=right><a href="?section={$section}" class="more">&lt;&lt;&nbsp;linkovi po grupama</a></td></tr></table>
16 {else}
17 {if ($grupe)}
18 <table border=0 cellspacing=0 cellpadding=10 width="100%">
19 {section name=i loop=$grupe}
20 <tr><td align=left valign=top><a href="?section={$section}&amp;grupa={$i/grupe.id}"><b>{$i/grupe.naziv}</b></a></td></tr>
21 {/section}
22 </table>
23 {else}
24 <i>Nema grupa.</i>
25 {/if}
26 {/if}

  ViewVC Help
Powered by ViewVC 1.1.26