/[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.5 by dpavlin, Fri Feb 23 15:23:36 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 129  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 146  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.5  
changed lines
  Added in v.1.6

  ViewVC Help
Powered by ViewVC 1.1.26