/[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 30 - (show annotations)
Fri Aug 18 11:54:32 2006 UTC (17 years, 9 months ago) by dpavlin
File MIME type: text/html
File size: 1800 byte(s)
beginning of jquery logging plugin
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( '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 <div id="debug" class="debug">
33 <a class="hide" href="#" onclick="javascript:$('#debug').toggle(); $('#debug_show').toggle(); return false;">X</a>
34 </div>
35 <div id="debug_show" class="debug">
36 <a class="hide" href="#" onclick="javascript:$('#debug').toggle(); $('#debug_show').toggle(); return false;"><span id="debug-counter">?</span></a>
37 </div>
38
39
40 <div id="search_form_div">
41
42 <FORM id="search_form" ACTION="" METHOD="get">
43
44 <INPUT AUTOCOMPLETE="off" NAME="search" TYPE="input" ID="search" VALUE="<% $q->param('search') %>">
45
46 <% sort_order %>
47
48 <INPUT TYPE="submit" CLASS="submit" VALUE="search">
49
50 <span id="status" class="note">
51 <% $v->{status} %>
52 </span>
53
54 </FORM>
55
56 </div>
57
58 <div style="margin-top: 3em;">
59 <!-- Dynamic Content -->
60
61 <% $get_results %>
62
63 <!-- Back Button Content -->
64 <DIV STYLE="position:absolute;top:0px;left:0px;visibility:hidden;" ID="spacer">space</DIV>
65 <!-- footer at end of results -->
66 <DIV STYLE="display:none;" ID="footer">
67 Thanks for trying out no pager. Hope you like it.
68 </div>
69
70 </div>
71
72 </BODY>
73 </HTML>

  ViewVC Help
Powered by ViewVC 1.1.26