/[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 by dpavlin, Tue Feb 20 11:52:56 2001 UTC revision 1.6 by dpavlin, Fri Feb 23 16:36:59 2001 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 67  Line 67 
67  </tr>  </tr>
68  <tr>  <tr>
69      <td>      <td>
70          {if ($multi_page) }          {if ($multi_page_show) }
71           <div align="center" class="mali">           <div align="center" class="mali">
72            {if ($multi_page_prev) }            {if ($multi_page_prev) }
73             <a href="{$multi_page_prev}">             <a href="{$multi_page_prev}">
# Line 76  Line 76 
76            {else}            {else}
77             <img src="t/nikud.gif" width="38" height="14" alt="" border="0">             <img src="t/nikud.gif" width="38" height="14" alt="" border="0">
78            {/if}            {/if}
79           strana {$multi_page_current} od {$multi_page_max}            {if ($multi_page_current && $multi_page_max)}
80                    page {$multi_page_current} of {$multi_page_max}
81              {/if}
82            {if ($multi_page_next) }            {if ($multi_page_next) }
83             <a href="{$multi_page_next}">             <a href="{$multi_page_next}">
84             <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 127  Line 129 
129  <TR>  <TR>
130          <TD>          <TD>
131  <TABLE border=0 cellSpacing=5 width="100%" hspace="5" vspace="5">  <TABLE border=0 cellSpacing=5 width="100%" hspace="5" vspace="5">
132    <noindex>
133  {section name=n loop=$news}  {section name=n loop=$news}
134  <TR>  <TR>
135          <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}"><div class="new">{$n/news.title}</div></A></td>
136  </TR>  </TR>
137  {/section}  {/section}
138    </noidex>
139  </TABLE>  </TABLE>
140  </TD></TR></TABLE>  </TD></TR></TABLE>
141    
142  {img dir="r" nr=3 vspace="5"}  {img dir="r1" nr=1 vspace="5"}
143  <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">
144  <TR bgColor=#99cc66>  <TR bgColor=#99cc66>
145          <TD>{img border="0" src="t/events.gif"}</TD>          <TD>{img border="0" src="t/events.gif"}</TD>
# Line 144  Line 147 
147  <TR>  <TR>
148          <TD>          <TD>
149  <TABLE border=0 cellSpacing=5 width="100%">  <TABLE border=0 cellSpacing=5 width="100%">
150    <noindex>
151    {section name=e loop=$events}
152  <TR>  <TR>
153          <td align="center" valign="top">event 1</td>          <td align="center"><A href="new.php?id={$e/events.id}"><div class="new">{$e/events.title}</div></A></td>
154  </TR>  </TR>
155    {/section}
156    </noindex>
157  </TABLE>  </TABLE>
158  </TD></TR></TABLE>  </TD></TR></TABLE>
159  {img dir="r" nr=2}  {img dir="r2" nr=2}
160    
161  </td></TR>  </td></TR>
162  <TR>  <TR>
# Line 165  Line 172 
172    
173    
174  <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;">
175              <form method="post" action="search.php">  <form method="get" action="search.cgi">
176  <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">  <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">
177    
178  {if $section ne "index"}  {if $section ne "index"}
179  <a href="index.php"><img src="t/home.gif" width="52" height="15" border="0" alt="Home" hspace=4></a>  <a href="index.php"><img src="t/home.gif" width="52" height="15" border="0" alt="Home" hspace=4></a>
# Line 188  Line 195 
195  {/if}  {/if}
196    
197    
198              </form>  </form>
199  </div>  </div>
200    
201  </body>  </body>

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.6

  ViewVC Help
Powered by ViewVC 1.1.26