/[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 15 by dpavlin, Wed Aug 16 21:34:37 2006 UTC revision 20 by dpavlin, Thu Aug 17 00:16:51 2006 UTC
# Line 23  Line 23 
23          <FORM id="search_form" ACTION="" METHOD="get">          <FORM id="search_form" ACTION="" METHOD="get">
24    
25                  <INPUT AUTOCOMPLETE="off" NAME="search" TYPE="input" ID="search" VALUE="<% $q->param('search') %>">                  <INPUT AUTOCOMPLETE="off" NAME="search" TYPE="input" ID="search" VALUE="<% $q->param('search') %>">
26                    
27                    <% sort_order %>
28    
29                  <INPUT TYPE="submit" CLASS="submit" VALUE="search">                  <INPUT TYPE="submit" CLASS="submit" VALUE="search">
30    
31                  <span id="status" class="note">                  <span id="status" class="note">
# Line 36  Line 38 
38    
39  <div style="margin-top: 3em;">  <div style="margin-top: 3em;">
40          <!-- Dynamic Content -->          <!-- Dynamic Content -->
           
         <% $get_results %>  
41    
42          <DIV ID="more_history">          <% $get_results %>
   
                 <% $json %>  
   
                 <NOSCRIPT>  
                 Javascript is required for no pager to work.  
                 <br/>  
                 Here should be implementation of non-javascript fallback,  
                 but it doesn't exist yet.  
                 </NOSCRIPT>  
         </DIV>  
43    
44          <!-- Back Button Content -->          <!-- Back Button Content -->
45          <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.15  
changed lines
  Added in v.20

  ViewVC Help
Powered by ViewVC 1.1.26