/[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.1 - (hide annotations) (download) (as text)
Sun May 27 06:37:05 2007 UTC (16 years, 11 months ago) by wakaba
Branch: MAIN
File MIME type: text/html
++ ChangeLog	27 May 2007 06:33:22 -0000
2007-05-27  Wakaba  <wakaba@suika.fam.cx>

	* table.cgi, table-interface.en.html. table-script.js: New files.

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     <p><label>HTML source:<br><textarea name="s">&lt;DOCTYPE html>&lt;html lang="en">&lt;head>
20     &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