/[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 430 by dpavlin, Sun Sep 12 19:15:54 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 177  print HTML qq{ Line 178  print HTML qq{
178  -->  -->
179  <body>  <body>
180    
181    <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;">  <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  <br/>  <br/>
# Line 187  Folding: Line 194  Folding:
194  <a href="#" onClick="hide_display(hide); hide_display(show);">none</a>  <a href="#" onClick="hide_display(hide); hide_display(show);">none</a>
195  <br/>  <br/>
196  <a href="#" onClick="alert('show: '+show.length+', hide: '+hide.length+', changed:'+changed_display_ids.length+', positin: '+changed_display_pos);">debug</a>  <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>  </div>
200    
201  <ul>  <ul>

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

  ViewVC Help
Powered by ViewVC 1.1.26