/[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.3 by dpavlin, Sat Mar 3 08:33:28 2001 UTC revision 1.4 by dpavlin, Sat Mar 3 09:27:39 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>
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 output=$types 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
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>   {section name=product loop=$data}
23                                          Search for    <li>
24                                          <input type=text name=search value="{$search}"> of type <select name=type>     <b>{$product/data.brand}</b>
25                                          {html_options output=$types selected=$type}     ({$product/data.form})
26                                          </select>     {$product/data.generic}
27                                          <input type=submit value="Find">     {if $product/data.have_smpc eq "t"}
28                                          </form>      [<a href="smpc.php?smpc={$product/data.smpc}">product details</a>]
29                                    </td>     {/if}
30                                  </tr>     {if $show_description}
31        <br><i>{$product/data.description}</i>
32                                  <tr valign="top">     {/if}
33                                    <td colspan="2">    </li>
34                                      <hr size="1" width="100%">   {/section}
35                                    </td>   </ul>
36                                  </tr>  {else}
37     <b>Products Disclaimer</b>
                                 <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>  
                                       <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}  
                                       </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 71  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>  

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

  ViewVC Help
Powered by ViewVC 1.1.26