/[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 22 by dpavlin, Thu Aug 17 18:03:59 2006 UTC revision 30 by dpavlin, Fri Aug 18 11:54:32 2006 UTC
# Line 8  Line 8 
8  <LINK HREF="style.css" TYPE="text/css" REL="stylesheet" />  <LINK HREF="style.css" TYPE="text/css" REL="stylesheet" />
9    
10  <SCRIPT SRC="jquery.js" TYPE="text/javascript"></SCRIPT>  <SCRIPT SRC="jquery.js" TYPE="text/javascript"></SCRIPT>
11    <SCRIPT SRC="jquery-log.js" TYPE="text/javascript"></SCRIPT>
12  <SCRIPT SRC="utils.js" TYPE="text/javascript"></SCRIPT>  <SCRIPT SRC="utils.js" TYPE="text/javascript"></SCRIPT>
13  <SCRIPT src="no_pager.js" TYPE="text/javascript"></SCRIPT>  <SCRIPT src="no_pager.js" TYPE="text/javascript"></SCRIPT>
14    
# Line 27  $(document).ready( function() { Line 28  $(document).ready( function() {
28    
29  </HEAD>  </HEAD>
30  <BODY>  <BODY>
31        
32  <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 id="debug" class="debug">
33    <a class="hide" href="#" onclick="javascript:$('#debug').toggle(); $('#debug_show').toggle(); return false;">X</a>
34    </div>
35    <div id="debug_show" class="debug">
36    <a class="hide" href="#" onclick="javascript:$('#debug').toggle(); $('#debug_show').toggle(); return false;"><span id="debug-counter">?</span></a>
37  </div>  </div>
38    
39        
40  <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">
41    
42          <FORM id="search_form" ACTION="" METHOD="get">          <FORM id="search_form" ACTION="" METHOD="get">
43    

Legend:
Removed from v.22  
changed lines
  Added in v.30

  ViewVC Help
Powered by ViewVC 1.1.26