/[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 18 by dpavlin, Wed Aug 16 23:37:51 2006 UTC
# Line 22  Line 22 
22    
23          <FORM id="search_form" ACTION="" METHOD="get">          <FORM id="search_form" ACTION="" METHOD="get">
24    
25                  <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') %>">
26                                    
27                  <INPUT TYPE="submit" CLASS="submit" VALUE="search">                  <INPUT TYPE="submit" CLASS="submit" VALUE="search">
28    
29                  <span id="status" class="note">                  <span id="status" class="note">
30                  no news is good news...                  <% $v->{status} %>
31                  </span>                  </span>
32                                    
33          </FORM>          </FORM>
# Line 36  Line 36 
36    
37  <div style="margin-top: 3em;">  <div style="margin-top: 3em;">
38          <!-- Dynamic Content -->          <!-- Dynamic Content -->
39            
40          <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 %>">  
41    
42          <!-- Back Button Content -->          <!-- Back Button Content -->
43          <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.18

  ViewVC Help
Powered by ViewVC 1.1.26