/[bfilter]/trunk/hide.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 /trunk/hide.html

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

revision 14 by dpavlin, Sun Sep 12 02:18:42 2004 UTC revision 15 by dpavlin, Sun Sep 12 18:25:03 2004 UTC
# Line 16  var hide = ['b1','b2','ul2']; Line 16  var hide = ['b1','b2','ul2'];
16    
17  <body onLoad="show_hide_display(show,hide);">  <body onLoad="show_hide_display(show,hide);">
18    
19  <div style="float: right; width: 10em;">  <div style="float: right; width: 10em; text-align: center; margin: 0.5m; background: #e0e0e0; border: 1px dashed #c0c0c0; z-index: 1;">
20  Folding:  Folding:
21    <br/>
22  <a href="#" onClick="show_hide_display(show,hide);">default</a>  <a href="#" onClick="show_hide_display(show,hide);">default</a>
23  <a href="#" onClick="show_display(show); show_display(hide);">all</a>  <a href="#" onClick="show_display(show); show_display(hide);">all</a>
24  <a href="#" onClick="hide_display(hide); hide_display(show);">none</a>  <a href="#" onClick="hide_display(hide); hide_display(show);">none</a>
25  <a href="#" onClick="alert('show: '+show.length+', hide: '+hide.length);">debug</a>  <br/>
26    <a href="#" onClick="back_display();">&laquo;</a>&nbsp;<a href="#" onClick="apply_changed_display();">default</a>&nbsp;<a href="#" onClick="forward_display();">&raquo;</a>
27    <br/>
28    <a href="#" onClick="alert('show: '+show.length+', hide: '+hide.length+', changed:'+changed_display_ids.length+', positin: '+changed_display_pos);">debug</a>
29  </div>  </div>
30    
31  <h1>table</h1>  <h1>table</h1>

Legend:
Removed from v.14  
changed lines
  Added in v.15

  ViewVC Help
Powered by ViewVC 1.1.26