/[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 13 by dpavlin, Sun Feb 16 22:41:37 2003 UTC revision 123 by dpavlin, Wed Sep 3 20:08:57 2003 UTC
# Line 1  Line 1 
1  <html>  <html>
2  <head>  <head>
3  <title>WebPAC</title>  <title>FF WebPAC</title>
4  <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-2">  <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-2">
5  <link rel="stylesheet" type="text/css" href="style.css">  <link rel="stylesheet" type="text/css" href="style.css">
6  <TMPL_VAR NAME="PAGER_JAVASCRIPT">  <TMPL_VAR NAME="PAGER_JAVASCRIPT">
7  </head>  </head>
8  <body>  <body>
9  <p align="right"><a href="/">Home logo</a></p>  <p><a href="/">Knjižnice FF-a</a></p>
10    
11  <form method=post>  <form method=post>
12    <div align="center">    <div align="center">
# Line 24  Line 24 
24  </p>  </p>
25    
26  <form>  <form>
27  <TABLE BORDER=0 WIDTH=100%>  
28  <TR><TD><TABLE BORDER=0 WIDTH=100%>  <TABLE BORDER=0 WIDTH="100%">
29  <TMPL_LOOP NAME="PAGER_DATA_LIST">  <TMPL_LOOP NAME="PAGER_DATA_LIST">
30    <TR>    <TR>
31          <td><TMPL_VAR NAME="item">  <TMPL_VAR name="field'>
32          <!-- orinal number in index -->  <TMPL_VAR name="limit">
33          <small>[<TMPL_VAR NAME="ord">]<small>  
34            <td>
35            <!-- FIXME: global_vars ne radi trenutno!!!
36            <a href="?rm=results&f1=<TMPL_VAR name="field" escape="URL">&v1=<TMPL_VAR name="limit" escape="URL">"><TMPL_VAR NAME="item"></a>
37            -->
38            <TMPL_VAR NAME="item">
39            <!-- ordinal number in index -->
40            <!--
41            <small>[<TMPL_VAR NAME="ord">]</small>
42            -->
43          </td>          </td>
44    </TR>    </TR>
45  </TMPL_LOOP>  </TMPL_LOOP>
# Line 40  Line 49 
49    <TMPL_VAR NAME="PAGER_NEXT">    <TMPL_VAR NAME="PAGER_NEXT">
50  </TD></TR>  </TD></TR>
51  </TABLE>  </TABLE>
 </TABLE>  
52  <TMPL_VAR NAME="PAGER_HIDDEN">  <TMPL_VAR NAME="PAGER_HIDDEN">
53  </FORM>  </FORM>
54    

Legend:
Removed from v.13  
changed lines
  Added in v.123

  ViewVC Help
Powered by ViewVC 1.1.26