/[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 8 by dpavlin, Tue Aug 15 23:13:39 2006 UTC revision 11 by dpavlin, Wed Aug 16 14:20:18 2006 UTC
# Line 4  Line 4 
4            
5          <TITLE>No pager</TITLE>          <TITLE>No pager</TITLE>
6          <base href="<% $q->url() %>">          <base href="<% $q->url() %>">
7            <LINK HREF="style.css" TYPE="text/css" REL="stylesheet">
8    
9          <SCRIPT SRC="MochiKit.js" TYPE="text/javascript"></SCRIPT>          <SCRIPT SRC="jquery.js" TYPE="text/javascript"></SCRIPT>
10          <SCRIPT SRC="utils.js" TYPE="text/javascript"></SCRIPT>          <SCRIPT SRC="utils.js" TYPE="text/javascript"></SCRIPT>
11          <SCRIPT src="no_pager.js" TYPE="text/javascript" />          <SCRIPT src="no_pager.js" TYPE="text/javascript" />
12    
# Line 13  Line 14 
14  </HEAD>  </HEAD>
15  <BODY>  <BODY>
16            
17    <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">
18    </div>
19    
20            
21  <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 style="border-bottom: 1px solid #ccc; background-color: #eee; display: block; position: fixed; left: 0px; top: 0px; width: 100%; height: 2em; padding: 0.5em;">
22    
# Line 21  Line 25 
25                  <INPUT AUTOCOMPLETE="off" NAME="q" TYPE="input" ID="q" VALUE="<% $q->param('q') %>">                  <INPUT AUTOCOMPLETE="off" NAME="q" TYPE="input" ID="q" VALUE="<% $q->param('q') %>">
26                                    
27                  <INPUT TYPE="submit" CLASS="submit" VALUE="search">                  <INPUT TYPE="submit" CLASS="submit" VALUE="search">
28    
29                    <span id="status" class="note">
30                    no news is good news...
31                    </span>
32                                    
33          </FORM>          </FORM>
34    
35  </div>  </div>
36            
37  <div style="margin-top: 3em;">  <div style="margin-top: 3em;">
38          <!-- Dynamic Content -->          <!-- Dynamic Content -->
39                    

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

  ViewVC Help
Powered by ViewVC 1.1.26