/[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.9 - (hide annotations)
Mon Mar 12 23:41:27 2001 UTC (23 years, 2 months ago) by dpavlin
Branch: MAIN
Changes since 1.8: +2 -1 lines
link to search products

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

  ViewVC Help
Powered by ViewVC 1.1.26