/[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.15 - (hide annotations)
Wed Oct 10 12:00:18 2001 UTC (22 years, 6 months ago) by dpavlin
Branch: MAIN
Changes since 1.14: +4 -2 lines
svašta...

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 dpavlin 1.15 <p><br></p>
66 ravilov 1.1 <div align=center>
67     <p>&nbsp;</p>
68     <p>
69     {section name=m loop=$menu}
70 dpavlin 1.3 {if ($m/menu.url) }
71     <a href="{$m/menu.url}">
72     {/if}
73     <img src="m/{$m/menu.file}" border=0 width="{$m/menu.w}" height="{$m/menu.h}" alt="{$m/menu.item}">
74     {if ($m/menu.url) }
75     </a>
76     {/if}
77     <br>
78 ravilov 1.1 {/section}
79 dpavlin 1.15 {if ($link_otroci)}
80     <p><a href="otroci.php"><img src="p/za_otroke.gif" width="112" height="57" border="0"></a></p>
81     {/if}
82 ravilov 1.1 {if $contact_section}
83     <img src="l2/olovka.gif" width="100" height="120" vspace="15">
84     {else}
85     {if $contact_url}
86     <a href="{$contact_url}">
87     {else}
88 dpavlin 1.7 <a href="pisite_nam.php{if ($contact_from)}?from={$contact_from}{/if}">
89 ravilov 1.1 {/if}
90 dpavlin 1.4 <img src="l/pisite_nam.gif" width="155" height="19" alt="" border="0" vspace="15"></a>
91 ravilov 1.1 {/if}
92     </p>
93     <div id="Layer1" style="position:absolute; left:10px; top:109px; width:133px; height:88px; z-index:1">
94     <form name="form1" method="post" action="najdi.php">
95     <table width="100%" border="0" cellspacing="1" cellpadding="2">
96     <tr>
97     <td>
98     <div align="center"><img src="l2/iskanje.gif" width="41" height="8" alt="Iskanje"></div>
99     </td>
100     </tr>
101     <tr>
102     <td>
103     <div align="center">
104     <input type="text" name="textfield" size="11">
105     </div>
106     </td>
107     </tr>
108     <tr>
109     <td>
110     <div align="center"><input type=image src="t/najdi.gif" width="60" height="18" border="0" alt="NAJDI"></div>
111     </td>
112     </tr>
113     </table>
114     </form>
115     </div>
116     <p>&nbsp;</p>
117     </div>
118     </td>
119 dpavlin 1.4 <td valign=top>
120 ravilov 1.1 <table width="100%" border="0" cellspacing="0" cellpadding="0">
121     <tr>
122     <td valign="top" width="11"><img src="l2/p.gif" width="47" height="44" vspace="0" hspace="0"></td>
123 dpavlin 1.4 <td width="679">
124     {if ($mpic && $mpic != "")}
125 dpavlin 1.14 <div align="center"><img src="t/{$mpic}" ></div>
126 dpavlin 1.4 {/if}
127 ravilov 1.1 </td>
128     </tr>
129     </table>
130     <table cellspacing=0 cellpadding=5 width="95%" border=0 align="center">
131     <tbody>
132     <tr>
133     <td valign=top><BR>{$MAIN}</td>
134     </tr>
135     <tr>
136 dpavlin 1.10 <td>
137     {strip}
138 dpavlin 1.8 {if ($multi_page_show) }
139     <form action=multi.php name=multi>
140     <div align="center" class="mali">
141     {if ($multi_page_prev) }
142 dpavlin 1.10 <a href="{$multi_page_prev}{$m_session_urlend}">
143     <img src="t/nazad.gif" width="24" height="14" alt="&lt;" border="0" hspace="5">
144 dpavlin 1.8 </a>
145     {else}
146 dpavlin 1.10 <img src="t/nikud.gif" width="24" height="14" alt="" border="0" hspace="5">
147 dpavlin 1.8 {/if}
148     {if ($multi_page_options) }
149     <select name=p onChange=multi.submit()>
150     {html_options options=$multi_page_options selected=$multi_page_curr_id}
151     </select>
152     {/if}
153     {if ($multi_page_next) }
154 dpavlin 1.10 <a href="{$multi_page_next}{$m_session_urlend}">
155     <img src="t/napred.gif" width="24" height="14" alt="&gt;" border="0" hspace="5">
156 dpavlin 1.8 </a>
157     {else}
158 dpavlin 1.10 <img src="t/nikud.gif" width="24" height="14" alt="" border="0" hspace="5">
159 dpavlin 1.9 {/if}
160     <br>
161     {if ($multi_page_current && $multi_page_max)}
162 dpavlin 1.10 page&nbsp;{$multi_page_current}&nbsp;of&nbsp;{$multi_page_max}
163 dpavlin 1.8 {/if}
164     </div><br>
165     {/if}
166 dpavlin 1.10 {/strip}
167 ravilov 1.1 <hr width="100%" color=#808080 noShade size=1>
168     <table cellspacing=0 cellpadding=2 width="100%" border=0>
169     <tbody>
170     <tr>
171     <td>
172     <div align="right"><span class=font><font size="2" color="#000033" face="Arial, Helvetica, sans-serif">
173     {if ($back_url)}
174     <td align="left"><a href="{$back_url}">Nazaj</a></td>
175     {/if}
176     <a href="index.php">Domov</a> |
177     <a href="o_nas.php">O nas</a> |
178     <a href="izdelki.php">Izdelki</a> |
179     <a href="nasveti.php">Nasveti</a> |
180     <a href="sladkorna.php">Sladkorna stran</a> |
181     <a href="za_zdravnike.php">Za zdravnike</a>
182     </font></span></div>
183     </td>
184     </tr>
185     </tbody>
186     </table>
187     <hr width="100%" color=#808080 noShade size=1>
188     </td>
189     </tr>
190     <tr>
191     <td valign=top height="5">
192     <div class=silver>
193     <div align="center">
194     <div class=silver><font size="1" color="#666666" face="Arial, Helvetica, sans-serif">Copyright
195 dpavlin 1.11 1998-2001 PLIVA Ljubljana. All rights reserved.</font></div>
196     <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>
197 ravilov 1.1 </div>
198     </div>
199     </td>
200     </tr>
201     </table>
202    
203     </td>
204     <td valign=top width="142" height="576">
205     <table cellspacing=0 border=0>
206     <tbody>
207     <tr>
208     <td bgcolor=#009900 width=17><img src="#" width=1 height=1 border=0></td>
209     <td align=middle valign="top">
210     <p><img height=28 alt="" src="l/dedicated.gif" width=137 border=0></p>
211     <table border="0" cellspacing="0" cellpadding="0" align="center" width="127">
212     <tr>
213 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>
214 ravilov 1.1 </tr>
215     </table>
216     <table width="127" border="1" align="center" cellspacing="0" cellpadding="1" bordercolor="#003366">
217     <tr>
218     <td height="143" valign="top">
219     <table width="100%" border="0" cellpadding="3" align="center">
220     {section name=n loop=$news}
221 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>
222 ravilov 1.1 {/section}
223     </table>
224     </td>
225     </tr>
226     </table>
227 dpavlin 1.6 {img dir="r1" nr=1 vspace="5"}
228 ravilov 1.1 <table border="0" cellspacing="0" cellpadding="0" align="center" width="127">
229     <tr>
230 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>
231 ravilov 1.1 </tr>
232     </table>
233     <table width="127" border="1" align="center" cellspacing="0" cellpadding="1" bordercolor="#003366">
234     <tr>
235     <td height="135" valign="top">
236     <table width="100%" border="0" cellpadding="3" align="center">
237     {section name=e loop=$events}
238 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>
239 ravilov 1.1 {/section}
240     </table>
241     </td>
242     </tr>
243     </table>
244 dpavlin 1.6 {img dir="r2" nr=2 vspace="5"}
245 ravilov 1.1 <br>
246     <noindex> </noindex></td>
247     </tr>
248     <tr>
249     <td valign=top colspan=2 bgcolor="#009900" height=3><img src="#" width=1 height=1 border=0></td>
250     </tr>
251     </tbody>
252     </table>
253     </td>
254     </tr>
255     </table>
256     </body>
257     </html>

  ViewVC Help
Powered by ViewVC 1.1.26