You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
765 B
29 lines
765 B
2 months ago
|
<rml>
|
||
|
<head>
|
||
|
<link type="text/rcss" href="default.rcss"/>
|
||
|
<link type="text/rcss" href="console.rcss"/>
|
||
|
<title>Title</title>
|
||
|
</head>
|
||
|
<body>
|
||
|
<div id="title_bar">
|
||
|
<handle move_target="#document">
|
||
|
<span id="title">Console</span>
|
||
|
</handle>
|
||
|
</div>
|
||
|
<div id="window">
|
||
|
<div id="controls">
|
||
|
<button id="ViewButton">Multi</button>
|
||
|
<button id="ClearButton">Clear</button>
|
||
|
<button id="BackButton"><</button>
|
||
|
<button id="ForwardButton">></button>
|
||
|
<button id="CloseButton">Close</button>
|
||
|
</div>
|
||
|
<div id="content">
|
||
|
<input id="SingleLineArea" name="oneline" type="text" maxlength="256"/>
|
||
|
<textarea id="MultiLineArea" name="multiline" />
|
||
|
<button id="ExecuteButton">Execute</button>
|
||
|
</div>
|
||
|
</div>
|
||
|
</body>
|
||
|
</rml>
|