/[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 2 - (show annotations)
Tue Aug 15 15:43:31 2006 UTC (17 years, 8 months ago) by dpavlin
File MIME type: text/html
File size: 1825 byte(s)
import of first semi-working version of no pager

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>
11 <!--//
12 var feedsForAutocomplete = [
13 'feed:"Creating Passionate Users"',
14 'feed:"Daring Fireball"',
15 'feed:"Humanized Weblog"',
16 'feed:"Information Aesthetics"',
17 'feed:"Signal vs. Noise"',
18 'feed:"Slashdot: Developers"',
19 'feed:"Subtraction"',
20 'feed:"The Escapist Blog"',
21 'feed:"Typographica"',
22 'feed:"UsabilityNews: News (full)"',
23 'feed:"graphpaper"',
24 'feed:"silverorange stuff"',
25 'feed:"favorites"'
26 ];
27 //-->
28 </SCRIPT>
29
30 <SCRIPT src="no_pager.js" TYPE="text/javascript" />
31
32 </script>
33 </HEAD>
34 <BODY>
35
36
37 <DIV ID="frame">
38
39 <FORM id="search_form" ACTION="" METHOD="get">
40
41 <INPUT AUTOCOMPLETE="off" NAME="q" TYPE="input" ID="q" VALUE="<% $q->param('q') %>">
42
43 <INPUT TYPE="submit" CLASS="submit" VALUE="search">
44
45 </FORM>
46
47 <!-- Dynamic Content -->
48
49 <DIV ID="more_history">
50 <NOSCRIPT>
51 Javascript is required for no pager to work.
52 Here should be implementation of non-javascript fallback, but it doesn't exist yet.
53 </NOSCRIPT>
54 </DIV>
55
56 <!-- Meta Content -->
57 <INPUT TYPE="hidden" ID="history_index">
58 <INPUT TYPE="hidden" ID="page_id" VALUE="<% page_id %>">
59
60 <!-- Back Button Content -->
61 <DIV STYLE="position:absolute;top:0px;left:0px;visibility:hidden;" ID="spacer">space</DIV>
62 <!-- footer at end of results -->
63 <DIV STYLE="display:none;" ID="footer">
64 Thanks for trying out no pager. Hope you like it.
65 </div>
66
67 </DIV>
68 </BODY>
69 </HTML>

  ViewVC Help
Powered by ViewVC 1.1.26