/[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.20 by dpavlin, Mon Nov 19 11:24:57 2001 UTC revision 1.23 by dpavlin, Fri Jan 11 10:06:53 2002 UTC
# Line 21  MM_reloadPage(true); Line 21  MM_reloadPage(true);
21  <table cellspacing=0 cellpadding=0 width="100%" border=0>  <table cellspacing=0 cellpadding=0 width="100%" border=0>
22    <tbody>    <tbody>
23    <tr>    <tr>
24      <td width="17%" height="2"><a href="index.php"><img height=42 src="l/80YEARS_2.gif" width=174 border=0></a><br>      <td width="17%" height="2"><a href="index.php"><img src="l/logo_40.gif" width="160" height="40" border="0"></a><br>
25      </td>      </td>
26      <td width="83%" height="2">      <td width="83%" height="2">
27        <div align=right>        <div align=right>
# Line 52  MM_reloadPage(true); Line 52  MM_reloadPage(true);
52            <td><a href="izdelki.php"><img src="t/izdelki.gif" width="63" height="18" border="0" alt="Izdelki"></a></td>            <td><a href="izdelki.php"><img src="t/izdelki.gif" width="63" height="18" border="0" alt="Izdelki"></a></td>
53            <td><a href="nasveti.php"><img src="t/nasveti.gif" width="70" height="17" border="0" alt="Nasveti"></a></td>            <td><a href="nasveti.php"><img src="t/nasveti.gif" width="70" height="17" border="0" alt="Nasveti"></a></td>
54            <td><a href="sladkorna.php"><img src="t/sladkorna.gif" width="138" height="17" border="0" alt="Sladkorna stran"></a></td>            <td><a href="sladkorna.php"><img src="t/sladkorna.gif" width="138" height="17" border="0" alt="Sladkorna stran"></a></td>
55            <td><a href="za_zdravnike.php"><img src="t/za_zdravnike.gif" width="112" height="17" border="0" alt="Zadravila"></a></td>            <td><a href="{if ($user_authed)}za_zdravnike.php{else}prijava.php{/if}"><img src="t/za_zdravnike.gif" width="112" height="17" border="0" alt="Zadravila"></a></td>
56          </tr>          </tr>
57        </table>        </table>
58      </td>      </td>
# Line 182  MM_reloadPage(true); Line 182  MM_reloadPage(true);
182                    <a href="izdelki.php">Izdelki</a> |                    <a href="izdelki.php">Izdelki</a> |
183                    <a href="nasveti.php">Nasveti</a> |                    <a href="nasveti.php">Nasveti</a> |
184                    <a href="sladkorna.php">Sladkorna stran</a> |                    <a href="sladkorna.php">Sladkorna stran</a> |
185                    <a href="za_zdravnike.php">Zdravila</a>                    <a href="{if ($user_authed)}za_zdravnike.php{else}prijava.php{/if}">Zdravila</a>
186                      </span></div>                      </span></div>
187                  </td>                  </td>
188                </tr>                </tr>
# Line 219  MM_reloadPage(true); Line 219  MM_reloadPage(true);
219              </table>              </table>
220              <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">
221                <tr>                <tr>
222                  <td height="143" valign="top">                  <td valign="top">
223                    <table width="100%" border="0" cellpadding="3" align="center">                    <table width="100%" border="0" cellpadding="3" align="center">
224  {section name=n loop=$news}  {section name=n loop=$news}
225                          <TR><td align="center"><A href="novosti.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>
# Line 236  MM_reloadPage(true); Line 236  MM_reloadPage(true);
236              </table>              </table>
237              <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">
238                <tr>                <tr>
239                  <td height="135" valign="top">                  <td valign="top">
240                    <table width="100%" border="0" cellpadding="3" align="center">                    <table width="100%" border="0" cellpadding="3" align="center">
241  {section name=e loop=$events}  {section name=e loop=$events}
242                          <TR><td align="center"><A href="novosti.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>

Legend:
Removed from v.1.20  
changed lines
  Added in v.1.23

  ViewVC Help
Powered by ViewVC 1.1.26