/[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.18 by dpavlin, Thu Nov 8 21:43:55 2001 UTC revision 1.22 by dpavlin, Tue Nov 20 17:44:16 2001 UTC
# 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="Za zdravnike"></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 172  MM_reloadPage(true); Line 172  MM_reloadPage(true);
172              <table cellspacing=0 cellpadding=2 width="100%" border=0>              <table cellspacing=0 cellpadding=2 width="100%" border=0>
173                <tbody>                <tbody>
174                <tr>                <tr>
175                    {if ($back_url)}
176                    <td align="left"><a href="{$back_url}">Nazaj</a></td>
177                    {/if}
178                  <td>                  <td>
179                    <div align="right"><span class="font">                    <div align="right"><span class="font">
                   {if ($back_url)}  
                     <td align="left"><a href="{$back_url}">Nazaj</a></td>  
                   {/if}  
180                    <a href="index.php">Domov</a> |                    <a href="index.php">Domov</a> |
181                    <a href="o_nas.php">O nas</a> |                    <a href="o_nas.php">O nas</a> |
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">Za zdravnike</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.18  
changed lines
  Added in v.1.22

  ViewVC Help
Powered by ViewVC 1.1.26