--- test/html-whatpm/parser-manakai-interface.en.html 2007/07/15 07:53:00 1.3 +++ test/html-whatpm/parser-manakai-interface.en.html 2008/12/11 03:22:57 1.5 @@ -6,7 +6,7 @@ form { display: block; position: relative; - height: 20em; + height: 30em; margin-left: 1em; margin-right: 1em; } @@ -19,13 +19,18 @@ border-style: none; padding: 0; } - iframe { + #result-para { display: block; position: absolute; top: 0; right: 0; width: 40%; bottom: 0; margin: 0; } + iframe { + display: block; + width: 100%; + height: 100%; + } textarea { width: 100%; height: 19em; @@ -71,6 +76,12 @@ if (document.getElementById ('html5').checked) { uri += 'html/'; uri += document.getElementById ('element').value + '/'; + } else if (document.getElementById ('xml1').checked) { + uri += 'xml1/'; + uri += document.getElementById ('element').value + '/'; + } else if (document.getElementById ('swml').checked) { + uri += 'swml/'; + uri += document.getElementById ('element').value + '/'; } else if (document.getElementById ('h2h').checked) { uri += 'h2h/'; uri += document.getElementById ('element').value + '/'; @@ -80,6 +91,8 @@ } if (document.getElementById ('format-test').checked) { this.action = uri + 'test'; + } else if (document.getElementById ('format-xml').checked) { + this.action = uri + 'xml'; } else { this.action = uri + 'html'; } @@ -98,14 +111,23 @@

+

+ +

+

+

Output format -

+

+

@@ -113,7 +135,7 @@ -

+

Powered by