/[corp_html]/templates/animal_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

Contents of /templates/animal_health.tpl

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (show annotations)
Sat Mar 3 12:55:34 2001 UTC (23 years, 2 months ago) by dpavlin
Branch: MAIN
animal health

1 <div align="center"><img src="p/animal.jpg" width="250" height="170" border="0" alt="Animal 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 {html_options values=$types output=$types_desc selected=$type}
11 </select>
12 just for animals (leave unselected to search for all):
13
14 {html_checkboxes values=$animals output=$animals_desc after="&nbsp;| "}
15
16 <br><small>
17 <input type=checkbox name=show_description {if $show_description}checked{/if}> Show description |
18 <input type=checkbox name=show_animals {if $show_animals}checked{/if}> Show animal
19 </small>
20 <input type=submit value="Find">
21 </form>
22
23 <hr size="1" width="100%">
24
25 {if $data eq "notfound"}
26 Your search didn't return any results.
27 {elseif isset($data) }
28 <ul>
29 {section name=product loop=$data}
30 <li>
31 <b>{$product/data.brand}</b>
32 ({$product/data.form})
33 {$product/data.composition}
34 {if $product/data.have_smpc eq "t"}
35 [<a href="smpc.php?smpc={$product/data.smpc}">product details</a>]
36 {/if}
37 {if $show_description && $product/data.description}
38 <br><i>{$product/data.description}</i>
39 {/if}
40 {if $show_animals}
41 <br>{$product/data.animals}
42 {/if}
43 </li>
44 {/section}
45 </ul>
46 {else}
47 <b>Products Disclaimer</b>
48
49 <p>
50 Product mentions on this web site are intended for information
51 purposes only. Some of the products listed herein are available upon
52 prescription from a medical doctor only and not all products may
53 be available in all countries. Product mentions are not intended
54 to provide complete medical information and patients should always
55 obtain complete medical information from the product's information
56 leaflet and/or by discussing the appropriate use of the medicine(s)
57 directly with their prescribing physician. Information on these
58 products may vary by country. Patients and physicians should check with
59 local medical resources and regulatory authorities for information
60 appropriate to their country. According to regulations in in a great
61 number of countries, PLIVA's ability to provide information and/or
62 to respond directly to patient's questions regarding its prescription
63 products may be limited.
64 </p>
65
66 {/if}

  ViewVC Help
Powered by ViewVC 1.1.26