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

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

revision 1.5 by ravilov, Sat Sep 29 00:57:58 2001 UTC revision 1.6 by ravilov, Thu Oct 4 14:59:35 2001 UTC
# Line 11  Line 11 
11  <br><br>  <br><br>
12  {if ($index || $srch)}  {if ($index || $srch)}
13  {if ($index)}  {if ($index)}
14  <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} poj{if ($records % 100 >= 10 && $records % 100 <= 20)}mova{elseif ($records % 10 > 1 && $records % 10 < 5)}ma{elseif ($records % 10 == 1)}am{else}mova{/if})</small>{/if}</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} poj{if ($records % 10 == 1)}am{elseif ($records % 10 >= 2 && $records % 10 <= 4)}ma{else}mova{/if})</small>{/if}</b></font><br><br>
15  {if ($index == 1)}  {if ($index == 1)}
16  {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}  {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}
17  {else}  {else}
# Line 20  Line 20 
20  <br>  <br>
21  {else}  {else}
22  <b>{if ($records > 0)}  <b>{if ($records > 0)}
23  <font color="#008000">Pronašen{if ($records % 100 >= 10 && $records % 100 <= 20)}o{elseif ($records % 10 > 1 && $records % 10 < 5)}e{else}{/if} {$records} poj{if ($records % 100 >= 10 && $records % 100 <= 20)}mova{elseif ($records % 10 > 1 && $records % 10 < 5)}ma{else}am{/if}.  <font color="#008000">Pronašen{if ($records % 10 == 1)}{elseif ($records % 10 >= 2 && $records % 10 <= 4)}a{else}o{/if} {$records} poj{if ($records % 10 == 1)}am{elseif ($records % 10 >= 2 && $records % 10 <= 4)}ma{else}mova{/if}.
24  {else}  {else}
25  <font color="#FF0000">Nema pojmova koji odgovaraju upitu.  <font color="#FF0000">Nema pojmova koji odgovaraju upitu.
26  {/if}</font></b><br><br>  {/if}</font></b><br><br>

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

  ViewVC Help
Powered by ViewVC 1.1.26