- Timestamp:
- Aug 11, 2009, 12:54:09 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
package_branches/invirt-web/cherrypy/code/templates/terminal.mako
r2432 r2433 21 21 <script type="text/javascript"> 22 22 window.onload=function() { 23 t=ajaxterm.Terminal("term", 80,25);23 t=ajaxterm.Terminal("term", ${machine.machine_id}); 24 24 } 25 25 </script> … … 27 27 28 28 <div id="term"></div> 29 <div style="clear: both;"></div>
Note: See TracChangeset
for help on using the changeset viewer.