/[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.1.1.1 by dpavlin, Tue Feb 20 11:52:56 2001 UTC revision 1.27 by dpavlin, Thu Apr 11 12:57:03 2002 UTC
# Line 1  Line 1 
1  <HTML><HEAD><TITLE>{$Title} {$Section_title}</TITLE>  <HTML><HEAD><TITLE>{$Title} : {$Section_title}</TITLE>
2  <META content="text/html; charset=windows-1250" http-equiv=Content-Type>  <META content="text/html; charset=windows-1250" http-equiv=Content-Type>
3  <link rel="STYLESHEET" type="text/css" href="stil.css">  <link rel="STYLESHEET" type="text/css" href="stil.css">
4  </HEAD>  </HEAD>
# 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 height=40 src="l/logo_40.gif" width=160></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 height="40" src="l/gore_2.jpg"  width="498" 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 36  Line 38 
38          <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>
39          {/section}          {/section}
40          {if $contact_section}          {if $contact_section}
41           {img src="l/olovka.gif" vspace=15}           <img src="l/olovka.gif" width="100" height="120" vspace="15">
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          {if ($multi_page) }          {strip}
80            {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           strana {$multi_page_current} od {$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}
99                    {strip}
100              {/if}
101            {if ($multi_page_next) }            {if ($multi_page_next) }
102             <a href="{$multi_page_next}">             <a href="{$multi_page_next}">
103             <img src="t/napred.gif" width="38" height="14" alt="" border="0">             <img src="t/napred.gif" width="38" height="14" alt="" border="0">
# Line 84  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          <!-- goo: ovo mora biti align=left!! -->          <table width="100%" cellspacing="0" cellpadding="2" border="0">
122            <tr>
123          {if $back_url}          {if $back_url}
124          <a href="{$back_url}">{img src="b/BACK.gif" border="0" alt="Back"}</a>          <td align="left">
125            <a href="{$back_url}"><span class="font">Back</font></a>
126            </td>
127          {/if}          {/if}
128          <!-- do ovdje... -->          <td>
129      <div align="right">      <div align="right">
130  <a href="index.php">{img src="b/HOME.gif" border="0" alt="Home"}</a>  <a href="index.php"><span class="font">Home</font></a> |
131  {img src="b/_.gif" hspace="3"}  <a href="about.php"><span class="font">About Us</font></a> |
132  <a href="about.php">{img src="b/ABOUT_US.gif" border="0" alt="About us"}</a>  <a href="products.php"><span class="font">Products</font></a> |
133  {img src="b/_.gif" hspace="3"}  <a href="investor.php"><span class="font">Investor's Page</font></a> |
134  <a href="products.php">{img src="b/PRODUCTS.gif" alt="Products" border="0"}</a>  <a href="rnd.php"><span class="font">R&amp;D</font></a> |
135  {img src="b/_.gif" hspace="3"}  <a href="careers.php"><span class="font">Careers</font></a>
 <a href="investor.php">{img src="b/INVESTOR_S_PAGE.gif" border="0" alt="Investor's Page"}</a>  
 {img src="b/_.gif" hspace="3"}  
 <a href="rnd.php">{img src="b/R_D.gif" border="0" alt="R&amp;D"}</a>  
 {img src="b/_.gif" hspace="3"}  
 <a href="careers.php">{img src="b/CAREERS.gif" border="0" alt="Careers"}</a>  
136  </div>  </div>
137            </td>
138            </tr>
139            </table>
140  <hr width="100%" size="1" color="#808080" noshade></td>  <hr width="100%" size="1" color="#808080" noshade></td>
141  </tr>  </tr>
142  </table><font color="silver">Copyright © 1998-2001 PLIVA d.d. All rights reserved.</font>  </table>
 </div>  
143    
144  {$debug}  <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>
147    <a href="legal.php"><div class="silver">Important legal information</div></a>
148    </div>
149    
150  </td>  </td>
151      <td width="160" valign="top" align="center">      <td width="160" valign="top" align="center">
# Line 119  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"><br>{img src="l/pliva_r.gif" alt="" border="0"}<br>{img src="r/CephalosporinC.gif"}<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>
158    <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 border=0 src="t/what.gif"}</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>
165  <TABLE border=0 cellSpacing=5 width="100%" hspace="5" vspace="5">  <TABLE border=0 cellSpacing=5 width="100%" hspace="5" vspace="5">
   
166  {section name=n loop=$news}  {section name=n loop=$news}
167  <TR>  <TR>
168          <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>
169  </TR>  </TR>
170  {/section}  {/section}
171  </TABLE>  </TABLE>
172  </TD></TR></TABLE>  </TD></TR></TABLE>
173    </noindex>
174    
175  {img dir="r" nr=3 vspace="5"}  {img dir="r1" nr=1 vspace="5"}
176    <noindex>
177  <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">
178  <TR bgColor=#99cc66>  <TR bgColor=#99cc66>
179          <TD>{img border="0" src="t/events.gif"}</TD>          <TD><a href="new.php?type=e"><img src="t/events.gif" width="98" height="17" border="0"></a></TD>
180  </TR>  </TR>
181  <TR>  <TR>
182          <TD>          <TD>
183  <TABLE border=0 cellSpacing=5 width="100%">  <TABLE border=0 cellSpacing=5 width="100%">
184    {section name=e loop=$events}
185  <TR>  <TR>
186          <td align="center" valign="top">event 1</td>          <td align="center"><A href="new.php?id={$e/events.id}"><span class="new">{$e/events.title}</span></A></td>
187  </TR>  </TR>
188    {/section}
189  </TABLE>  </TABLE>
190  </TD></TR></TABLE>  </TD></TR></TABLE>
191  {img dir="r" nr=2}  </noindex>
192    {img dir="r2" nr=2}
193    
194  </td></TR>  </td></TR>
195  <TR>  <TR>
# Line 165  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="post" 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="search" 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  {if $section ne "index"}  <tr><td>
212  <a href="index.php"><img src="t/home.gif" width="52" height="15" border="0" alt="Home" hspace=4></a>  <img src="t/n.gif" width="10" height="15" alt="" border="0">
213  {/if}  </td><td>
214  {if $section ne "about"}  <img src="t/search.gif" width="51" height="11" border="0" alt="Search">
215  <a href="about.php"><img src="t/about_us.gif" width="68" height="15" border="0" alt="About us" hspace=4></a>  </td><td>
216  {/if}  <input type="text" name="q" size="11" value="">
217  {if $section ne "products"}  </td><td>
218  <a href="products.php"><img src="t/products.gif" width="86" height="15" border="0" alt="Products" hspace=4></a>  <img src="l/n.gif" width="3" height="15" alt="" border="0">
219  {/if}  </td><td align="left">
220  {if $section ne "investor"}  <input type=image src="t/go.gif" width="37" height="15" border="0" alt="GO">
221  <a href="investor.php"><img src="t/investor.gif" width="123" height="15" border="0" alt="Investor`s Page" hspace=4></a>  </td><td>
222  {/if}  <img src="l/n.gif" width="30" height="15" alt="" border="0">
223  {if $section ne "rnd"}  </td><td>
224  <a href="rnd.php"><img src="t/r_d.gif" width="54" height="15" border="0" alt="R&amp;D" hspace=4></a>  <a href="index.php"><img src="t/home.gif" width="52" height="15" border="0" alt="Home" hspace=3></a>
225  {/if}  </td><td>
226  {if $section ne "careers"}  <a href="about.php"><img src="t/about_us.gif" width="68" height="15" border="0" alt="About us" hspace=3></a>
227  <a href="careers.php"><img src="t/careers.gif" width="77" height="15" alt="Careers" border="0" hspace=4></a>  </td><td>
228  {/if}  <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>
241    
242  </body>  </body>

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

  ViewVC Help
Powered by ViewVC 1.1.26