/[jquery]/no_pager/search.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

Contents of /no_pager/search.html

Parent Directory Parent Directory | Revision Log Revision Log


Revision 8 - (show annotations)
Tue Aug 15 23:13:39 2006 UTC (17 years, 8 months ago) by dpavlin
File MIME type: text/html
File size: 1548 byte(s)
make search form fixed at top
1 <HTML>
2 <HEAD>
3 <META CONTENT="text/html; charset=utf-8" HTTP-EQUIV="Content-Type">
4
5 <TITLE>No pager</TITLE>
6 <base href="<% $q->url() %>">
7
8 <SCRIPT SRC="MochiKit.js" TYPE="text/javascript"></SCRIPT>
9 <SCRIPT SRC="utils.js" TYPE="text/javascript"></SCRIPT>
10 <SCRIPT src="no_pager.js" TYPE="text/javascript" />
11
12 </script>
13 </HEAD>
14 <BODY>
15
16
17 <div style="border-bottom: 1px solid #ccc; background-color: #eee; display: block; position: fixed; left: 0px; top: 0px; width: 100%; height: 2em; padding: 0.5em;">
18
19 <FORM id="search_form" ACTION="" METHOD="get">
20
21 <INPUT AUTOCOMPLETE="off" NAME="q" TYPE="input" ID="q" VALUE="<% $q->param('q') %>">
22
23 <INPUT TYPE="submit" CLASS="submit" VALUE="search">
24
25 </FORM>
26
27 </div>
28
29 <div style="margin-top: 3em;">
30 <!-- Dynamic Content -->
31
32 <DIV ID="more_history">
33 <NOSCRIPT>
34 Javascript is required for no pager to work.
35 Here should be implementation of non-javascript fallback, but it doesn't exist yet.
36 </NOSCRIPT>
37 </DIV>
38
39 <!-- Meta Content -->
40 <INPUT TYPE="hidden" ID="history_index">
41 <INPUT TYPE="hidden" ID="page_id" VALUE="<% page_id %>">
42
43 <!-- Back Button Content -->
44 <DIV STYLE="position:absolute;top:0px;left:0px;visibility:hidden;" ID="spacer">space</DIV>
45 <!-- footer at end of results -->
46 <DIV STYLE="display:none;" ID="footer">
47 Thanks for trying out no pager. Hope you like it.
48 </div>
49
50 </div>
51
52 </BODY>
53 </HTML>

  ViewVC Help
Powered by ViewVC 1.1.26