/[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.7 by dpavlin, Mon Jul 2 21:15:11 2001 UTC revision 1.8 by dpavlin, Tue Jul 3 12:41:05 2001 UTC
# Line 133  MM_reloadPage(true); Line 133  MM_reloadPage(true);
133          </tr>          </tr>
134          <tr>          <tr>
135            <td>            <td>
136                    {if ($multi_page_show) }
137                     <form action=multi.php name=multi>
138                     <div align="center" class="mali">
139                      {if ($multi_page_prev) }
140                       <a href="{$multi_page_prev}">
141                       <img src="t/nazad.gif" width="38" height="14" alt="" border="0">
142                       </a>
143                      {else}
144                       <img src="t/nikud.gif" width="38" height="14" alt="" border="0">
145                      {/if}
146                     {if ($multi_page_current && $multi_page_max)}
147                      page {$multi_page_current} of {$multi_page_max}
148                     {/if}
149                     {if ($multi_page_options) }
150                      <select name=p onChange=multi.submit()>
151                      {html_options options=$multi_page_options selected=$multi_page_curr_id}
152                      </select>
153                     {/if}
154                     {if ($multi_page_next) }
155                      <a href="{$multi_page_next}">
156                      <img src="t/napred.gif" width="38" height="14" alt="" border="0">
157                      </a>
158                     {else}
159                      <img src="t/nikud.gif" width="38" height="14" alt="" border="0">
160                     {/if}
161                     </div><br>
162                    {/if}
163              <hr width="100%" color=#808080 noShade size=1>              <hr width="100%" color=#808080 noShade size=1>
164              <table cellspacing=0 cellpadding=2 width="100%" border=0>              <table cellspacing=0 cellpadding=2 width="100%" border=0>
165                <tbody>                <tbody>

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

  ViewVC Help
Powered by ViewVC 1.1.26