/[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.7 by dpavlin, Mon Jul 2 21:15:11 2001 UTC
# Line 61  MM_reloadPage(true); Line 61  MM_reloadPage(true);
61  <table cellspacing=0 cellpadding=0 border=0 width="100%">  <table cellspacing=0 cellpadding=0 border=0 width="100%">
62    <tbody>    <tbody>
63    <tr>    <tr>
64      <td valign=top bgcolor=#283880>      <td valign=top bgcolor=#283880 width=155>
65        <p>&nbsp;</p>        <p>&nbsp;</p>
66        <p><br>        <p><br>
67        </p>        </p>
# Line 84  MM_reloadPage(true); Line 84  MM_reloadPage(true);
84           {if $contact_url}           {if $contact_url}
85            <a href="{$contact_url}">            <a href="{$contact_url}">
86           {else}           {else}
87            <a href="contact.php{if ($contact_from)}?from={$contact_from}{/if}">            <a href="pisite_nam.php{if ($contact_from)}?from={$contact_from}{/if}">
88           {/if}           {/if}
89          <img src="l/pisite_nam.gif" width="155" height="19" alt="" border="0" vspace="15"></a>          <img src="l/pisite_nam.gif" width="155" height="19" alt="" border="0" vspace="15"></a>
90          {/if}          {/if}
# 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>
194                </tr>                </tr>
195              </table>              </table>
196              <p align="center"><a href="{$r1link}"><img src="r1/{$r1pic}" width="80" height="113" border=0></a></p>              {img dir="r1" nr=1 vspace="5"}
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>
211                </tr>                </tr>
212              </table>              </table>
213              <p align="center"><a href="{$r2link}"><img src="r2/{$r2pic}" width="80" height="113" border=0></a></p>              {img dir="r2" nr=2 vspace="5"}
214              <br>              <br>
215              <noindex> </noindex></td>              <noindex> </noindex></td>
216          </tr>          </tr>

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

  ViewVC Help
Powered by ViewVC 1.1.26