/[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.5 by dpavlin, Sat Mar 3 09:32:08 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 output=$types 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>     ({$product/data.form})
26                                          Search for     {$product/data.generic}
27                                          <input type=text name=search value="{$search}">     {if $product/data.have_smpc eq "t"}
28                                           of type      [<a href="smpc.php?smpc={$product/data.smpc}">product details</a>]
29                                          <select name=type>     {/if}
30                                          {html_options output=$types selected=$type}     {if $show_description}
31                                          </select>      <br><i>{$product/data.description}</i>
32                                          <input type=submit value="Find">     {/if}
33                                          </form>    </li>
34                                    </td>   {/section}
35                                  </tr>   </ul>
36    {else}
37                                  <tr valign="top">   <b>Products Disclaimer</b>
                                   <td colspan="2" height="16">  
                                     <hr size="1" width="100%">  
                                   </td>  
                                 </tr>  
   
                                 <tr valign="top">  
                                   <td colspan="2">  
                                   {if $data eq "notfound"}  
 Your search didn't return any results.  
                                   {elseif isset($data) }  
                                     <ul>  
                                     {section name=product loop=$data}  
                                       <li><font face=Arial color=#000080 size=2>  
                                       <b>{$product/data.brand}</b>  
                                       ({$product/data.form})  
                                       {$product/data.generic}  
                                       {if $product/data.have_smpc eq "t"}  
                                       <a href="smpc.php?smpc={$product/data.smpc}">[product details]</a>  
                                       {/if}  
                                       </font></li>  
                                     {/section}  
                                     </ul>  
                                   {else}  
 <b>Products Disclaimer</b>  
38    
39  <p>  <p>
40  Product mentions on this web site are intended for information  Product mentions on this web site are intended for information
# Line 76  number of countries, PLIVA's ability to Line 52  number of countries, PLIVA's ability to
52  to respond directly to patient's questions regarding its prescription  to respond directly to patient's questions regarding its prescription
53  products may be limited.  products may be limited.
54  </p>  </p>
55                                    {/if}  
56                                    </td>  {/if}
                                 </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.5

  ViewVC Help
Powered by ViewVC 1.1.26