/[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

Contents of /templates/index.tpl

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.26 - (show annotations)
Wed Mar 27 16:00:18 2002 UTC (22 years, 1 month ago) by dpavlin
Branch: MAIN
Changes since 1.25: +1 -5 lines
*** empty log message ***

1 <HTML><HEAD><TITLE>{$Title} : {$Section_title}</TITLE>
2 <META content="text/html; charset=windows-1250" http-equiv=Content-Type>
3 <link rel="STYLESHEET" type="text/css" href="stil.css">
4 </HEAD>
5 <BODY bgColor=#ffffff leftMargin=0 topMargin=0 marginheight="0" marginwidth="0">
6
7 <table width="100%" cellspacing="0" cellpadding="0" border="0">
8 <tr>
9 <td><A href="index.php"><img src="l/logo_40.gif" width="160" height="40" border="0"></A></td>
10 <td>
11 <DIV align=right><img src="l/gore_2.jpg" width="498" height="42" border="0" alt=""></DIV>
12 </td>
13 </tr>
14
15 <tr bgColor=#283880>
16 <td colspan="2" bgColor=#283880>
17 <p><b>&nbsp;&nbsp;<font color="#cccccc">{$Section_title}</font></b></p>
18 </td>
19 </tr>
20
21 <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">
23 <br><img src="t/n.gif" width="700" height="10" alt="" border="0"><br>
24 </td>
25 </tr>
26 </table>
27
28
29 <table width="100%" cellspacing="0" cellpadding="0" border="0">
30
31 <tr>
32 <td width="161" valign="top" bgcolor=#283880><img src="l2/{$lpic}_a.gif" width="161" height="76" alt="" border="0"><br><img src="l2/{$lpic}_b.gif" width="161" height="54" alt="" border="0" align="top"><br><br>
33 <div align="center">
34 <table width="125" border="0" cellspacing="0" cellpadding="0">
35 <tr>
36 <td colspan="center">
37 {section name=m loop=$menu}
38 <a href="{$m/menu.url}"><img src="m/{$m/menu.file}" width="125" height="15" alt="{$m/menu.item}" border="0"></a><br>
39 {/section}
40 {if $contact_section}
41 <img src="l/olovka.gif" width="100" height="120" vspace="15">
42 {else}
43 {if $contact_url}
44 <a href="{$contact_url}">
45 {elseif $contact_from}
46 <a href="contact.php?from={$contact_from}">
47 {else}
48 <a href="contact.php">
49 {/if}
50 <img src="l/contact.gif" width="125" height="15" alt="" border="0" vspace="15"></a>
51 {/if}
52
53 {if $left_banner}
54 {$left_banner}
55 {/if}
56
57 </td>
58 </tr>
59 </table></div>
60
61
62 </td>
63 <td valign="top" width="100%">
64 <table width="100%" cellspacing="0" cellpadding="0" border="0">
65 <tr>
66 <td valign="top"><img src="l2/{$lpic}_c.gif" width="57" height="76" alt="" border="0"></td>
67 <td align="center"><br><br><img src="l/{$mpic}" width="370" height="60" alt="" border="0"></td>
68 </tr>
69 </table>
70 <br><div align="center">
71
72 <table width="95%" border="0" cellspacing="0" cellpadding="5">
73 <tr>
74 <td>{$MAIN}</td>
75 </tr>
76 <tr>
77 <td>
78 {strip}
79 {if ($multi_page_show) }
80 {if ($multi_page_options) }
81 <form action=multi.php name=multi>
82 {/if}
83 <div align="center" class="mali">
84 {if ($multi_page_prev) }
85 <a href="{$multi_page_prev}">
86 <img src="t/nazad.gif" width="38" height="14" alt="" border="0">
87 </a>
88 {else}
89 <img src="t/nikud.gif" width="38" height="14" alt="" border="0">
90 {/if}
91 {if ($multi_page_options) }
92 <select name=p onchange=multi.submit()>
93 {html_options options=$multi_page_options selected=$multi_page_curr_id}
94 </select>
95 {elseif ($multi_page_current && $multi_page_max)}
96 {/strip}
97 page {$multi_page_current} of {$multi_page_max}
98 {strip}
99 {/if}
100 {if ($multi_page_next) }
101 <a href="{$multi_page_next}">
102 <img src="t/napred.gif" width="38" height="14" alt="" border="0">
103 </a>
104 {else}
105 <img src="t/nikud.gif" width="38" height="14" alt="" border="0">
106 {/if}
107 {if ($multi_page_options) }
108 {/strip}
109 <br>page {$multi_page_current} of {$multi_page_max}</br>
110 {strip}
111 {/if}
112 </div><br>
113 {if ($multi_page_options) }
114 </form>
115 {/if}
116 {/if}
117 {/strip}
118
119 <hr width="100%" size="1" color="#808080" noshade>
120 <table width="100%" cellspacing="0" cellpadding="2" border="0">
121 <tr>
122 {if $back_url}
123 <td align="left">
124 <a href="{$back_url}"><span class="font">Back</font></a>
125 </td>
126 {/if}
127 <td>
128 <div align="right">
129 <a href="index.php"><span class="font">Home</font></a> |
130 <a href="about.php"><span class="font">About Us</font></a> |
131 <a href="products.php"><span class="font">Products</font></a> |
132 <a href="investor.php"><span class="font">Investor's Page</font></a> |
133 <a href="rnd.php"><span class="font">R&amp;D</font></a> |
134 <a href="careers.php"><span class="font">Careers</font></a>
135 </div>
136 </td>
137 </tr>
138 </table>
139 <hr width="100%" size="1" color="#808080" noshade></td>
140 </tr>
141 </table>
142
143 <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>
144
145 <div class="silver">Copyright © 1998-2001 PLIVA d.d. All rights reserved.</div>
146 <a href="legal.php"><div class="silver">Important legal information</div></a>
147 </div>
148
149 </td>
150 <td width="160" valign="top" align="center">
151
152 <table width="100%" border="0" cellspacing="0">
153 <TR>
154 <td width="1" bgcolor="#ff9933"><img src="l/n.gif" width="1" height="1" alt="" border="0"></td>
155 <td align="center"><img src="l/dedicated.gif" width="138" height="53" alt="" border="0"><br>
156 <img src="r/CephalosporinC.gif" width="118" height="75" ><br>
157 <noindex>
158 <table width="94%" border="1" cellspacing="0" cellpadding="1" bordercolor="#98CC60" bordercolorlight="#98CC60" bordercolordark="#98CC60">
159 <TR bgColor=#99cc66>
160 <TD><A href="new.php?days=0"><img src="t/what.gif" width="98" height="17" border="0"></A></TD>
161 </TR>
162 <TR>
163 <TD>
164 <TABLE border=0 cellSpacing=5 width="100%" hspace="5" vspace="5">
165 {section name=n loop=$news}
166 <TR>
167 <td align="center"><A href="new.php?id={$n/news.id}"><span class="new">{$n/news.title}</span></A></td>
168 </TR>
169 {/section}
170 </TABLE>
171 </TD></TR></TABLE>
172 </noindex>
173
174 {img dir="r1" nr=1 vspace="5"}
175 <noindex>
176 <table width="94%" border="1" cellspacing="0" cellpadding="1" bordercolor="#98CC60" bordercolorlight="#98CC60" bordercolordark="#98CC60">
177 <TR bgColor=#99cc66>
178 <TD><a href="new.php?type=e"><img src="t/events.gif" width="98" height="17" border="0"></a></TD>
179 </TR>
180 <TR>
181 <TD>
182 <TABLE border=0 cellSpacing=5 width="100%">
183 {section name=e loop=$events}
184 <TR>
185 <td align="center"><A href="new.php?id={$e/events.id}"><span class="new">{$e/events.title}</span></A></td>
186 </TR>
187 {/section}
188 </TABLE>
189 </TD></TR></TABLE>
190 </noindex>
191 {img dir="r2" nr=2}
192
193 </td></TR>
194 <TR>
195 <td height="1" colspan="2" valign="top" bgcolor="#FF9933"><img src="t/n.gif" width="1" height="1" alt="" border="0"><br></td>
196 </TR>
197 </TABLE>
198
199 <br>
200 <br>
201 </td>
202 </tr>
203 </table>
204
205
206 <div ID="search" style="position:absolute; z-index:1; left: 0px; top: 60px;">
207 <form method="get" action="swish.php">
208 <noindex>
209 <table cellspacing="0" cellpadding="0" border="0">
210 <tr><td>
211 <img src="t/n.gif" width="10" height="15" alt="" border="0">
212 </td><td>
213 <img src="t/search.gif" width="51" height="11" border="0" alt="Search">
214 </td><td>
215 <input type="text" name="q" size="11" value="">
216 </td><td>
217 <img src="l/n.gif" width="3" height="15" alt="" border="0">
218 </td><td align="left">
219 <input type=image src="t/go.gif" width="37" height="15" border="0" alt="GO">
220 </td><td>
221 <img src="l/n.gif" width="30" height="15" alt="" border="0">
222 </td><td>
223 <a href="index.php"><img src="t/home.gif" width="52" height="15" border="0" alt="Home" hspace=3></a>
224 </td><td>
225 <a href="about.php"><img src="t/about_us.gif" width="68" height="15" border="0" alt="About us" hspace=3></a>
226 </td><td>
227 <a href="products.php"><img src="t/products.gif" width="86" height="15" border="0" alt="Products" hspace=3></a>
228 </td><td>
229 <a href="investor.php"><img src="t/investor.gif" width="123" height="15" border="0" alt="Investor`s Page" hspace=3></a>
230 </td><td>
231 <a href="rnd.php"><img src="t/r_d.gif" width="54" height="15" border="0" alt="R&amp;D" hspace=3></a>
232 </td><td>
233 <a href="careers.php"><img src="t/careers.gif" width="77" height="15" alt="Careers" border="0" hspace=3></a>
234 </td></tr>
235 </table>
236 </noindex>
237
238 </form>
239 </div>
240
241 </body>
242 </html>

  ViewVC Help
Powered by ViewVC 1.1.26