/[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.4 - (hide annotations)
Sat Mar 3 09:27:39 2001 UTC (23 years, 2 months ago) by dpavlin
Branch: MAIN
Changes since 1.3: +39 -60 lines
prikazuje i description

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     <form>
6     Search for
7     <input type=text name=search value="{$search}">
8     of type
9     <select name=type>
10     {html_options output=$types 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
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     ({$product/data.form})
26     {$product/data.generic}
27     {if $product/data.have_smpc eq "t"}
28     [<a href="smpc.php?smpc={$product/data.smpc}">product details</a>]
29     {/if}
30     {if $show_description}
31     <br><i>{$product/data.description}</i>
32     {/if}
33     </li>
34     {/section}
35     </ul>
36     {else}
37     <b>Products Disclaimer</b>
38 dpavlin 1.1
39     <p>
40     Product mentions on this web site are intended for information
41     purposes only. Some of the products listed herein are available upon
42     prescription from a medical doctor only and not all products may
43     be available in all countries. Product mentions are not intended
44     to provide complete medical information and patients should always
45     obtain complete medical information from the product's information
46     leaflet and/or by discussing the appropriate use of the medicine(s)
47     directly with their prescribing physician. Information on these
48     products may vary by country. Patients and physicians should check with
49     local medical resources and regulatory authorities for information
50     appropriate to their country. According to regulations in in a great
51     number of countries, PLIVA's ability to provide information and/or
52     to respond directly to patient's questions regarding its prescription
53     products may be limited.
54     </p>
55 dpavlin 1.4
56     {/if}

  ViewVC Help
Powered by ViewVC 1.1.26