/[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 33 - (show annotations)
Fri Aug 18 13:09:42 2006 UTC (17 years, 8 months ago) by dpavlin
File MIME type: text/html
File size: 1460 byte(s)
removed debug form
1 <HTML>
2 <HEAD>
3
4 <META CONTENT="text/html; charset=utf-8" HTTP-EQUIV="Content-Type">
5
6 <TITLE>No pager</TITLE>
7 <base href="<% $q->url() %>"/>
8 <LINK HREF="style.css" TYPE="text/css" REL="stylesheet" />
9
10 <SCRIPT SRC="jquery.js" TYPE="text/javascript"></SCRIPT>
11 <SCRIPT SRC="jquery-log.js" TYPE="text/javascript"></SCRIPT>
12 <SCRIPT SRC="utils.js" TYPE="text/javascript"></SCRIPT>
13 <SCRIPT src="no_pager.js" TYPE="text/javascript"></SCRIPT>
14
15 <script type="text/javascript">
16 <!--
17
18 $(document).ready( function() {
19 $.log.info('hook onchange to #search_form' );
20 $('#search_form').change( function() {
21 //logDebug('submit #search_form');
22 this.submit();
23 });
24 });
25
26 //-->
27 </script>
28
29 </HEAD>
30 <BODY>
31
32
33 <div id="search_form_div">
34
35 <FORM id="search_form" ACTION="" METHOD="get">
36
37 <INPUT AUTOCOMPLETE="off" NAME="search" TYPE="input" ID="search" VALUE="<% $q->param('search') %>">
38
39 <% sort_order %>
40
41 <INPUT TYPE="submit" CLASS="submit" VALUE="search">
42
43 <span id="status" class="note">
44 <% $v->{status} %>
45 </span>
46
47 </FORM>
48
49 </div>
50
51 <div style="margin-top: 3em;">
52 <!-- Dynamic Content -->
53
54 <% $get_results %>
55
56 <!-- Back Button Content -->
57 <DIV STYLE="position:absolute;top:0px;left:0px;visibility:hidden;" ID="spacer">space</DIV>
58 <!-- footer at end of results -->
59 <DIV STYLE="display:none;" ID="footer">
60 Thanks for trying out no pager. Hope you like it.
61 </div>
62
63 </div>
64
65 </BODY>
66 </HTML>

  ViewVC Help
Powered by ViewVC 1.1.26