/[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 432 by dpavlin, Sun Sep 12 20:36:33 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;">  <span style="background: #e0e0e0;">
182        <a href="search.html">search</a> |
183        <a href="thesaurus.html">thesarus</a> |
184        <a href="browse.html"><b>browse</b></a>
185    </span>
186    
187    <div style="float: right; width: 10em; text-align: center; margin: 0.5m; background: #e0e0e0; border: 1px dashed #c0c0c0; z-index: 1;">
188  Folding:  Folding:
189  <a href="#" onClick="show_hide_display(show,hide);">default</a>  <br/>
190    <a href="#" onClick="back_display();">&laquo;</a>&nbsp;<a href="#" onClick="apply_changed_display();">default</a>&nbsp;<a href="#" onClick="forward_display();">&raquo;</a>
191    <br/>
192    <a href="#" onClick="show_hide_display(show,hide);">reset</a>
193  <a href="#" onClick="show_display(show); show_display(hide);">all</a>  <a href="#" onClick="show_display(show); show_display(hide);">all</a>
194  <a href="#" onClick="hide_display(hide); hide_display(show);">none</a>  <a href="#" onClick="hide_display(hide); hide_display(show);">none</a>
195  <a href="#" onClick="alert('show: '+show.length+', hide: '+hide.length);">debug</a>  <br/>
196  </div>  <a href="#" onClick="alert('show: '+show.length+', hide: '+hide.length+', changed:'+changed_display_ids.length+', positin: '+changed_display_pos);">debug</a>
197    
198    <a href="#" onClick="outline_display('mfn6030');">outline</a>
199    </div>
200    
201  <ul>  <ul>
202  };  };
# Line 362  sub unroll { Line 377  sub unroll {
377    
378                          print HTML " " x $level .                          print HTML " " x $level .
379                                  qq{<a name="mfn$mfn"></a>\n <ul id="mfn$mfn"}.                                  qq{<a name="mfn$mfn"></a>\n <ul id="mfn$mfn"}.
380                                  ($style ? ' style="$style"' : "").                                  ($style ? ' style="'.$style.'"' : '').
381                                  qq{>\n};                                  qq{>\n};
382    
383                          if ($style) {                          if ($style) {

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

  ViewVC Help
Powered by ViewVC 1.1.26