Parent Directory | Revision Log
++ ChangeLog 10 Feb 2008 02:28:48 -0000 * table-interface.en.html: Typo fixed. * cc.cgi: Use |$input->{id_prefix}| as the prefix for the identifiers in report sections. Don't add headings if the |$input->{nested}| flag is set. * table-script.js (tableToCanvas): Now it aceepts third argument, |idPrefix|, for setting ID prefix. * table.cgi: Set the third argument to |tableToCanvas| as an empty string. 2008-02-10 Wakaba <wakaba@suika.fam.cx>
1 | wakaba | 1.1 | <!DOCTYPE html> |
2 | <html lang="en"> | ||
3 | <head> | ||
4 | <title>HTML5 Table Structure Viewer</title> | ||
5 | <style type="text/css"> | ||
6 | textarea, iframe { | ||
7 | width: 90%; | ||
8 | height: 20em; | ||
9 | } | ||
10 | </style> | ||
11 | <link rel="license" href="http://suika.fam.cx/c/pd" title="Public Domain."> | ||
12 | <link rel="author" href="http://suika.fam.cx/~wakaba/who?" title="Wakaba"> | ||
13 | </head> | ||
14 | <body> | ||
15 | <h1>HTML5 Table Structure Viewer</h1> | ||
16 | |||
17 | <form action="table/table" method="post" accepet-charset="utf-8" | ||
18 | target="result"> | ||
19 | wakaba | 1.2 | <p><label>HTML source:<br><textarea name="s"><!DOCTYPE html><html lang="en"><head> |
20 | wakaba | 1.1 | <title>Table</title> |
21 | </head> | ||
22 | <body> | ||
23 | <table> | ||
24 | <tr><th><td> | ||
25 | </table> | ||
26 | </body></html></textarea></label></p> | ||
27 | |||
28 | <p><input type="submit"></p> | ||
29 | </form> | ||
30 | |||
31 | <p><iframe src="about:blank" name="result"></iframe></p> | ||
32 | |||
33 | <address>Powered by | ||
34 | <a href="http://suika.fam.cx/www/markup/html/whatpm/readme">Whatpm</a></address> | ||
35 | </body> | ||
36 | </html> |
admin@suikawiki.org | ViewVC Help |
Powered by ViewVC 1.1.24 |