Files
webmin/shellinabox/applet.html
2009-11-17 15:25:00 -08:00

38 lines
1.3 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
<html>
<head>
<title>Welcome to Shell-In-A-Box</title>
</head>
<body bgcolor=#c0c0c0>
<center>
<script language=JavaScript1.2>
<!--
document.writeln("<applet code='com/shellinabox/ShellInABox.class'");
document.writeln(" align=center alt='ShellInABox' name='ShellInABox'");
if (typeof innerWidth == "undefined") {
document.writeln(" width='100%' height='100%'");
} else {
document.writeln(" width='" + innerWidth + "' height='" + innerHeight + "'");
}
document.writeln(" hiddenframe='hidden'");
document.writeln(" cookieurl='blank.html'>");
document.writeln(" <param name=hiddenframe value=hidden>");
document.writeln(" <param name=cookieurl value=blank.html>");
document.writeln(" <param name=cgi value=wrapper.cgi>");
document.writeln("</applet>");
//-->
</script>
<noscript>
<applet code='com/shellinabox/ShellInABox.class'
align=center alt='ShellInABox' name='ShellInABox'
width='100%' height='100%'
hiddenframe='hidden'
cookieurl='blank.html'>
<param name=hiddenframe value=hidden>
<param name=cookieurl value=blank.html>
</applet>
</noscript>
<center>
</body>
</html>