/[webpac]/trunk/template_html/index_res.html
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 /trunk/template_html/index_res.html

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 155 by dpavlin, Mon Nov 17 20:12:47 2003 UTC revision 641 by dpavlin, Sun Jan 23 02:02:10 2005 UTC
# Line 1  Line 1 
 <html>  
 <head>  
 <title>FF WebPAC</title>  
 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-2">  
 <link rel="stylesheet" type="text/css" href="style.css">  
1  <TMPL_VAR NAME="PAGER_JAVASCRIPT">  <TMPL_VAR NAME="PAGER_JAVASCRIPT">
 </head>  
 <body>  
 <p><a href="/">Knjižnice FF-a</a></p>  
2    
3  <form method=post>  <form method=post>
4    <div align="left">    <div align="left">
# Line 31  Line 23 
23  <TMPL_LOOP NAME="PAGER_DATA_LIST">  <TMPL_LOOP NAME="PAGER_DATA_LIST">
24    <TR>    <TR>
25          <td>          <td>
26          <a href="?rm=results&f1=<TMPL_VAR name="field" escape="URL">&v1=<TMPL_VAR name="item" escape="URL">" class="headline"><TMPL_VAR NAME="item"></a>          <a href="?rm=results&f1=<TMPL_VAR name="field">&v1=<TMPL_VAR name="item">" class="headline"><TMPL_VAR NAME="display"></a>
27          <!-- ordinal number in index -->          <!-- print count -->
28          <!--          <small>[<TMPL_VAR NAME="count">]</small>
         <small>[<TMPL_VAR NAME="ord">]</small>  
         -->  
29          </td>          </td>
30    </TR>    </TR>
31  </TMPL_LOOP>  </TMPL_LOOP>
# Line 47  Line 37 
37  </TABLE>  </TABLE>
38  <TMPL_VAR NAME="PAGER_HIDDEN">  <TMPL_VAR NAME="PAGER_HIDDEN">
39  </FORM>  </FORM>
   
 </body>  
 </html>  
   

Legend:
Removed from v.155  
changed lines
  Added in v.641

  ViewVC Help
Powered by ViewVC 1.1.26