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

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

  ViewVC Help
Powered by ViewVC 1.1.26