/[corp_html]/templates/human_health.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/human_health.tpl

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.8 - (show annotations)
Mon Mar 12 16:41:57 2001 UTC (23 years, 1 month ago) by dpavlin
Branch: MAIN
Changes since 1.7: +3 -0 lines
trademark changes

1 <div align="center"><img src="p/human.jpg" width="250" height="170" border="0" alt="Human Health"></div>
2
3 <hr size="1" width="100%">
4
5 <form>
6 Search for
7 <input type=text name=search value="{$search}">
8 of type
9 <select name=type>
10 {html_options values=$types output=$type_desc selected=$type}
11 </select>
12 <input type=submit value="Find">
13 <br><small><input type=checkbox name=show_description {if $show_description}checked{/if}> Show description</small>
14 </form>
15
16 <hr size="1" width="100%">
17
18 {if $data eq "notfound"}
19 Your search didn't return any results.
20 {elseif isset($data) }
21 <ul>
22 {section name=product loop=$data}
23 <li>
24 <b>{$product/data.brand}</b>
25 {if $product/data.tm}
26 ({$product/data.tm})
27 {/if}
28 ({$product/data.form})
29 {$product/data.generic}
30 {if $product/data.have_smpc eq "t"}
31 [<a href="smpc.php?smpc={$product/data.smpc}">product details</a>]
32 {/if}
33 {if $show_description}
34 <br><i>{$product/data.description}</i>
35 {/if}
36 </li>
37 {/section}
38 </ul>
39 {else}
40
41 <p><b>Products Disclaimer</b></p>
42 <p>Product mentions on this web site are intended for information purposes only.
43 Some of the products listed herein are available upon prescription from a medical
44 doctor only and not all products may be available in all countries. Product
45 mentions are not intended to provide complete medical information and patients
46 should always obtain complete medical information from the product's information
47 leaflet and/or by discussing the appropriate use of the medicine(s) directly
48 with their prescribing physician. Product mentions on this web site are based
49 on Summary of Product Characteristics officially approved by Croatian Ministry
50 of Health and extent of information on these products may vary by country. Patients
51 and physicians should check with local medical resources and regulatory authorities
52 for information appropriate to their country. According to regulations in a
53 great number of countries, PLIVA's ability to provide information and/or to
54 respond directly to patient's questions regarding its prescription products
55 may be limited. </p>
56
57 {/if}

  ViewVC Help
Powered by ViewVC 1.1.26