/[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.6 by dpavlin, Mon Jul 2 08:08:34 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 61  MM_reloadPage(true); Line 60  MM_reloadPage(true);
60  <table cellspacing=0 cellpadding=0 border=0 width="100%">  <table cellspacing=0 cellpadding=0 border=0 width="100%">
61    <tbody>    <tbody>
62    <tr>    <tr>
63      <td valign=top bgcolor=#283880>      <td valign=top bgcolor=#283880 width=155>
64        <p>&nbsp;</p>        <p>&nbsp;</p>
65        <p><br>        <p><br>
66        </p>        </p>
# Line 84  MM_reloadPage(true); Line 83  MM_reloadPage(true);
83           {if $contact_url}           {if $contact_url}
84            <a href="{$contact_url}">            <a href="{$contact_url}">
85           {else}           {else}
86            <a href="contact.php{if ($contact_from)}?from={$contact_from}{/if}">            <a href="pisite_nam.php{if ($contact_from)}?from={$contact_from}{/if}">
87           {/if}           {/if}
88          <img src="l/pisite_nam.gif" width="155" height="19" alt="" border="0" vspace="15"></a>          <img src="l/pisite_nam.gif" width="155" height="19" alt="" border="0" vspace="15"></a>
89          {/if}          {/if}
# 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.6  
changed lines
  Added in v.1.9

  ViewVC Help
Powered by ViewVC 1.1.26