wok view ajaxterm/stuff/usr/share/ajaxterm/ajaxterm.html @ rev 12172

ajaxterm: xhtml validate
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Mar 23 18:23:36 2012 +0100 (2012-03-23)
parents 84b5d08255f2
children
line source
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
2 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
3 <head>
4 <title>Ajaxterm</title>
5 <meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
6 <link rel="stylesheet" type="text/css" href="ajaxterm.css"/>
7 <script type="text/javascript" src="sarissa.js"></script>
8 <script type="text/javascript" src="sarissa_dhtml.js"></script>
9 <script type="text/javascript" src="ajaxterm.js"></script>
10 <script type="text/javascript">
11 window.onload=function() {
12 if (location.protocol=='https:') {
13 t=ajaxterm.Terminal("term",80,25);
14 }
15 else {
16 location.href='https://'+location.hostname+location.pathname;
17 }
18 };
19 </script>
20 </head>
21 <body>
22 <div id="term"></div>
23 </body>
24 </html>