/[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.2 by dpavlin, Fri Mar 2 07:50:11 2001 UTC
# Line 1  Line 1 
                         <table width="100%" cellspacing="0" border="0" cellpadding="0">  
                           <tr valign="top">  
                             <td>  
1                                <table width="100%" border="0" cellspacing="0" cellpadding="0">                                <table width="100%" border="0" cellspacing="0" cellpadding="0">
2                                  <tr>                                  <tr>
3                                    <td colspan="2">                                    <td colspan="2">
# Line 24  Line 21 
21                                    <td colspan="2">                                    <td colspan="2">
22                                          <form>                                          <form>
23                                          Search for                                          Search for
24                                          <input type=text name=search value="{$search}">                                          <input type=text name=search value="{$search} ">
25                                           of type                                           of type
26                                          <select name=type>                                          <select name=type>
27                                          {html_options output=$types selected=$type}                                          {html_options output=$types selected=$type}
# Line 35  Line 32 
32                                  </tr>                                  </tr>
33    
34                                  <tr valign="top">                                  <tr valign="top">
35                                    <td colspan="2" height="16">                                    <td colspan="2">
36                                      <hr size="1" width="100%">                                      <hr size="1" width="100%">
37                                    </td>                                    </td>
38                                  </tr>                                  </tr>
# Line 47  Your search didn't return any results. Line 44  Your search didn't return any results.
44                                    {elseif isset($data) }                                    {elseif isset($data) }
45                                      <ul>                                      <ul>
46                                      {section name=product loop=$data}                                      {section name=product loop=$data}
47                                        <li><font face=Arial color=#000080 size=2>                                        <li>
48                                        <b>{$product/data.brand}</b>                                        <b>{$product/data.brand}</b>
49                                        ({$product/data.form})                                        ({$product/data.form})
50                                        {$product/data.generic}                                        {$product/data.generic}
51                                        {if $product/data.have_smpc eq "t"}                                        {if $product/data.have_smpc eq "t"}
52                                        <a href="smpc.php?smpc={$product/data.smpc}">[product details]</a>                                        [<a href="smpc.php?smpc={$product/data.smpc}">product details</a>]
53                                        {/if}                                        {/if}
54                                        </font></li>                                        </li>
55                                      {/section}                                      {/section}
56                                      </ul>                                      </ul>
57                                    {else}                                    {else}
# Line 79  products may be limited. Line 76  products may be limited.
76                                    {/if}                                    {/if}
77                                    </td>                                    </td>
78                                  </tr>                                  </tr>
   
79                                </table>                                </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.2

  ViewVC Help
Powered by ViewVC 1.1.26