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

Diff of /templates/human_health.tpl

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.5 by dpavlin, Sat Mar 3 09:32:08 2001 UTC revision 1.10 by dpavlin, Tue Mar 27 11:49:44 2001 UTC
# Line 2  Line 2 
2    
3  <hr size="1" width="100%">  <hr size="1" width="100%">
4    
5  <form>  <form action="{$self}#results">
6  Search for  Search for
7  <input type=text name=search value="{$search}">  <input type=text name=search value="{$search}">
8  of type  of type
9  <select name=type>  <select name=type>
10  {html_options output=$types selected=$type}  {html_options values=$types output=$type_desc selected=$type}
11  </select>  </select>
12  <input type=submit value="Find">  <input type=submit value="Find">
13  <br><small><input type=checkbox name=show_description {if $show_description}checked{/if}> Show description</small>  <br><small><input type=checkbox name=show_description {if $show_description}checked{/if}> Show description</small>
# Line 19  of type Line 19  of type
19   Your search didn't return any results.   Your search didn't return any results.
20  {elseif isset($data) }  {elseif isset($data) }
21   <ul>   <ul>
22     <a name="results">
23   {section name=product loop=$data}   {section name=product loop=$data}
24    <li>    <li>
25     <b>{$product/data.brand}</b>     <b>{$product/data.brand}</b>
26       {if $product/data.tm}
27       ({$product/data.tm})
28       {/if}
29     ({$product/data.form})     ({$product/data.form})
30     {$product/data.generic}     {$product/data.generic}
31     {if $product/data.have_smpc eq "t"}     {if $product/data.have_smpc eq "t"}
# Line 34  of type Line 38  of type
38   {/section}   {/section}
39   </ul>   </ul>
40  {else}  {else}
  <b>Products Disclaimer</b>  
41    
42  <p>  <p><b>Products Disclaimer</b></p>
43  Product mentions on this web site are intended for information  <p>Product descriptions on this web site are intended for information purposes
44  purposes only. Some of the products listed herein are available upon    only. Some of the products listed herein are available upon prescription from
45  prescription from a medical doctor only and not all products may    a medical doctor only and not all products may be available in all countries.
46  be available in all countries. Product mentions are not intended    These product descriptions are not intended to provide complete medical information
47  to provide complete medical information and patients should always    and patients should always obtain complete medical information from the product's
48  obtain complete medical information from the product's information    information leaflet and/or by discussing the appropriate use of the medicine(s)
49  leaflet and/or by discussing the appropriate use of the medicine(s)    directly with their prescribing physician. Product descriptions on this web
50  directly with their prescribing physician. Information on these    site are based on Summary of Product Characteristics officially approved by
51  products may vary by country. Patients and physicians should check with    Croatian Ministry of Health and extent of information on these products may
52  local medical resources and regulatory authorities for information    vary by country. Patients and physicians should check with local medical resources
53  appropriate to their country. According to regulations in in a great    and regulatory authorities for information appropriate to their country. According
54  number of countries, PLIVA's ability to provide information and/or    to regulations in a great number of countries, PLIVA's ability to provide information
55  to respond directly to patient's questions regarding its prescription    and/or to respond directly to patient's questions regarding its prescription
56  products may be limited.    products may be limited.</p>
 </p>  
57    
58  {/if}  {/if}

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.10

  ViewVC Help
Powered by ViewVC 1.1.26