/[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

Contents of /templates/knjiznica-leksikon.tpl

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.2 - (show annotations)
Mon Sep 3 15:52:16 2001 UTC (22 years, 7 months ago) by ravilov
Branch: MAIN
Changes since 1.1: +52 -1 lines
Made the menu on the left into images. More bugfixes.

1 {if ($ID)}
2 <br><br>
3 <table border=0 cellspacing=0 cellpadding=2 width="100%">
4 <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>
6 </table>
7 <!--
8 <table border=0 cellspacing=0 cellpadding=2 width="100%">
9 <tr><td colspan=2 align=left valign=middle><big><b><font color="#000080">{$naziv}</font></b></big></td></tr>
10 <tr><td align=left valign=top width="1%">Adresa:</td><td align=left valign=top>{$adresa}, {$posta} {$mjesto}</td></tr>
11 <tr><td align=left valign=top>Opæina:</td><td align=left valign=top>{$opcina}</td></tr>
12 <tr><td align=left valign=top>®upanija:</td><td align=left valign=top>{$zupanija}</td></tr>
13 {if ($telefon)}<tr><td align=left valign=top>Telefon:</td><td align=left valign=top>{$telefon}</td></tr>{/if}
14 {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}
15 {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}
16 </table>
17 -->
18 <p align=right class="small"><a href="javascript:history.go(-1);">Nazad</a></p>
19 {else}
20 {$SEARCH}
21 <br><br>
22 {if ($index || $srch)}
23 {if ($index)}
24 <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{else}am{/if})</small>{/if}</b></font><br><br>
25 {if ($index == 1)}
26 <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>
27 {else}
28 <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="more"><i>SVE</i></a>]</tt></p>
29 {/if}
30 <br>
31 {else}
32 <b>{if ($records > 0)}
33 <font color="#008000">Pronaðen{if ($records % 100 >= 10 && $records % 100 <= 20)}o{elseif ($records % 10 > 1 && $records % 10 < 5)}e{else}o{/if} {$records} ustanov{if ($records % 100 >= 10 && $records % 100 <= 20)}a{elseif ($records % 10 > 1 && $records % 10 < 5)}e{else}a{/if}.
34 {else}
35 <font color="#FF0000">Nema pojmova koji odgovaraju upitu.
36 {/if}</font></b><br><br>
37 {/if}
38 <hr width="90%" size=2>
39 {section name=i loop=$slova}
40 {if ($index == 1)}<center><a name="{$i/slova.l}"><big><b>{$i/slova.l}</b></big></a></center>{/if}
41 <ul>
42 {section name=j loop=$i/slova.pojmovi}
43 <li><a href="?section={$section}&amp;section_menu={$section_menu}&amp;id={$i/j.pojmovi/slova.id}">{$i/j.pojmovi/slova.pojam}</a></li>
44 {/section}
45 </ul>
46 {if ($index)}<p align=right><a href="#top" class="small">Vrh stranice</a></p><br><br>{/if}
47 {sectionelse}
48 {if ($index)}<big><b><font color="#FF0000">Nema pojmova.</font></b></big><br><br>{/if}
49 {/section}
50 {/if}
51 {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}
52 {/if}

  ViewVC Help
Powered by ViewVC 1.1.26