/[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.7 by dpavlin, Mon Mar 12 10:58:48 2001 UTC revision 1.9 by dpavlin, Mon Mar 12 23:41:27 2001 UTC
# Line 2  Line 2 
2    
3  <hr size="1" width="100%">  <hr size="1" width="100%">
4    
5  <form>  <form action="{$self}#results">
6  Search for  Search for
7  <input type=text name=search value="{$search}">  <input type=text name=search value="{$search}">
8  of type  of type
# Line 19  of type Line 19  of type
19   Your search didn't return any results.   Your search didn't return any results.
20  {elseif isset($data) }  {elseif isset($data) }
21   <ul>   <ul>
22     <a name="results">
23   {section name=product loop=$data}   {section name=product loop=$data}
24    <li>    <li>
25     <b>{$product/data.brand}</b>     <b>{$product/data.brand}</b>
26       {if $product/data.tm}
27       ({$product/data.tm})
28       {/if}
29     ({$product/data.form})     ({$product/data.form})
30     {$product/data.generic}     {$product/data.generic}
31     {if $product/data.have_smpc eq "t"}     {if $product/data.have_smpc eq "t"}

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.9

  ViewVC Help
Powered by ViewVC 1.1.26