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

Diff of /no_pager/search.html

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 11 by dpavlin, Wed Aug 16 14:20:18 2006 UTC revision 35 by dpavlin, Fri Aug 18 13:21:14 2006 UTC
# Line 1  Line 1 
1  <HTML>  <HTML>
2  <HEAD>  <HEAD>
         <META CONTENT="text/html; charset=utf-8" HTTP-EQUIV="Content-Type">  
       
         <TITLE>No pager</TITLE>  
         <base href="<% $q->url() %>">  
         <LINK HREF="style.css" TYPE="text/css" REL="stylesheet">  
   
         <SCRIPT SRC="jquery.js" TYPE="text/javascript"></SCRIPT>  
         <SCRIPT SRC="utils.js" TYPE="text/javascript"></SCRIPT>  
         <SCRIPT src="no_pager.js" TYPE="text/javascript" />  
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    
12    <SCRIPT SRC="jquery-log.js" TYPE="text/javascript"></SCRIPT>
13    <LINK HREF="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>  </script>
31    
32  </HEAD>  </HEAD>
33  <BODY>  <BODY>
       
 <div style="border: 1px solid #ccc; background-color: #ff8; display: block; position: fixed; right: 0px; bottom: 0px; width: 10em; height: 20em; padding: 0.5em;" id="debug">  
 </div>  
34    
35        
36  <div style="border-bottom: 1px solid #ccc; background-color: #eee; display: block; position: fixed; left: 0px; top: 0px; width: 100%; height: 2em; padding: 0.5em;">  <div id="search_form_div">
37    
38          <FORM id="search_form" ACTION="" METHOD="get">          <FORM id="search_form" ACTION="" METHOD="get">
39    
40                  <INPUT AUTOCOMPLETE="off" NAME="q" TYPE="input" ID="q" VALUE="<% $q->param('q') %>">                  <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">                  <INPUT TYPE="submit" CLASS="submit" VALUE="search">
45    
46                  <span id="status" class="note">                  <span id="status" class="note">
47                  no news is good news...                  <% $v->{status} %>
48                  </span>                  </span>
49                                    
50          </FORM>          </FORM>
# Line 36  Line 53 
53    
54  <div style="margin-top: 3em;">  <div style="margin-top: 3em;">
55          <!-- Dynamic Content -->          <!-- Dynamic Content -->
56            
57          <DIV ID="more_history">          <% $get_results %>
             <NOSCRIPT>  
                 Javascript is required for no pager to work.  
                 Here should be implementation of non-javascript fallback, but it doesn't exist yet.  
             </NOSCRIPT>  
         </DIV>  
   
         <!-- Meta Content -->  
         <INPUT TYPE="hidden" ID="history_index">  
         <INPUT TYPE="hidden" ID="page_id" VALUE="<% page_id %>">  
58    
59          <!-- Back Button Content -->          <!-- Back Button Content -->
60          <DIV STYLE="position:absolute;top:0px;left:0px;visibility:hidden;" ID="spacer">space</DIV>          <DIV STYLE="position:absolute;top:0px;left:0px;visibility:hidden;" ID="spacer">space</DIV>

Legend:
Removed from v.11  
changed lines
  Added in v.35

  ViewVC Help
Powered by ViewVC 1.1.26