/[pliva-si]/templates/vade.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/vade.tpl

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.4 - (show annotations)
Mon Nov 19 13:53:50 2001 UTC (22 years, 5 months ago) by dpavlin
Branch: MAIN
Changes since 1.3: +5 -1 lines
disclamer

1 <form action="{$self}">
2 Iskanje:
3 <input type=text name=search value="{$search}">
4 u
5 <select name="type">
6 {html_options values=$types output=$types_desc selected=$type}
7 </select>
8 Vademecum
9
10 <input type=submit value="Najdi">
11 <input type=hidden name="p" value="vade">
12 </form>
13
14 <hr size="1" width="100%">
15
16 {if $data eq "notfound"}
17 Your search didn't return any results.
18 {elseif isset($data) }
19 <ul>
20 {section name=product loop=$data}
21 <li>
22 <b>{$product/data.title}</b>
23 <i>
24 {if $product/data.type eq "H"}
25 zdravila
26 {elseif $product/data.type eq "V"}
27 veterina
28 {else}
29 neznano
30 {/if}
31 </i>
32 {if $product/data.smpc}
33 [<a href="{$self}?p=vade&smpc={$product/data.smpc}">product details</a>]
34 {/if}
35 </li>
36 {/section}
37 </ul>
38 {else}
39
40 Naslednje informacije so namenjene le strokovni zdravstveni javnosti
41 in so za¹citene z geslom.
42 <br>
43 Vsa opisana zdravila tr¾imo na slovenskem trgu. Podrobnej¹e informacije o
44 zdravilih so na voljo v Plivi Ljubljana d.o.o., Dunajska 51, Ljubljana.
45
46 {/if}

  ViewVC Help
Powered by ViewVC 1.1.26