/[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.7 - (hide annotations)
Mon Mar 12 10:58:48 2001 UTC (23 years, 1 month ago) by dpavlin
Branch: MAIN
Changes since 1.6: +15 -17 lines
novi disclamer

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 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     {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 dpavlin 1.1
38 dpavlin 1.7 <p><b>Products Disclaimer</b></p>
39     <p>Product mentions on this web site are intended for information purposes only.
40     Some of the products listed herein are available upon prescription from a medical
41     doctor only and not all products may be available in all countries. Product
42     mentions are not intended to provide complete medical information and patients
43     should always obtain complete medical information from the product's information
44     leaflet and/or by discussing the appropriate use of the medicine(s) directly
45     with their prescribing physician. Product mentions on this web site are based
46     on Summary of Product Characteristics officially approved by Croatian Ministry
47     of Health and extent of information on these products may vary by country. Patients
48     and physicians should check with local medical resources and regulatory authorities
49     for information appropriate to their country. According to regulations in a
50     great number of countries, PLIVA's ability to provide information and/or to
51     respond directly to patient's questions regarding its prescription products
52     may be limited. </p>
53 dpavlin 1.4
54     {/if}

  ViewVC Help
Powered by ViewVC 1.1.26