/[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.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 133  MM_reloadPage(true); Line 132  MM_reloadPage(true);
132          </tr>          </tr>
133          <tr>          <tr>
134            <td>            <td>
135                    {if ($multi_page_show) }
136                     <form action=multi.php name=multi>
137                     <div align="center" class="mali">
138                      {if ($multi_page_prev) }
139                       <a href="{$multi_page_prev}">
140                       <img src="t/nazad.gif" width="24" height="14" alt="" border="0">
141                       </a>
142                      {else}
143                       <img src="t/nikud.gif" width="24" height="14" alt="" border="0">
144                      {/if}
145                     {if ($multi_page_options) }
146                      <select name=p onChange=multi.submit()>
147                      {html_options options=$multi_page_options selected=$multi_page_curr_id}
148                      </select>
149                     {/if}
150                     {if ($multi_page_next) }
151                      <a href="{$multi_page_next}">
152                      <img src="t/napred.gif" width="24" height="14" alt="" border="0">
153                      </a>
154                     {else}
155                      <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}
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.9

  ViewVC Help
Powered by ViewVC 1.1.26