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

Annotation of /templates/human_health.tpl

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.11 - (hide annotations)
Wed Mar 28 19:30:39 2001 UTC (23 years, 1 month ago) by dpavlin
Branch: MAIN
CVS Tags: HEAD
Changes since 1.10: +3 -3 lines
changes made by back-end

1 dpavlin 1.4 <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 dpavlin 1.9 <form action="{$self}#results">
6 dpavlin 1.4 Search for
7     <input type=text name=search value="{$search}">
8     of type
9     <select name=type>
10 dpavlin 1.6 {html_options values=$types output=$type_desc selected=$type}
11 dpavlin 1.4 </select>
12     <input type=submit value="Find">
13 dpavlin 1.5 <br><small><input type=checkbox name=show_description {if $show_description}checked{/if}> Show description</small>
14 dpavlin 1.4 </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 dpavlin 1.9 <a name="results">
23 dpavlin 1.4 {section name=product loop=$data}
24     <li>
25     <b>{$product/data.brand}</b>
26 dpavlin 1.8 {if $product/data.tm}
27     ({$product/data.tm})
28     {/if}
29 dpavlin 1.4 ({$product/data.form})
30     {$product/data.generic}
31     {if $product/data.have_smpc eq "t"}
32     [<a href="smpc.php?smpc={$product/data.smpc}">product details</a>]
33     {/if}
34     {if $show_description}
35     <br><i>{$product/data.description}</i>
36     {/if}
37     </li>
38     {/section}
39     </ul>
40     {else}
41 dpavlin 1.1
42 dpavlin 1.11 <p><b>Disclaimer</b></p>
43 dpavlin 1.10 <p>Product descriptions on this web site are intended for information purposes
44     only. Some of the products listed herein are available upon prescription from
45     a medical doctor only and not all products may be available in all countries.
46     These product descriptions are not intended to provide complete medical information
47     and patients should always obtain complete medical information from the product's
48     information leaflet and/or by discussing the appropriate use of the medicine(s)
49     directly with their prescribing physician. Product descriptions on this web
50 dpavlin 1.11 site are based on the Summary of Product Characteristics officially approved by
51     Croatian Ministry of Health and the extent of information on these products may
52 dpavlin 1.10 vary by country. Patients and physicians should check with local medical resources
53     and regulatory authorities for information appropriate to their country. According
54     to regulations in a great number of countries, PLIVA's ability to provide information
55     and/or to respond directly to patient's questions regarding its prescription
56     products may be limited.</p>
57 dpavlin 1.4
58     {/if}

  ViewVC Help
Powered by ViewVC 1.1.26