/[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.3 by ravilov, Tue Sep 25 15:38:05 2001 UTC revision 1.5 by ravilov, Sat Sep 29 00:57:58 2001 UTC
# Line 4  Line 4 
4  <tr><td align=left valign=middle><big><b><font color="#000080">{$pojam}</font></b></big></td></tr>  <tr><td align=left valign=middle><big><b><font color="#000080">{$pojam}</font></b></big></td></tr>
5  <tr><td align=left valign=top>{$opis}</td></tr>  <tr><td align=left valign=top>{$opis}</td></tr>
6  </table>  </table>
7  <!--  <p align=right class="small"><a href="javascript:history.go(-1);" class="more">&lt;&lt;&nbsp;nazad</a></p>
 <table border=0 cellspacing=0 cellpadding=2 width="100%">  
 <tr><td colspan=2 align=left valign=middle><big><b><font color="#000080">{$naziv}</font></b></big></td></tr>  
 <tr><td align=left valign=top width="1%">Adresa:</td><td align=left valign=top>{$adresa}, {$posta} {$mjesto}</td></tr>  
 <tr><td align=left valign=top>Općina:</td><td align=left valign=top>{$opcina}</td></tr>  
 <tr><td align=left valign=top>Županija:</td><td align=left valign=top>{$zupanija}</td></tr>  
 {if ($telefon)}<tr><td align=left valign=top>Telefon:</td><td align=left valign=top>{$telefon}</td></tr>{/if}  
 {if ($www)}<tr><td align=left valign=top>WWW&nbsp;adresa:</td><td align=left valign=top><a href="{$www}" target="_blank">{$www}</a></td></tr>{/if}  
 {if ($email)}<tr><td align=left valign=top>E-mail:</td><td align=left valign=top><a href="mailto:{$email}">{$email}</a></td></tr>{/if}  
 </table>  
 -->  
 <p align=right class="small"><a href="javascript:history.go(-1);" class="more">Nazad</a></p>  
8  {else}  {else}
9    <center><big><b>Medicinski leksikon</b></big></center><br><br>
10  {$SEARCH}  {$SEARCH}
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 % 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>
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}
18  <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>  <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>
19  {/if}  {/if}
20  <br>  <br>
21  {else}  {else}
# Line 48  Line 38 
38  {if ($index)}<big><b><font color="#FF0000">Nema pojmova.</font></b></big><br><br>{/if}  {if ($index)}<big><b><font color="#FF0000">Nema pojmova.</font></b></big><br><br>{/if}
39  {/section}  {/section}
40  {/if}  {/if}
41  {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}  {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}
42  {/if}  {/if}

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

  ViewVC Help
Powered by ViewVC 1.1.26