/[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

Annotation of /trunk/template_html/index_res.html

Parent Directory Parent Directory | Revision Log Revision Log


Revision 126 - (hide annotations)
Thu Sep 4 13:47:36 2003 UTC (20 years, 6 months ago) by dpavlin
File MIME type: text/html
File size: 1321 byte(s)
added links from result headline to details, CSS style to make headline links
and links in index non-underlined

1 dpavlin 12 <html>
2     <head>
3 dpavlin 68 <title>FF WebPAC</title>
4 dpavlin 12 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-2">
5     <link rel="stylesheet" type="text/css" href="style.css">
6     <TMPL_VAR NAME="PAGER_JAVASCRIPT">
7     </head>
8     <body>
9 dpavlin 68 <p><a href="/">Knji¾nice FF-a</a></p>
10 dpavlin 12
11     <form method=post>
12     <div align="center">
13     <input type=submit value="Pretra¾ivanje" class="navigacijaDISABLED">
14     <input type=submit value="Prija¹nja pretra¾ivanja" class="navigacija">
15     <input type=submit value="Korisnièke mape" class="navigacija" >
16     <input type=submit value="Korisnièke postavke" class="navigacija">
17     </div>
18     </form>
19    
20     <h2>Index lookup</h2>
21    
22     <p>Your index lookup on <TMPL_VAR field> for '<TMPL_VAR limit>' returned...
23     <small>(<TMPL_VAR total> entries in index)</small>
24     </p>
25    
26     <form>
27 dpavlin 123
28 dpavlin 114 <TABLE BORDER=0 WIDTH="100%">
29 dpavlin 12 <TMPL_LOOP NAME="PAGER_DATA_LIST">
30     <TR>
31 dpavlin 123 <td>
32 dpavlin 126 <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>
33 dpavlin 38 <!-- ordinal number in index -->
34 dpavlin 114 <!--
35     <small>[<TMPL_VAR NAME="ord">]</small>
36     -->
37 dpavlin 13 </td>
38 dpavlin 12 </TR>
39     </TMPL_LOOP>
40     <TR><TD ALIGN=CENTER class="navigacija">
41     <TMPL_VAR NAME="PAGER_PREV">
42     <TMPL_VAR NAME="PAGER_JUMP">
43     <TMPL_VAR NAME="PAGER_NEXT">
44     </TD></TR>
45     </TABLE>
46     <TMPL_VAR NAME="PAGER_HIDDEN">
47     </FORM>
48    
49     </body>
50     </html>
51    

Properties

Name Value
cvs2svn:cvs-rev 1.8

  ViewVC Help
Powered by ViewVC 1.1.26