/[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 200 by dpavlin, Sun Jan 11 21:06:42 2004 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 -->          <!-- ordinal number in index -->
28          <!--          <!--
29          <small>[<TMPL_VAR NAME="ord">]</small>          <small>[<TMPL_VAR NAME="ord">]</small>
# Line 47  Line 39 
39  </TABLE>  </TABLE>
40  <TMPL_VAR NAME="PAGER_HIDDEN">  <TMPL_VAR NAME="PAGER_HIDDEN">
41  </FORM>  </FORM>
   
 </body>  
 </html>  
   

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

  ViewVC Help
Powered by ViewVC 1.1.26