/[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.7 - (show annotations)
Wed Apr 11 08:32:11 2001 UTC (22 years, 11 months ago) by dpavlin
Branch: MAIN
CVS Tags: HEAD
Changes since 1.6: +11 -12 lines
update

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 for the following animals (leave unselected to search for all):
13 <br>
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="vet_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
48 <p><b>Disclaimer</b></p>
49 <p>Product descriptions on this web site are intended for information purposes
50 only and are not intended to provide complete medical information. Medical information
51 should always be obtained from the product information leaflet and/or by discussing
52 the appropriate use of the medicine(s) directly with a specialist. Product descriptions
53 on this web site are translations of product information leaflets formally approved
54 by the Veterinary Directorate of the Croatian Ministry of Agriculture and Forestry.
55 Not all products may be available in all countries and information on these
56 products may vary by country. For additional information about the products,
57 contact the relevant medical information resources and/or agencies in your country
58 or a professional. Otherwise, we suggest E-mailing us at: <a href="mailto:veterina-info@pliva.hr">veterina-info@pliva.hr</a>
59 or check other available contacts at <a href="http://www.veterina.hr">VETERINA
60 d.o.o.</a> According to regulations in certain countries, our ability to respond
61 directly to your questions may be limited.</p>
62
63 {/if}

  ViewVC Help
Powered by ViewVC 1.1.26