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

  ViewVC Help
Powered by ViewVC 1.1.26