/[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.8 by dpavlin, Tue Jul 3 12:41:05 2001 UTC revision 1.9 by dpavlin, Wed Jul 4 08:25:42 2001 UTC
# Line 36  MM_reloadPage(true); Line 36  MM_reloadPage(true);
36      </td>      </td>
37    </tr>    </tr>
38    <tr bgcolor=#283880>    <tr bgcolor=#283880>
39      <td colspan=2 height="2"><b><font face="Arial, Helvetica, sans-serif" size="2" color="#FFFFFF">      <td colspan=2 height="2">
40        </font></b>        <font size="2" face="Arial, Helvetica, sans-serif" font color="#FFFFFF">&nbsp;&nbsp;<B>{$Section_title}</B></font>
       <p><font size="2" face="Arial, Helvetica, sans-serif" font color="#FFFFFF">&nbsp;&nbsp;<B>{$Section_title}</B></font></p>  
41      </td>      </td>
42    </tr>    </tr>
43    <tr bgcolor=#33CC00>    <tr bgcolor=#33CC00>
# Line 138  MM_reloadPage(true); Line 137  MM_reloadPage(true);
137                   <div align="center" class="mali">                   <div align="center" class="mali">
138                    {if ($multi_page_prev) }                    {if ($multi_page_prev) }
139                     <a href="{$multi_page_prev}">                     <a href="{$multi_page_prev}">
140                     <img src="t/nazad.gif" width="38" height="14" alt="" border="0">                     <img src="t/nazad.gif" width="24" height="14" alt="" border="0">
141                     </a>                     </a>
142                    {else}                    {else}
143                     <img src="t/nikud.gif" width="38" height="14" alt="" border="0">                     <img src="t/nikud.gif" width="24" height="14" alt="" border="0">
144                    {/if}                    {/if}
                  {if ($multi_page_current && $multi_page_max)}  
                   page {$multi_page_current} of {$multi_page_max}  
                  {/if}  
145                   {if ($multi_page_options) }                   {if ($multi_page_options) }
146                    <select name=p onChange=multi.submit()>                    <select name=p onChange=multi.submit()>
147                    {html_options options=$multi_page_options selected=$multi_page_curr_id}                    {html_options options=$multi_page_options selected=$multi_page_curr_id}
# Line 153  MM_reloadPage(true); Line 149  MM_reloadPage(true);
149                   {/if}                   {/if}
150                   {if ($multi_page_next) }                   {if ($multi_page_next) }
151                    <a href="{$multi_page_next}">                    <a href="{$multi_page_next}">
152                    <img src="t/napred.gif" width="38" height="14" alt="" border="0">                    <img src="t/napred.gif" width="24" height="14" alt="" border="0">
153                    </a>                    </a>
154                   {else}                   {else}
155                    <img src="t/nikud.gif" width="38" height="14" alt="" border="0">                    <img src="t/nikud.gif" width="24" height="14" alt="" border="0">
156                     {/if}
157                     <br>
158                     {if ($multi_page_current && $multi_page_max)}
159                      page {$multi_page_current} of {$multi_page_max}
160                   {/if}                   {/if}
161                   </div><br>                   </div><br>
162                  {/if}                  {/if}

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9

  ViewVC Help
Powered by ViewVC 1.1.26