/[corp_html]/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 Feb 23 13:57:14 2001 UTC revision 1.5 by dpavlin, Fri Feb 23 15:23:36 2001 UTC
# Line 67  Line 67 
67  </tr>  </tr>
68  <tr>  <tr>
69      <td>      <td>
70          {if ($multi_page) }          {if ($multi_page_show) }
71           <div align="center" class="mali">           <div align="center" class="mali">
72            {if ($multi_page_prev) }            {if ($multi_page_prev) }
73             <a href="{$multi_page_prev}">             <a href="{$multi_page_prev}">
# Line 76  Line 76 
76            {else}            {else}
77             <img src="t/nikud.gif" width="38" height="14" alt="" border="0">             <img src="t/nikud.gif" width="38" height="14" alt="" border="0">
78            {/if}            {/if}
79           page {$multi_page_current} of {$multi_page_max}            {if ($multi_page_current && $multi_page_max)}
80                    page {$multi_page_current} of {$multi_page_max}
81              {/if}
82            {if ($multi_page_next) }            {if ($multi_page_next) }
83             <a href="{$multi_page_next}">             <a href="{$multi_page_next}">
84             <img src="t/napred.gif" width="38" height="14" alt="" border="0">             <img src="t/napred.gif" width="38" height="14" alt="" border="0">

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

  ViewVC Help
Powered by ViewVC 1.1.26