2015-07-15 15:06:18 +02:00
|
|
|
<!DOCTYPE>
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
|
|
|
|
<title>Doodle3D Box</title>
|
|
|
|
|
|
|
|
<style>
|
|
|
|
table, th, td {
|
|
|
|
border: 1px solid #dddddd;
|
|
|
|
font-size: 15px;
|
|
|
|
font-family: Verdana, Geneva, Tahoma, Arial, Helvetica, sans-serif;
|
|
|
|
line-height: 20px;
|
|
|
|
}
|
|
|
|
</style>
|
|
|
|
|
|
|
|
<script type="text/javascript" src="../jspm_packages/system.js"></script>
|
|
|
|
<script type="text/javascript" src="../config.js"></script>
|
|
|
|
|
|
|
|
<script type="text/javascript">
|
2015-07-23 16:12:11 +02:00
|
|
|
System.import('example/app.js');
|
2015-07-15 15:06:18 +02:00
|
|
|
</script>
|
|
|
|
|
|
|
|
</head>
|
|
|
|
|
|
|
|
<table style="width:100%">
|
|
|
|
<tbody id="table">
|
|
|
|
<tr>
|
|
|
|
<th>ID</th>
|
|
|
|
<th>Local IP</th>
|
2015-07-17 16:02:27 +02:00
|
|
|
<th>State</th>
|
2015-07-15 15:06:18 +02:00
|
|
|
<th>Current Line</th>
|
2015-07-17 16:02:27 +02:00
|
|
|
<th>Buffered Lines</th>
|
|
|
|
<th>Total Lines</th>
|
2015-07-15 15:06:18 +02:00
|
|
|
<th>Hotend</th>
|
|
|
|
<th>Hotend Target</th>
|
2015-07-17 16:02:27 +02:00
|
|
|
<th>Bed</th>
|
|
|
|
<th>Bed Target</th>
|
|
|
|
<th>Has Control</th>
|
2015-07-15 15:06:18 +02:00
|
|
|
</tr>
|
|
|
|
</tbody>
|
|
|
|
</table>
|
|
|
|
|
|
|
|
<body>
|
|
|
|
</body>
|
|
|
|
</html>
|