/[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.14 by dpavlin, Mon Mar 12 19:44:41 2001 UTC revision 1.27 by dpavlin, Thu Apr 11 12:57:03 2002 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 src="l/logo_40.gif" width="160" height="40" border="0"></A><br></td>      <td><A href="index.php"><img src="l/logo_40.gif" width="160" height="40" border="0"></A></td>
10      <td>      <td>
11              <DIV align=right><img src="l/gore_2.jpg" width="498" height="42" 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    
15  <tr bgColor=#283880>  <tr bgColor=#283880>
16      <td colspan="2" bgColor=#283880>      <td colspan="2" bgColor=#283880>
17  <p><b>&nbsp;&nbsp;<font color="#cccccc">{$Section_title}</font></b></p>  <p><b>&nbsp;&nbsp;<font color="#cccccc">{$Section_title}</font></b></p>
18          </td>          </td>
19  </tr>  </tr>
20    
21  <tr bgColor=#ff9933>  <tr bgColor=#ff9933>
22      <td colspan="2" bgColor=#ff9933><img src="t/n.gif" width="700" height="10" alt="" border="0"><br><img src="t/n.gif" width="250" height="15" alt="" border="0">      <td colspan="2" bgColor=#ff9933><img src="t/n.gif" width="700" height="10" alt="" border="0"><br><img src="t/n.gif" width="250" height="15" alt="" border="0">
23   <br><img src="t/n.gif" width="700" height="10" alt="" border="0"><br>   <br><img src="t/n.gif" width="700" height="10" alt="" border="0"><br>
# Line 40  Line 42 
42          {else}          {else}
43           {if $contact_url}           {if $contact_url}
44            <a href="{$contact_url}">            <a href="{$contact_url}">
45             {elseif $contact_from}
46              <a href="contact.php?from={$contact_from}">
47           {else}           {else}
48            <a href="contact.php">            <a href="contact.php">
49           {/if}           {/if}
50          <img src="l/contact.gif" width="125" height="15" alt="" border="0" vspace="15"></a>          <img src="l/contact.gif" width="125" height="15" alt="" border="0" vspace="15"></a>
51          {/if}          {/if}
52    
53  </td>          {if $left_banner}
54            {$left_banner}
55            {/if}
56    
57        </td>
58  </tr>  </tr>
59  </table></div>  </table></div>
60    
61    {$left_box}
62    
63  </td>  </td>
64      <td valign="top" width="100%">      <td valign="top" width="100%">
# Line 61  Line 70 
70  </table>  </table>
71  <br><div align="center">  <br><div align="center">
72    
73          <table width="95%" border="0" cellspacing="0" cellpadding="5">  <table width="95%" border="0" cellspacing="0" cellpadding="5">
74  <tr>  <tr>
75      <td>{$MAIN}</td>      <td>{$MAIN}</td>
76  </tr>  </tr>
77  <tr>  <tr>
78      <td>      <td>
79            {strip}
80          {if ($multi_page_show) }          {if ($multi_page_show) }
81              {if ($multi_page_options) }
82                <form action=multi.php name=multi>
83              {/if}
84           <div align="center" class="mali">           <div align="center" class="mali">
85            {if ($multi_page_prev) }            {if ($multi_page_prev) }
86             <a href="{$multi_page_prev}">             <a href="{$multi_page_prev}">
# Line 76  Line 89 
89            {else}            {else}
90             <img src="t/nikud.gif" width="38" height="14" alt="" border="0">             <img src="t/nikud.gif" width="38" height="14" alt="" border="0">
91            {/if}            {/if}
92            {if ($multi_page_current && $multi_page_max)}            {if ($multi_page_options) }
93                    <select name=p onchange=multi.submit()>
94                    {html_options options=$multi_page_options selected=$multi_page_curr_id}
95                    </select>
96              {elseif ($multi_page_current && $multi_page_max)}
97                    {/strip}
98                  page {$multi_page_current} of {$multi_page_max}                  page {$multi_page_current} of {$multi_page_max}
99                    {strip}
100            {/if}            {/if}
101            {if ($multi_page_next) }            {if ($multi_page_next) }
102             <a href="{$multi_page_next}">             <a href="{$multi_page_next}">
# Line 86  Line 105 
105            {else}            {else}
106             <img src="t/nikud.gif" width="38" height="14" alt="" border="0">             <img src="t/nikud.gif" width="38" height="14" alt="" border="0">
107            {/if}            {/if}
108              {if ($multi_page_options) }
109                {/strip}
110                <br>page {$multi_page_current} of {$multi_page_max}</br>
111                {strip}
112              {/if}
113          </div><br>          </div><br>
114              {if ($multi_page_options) }
115                </form>
116              {/if}
117          {/if}          {/if}
118            {/strip}
119            
120          <hr width="100%" size="1" color="#808080" noshade>          <hr width="100%" size="1" color="#808080" noshade>
121          <table width="100%" cellspacing="0" cellpadding="2" border="0">          <table width="100%" cellspacing="0" cellpadding="2" border="0">
# Line 112  Line 140 
140  <hr width="100%" size="1" color="#808080" noshade></td>  <hr width="100%" size="1" color="#808080" noshade></td>
141  </tr>  </tr>
142  </table>  </table>
143    
144    <p align="center"><a href="http://www.plivazdravlje.hr/"><img src="banner/plivazdravlje.gif" width="468" height="60" alt="www.plivazdravlje.hr" border="0"></a></p>
145    
146  <div class="silver">Copyright © 1998-2001 PLIVA d.d. All rights reserved.</div>  <div class="silver">Copyright © 1998-2001 PLIVA d.d. All rights reserved.</div>
147  <a href="legal.php"><div class="silver">Important legal information</div></a>  <a href="legal.php"><div class="silver">Important legal information</div></a>
148  </div>  </div>
# Line 122  Line 153 
153  <table width="100%" border="0" cellspacing="0">  <table width="100%" border="0" cellspacing="0">
154  <TR>  <TR>
155          <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>
156          <td align="center"><img src="l/pliva_r.gif" width="138" height="35" alt="" border="0"><br>          <td align="center"><img src="l/dedicated.gif" width="138" height="53" alt="" border="0"><br>
157          <img src="r/CephalosporinC.gif" width="118" height="75" ><br>          <img src="r/CephalosporinC.gif" width="118" height="75" ><br>
158  <noindex>  <noindex>
159  <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">
160  <TR bgColor=#99cc66>  <TR bgColor=#99cc66>
161          <TD><A href="new.php"><img src="t/what.gif" width="98" height="17" border="0"></A></TD>          <TD><A href="new.php?days=0"><img src="t/what.gif" width="98" height="17" border="0"></A></TD>
162  </TR>  </TR>
163  <TR>  <TR>
164          <TD>          <TD>
# Line 139  Line 170 
170  {/section}  {/section}
171  </TABLE>  </TABLE>
172  </TD></TR></TABLE>  </TD></TR></TABLE>
173  </noidex>  </noindex>
174    
175  {img dir="r1" nr=1 vspace="5"}  {img dir="r1" nr=1 vspace="5"}
176  <noindex>  <noindex>
# Line 174  Line 205 
205    
206    
207  <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;">
208  <form method="get" action="search.php">  <form method="get" action="swish.php">
209  <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">  <noindex>
210    <table cellspacing="0" cellpadding="0" border="0">
211  <a href="index.php"><img src="t/home.gif" width="52" height="15" border="0" alt="Home" hspace=4></a>  <tr><td>
212  <a href="about.php"><img src="t/about_us.gif" width="68" height="15" border="0" alt="About us" hspace=4></a>  <img src="t/n.gif" width="10" height="15" alt="" border="0">
213  <a href="products.php"><img src="t/products.gif" width="86" height="15" border="0" alt="Products" hspace=4></a>  </td><td>
214  <a href="investor.php"><img src="t/investor.gif" width="123" height="15" border="0" alt="Investor`s Page" hspace=4></a>  <img src="t/search.gif" width="51" height="11" border="0" alt="Search">
215  <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>
216  <a href="careers.php"><img src="t/careers.gif" width="77" height="15" alt="Careers" border="0" hspace=4></a>  <input type="text" name="q" size="11" value="">
217    </td><td>
218    <img src="l/n.gif" width="3" height="15" alt="" border="0">
219    </td><td align="left">
220    <input type=image src="t/go.gif" width="37" height="15" border="0" alt="GO">
221    </td><td>
222    <img src="l/n.gif" width="30" height="15" alt="" border="0">
223    </td><td>
224    <a href="index.php"><img src="t/home.gif" width="52" height="15" border="0" alt="Home" hspace=3></a>
225    </td><td>
226    <a href="about.php"><img src="t/about_us.gif" width="68" height="15" border="0" alt="About us" hspace=3></a>
227    </td><td>
228    <a href="products.php"><img src="t/products.gif" width="86" height="15" border="0" alt="Products" hspace=3></a>
229    </td><td>
230    <a href="investor.php"><img src="t/investor.gif" width="123" height="15" border="0" alt="Investor`s Page" hspace=3></a>
231    </td><td>
232    <a href="rnd.php"><img src="t/r_d.gif" width="54" height="15" border="0" alt="R&amp;D" hspace=3></a>
233    </td><td>
234    <a href="careers.php"><img src="t/careers.gif" width="77" height="15" alt="Careers" border="0" hspace=3></a>
235    </td></tr>
236    </table>
237    </noindex>
238    
239  </form>  </form>
240  </div>  </div>

Legend:
Removed from v.1.14  
changed lines
  Added in v.1.27

  ViewVC Help
Powered by ViewVC 1.1.26