Handle hostnames with upper-case letters
[webmin.git] / shellinabox / applet.html
1 <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
2 <html>
3   <head>
4     <title>Welcome to Shell-In-A-Box</title>
5   </head>
6   <body bgcolor=#c0c0c0>
7     <center>
8       <script language=JavaScript1.2>
9       <!--
10       document.writeln("<applet code='com/shellinabox/ShellInABox.class'");
11       document.writeln("        align=center alt='ShellInABox' name='ShellInABox'");
12       if (typeof innerWidth == "undefined") {
13         document.writeln("        width='100%' height='100%'");
14       } else {
15         document.writeln("        width='" + innerWidth + "' height='" + innerHeight + "'");
16       }
17       document.writeln("        hiddenframe='hidden'");
18       document.writeln("        cookieurl='blank.html'>");
19       document.writeln("  <param name=hiddenframe value=hidden>");
20       document.writeln("  <param name=cookieurl value=blank.html>");
21       document.writeln("  <param name=cgi value=wrapper.cgi>");
22       document.writeln("</applet>");
23       //-->
24       </script>
25       <noscript>
26       <applet code='com/shellinabox/ShellInABox.class'
27               align=center alt='ShellInABox' name='ShellInABox'
28               width='100%' height='100%'
29               hiddenframe='hidden'
30               cookieurl='blank.html'>
31         <param name=hiddenframe value=hidden>
32         <param name=cookieurl value=blank.html>
33       </applet>
34       </noscript>
35     <center>
36   </body>
37 </html>