/[health_html]/templates/knjiznica-lijekovi.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

Diff of /templates/knjiznica-lijekovi.tpl

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.3 by ravilov, Wed Sep 19 12:23:57 2001 UTC revision 1.4 by ravilov, Tue Sep 25 15:38:05 2001 UTC
# Line 4  Line 4 
4  {if ($index)}  {if ($index)}
5  <font color="#008000"><b>Abecedni popis{if ($index != 1)}: <tt><big>{if ($index == '@')}<i>[non-alpha]</i>{else}{$index}{/if}</big></tt>{/if} {if ($records)}<small>({$records} lijek{if ($records % 100 >= 10 && $records % 100 <= 20)}ova{elseif ($records % 10 > 1 && $records % 10 < 5)}a{elseif ($records % 10 != 1)}ova{/if})</small>{/if}</a></b></font><br><br>  <font color="#008000"><b>Abecedni popis{if ($index != 1)}: <tt><big>{if ($index == '@')}<i>[non-alpha]</i>{else}{$index}{/if}</big></tt>{/if} {if ($records)}<small>({$records} lijek{if ($records % 100 >= 10 && $records % 100 <= 20)}ova{elseif ($records % 10 > 1 && $records % 10 < 5)}a{elseif ($records % 10 != 1)}ova{/if})</small>{/if}</a></b></font><br><br>
6  {if ($index == 1)}  {if ($index == 1)}
7  <p class="small"><b>QuickJump:</b> <tt>[{section name=l loop=$letters}{if ($l/letters != '@')}<a href="#{$l/letters}" class="more3">{$l/letters}</a>{if (%l.index% < %l.loop% - 1)}|{/if}{/if}{/section}]</tt></p>  {if ($records > 0)}<table border=0 cellspacing=0 cellpadding=3 width="100%"><tr><td align=left valign=top width="1%" class="small"><b>QuickJump:</b></td><td align=left valign=top class="small">[ {section name=l loop=$letters}{if ($l/letters != '@')}<a href="#{$l/letters}" class="more">{$l/letters}</a>{if (%l.index% == %l.loop% / 2)} ]<br>[ {elseif (%l.index% < %l.loop% - 1)} | {/if}{/if}{/section} ]</td></tr></table>{/if}
8  {else}  {else}
9  <p align=right class="small"><tt>[{section name=l loop=$letters}{if ($index == $l/letters)}<font color="#C0C0C0"><b>{$l/letters}</b></font>{else}<a href="?section={$section}&amp;section_menu={$section_menu}&amp;index={$l/letters}&amp;stype={$stype}" class="more3">{$l/letters}</a>{/if}|{/section}<a href="?section={$section}&amp;section_menu={$section_menu}&amp;index=1&amp;stype={$stype}" class="more3"><i>SVE</i></a>]</tt></p>  <table border=0 cellspacing=0 cellpadding=3 width="100%"><tr><td align=left valign=top width="1%" class="small"><b>Popis:</b></td><td align=left valign=top class="small">[ {section name=l loop=$letters}{if ($index == $l/letters)}<span class="idxselected">{$l/letters}</span>{else}<a href="?section={$section}&amp;section_menu={$section_menu}&amp;section_menu2={$section_menu2}&amp;index={$l/letters}&amp;stype={$stype}" class="more">{$l/letters}</a>{/if}{if (%l.index% == %l.loop% / 2)} ]<br>[ {elseif (%l.index% < %l.loop% - 1)} | {/if}{/section} | <a href="?section={$section}&amp;section_menu={$section_menu}&amp;section_menu2={$section_menu2}&amp;index=1&amp;stype={$stype}" class="more"><i>SVE</i></a> ]</td></tr></table>
10  {/if}  {/if}
11  <br>  <br>
12  {else}  {else}
# Line 33  Line 33 
33  </table>  </table>
34  {if (%j.index% < %j.loop% - 1)}<hr width="90%" size=2>{/if}  {if (%j.index% < %j.loop% - 1)}<hr width="90%" size=2>{/if}
35  {/section}  {/section}
36  {if ($index)}<p align=right><a href="#top" class="small">Vrh stranice</a></p><br><br>{/if}  {if ($index)}<p align=right><a href="#top" class="more">Vrh stranice</a></p><br><br>{/if}
37  {sectionelse}  {sectionelse}
38  {if ($index)}<big><b><font color="#FF0000">Nema lijekova.</font></b></big><br><br>{/if}  {if ($index)}<big><b><font color="#FF0000">Nema lijekova.</font></b></big><br><br>{/if}
39  {/section}  {/section}
40  {/if}  {/if}
41  {if (! $index && $letters)}<p align=right class="small">Popis: <tt>[{section name=l loop=$letters}<a href="?section={$section}&amp;section_menu={$section_menu}&amp;index={$l/letters}&amp;stype={$stype}" class="more3">{$l/letters}</a>|{/section}<a href="?section={$section}&amp;section_menu={$section_menu}&amp;index=1&amp;stype={$stype}" class="more3"><i>SVE</i></a>]</tt></p>{/if}  {if (! $index && $letters)}<table border=0 cellspacing=0 cellpadding=3 width="100%"><tr><td align=left valign=top width="1%" class="small"><b>Popis:</b></td><td align=left valign=top class="small">[ {section name=l loop=$letters}{if ($index == $l/letters)}<span class="idxselected">{$l/letters}</span>{else}<a href="?section={$section}&amp;section_menu={$section_menu}&amp;section_menu2={$section_menu2}&amp;index={$l/letters}&amp;stype={$stype}" class="more">{$l/letters}</a>{/if}{if (%l.index% == %l.loop% / 2)} ]<br>[ {elseif (%l.index% < %l.loop% - 1)} | {/if}{/section} | <a href="?section={$section}&amp;section_menu={$section_menu}&amp;section_menu2={$section_menu2}&amp;index=1&amp;stype={$stype}" class="more"><i>SVE</i></a> ]</td></tr></table>{/if}

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

  ViewVC Help
Powered by ViewVC 1.1.26