/[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.6 - (show annotations)
Tue Nov 20 11:26:14 2001 UTC (22 years, 4 months ago) by dpavlin
Branch: MAIN
Changes since 1.5: +1 -10 lines
small fixes

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 Iskanje ni bilo uspe¹no.
18 {elseif isset($data) }
19 <ul>
20 {section name=product loop=$data}
21 <li>
22 <b>{$product/data.title}</b>
23 {if $product/data.smpc}
24 [<a href="{$self}?p=vade&smpc={$product/data.smpc}">navodila za predpisvanje</a>]
25 {/if}
26 </li>
27 {/section}
28 </ul>
29 {else}
30
31 Naslednje informacije so namenjene le strokovni zdravstveni javnosti
32 in so za¹citene z geslom.
33 <br>
34 Vsa opisana zdravila tr¾imo na slovenskem trgu. Podrobnej¹e informacije o
35 zdravilih so na voljo v Plivi Ljubljana d.o.o., Dunajska 51, Ljubljana.
36
37 {/if}

  ViewVC Help
Powered by ViewVC 1.1.26