/[suikacvs]/test/html-whatpm/table.cgi
Suika

Diff of /test/html-whatpm/table.cgi

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

revision 1.2 by wakaba, Sun May 27 10:00:48 2007 UTC revision 1.4 by wakaba, Mon Jul 16 10:55:11 2007 UTC
# Line 82  if ($mode eq '/table') { Line 82  if ($mode eq '/table') {
82          next unless $_;          next unless $_;
83          for (@$_) {          for (@$_) {
84            delete $_->{element};            delete $_->{element};
85              $_->{is_header} = $_->{is_header} ? 1 : 0;
86          }          }
87        }        }
88      }      }
# Line 90  if ($mode eq '/table') { Line 91  if ($mode eq '/table') {
91    tableToCanvas (    tableToCanvas (
92  ';  ';
93      print STDOUT objToJson ($table);      print STDOUT objToJson ($table);
94      print STDOUT ');      print STDOUT ', document.body);
95  </script>';  </script>';
96    }    }
97    

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.4

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24