/[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.20 by dpavlin, Thu Aug 2 21:19:59 2001 UTC revision 1.21 by dpavlin, Mon Oct 1 14:05:16 2001 UTC
# Line 50  Line 50 
50          <img src="l/contact.gif" width="125" height="15" alt="" border="0" vspace="15"></a>          <img src="l/contact.gif" width="125" height="15" alt="" border="0" vspace="15"></a>
51          {/if}          {/if}
52    
53  </td>          {if $left_banner}
54            {$left_banner}
55            {/if}
56    
57        </td>
58  </tr>  </tr>
59  </table></div>  </table></div>
60    
# Line 65  Line 69 
69  </table>  </table>
70  <br><div align="center">  <br><div align="center">
71    
72          <table width="95%" border="0" cellspacing="0" cellpadding="5">  <table width="95%" border="0" cellspacing="0" cellpadding="5">
73  <tr>  <tr>
74      <td>{$MAIN}</td>      <td>{$MAIN}</td>
75  </tr>  </tr>
76  <tr>  <tr>
77      <td>      <td>
78            {strip}
79          {if ($multi_page_show) }          {if ($multi_page_show) }
80              {if ($multi_page_options) }
81                <form action=multi.php name=multi>
82              {/if}
83           <div align="center" class="mali">           <div align="center" class="mali">
84            {if ($multi_page_prev) }            {if ($multi_page_prev) }
85             <a href="{$multi_page_prev}">             <a href="{$multi_page_prev}">
# Line 80  Line 88 
88            {else}            {else}
89             <img src="t/nikud.gif" width="38" height="14" alt="" border="0">             <img src="t/nikud.gif" width="38" height="14" alt="" border="0">
90            {/if}            {/if}
91            {if ($multi_page_current && $multi_page_max)}            {if ($multi_page_options) }
92                    <select name=p onchange=multi.submit()>
93                    {html_options options=$multi_page_options selected=$multi_page_curr_id}
94                    </select>
95              {elseif ($multi_page_current && $multi_page_max)}
96                    {/strip}
97                  page {$multi_page_current} of {$multi_page_max}                  page {$multi_page_current} of {$multi_page_max}
98                    {strip}
99            {/if}            {/if}
100            {if ($multi_page_next) }            {if ($multi_page_next) }
101             <a href="{$multi_page_next}">             <a href="{$multi_page_next}">
# Line 90  Line 104 
104            {else}            {else}
105             <img src="t/nikud.gif" width="38" height="14" alt="" border="0">             <img src="t/nikud.gif" width="38" height="14" alt="" border="0">
106            {/if}            {/if}
107              {if ($multi_page_options) }
108                {/strip}
109                <br>page {$multi_page_current} of {$multi_page_max}</br>
110                {strip}
111              {/if}
112          </div><br>          </div><br>
113              {if ($multi_page_options) }
114                </form>
115              {/if}
116          {/if}          {/if}
117            {/strip}
118            
119          <hr width="100%" size="1" color="#808080" noshade>          <hr width="100%" size="1" color="#808080" noshade>
120          <table width="100%" cellspacing="0" cellpadding="2" border="0">          <table width="100%" cellspacing="0" cellpadding="2" border="0">

Legend:
Removed from v.1.20  
changed lines
  Added in v.1.21

  ViewVC Help
Powered by ViewVC 1.1.26