/[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.1.1.1 - (hide annotations) (vendor branch)
Wed Feb 7 09:45:27 2001 UTC (23 years, 2 months ago) by dpavlin
Branch: dbp
CVS Tags: alpha
Changes since 1.1: +0 -0 lines
alpha

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

  ViewVC Help
Powered by ViewVC 1.1.26