/[corp_html]/templates/index.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/index.tpl

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.13 by dpavlin, Mon Mar 12 19:10:14 2001 UTC revision 1.17 by dpavlin, Wed Mar 14 13:27:50 2001 UTC
# Line 40  Line 40 
40          {else}          {else}
41           {if $contact_url}           {if $contact_url}
42            <a href="{$contact_url}">            <a href="{$contact_url}">
43             {elseif $contact_from}
44              <a href="contact.php?from={$contact_from}">
45           {else}           {else}
46            <a href="contact.php">            <a href="contact.php">
47           {/if}           {/if}
# Line 175  Line 177 
177    
178  <div ID="search" style="position:absolute; z-index:1; left: 0px; top: 60px;">  <div ID="search" style="position:absolute; z-index:1; left: 0px; top: 60px;">
179  <form method="get" action="search.php">  <form method="get" action="search.php">
180  <img src="t/n.gif" width="10" height="15" alt="" border="0"> <img src="t/search.gif" width="51" height="11" border="0" alt="Search"> <input type="text" name="q" size="11" value=""> <input type=image src="t/go.gif" width="37" height="15" border="0" alt="GO"> <img src="l/n.gif" width="30" height="15" alt="" border="0">  <table cellspacing="0" cellpadding="0" border="0">
181    <tr><td>
182  {if $section ne "index"}  <img src="t/n.gif" width="10" height="15" alt="" border="0">
183  <a href="index.php"><img src="t/home.gif" width="52" height="15" border="0" alt="Home" hspace=4></a>  </td><td>
184  {/if}  <img src="t/search.gif" width="51" height="11" border="0" alt="Search">
185  {if $section ne "about"}  </td><td>
186  <a href="about.php"><img src="t/about_us.gif" width="68" height="15" border="0" alt="About us" hspace=4></a>  <input type="text" name="q" size="11" value="">
187  {/if}  </td><td>
188  {if $section ne "products"}  <img src="l/n.gif" width="3" height="15" alt="" border="0">
189  <a href="products.php"><img src="t/products.gif" width="86" height="15" border="0" alt="Products" hspace=4></a>  </td><td align="left">
190  {/if}  <input type=image src="t/go.gif" width="37" height="15" border="0" alt="GO">
191  {if $section ne "investor"}  </td><td>
192  <a href="investor.php"><img src="t/investor.gif" width="123" height="15" border="0" alt="Investor`s Page" hspace=4></a>  <img src="l/n.gif" width="30" height="15" alt="" border="0">
193  {/if}  </td><td>
194  {if $section ne "rnd"}  <a href="index.php"><img src="t/home.gif" width="52" height="15" border="0" alt="Home" hspace=3></a>
195  <a href="rnd.php"><img src="t/r_d.gif" width="54" height="15" border="0" alt="R&amp;D" hspace=4></a>  </td><td>
196  {/if}  <a href="about.php"><img src="t/about_us.gif" width="68" height="15" border="0" alt="About us" hspace=3></a>
197  {if $section ne "careers"}  </td><td>
198  <a href="careers.php"><img src="t/careers.gif" width="77" height="15" alt="Careers" border="0" hspace=4></a>  <a href="products.php"><img src="t/products.gif" width="86" height="15" border="0" alt="Products" hspace=3></a>
199  {/if}  </td><td>
200    <a href="investor.php"><img src="t/investor.gif" width="123" height="15" border="0" alt="Investor`s Page" hspace=3></a>
201    </td><td>
202    <a href="rnd.php"><img src="t/r_d.gif" width="54" height="15" border="0" alt="R&amp;D" hspace=3></a>
203    </td><td>
204    <a href="careers.php"><img src="t/careers.gif" width="77" height="15" alt="Careers" border="0" hspace=3></a>
205    </td></tr>
206    </table>
207    
208    
209  </form>  </form>

Legend:
Removed from v.1.13  
changed lines
  Added in v.1.17

  ViewVC Help
Powered by ViewVC 1.1.26