/[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 by dpavlin, Wed Feb 7 09:45:27 2001 UTC revision 1.8 by dpavlin, Mon Mar 12 16:41:57 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>
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     {section name=product loop=$data}
23                                  <tr valign="top">    <li>
24                                    <td colspan="2">     <b>{$product/data.brand}</b>
25                                          <form>     {if $product/data.tm}
26                                          Search for     ({$product/data.tm})
27                                          <input type=text name=search value="{$search}">     {/if}
28                                           of type     ({$product/data.form})
29                                          <select name=type>     {$product/data.generic}
30                                          {html_options output=$types selected=$type}     {if $product/data.have_smpc eq "t"}
31                                          </select>      [<a href="smpc.php?smpc={$product/data.smpc}">product details</a>]
32                                          <input type=submit value="Find">     {/if}
33                                          </form>     {if $show_description}
34                                    </td>      <br><i>{$product/data.description}</i>
35                                  </tr>     {/if}
36      </li>
37                                  <tr valign="top">   {/section}
38                                    <td colspan="2" height="16">   </ul>
39                                      <hr size="1" width="100%">  {else}
40                                    </td>  
41                                  </tr>  <p><b>Products Disclaimer</b></p>
42    <p>Product mentions on this web site are intended for information purposes only.
43                                  <tr valign="top">    Some of the products listed herein are available upon prescription from a medical
44                                    <td colspan="2">    doctor only and not all products may be available in all countries. Product
45                                    {if $data eq "notfound"}    mentions are not intended to provide complete medical information and patients
46  Your search didn't return any results.    should always obtain complete medical information from the product's information
47                                    {elseif isset($data) }    leaflet and/or by discussing the appropriate use of the medicine(s) directly
48                                      <ul>    with their prescribing physician. Product mentions on this web site are based
49                                      {section name=product loop=$data}    on Summary of Product Characteristics officially approved by Croatian Ministry
50                                        <li><font face=Arial color=#000080 size=2>    of Health and extent of information on these products may vary by country. Patients
51                                        <b>{$product/data.brand}</b>    and physicians should check with local medical resources and regulatory authorities
52                                        ({$product/data.form})    for information appropriate to their country. According to regulations in a
53                                        {$product/data.generic}    great number of countries, PLIVA's ability to provide information and/or to
54                                        {if $product/data.have_smpc eq "t"}    respond directly to patient's questions regarding its prescription products
55                                        <a href="smpc.php?smpc={$product/data.smpc}">[product details]</a>    may be limited. </p>
56                                        {/if}  
57                                        </font></li>  {/if}
                                     {/section}  
                                     </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  
changed lines
  Added in v.1.8

  ViewVC Help
Powered by ViewVC 1.1.26