1 <%page expression_filter="h" />
2 <%inherit file="skeleton.mako" />
5 Terminal for ${machine.name}
8 <style type='text/css'>body { max-width: none }</style>
10 <p> Your machine appears to be off.</p>
12 <p> Your machine appears to be an HVM; you will need to specially configure a serial console before you can use this terminal.</p>
15 <%def name="header_extra()">
16 ${parent.header_extra()}
17 <link rel="stylesheet" type="text/css" href="static/ajaxterm/ajaxterm.css"/>
18 <script type="text/javascript" src="static/ajaxterm/sarissa.js"></script>
19 <script type="text/javascript" src="static/ajaxterm/sarissa_dhtml.js"></script>
20 <script type="text/javascript" src="static/ajaxterm/ajaxterm.js"></script>
21 <script type="text/javascript">
22 window.onload=function() {
23 t=ajaxterm.Terminal("term", ${machine.machine_id});
28 <div tabindex="0" id="term"></div>
29 <div style="clear: both;"></div>