/[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.3 by dpavlin, Thu Feb 22 21:07:04 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">
# Line 136  Line 138 
138  </TABLE>  </TABLE>
139  </TD></TR></TABLE>  </TD></TR></TABLE>
140    
141  {img dir="r" nr=3 vspace="5"}  {img dir="r1" nr=1 vspace="5"}
142  <table width="94%" border="1" cellspacing="0" cellpadding="1" bordercolor="#98CC60" bordercolorlight="#98CC60" bordercolordark="#98CC60">  <table width="94%" border="1" cellspacing="0" cellpadding="1" bordercolor="#98CC60" bordercolorlight="#98CC60" bordercolordark="#98CC60">
143  <TR bgColor=#99cc66>  <TR bgColor=#99cc66>
144          <TD>{img border="0" src="t/events.gif"}</TD>          <TD>{img border="0" src="t/events.gif"}</TD>
# Line 151  Line 153 
153  {/section}  {/section}
154  </TABLE>  </TABLE>
155  </TD></TR></TABLE>  </TD></TR></TABLE>
156  {img dir="r" nr=2}  {img dir="r2" nr=2}
157    
158  </td></TR>  </td></TR>
159  <TR>  <TR>
# Line 167  Line 169 
169    
170    
171  <div ID="search" style="position:absolute; z-index:1; left: 0px; top: 60px;">  <div ID="search" style="position:absolute; z-index:1; left: 0px; top: 60px;">
172              <form method="post" action="search.php">  <form method="get" action="search.cgi">
173  <img src="t/n.gif" width="10" height="15" alt="" border="0"> <img src="t/search.gif" width="51" height="11" border="0" alt="Search"> <input type="text" name="search" size="11" value=""> <input type=image src="t/go.gif" width="37" height="15" border="0" alt="GO"> <img src="l/n.gif" width="30" height="15" alt="" border="0">  <img src="t/n.gif" width="10" height="15" alt="" border="0"> <img src="t/search.gif" width="51" height="11" border="0" alt="Search"> <input type="text" name="q" size="11" value=""> <input type=image src="t/go.gif" width="37" height="15" border="0" alt="GO"> <img src="l/n.gif" width="30" height="15" alt="" border="0">
174    
175  {if $section ne "index"}  {if $section ne "index"}
176  <a href="index.php"><img src="t/home.gif" width="52" height="15" border="0" alt="Home" hspace=4></a>  <a href="index.php"><img src="t/home.gif" width="52" height="15" border="0" alt="Home" hspace=4></a>
# Line 190  Line 192 
192  {/if}  {/if}
193    
194    
195              </form>  </form>
196  </div>  </div>
197    
198  </body>  </body>

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

  ViewVC Help
Powered by ViewVC 1.1.26