/[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.2 - (hide annotations)
Fri Mar 2 07:50:11 2001 UTC (23 years, 2 months ago) by dpavlin
Branch: MAIN
Changes since 1.1: +5 -13 lines
novi goo design

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

  ViewVC Help
Powered by ViewVC 1.1.26