/[suikacvs]/test/html-webhacc/cc-interface.en.html
Suika

Contents of /test/html-webhacc/cc-interface.en.html

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.4 - (hide annotations) (download) (as text)
Tue Jul 17 13:52:54 2007 UTC (17 years, 11 months ago) by wakaba
Branch: MAIN
Changes since 1.3: +1 -0 lines
File MIME type: text/html
++ ChangeLog	17 Jul 2007 13:52:41 -0000
2007-07-17  Wakaba  <wakaba@suika.fam.cx>

	* alert.png, error.png, info.png: New images.

	* LICENSE: New image file names are added.

	* cc-interface.en.html: Link to the style sheet is added.

	* cc-style.css: Duplicate identifiers and terms
	are decorated by icon.

	* cc.cgi: |h1| links to the interface page.
	(#identifiers): New section.

	* error-description-source.en.xml: More error types are
	added.

1 wakaba 1.1 <!DOCTYPE html>
2     <html lang="en">
3     <head>
4     <title>Web Document Conformance Checker (BETA)</title>
5 wakaba 1.4 <link rel="stylesheet" href="cc-style.css" type="text/css">
6 wakaba 1.1 <style>
7 wakaba 1.3 input[type=text], input[type=url] {
8     width: 33em;
9     }
10 wakaba 1.1 textarea {
11     width: 35em;
12     height: 20em;
13     }
14     </style>
15     </head>
16     <body>
17     <h1>Web Docunent Conformance Checker <em>(beta)</em></h1>
18    
19     <form action="cc/" method="post" accept-charset="utf-8">
20 wakaba 1.2 <p><label><code>Content-Type</code>
21     <select name="i">
22 wakaba 1.3 <option value="" selected>As specified</option>
23     <option><code>application/xhtml+xml</code></option>
24     <option><code>application/xml</code></option>
25 wakaba 1.2 <option><code>text/html</code></option>
26 wakaba 1.3 <option><code>text/xml</code></option>
27     </select></label></p>
28    
29     <p><label><code>charset</code>
30     <select name="charset">
31     <option value="" selected">As specified</option>
32     <option><code>ISO-2022-JP</code></option>
33     <option><code>ISO-8859-1</code></option>
34     <option><code>EUC-JP</code></option>
35     <option><code>Shift_JIS</code></option>
36     <option><code>US-ASCII</code></option>
37     <option><code>UTF-8</code></option>
38 wakaba 1.2 </select></label></p>
39 wakaba 1.3
40 wakaba 1.1 <p><label>Setting <input type="text" name="e" value=""><code>.innerHTML</code></label></p>
41 wakaba 1.3
42     <p><label>URI: <input type="url" name="uri"></label>
43     (<label><input type="checkbox" name="error-page" value="1">
44     Check error page</label>)</p>
45    
46 wakaba 1.1 <p><label>Source<br><textarea name="s"></textarea></label></p>
47     <p><input type="submit"></p>
48     </form>
49    
50     </body>
51     </html>

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24