/[suikacvs]/test/html-whatpm/table-interface.en.html
Suika

Contents of /test/html-whatpm/table-interface.en.html

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.2 - (hide annotations) (download) (as text)
Sun Feb 10 02:30:14 2008 UTC (16 years, 3 months ago) by wakaba
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +1 -1 lines
File MIME type: text/html
++ 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">&lt;!DOCTYPE html>&lt;html lang="en">&lt;head>
20 wakaba 1.1 &lt;title>Table&lt;/title>
21     &lt;/head>
22     &lt;body>
23     &lt;table>
24     &lt;tr>&lt;th>&lt;td>
25     &lt;/table>
26     &lt;/body>&lt;/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