/[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.7 by dpavlin, Mon Mar 12 10:58:48 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
# 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 36  of type Line 40  of type
40  {else}  {else}
41    
42  <p><b>Products Disclaimer</b></p>  <p><b>Products Disclaimer</b></p>
43  <p>Product mentions on this web site are intended for information purposes only.  <p>Product descriptions on this web site are intended for information purposes
44    Some of the products listed herein are available upon prescription from a medical    only. Some of the products listed herein are available upon prescription from
45    doctor only and not all products may be available in all countries. Product    a medical doctor only and not all products may be available in all countries.
46    mentions are not intended to provide complete medical information and patients    These product descriptions are not intended to provide complete medical information
47    should always obtain complete medical information from the product's information    and patients should always obtain complete medical information from the product's
48    leaflet and/or by discussing the appropriate use of the medicine(s) directly    information leaflet and/or by discussing the appropriate use of the medicine(s)
49    with their prescribing physician. Product mentions on this web site are based    directly with their prescribing physician. Product descriptions on this web
50    on Summary of Product Characteristics officially approved by Croatian Ministry    site are based on Summary of Product Characteristics officially approved by
51    of Health and extent of information on these products may vary by country. Patients    Croatian Ministry of Health and extent of information on these products may
52    and physicians should check with local medical resources and regulatory authorities    vary by country. Patients and physicians should check with local medical resources
53    for information appropriate to their country. According to regulations in a    and regulatory authorities for information appropriate to their country. According
54    great number of countries, PLIVA's ability to provide information and/or to    to regulations in a great number of countries, PLIVA's ability to provide information
55    respond directly to patient's questions regarding its prescription products    and/or to respond directly to patient's questions regarding its prescription
56    may be limited. </p>    products may be limited.</p>
57    
58  {/if}  {/if}

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

  ViewVC Help
Powered by ViewVC 1.1.26