/[webpac]/trunk2/all2all.pl
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 /trunk2/all2all.pl

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

revision 428 by dpavlin, Sun Sep 12 02:31:52 2004 UTC revision 431 by dpavlin, Sun Sep 12 20:31:34 2004 UTC
# Line 18  use WebPAC::Index; Line 18  use WebPAC::Index;
18  my $webpac = new WebPAC(  my $webpac = new WebPAC(
19          code_page => 'ISO-8859-2',          code_page => 'ISO-8859-2',
20          limit_mfn => 500,          limit_mfn => 500,
21            start_mfn => 6000,
22  #       debug => 1,  #       debug => 1,
23  #       low_mem => 1,  #       low_mem => 1,
24  ) || die;  ) || die;
# Line 172  print HTML qq{ Line 173  print HTML qq{
173   <script type="text/javascript" src="$js_url"></script>   <script type="text/javascript" src="$js_url"></script>
174  </head>  </head>
175    
176    <!--
177  <body onLoad="show_hide_display(show,hide);">  <body onLoad="show_hide_display(show,hide);">
178    -->
179    <body>
180    
181  <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;">
182  Folding:  Folding:
183  <a href="#" onClick="show_hide_display(show,hide);">default</a>  <br/>
184    <a href="#" onClick="back_display();">&laquo;</a>&nbsp;<a href="#" onClick="apply_changed_display();">default</a>&nbsp;<a href="#" onClick="forward_display();">&raquo;</a>
185    <br/>
186    <a href="#" onClick="show_hide_display(show,hide);">reset</a>
187  <a href="#" onClick="show_display(show); show_display(hide);">all</a>  <a href="#" onClick="show_display(show); show_display(hide);">all</a>
188  <a href="#" onClick="hide_display(hide); hide_display(show);">none</a>  <a href="#" onClick="hide_display(hide); hide_display(show);">none</a>
189  <a href="#" onClick="alert('show: '+show.length+', hide: '+hide.length);">debug</a>  <br/>
190    <a href="#" onClick="alert('show: '+show.length+', hide: '+hide.length+', changed:'+changed_display_ids.length+', positin: '+changed_display_pos);">debug</a>
191  </div>  </div>
192    
   
193  <ul>  <ul>
194  };  };
195    
# Line 362  sub unroll { Line 369  sub unroll {
369    
370                          print HTML " " x $level .                          print HTML " " x $level .
371                                  qq{<a name="mfn$mfn"></a>\n <ul id="mfn$mfn"}.                                  qq{<a name="mfn$mfn"></a>\n <ul id="mfn$mfn"}.
372                                  ($style ? ' style="$style"' : "").                                  ($style ? ' style="'.$style.'"' : '').
373                                  qq{>\n};                                  qq{>\n};
374    
375                          if ($style) {                          if ($style) {

Legend:
Removed from v.428  
changed lines
  Added in v.431

  ViewVC Help
Powered by ViewVC 1.1.26