/[pliva-si]/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

Annotation of /templates/index.tpl

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.14 - (hide annotations)
Mon Sep 10 13:25:01 2001 UTC (22 years, 6 months ago) by dpavlin
Branch: MAIN
Changes since 1.13: +1 -1 lines
Pliva magazin, template za publikacije, logo-i za publikacije

1 ravilov 1.1 <html>
2     <head>
3     <title>{$Title} : {$Section_title}</title>
4     <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-2">
5     {literal}
6     <script language="JavaScript">
7     <!--
8     function MM_reloadPage(init) { //reloads the window if Nav4 resized
9     if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
10     document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
11     else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
12     }
13     MM_reloadPage(true);
14     // -->
15     </script>
16     {/literal}
17     </head>
18     <body bgcolor="#FFFFFF" text="#000000" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
19     <table cellspacing=0 cellpadding=0 width="100%" border=0>
20     <tbody>
21     <tr>
22     <td width="17%" height="2"><a href="index.php"><img height=42 src="l/80YEARS_2.gif" width=174 border=0></a><br>
23     </td>
24     <td width="83%" height="2">
25     <div align=right>
26     <table border="0" align="right">
27     <tr>
28 dpavlin 1.2 <td><img src="l/sl_{$rnd.0}.gif" width="37" height="37"></td>
29     <td><img src="l/sl_{$rnd.1}.gif" width="37" height="37"></td>
30     <td><img src="l/sl_{$rnd.2}.gif" width="37" height="37"></td>
31     <td><img src="l/sl_{$rnd.3}.gif" width="37" height="37"></td>
32     <td><img src="l/sl_{$rnd.4}.gif" width="37" height="37"></td>
33 ravilov 1.1 </tr>
34     </table>
35     </div>
36     </td>
37     </tr>
38     <tr bgcolor=#283880>
39 dpavlin 1.9 <td colspan=2 height="2">
40     <font size="2" face="Arial, Helvetica, sans-serif" font color="#FFFFFF">&nbsp;&nbsp;<B>{$Section_title}</B></font>
41 ravilov 1.1 </td>
42     </tr>
43     <tr bgcolor=#33CC00>
44     <td height="2"><img src="l2/{$section}.jpg" width="200" height="42"></td>
45     <td bgcolor="#009900">
46     <table border="0" cellspacing="0" cellpadding="0">
47     <tr>
48     <td><a href="index.php"><img src="t/domov.gif" width="70" height="17" border="0" alt="Domov"></a></td>
49     <td><a href="o_nas.php"><img src="t/o_nas.gif" width="62" height="17" border="0" alt="O nas"></a></td>
50     <td><a href="izdelki.php"><img src="t/izdelki.gif" width="63" height="18" border="0" alt="Izdelki"></a></td>
51     <td><a href="nasveti.php"><img src="t/nasveti.gif" width="70" height="17" border="0" alt="Nasveti"></a></td>
52     <td><a href="sladkorna.php"><img src="t/sladkorna.gif" width="138" height="17" border="0" alt="Sladkorna stran"></a></td>
53 dpavlin 1.13 <td><a href="za_zdravnike.php"><img src="t/za_zdravnike.gif" width="112" height="17" border="0" alt="Za zdravnike"></a></td>
54 ravilov 1.1 </tr>
55     </table>
56     </td>
57     </tr>
58     </tbody>
59     </table>
60     <table cellspacing=0 cellpadding=0 border=0 width="100%">
61     <tbody>
62     <tr>
63 dpavlin 1.7 <td valign=top bgcolor=#283880 width=155>
64 ravilov 1.1 <p>&nbsp;</p>
65     <p><br>
66     </p>
67     <div align=center>
68     <p>&nbsp;</p>
69     <p>
70     {section name=m loop=$menu}
71 dpavlin 1.3 {if ($m/menu.url) }
72     <a href="{$m/menu.url}">
73     {/if}
74     <img src="m/{$m/menu.file}" border=0 width="{$m/menu.w}" height="{$m/menu.h}" alt="{$m/menu.item}">
75     {if ($m/menu.url) }
76     </a>
77     {/if}
78     <br>
79 ravilov 1.1 {/section}
80     {if $contact_section}
81     <img src="l2/olovka.gif" width="100" height="120" vspace="15">
82     {else}
83     {if $contact_url}
84     <a href="{$contact_url}">
85     {else}
86 dpavlin 1.7 <a href="pisite_nam.php{if ($contact_from)}?from={$contact_from}{/if}">
87 ravilov 1.1 {/if}
88 dpavlin 1.4 <img src="l/pisite_nam.gif" width="155" height="19" alt="" border="0" vspace="15"></a>
89 ravilov 1.1 {/if}
90     </p>
91     <div id="Layer1" style="position:absolute; left:10px; top:109px; width:133px; height:88px; z-index:1">
92     <form name="form1" method="post" action="najdi.php">
93     <table width="100%" border="0" cellspacing="1" cellpadding="2">
94     <tr>
95     <td>
96     <div align="center"><img src="l2/iskanje.gif" width="41" height="8" alt="Iskanje"></div>
97     </td>
98     </tr>
99     <tr>
100     <td>
101     <div align="center">
102     <input type="text" name="textfield" size="11">
103     </div>
104     </td>
105     </tr>
106     <tr>
107     <td>
108     <div align="center"><input type=image src="t/najdi.gif" width="60" height="18" border="0" alt="NAJDI"></div>
109     </td>
110     </tr>
111     </table>
112     </form>
113     </div>
114     <p>&nbsp;</p>
115     </div>
116     </td>
117 dpavlin 1.4 <td valign=top>
118 ravilov 1.1 <table width="100%" border="0" cellspacing="0" cellpadding="0">
119     <tr>
120     <td valign="top" width="11"><img src="l2/p.gif" width="47" height="44" vspace="0" hspace="0"></td>
121 dpavlin 1.4 <td width="679">
122     {if ($mpic && $mpic != "")}
123 dpavlin 1.14 <div align="center"><img src="t/{$mpic}" ></div>
124 dpavlin 1.4 {/if}
125 ravilov 1.1 </td>
126     </tr>
127     </table>
128     <table cellspacing=0 cellpadding=5 width="95%" border=0 align="center">
129     <tbody>
130     <tr>
131     <td valign=top><BR>{$MAIN}</td>
132     </tr>
133     <tr>
134 dpavlin 1.10 <td>
135     {strip}
136 dpavlin 1.8 {if ($multi_page_show) }
137     <form action=multi.php name=multi>
138     <div align="center" class="mali">
139     {if ($multi_page_prev) }
140 dpavlin 1.10 <a href="{$multi_page_prev}{$m_session_urlend}">
141     <img src="t/nazad.gif" width="24" height="14" alt="&lt;" border="0" hspace="5">
142 dpavlin 1.8 </a>
143     {else}
144 dpavlin 1.10 <img src="t/nikud.gif" width="24" height="14" alt="" border="0" hspace="5">
145 dpavlin 1.8 {/if}
146     {if ($multi_page_options) }
147     <select name=p onChange=multi.submit()>
148     {html_options options=$multi_page_options selected=$multi_page_curr_id}
149     </select>
150     {/if}
151     {if ($multi_page_next) }
152 dpavlin 1.10 <a href="{$multi_page_next}{$m_session_urlend}">
153     <img src="t/napred.gif" width="24" height="14" alt="&gt;" border="0" hspace="5">
154 dpavlin 1.8 </a>
155     {else}
156 dpavlin 1.10 <img src="t/nikud.gif" width="24" height="14" alt="" border="0" hspace="5">
157 dpavlin 1.9 {/if}
158     <br>
159     {if ($multi_page_current && $multi_page_max)}
160 dpavlin 1.10 page&nbsp;{$multi_page_current}&nbsp;of&nbsp;{$multi_page_max}
161 dpavlin 1.8 {/if}
162     </div><br>
163     {/if}
164 dpavlin 1.10 {/strip}
165 ravilov 1.1 <hr width="100%" color=#808080 noShade size=1>
166     <table cellspacing=0 cellpadding=2 width="100%" border=0>
167     <tbody>
168     <tr>
169     <td>
170     <div align="right"><span class=font><font size="2" color="#000033" face="Arial, Helvetica, sans-serif">
171     {if ($back_url)}
172     <td align="left"><a href="{$back_url}">Nazaj</a></td>
173     {/if}
174     <a href="index.php">Domov</a> |
175     <a href="o_nas.php">O nas</a> |
176     <a href="izdelki.php">Izdelki</a> |
177     <a href="nasveti.php">Nasveti</a> |
178     <a href="sladkorna.php">Sladkorna stran</a> |
179     <a href="za_zdravnike.php">Za zdravnike</a>
180     </font></span></div>
181     </td>
182     </tr>
183     </tbody>
184     </table>
185     <hr width="100%" color=#808080 noShade size=1>
186     </td>
187     </tr>
188     <tr>
189     <td valign=top height="5">
190     <div class=silver>
191     <div align="center">
192     <div class=silver><font size="1" color="#666666" face="Arial, Helvetica, sans-serif">Copyright
193 dpavlin 1.11 1998-2001 PLIVA Ljubljana. All rights reserved.</font></div>
194     <a href="index.php?h=copyright"><div class=silver><font size="1" color="#666666" face="Arial, Helvetica, sans-serif">Important legal information</font></div></a>
195 ravilov 1.1 </div>
196     </div>
197     </td>
198     </tr>
199     </table>
200    
201     </td>
202     <td valign=top width="142" height="576">
203     <table cellspacing=0 border=0>
204     <tbody>
205     <tr>
206     <td bgcolor=#009900 width=17><img src="#" width=1 height=1 border=0></td>
207     <td align=middle valign="top">
208     <p><img height=28 alt="" src="l/dedicated.gif" width=137 border=0></p>
209     <table border="0" cellspacing="0" cellpadding="0" align="center" width="127">
210     <tr>
211 dpavlin 1.5 <td width="127"><A HREF="novosti.php?type=n&days=0"><img src="t/novosti.gif" width="127" height="17" ALT="Novosti" border=0></a></td>
212 ravilov 1.1 </tr>
213     </table>
214     <table width="127" border="1" align="center" cellspacing="0" cellpadding="1" bordercolor="#003366">
215     <tr>
216     <td height="143" valign="top">
217     <table width="100%" border="0" cellpadding="3" align="center">
218     {section name=n loop=$news}
219 dpavlin 1.5 <TR><td align="center"><A href="novosti.php?id={$n/news.id}"><span class="new">{$n/news.title}</span></A></td></TR>
220 ravilov 1.1 {/section}
221     </table>
222     </td>
223     </tr>
224     </table>
225 dpavlin 1.6 {img dir="r1" nr=1 vspace="5"}
226 ravilov 1.1 <table border="0" cellspacing="0" cellpadding="0" align="center" width="127">
227     <tr>
228 dpavlin 1.12 <td width="127"><A HREF="novosti.php?type=e"><img src="t/dogodki.gif" width="127" height="17" ALT="Dogodki" border=0></a></td>
229 ravilov 1.1 </tr>
230     </table>
231     <table width="127" border="1" align="center" cellspacing="0" cellpadding="1" bordercolor="#003366">
232     <tr>
233     <td height="135" valign="top">
234     <table width="100%" border="0" cellpadding="3" align="center">
235     {section name=e loop=$events}
236 dpavlin 1.5 <TR><td align="center"><A href="novosti.php?id={$e/events.id}"><span class="new">{$e/events.title}</span></A></td></TR>
237 ravilov 1.1 {/section}
238     </table>
239     </td>
240     </tr>
241     </table>
242 dpavlin 1.6 {img dir="r2" nr=2 vspace="5"}
243 ravilov 1.1 <br>
244     <noindex> </noindex></td>
245     </tr>
246     <tr>
247     <td valign=top colspan=2 bgcolor="#009900" height=3><img src="#" width=1 height=1 border=0></td>
248     </tr>
249     </tbody>
250     </table>
251     </td>
252     </tr>
253     </table>
254     </body>
255     </html>

  ViewVC Help
Powered by ViewVC 1.1.26