/[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.10 by dpavlin, Mon Mar 5 12:02:58 2001 UTC revision 1.16 by dpavlin, Mon Mar 12 21:19:32 2001 UTC
# Line 6  Line 6 
6    
7  <table width="100%" cellspacing="0" cellpadding="0" border="0">  <table width="100%" cellspacing="0" cellpadding="0" border="0">
8  <tr>  <tr>
9      <td><A href="index.php">{img border=0 src="l/logo_40.gif"}</A><br></td>      <td><A href="index.php"><img src="l/logo_40.gif" width="160" height="40" border="0"></A><br></td>
10      <td>      <td>
11              <DIV align=right>{img src="l/gore_2.jpg" border="0" alt=""}</DIV>              <DIV align=right><img src="l/gore_2.jpg" width="498" height="42" border="0" alt=""></DIV>
12          </td>          </td>
13  </tr>  </tr>
14  <tr bgColor=#283880>  <tr bgColor=#283880>
# Line 36  Line 36 
36          <a href="{$m/menu.url}"><img src="m/{$m/menu.file}" width="125" height="15" alt="{$m/menu.item}" border="0"></a><br>          <a href="{$m/menu.url}"><img src="m/{$m/menu.file}" width="125" height="15" alt="{$m/menu.item}" border="0"></a><br>
37          {/section}          {/section}
38          {if $contact_section}          {if $contact_section}
39           {img src="l/olovka.gif" vspace=15}           <img src="l/olovka.gif" width="100" height="120" vspace="15">
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 116  Line 118 
118  <a href="legal.php"><div class="silver">Important legal information</div></a>  <a href="legal.php"><div class="silver">Important legal information</div></a>
119  </div>  </div>
120    
 {$debug}  
   
121  </td>  </td>
122      <td width="160" valign="top" align="center">      <td width="160" valign="top" align="center">
123    
124  <table width="100%" border="0" cellspacing="0">  <table width="100%" border="0" cellspacing="0">
125  <TR>  <TR>
126          <td width="1" bgcolor="#ff9933"><img src="l/n.gif" width="1" height="1" alt="" border="0"></td>          <td width="1" bgcolor="#ff9933"><img src="l/n.gif" width="1" height="1" alt="" border="0"></td>
127          <td align="center">{img src="l/pliva_r.gif" alt="" border="0"}<br>{img src="r/CephalosporinC.gif"}<br>          <td align="center"><img src="l/pliva_r.gif" width="138" height="35" alt="" border="0"><br>
128            <img src="r/CephalosporinC.gif" width="118" height="75" ><br>
129    <noindex>
130  <table width="94%" border="1" cellspacing="0" cellpadding="1" bordercolor="#98CC60" bordercolorlight="#98CC60" bordercolordark="#98CC60">  <table width="94%" border="1" cellspacing="0" cellpadding="1" bordercolor="#98CC60" bordercolorlight="#98CC60" bordercolordark="#98CC60">
131  <TR bgColor=#99cc66>  <TR bgColor=#99cc66>
132          <TD><A href="new.php">{img border=0 src="t/what.gif"}</A></TD>          <TD><A href="new.php"><img src="t/what.gif" width="98" height="17" border="0"></A></TD>
133  </TR>  </TR>
134  <TR>  <TR>
135          <TD>          <TD>
136  <TABLE border=0 cellSpacing=5 width="100%" hspace="5" vspace="5">  <TABLE border=0 cellSpacing=5 width="100%" hspace="5" vspace="5">
 <noindex>  
137  {section name=n loop=$news}  {section name=n loop=$news}
138  <TR>  <TR>
139          <td align="center"><A href="new.php?id={$n/news.id}"><div class="new">{$n/news.title}</div></A></td>          <td align="center"><A href="new.php?id={$n/news.id}"><span class="new">{$n/news.title}</span></A></td>
140  </TR>  </TR>
141  {/section}  {/section}
 </noidex>  
142  </TABLE>  </TABLE>
143  </TD></TR></TABLE>  </TD></TR></TABLE>
144    </noidex>
145    
146  {img dir="r1" nr=1 vspace="5"}  {img dir="r1" nr=1 vspace="5"}
147    <noindex>
148  <table width="94%" border="1" cellspacing="0" cellpadding="1" bordercolor="#98CC60" bordercolorlight="#98CC60" bordercolordark="#98CC60">  <table width="94%" border="1" cellspacing="0" cellpadding="1" bordercolor="#98CC60" bordercolorlight="#98CC60" bordercolordark="#98CC60">
149  <TR bgColor=#99cc66>  <TR bgColor=#99cc66>
150          <TD><a href="new.php?type=e">{img border="0" src="t/events.gif"}</a></TD>          <TD><a href="new.php?type=e"><img src="t/events.gif" width="98" height="17" border="0"></a></TD>
151  </TR>  </TR>
152  <TR>  <TR>
153          <TD>          <TD>
154  <TABLE border=0 cellSpacing=5 width="100%">  <TABLE border=0 cellSpacing=5 width="100%">
 <noindex>  
155  {section name=e loop=$events}  {section name=e loop=$events}
156  <TR>  <TR>
157          <td align="center"><A href="new.php?id={$e/events.id}"><div class="new">{$e/events.title}</div></A></td>          <td align="center"><A href="new.php?id={$e/events.id}"><span class="new">{$e/events.title}</span></A></td>
158  </TR>  </TR>
159  {/section}  {/section}
 </noindex>  
160  </TABLE>  </TABLE>
161  </TD></TR></TABLE>  </TD></TR></TABLE>
162    </noindex>
163  {img dir="r2" nr=2}  {img dir="r2" nr=2}
164    
165  </td></TR>  </td></TR>
# Line 175  Line 176 
176    
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="http://portal.pliva.hr/search.cgi">  <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">  <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">
181    
182  {if $section ne "index"}  <a href="index.php"><img src="t/home.gif" width="52" height="15" border="0" alt="Home" hspace=3></a>
183  <a href="index.php"><img src="t/home.gif" width="52" height="15" border="0" alt="Home" hspace=4></a>  <a href="about.php"><img src="t/about_us.gif" width="68" height="15" border="0" alt="About us" hspace=3></a>
184  {/if}  <a href="products.php"><img src="t/products.gif" width="86" height="15" border="0" alt="Products" hspace=3></a>
185  {if $section ne "about"}  <a href="investor.php"><img src="t/investor.gif" width="123" height="15" border="0" alt="Investor`s Page" hspace=3></a>
186  <a href="about.php"><img src="t/about_us.gif" width="68" height="15" border="0" alt="About us" hspace=4></a>  <a href="rnd.php"><img src="t/r_d.gif" width="54" height="15" border="0" alt="R&amp;D" hspace=3></a>
187  {/if}  <a href="careers.php"><img src="t/careers.gif" width="77" height="15" alt="Careers" border="0" hspace=3></a>
 {if $section ne "products"}  
 <a href="products.php"><img src="t/products.gif" width="86" height="15" border="0" alt="Products" hspace=4></a>  
 {/if}  
 {if $section ne "investor"}  
 <a href="investor.php"><img src="t/investor.gif" width="123" height="15" border="0" alt="Investor`s Page" hspace=4></a>  
 {/if}  
 {if $section ne "rnd"}  
 <a href="rnd.php"><img src="t/r_d.gif" width="54" height="15" border="0" alt="R&amp;D" hspace=4></a>  
 {/if}  
 {if $section ne "careers"}  
 <a href="careers.php"><img src="t/careers.gif" width="77" height="15" alt="Careers" border="0" hspace=4></a>  
 {/if}  
188    
189    
190  </form>  </form>

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.16

  ViewVC Help
Powered by ViewVC 1.1.26