/[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.4 by dpavlin, Fri Feb 23 13:57:14 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           page {$multi_page_current} of {$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    
# 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}  {section name=e loop=$events}
152  <TR>  <TR>
153          <td align="center"><A href="new.php?id={$e/events.id}"><div class="new">{$e/events.title}</div></A></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}  {/section}
156    </noindex>
157  </TABLE>  </TABLE>
158  </TD></TR></TABLE>  </TD></TR></TABLE>
159  {img dir="r2" nr=2}  {img dir="r2" nr=2}

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

  ViewVC Help
Powered by ViewVC 1.1.26