/[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 9 - (show annotations)
Wed Aug 16 00:29:08 2006 UTC (17 years, 8 months ago) by dpavlin
File MIME type: text/html
File size: 1677 byte(s)
added status display (#status_update in snippet will update status line),
added style sheet to make it (a bit) less ugly
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 <LINK HREF="style.css" TYPE="text/css" REL="stylesheet">
8
9 <SCRIPT SRC="MochiKit.js" TYPE="text/javascript"></SCRIPT>
10 <SCRIPT SRC="utils.js" TYPE="text/javascript"></SCRIPT>
11 <SCRIPT src="no_pager.js" TYPE="text/javascript" />
12
13 </script>
14 </HEAD>
15 <BODY>
16
17
18 <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;">
19
20 <FORM id="search_form" ACTION="" METHOD="get">
21
22 <INPUT AUTOCOMPLETE="off" NAME="q" TYPE="input" ID="q" VALUE="<% $q->param('q') %>">
23
24 <INPUT TYPE="submit" CLASS="submit" VALUE="search">
25
26 <span id="status" class="note">
27 no news is good news...
28 </span>
29
30 </FORM>
31
32 </div>
33
34 <div style="margin-top: 3em;">
35 <!-- Dynamic Content -->
36
37 <DIV ID="more_history">
38 <NOSCRIPT>
39 Javascript is required for no pager to work.
40 Here should be implementation of non-javascript fallback, but it doesn't exist yet.
41 </NOSCRIPT>
42 </DIV>
43
44 <!-- Meta Content -->
45 <INPUT TYPE="hidden" ID="history_index">
46 <INPUT TYPE="hidden" ID="page_id" VALUE="<% page_id %>">
47
48 <!-- Back Button Content -->
49 <DIV STYLE="position:absolute;top:0px;left:0px;visibility:hidden;" ID="spacer">space</DIV>
50 <!-- footer at end of results -->
51 <DIV STYLE="display:none;" ID="footer">
52 Thanks for trying out no pager. Hope you like it.
53 </div>
54
55 </div>
56
57 </BODY>
58 </HTML>

  ViewVC Help
Powered by ViewVC 1.1.26