/[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

Annotation of /templates/animal_health.tpl

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.5 - (hide annotations)
Wed Mar 28 19:30:39 2001 UTC (23 years, 1 month ago) by dpavlin
Branch: MAIN
Changes since 1.4: +3 -3 lines
changes made by back-end

1 dpavlin 1.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 dpavlin 1.4 for the following animals (leave unselected to search for all):
13 dpavlin 1.2 <br>
14     {html_checkboxes values=$animals output=$animals_desc after="&nbsp;"}
15 dpavlin 1.1
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    
48 dpavlin 1.5 <p><b>Disclaimer</b></p>
49     <p>Product descriptions on this web site are intended for information purposes only
50 dpavlin 1.3 and are not intended to provide complete medical information. Medical information
51     should always be obtained from the product's information leaflet and/or by discussing
52 dpavlin 1.5 the appropriate use of the medicine(s) directly with a specialist. Product descriptions
53 dpavlin 1.3 on this web site are translations of product's information leaflet formally
54     approved by Croatian Ministry of Agriculture and Forestry, Veterinary Directorate.
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     you are refered to contact relevant medical information resources and/or agencies
58     in your country or a professional. Otherwise, we suggest you to send an E-mail
59     to: <a href="mailto:veterina-info@pliva.hr">veterina-info@pliva.hr</a> or check
60     other available contacts at <a href="http://www.veterina.hr">VETERINA d.o.o</a>.
61     According to regulations in certain countries our ability to respond directly
62     to your questions may be limited.</p>
63 dpavlin 1.1
64     {/if}

  ViewVC Help
Powered by ViewVC 1.1.26