/[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 429 by dpavlin, Sun Sep 12 17:21:47 2004 UTC
# Line 172  print HTML qq{ Line 172  print HTML qq{
172   <script type="text/javascript" src="$js_url"></script>   <script type="text/javascript" src="$js_url"></script>
173  </head>  </head>
174    
175    <!--
176  <body onLoad="show_hide_display(show,hide);">  <body onLoad="show_hide_display(show,hide);">
177    -->
178    <body>
179    
180  <div style="float: right; width: 10em;">  <div style="float: right; width: 10em;">
181  Folding:  Folding:
# Line 362  sub unroll { Line 365  sub unroll {
365    
366                          print HTML " " x $level .                          print HTML " " x $level .
367                                  qq{<a name="mfn$mfn"></a>\n <ul id="mfn$mfn"}.                                  qq{<a name="mfn$mfn"></a>\n <ul id="mfn$mfn"}.
368                                  ($style ? ' style="$style"' : "").                                  ($style ? ' style="'.$style.'"' : '').
369                                  qq{>\n};                                  qq{>\n};
370    
371                          if ($style) {                          if ($style) {

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

  ViewVC Help
Powered by ViewVC 1.1.26