/[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

Diff of /templates/index.tpl

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.4 by dpavlin, Fri Jun 29 10:45:59 2001 UTC revision 1.5 by dpavlin, Fri Jun 29 12:55:11 2001 UTC
# Line 179  MM_reloadPage(true); Line 179  MM_reloadPage(true);
179              <p><img height=28 alt="" src="l/dedicated.gif" width=137 border=0></p>              <p><img height=28 alt="" src="l/dedicated.gif" width=137 border=0></p>
180              <table border="0" cellspacing="0" cellpadding="0" align="center" width="127">              <table border="0" cellspacing="0" cellpadding="0" align="center" width="127">
181                <tr>                <tr>
182                  <td width="127"><A HREF="new.php?days=0"><img src="t/novosti.gif" width="127" height="17" ALT="Novosti" border=0></a></td>                  <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>
183                </tr>                </tr>
184              </table>              </table>
185              <table width="127" border="1" align="center" cellspacing="0" cellpadding="1" bordercolor="#003366">              <table width="127" border="1" align="center" cellspacing="0" cellpadding="1" bordercolor="#003366">
# Line 187  MM_reloadPage(true); Line 187  MM_reloadPage(true);
187                  <td height="143" valign="top">                  <td height="143" valign="top">
188                    <table width="100%" border="0" cellpadding="3" align="center">                    <table width="100%" border="0" cellpadding="3" align="center">
189  {section name=n loop=$news}  {section name=n loop=$news}
190                          <TR><td align="center"><A href="new.php?id={$n/news.id}"><span class="new">{$n/news.title}</span></A></td></TR>                          <TR><td align="center"><A href="novosti.php?id={$n/news.id}"><span class="new">{$n/news.title}</span></A></td></TR>
191  {/section}  {/section}
192                    </table>                    </table>
193                  </td>                  </td>
# Line 196  MM_reloadPage(true); Line 196  MM_reloadPage(true);
196              <p align="center"><a href="{$r1link}"><img src="r1/{$r1pic}" width="80" height="113" border=0></a></p>              <p align="center"><a href="{$r1link}"><img src="r1/{$r1pic}" width="80" height="113" border=0></a></p>
197              <table border="0" cellspacing="0" cellpadding="0" align="center" width="127">              <table border="0" cellspacing="0" cellpadding="0" align="center" width="127">
198                <tr>                <tr>
199                  <td width="127"><A HREF="new.php?type=e"><img src="t/dogotki.gif" width="127" height="17" ALT="Dogotki" border=0></a></td>                  <td width="127"><A HREF="novosti.php?type=e"><img src="t/dogotki.gif" width="127" height="17" ALT="Dogotki" border=0></a></td>
200                </tr>                </tr>
201              </table>              </table>
202              <table width="127" border="1" align="center" cellspacing="0" cellpadding="1" bordercolor="#003366">              <table width="127" border="1" align="center" cellspacing="0" cellpadding="1" bordercolor="#003366">
# Line 204  MM_reloadPage(true); Line 204  MM_reloadPage(true);
204                  <td height="135" valign="top">                  <td height="135" valign="top">
205                    <table width="100%" border="0" cellpadding="3" align="center">                    <table width="100%" border="0" cellpadding="3" align="center">
206  {section name=e loop=$events}  {section name=e loop=$events}
207                          <TR><td align="center"><A href="new.php?id={$e/events.id}"><span class="new">{$e/events.title}</span></A></td></TR>                          <TR><td align="center"><A href="novosti.php?id={$e/events.id}"><span class="new">{$e/events.title}</span></A></td></TR>
208  {/section}  {/section}
209                    </table>                    </table>
210                  </td>                  </td>

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

  ViewVC Help
Powered by ViewVC 1.1.26