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

Annotation of /no_pager/search.html

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3 - (hide annotations)
Tue Aug 15 16:02:54 2006 UTC (17 years, 8 months ago) by dpavlin
File MIME type: text/html
File size: 1368 byte(s)
cleanup
1 dpavlin 2 <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 dpavlin 3 <SCRIPT src="no_pager.js" TYPE="text/javascript" />
11 dpavlin 2
12     </script>
13     </HEAD>
14     <BODY>
15    
16    
17     <DIV ID="frame">
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     <!-- Dynamic Content -->
28    
29     <DIV ID="more_history">
30     <NOSCRIPT>
31     Javascript is required for no pager to work.
32     Here should be implementation of non-javascript fallback, but it doesn't exist yet.
33     </NOSCRIPT>
34     </DIV>
35    
36     <!-- Meta Content -->
37     <INPUT TYPE="hidden" ID="history_index">
38     <INPUT TYPE="hidden" ID="page_id" VALUE="<% page_id %>">
39    
40     <!-- Back Button Content -->
41     <DIV STYLE="position:absolute;top:0px;left:0px;visibility:hidden;" ID="spacer">space</DIV>
42     <!-- footer at end of results -->
43     <DIV STYLE="display:none;" ID="footer">
44     Thanks for trying out no pager. Hope you like it.
45     </div>
46    
47     </DIV>
48     </BODY>
49     </HTML>

  ViewVC Help
Powered by ViewVC 1.1.26