/[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.3 - (hide annotations)
Sat Mar 3 08:33:28 2001 UTC (23 years, 2 months ago) by dpavlin
Branch: MAIN
Changes since 1.2: +1 -3 lines
novi investors page

1 dpavlin 1.1 <table width="100%" border="0" cellspacing="0" cellpadding="0">
2     <tr>
3     <td colspan="2">
4     <table border="0" cellspacing="0" cellpadding="0" align="center" bordercolor="#283880">
5     <tr>
6     <td valign="top">
7     <div align="center"><img src="p/human.jpg" width="250" height="170" border="0" alt="Human Health"></div>
8     </td>
9     </tr>
10     </table>
11     </td>
12     </tr>
13    
14     <tr valign="top">
15     <td colspan="2" height="16">
16     <hr size="1" width="100%">
17     </td>
18     </tr>
19    
20     <tr valign="top">
21     <td colspan="2">
22     <form>
23     Search for
24 dpavlin 1.3 <input type=text name=search value="{$search}"> of type <select name=type>
25 dpavlin 1.1 {html_options output=$types selected=$type}
26     </select>
27     <input type=submit value="Find">
28     </form>
29     </td>
30     </tr>
31    
32     <tr valign="top">
33 dpavlin 1.2 <td colspan="2">
34 dpavlin 1.1 <hr size="1" width="100%">
35     </td>
36     </tr>
37    
38     <tr valign="top">
39     <td colspan="2">
40     {if $data eq "notfound"}
41     Your search didn't return any results.
42     {elseif isset($data) }
43     <ul>
44     {section name=product loop=$data}
45 dpavlin 1.2 <li>
46 dpavlin 1.1 <b>{$product/data.brand}</b>
47     ({$product/data.form})
48     {$product/data.generic}
49     {if $product/data.have_smpc eq "t"}
50 dpavlin 1.2 [<a href="smpc.php?smpc={$product/data.smpc}">product details</a>]
51 dpavlin 1.1 {/if}
52 dpavlin 1.2 </li>
53 dpavlin 1.1 {/section}
54     </ul>
55     {else}
56     <b>Products Disclaimer</b>
57    
58     <p>
59     Product mentions on this web site are intended for information
60     purposes only. Some of the products listed herein are available upon
61     prescription from a medical doctor only and not all products may
62     be available in all countries. Product mentions are not intended
63     to provide complete medical information and patients should always
64     obtain complete medical information from the product's information
65     leaflet and/or by discussing the appropriate use of the medicine(s)
66     directly with their prescribing physician. Information on these
67     products may vary by country. Patients and physicians should check with
68     local medical resources and regulatory authorities for information
69     appropriate to their country. According to regulations in in a great
70     number of countries, PLIVA's ability to provide information and/or
71     to respond directly to patient's questions regarding its prescription
72     products may be limited.
73     </p>
74     {/if}
75     </td>
76     </tr>
77     </table>

  ViewVC Help
Powered by ViewVC 1.1.26