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

Legend:
Removed from v.1.1.1.1  
changed lines
  Added in v.1.11

  ViewVC Help
Powered by ViewVC 1.1.26