client/#machine.html#
changeset 0 db2e8b9145a6
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/client/#machine.html#	Wed Aug 17 01:19:20 2011 +0200
     1.3 @@ -0,0 +1,19 @@
     1.4 +<!DOCTYPE html>
     1.5 +<html>
     1.6 +  <head>
     1.7 +    <title>Machine</title>
     1.8 +    <script src="scripts/client.js" type="text/javascript"></script>
     1.9 +    <link rel="stylesheet" type="text/css" href="client.css" />
    1.10 +  </head>
    1.11 +<body>
    1.12 +  <view-area>
    1.13 +    
    1.14 +  </view-area>
    1.15 +  <command-area>
    1.16 +    <form name="com-form" onsubmit="return command()">
    1.17 +    <input type="submit" value="submit" style="visibility: hidden;">
    1.18 +    <input type="text" name="com" id="com" />     
    1.19 +  </form>
    1.20 +  </command-area>
    1.21 +</body>
    1.22 +</html>