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

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

  ViewVC Help
Powered by ViewVC 1.1.26