source: www/openwebmail/applet/mindterm/ssh.html@ 1

Last change on this file since 1 was 1, checked in by george, 17 years ago

Prvotní import všeho

File size: 2.3 KB
Line 
1<html>
2<head>
3<title>SSH Java Applet</title>
4<meta content="text/html" http-equiv=Content-Type>
5</head>
6<body>
7<br>
8<center>
9<table width=90%><tr><td align=left>
10<font size=-1 color=#888888>
11Starting MindTerm SSH Java Applet 1.21 ...
12</font>
13<br><br>
14<font size=-1 color=#999999>
15Copyright (c) 1998,99 by Mindbright Technology AB, Stockholm, Sweden.
16<br><br>
17This program is free software; you can redistribute it and/or modify it
18under the terms of the GNU General Public License as published by the Free
19Software Foundation; either version 2 of the License, or (at your option)
20any later version.
21<br><br>
22This program is distributed in the hope that it will be useful, but WITHOUT
23ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
24FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
25more details.<br><br>
26
27 Author: Mats Andersson (<a href="mailto:mats.AT.mindbright.se" style="text-decoration: none"><font color=#999999>mats.AT.mindbright.se</font></a>)<br>
28 Web: <a href="http://www.mindbright.se/mindterm/" style="text-decoration: none"><font color=#999999>http://www.mindbright.se/mindterm/</font></a><br>
29 Info: <a href="mailto:mindterm.AT.mindbright.se" style="text-decoration: none"><font color=#999999>mindterm.AT.mindbright.se</font></a><br>
30 CVS $Name: rel1-2-1 $<br>
31 CVS $Date: 2000/08/01 22:30:52 $<br>
32</td></tr></table>
33</center>
34<br><br>
35
36<table width=90%><tr><td align=right>
37<applet>
38<param name="height" value="1">
39<param name="width" value="1">
40<param name="code" value="mindbright.application.MindTerm.class">
41<param name="codeBase" value="./">
42<param name="archive" value="mindtermfull.jar">
43<param name="port" value="22">
44<param name="cipher" value="3des">
45<param name="alive" value="10">
46<param name="te" value="xterm-color">
47<param name="gm" value="80x24">
48<param name="sepframe" value="true">
49<param name="quiet" value="true">
50<param name="cmdsh" value="false">
51<param name="autoprops" value="none">
52<param name="verbose" value="false">
53<param name="idhost" value="false">
54<param name="debug" value="false">
55<param name="bg" value="black">
56<param name="fg" value="187,187,187">
57<param name="fs" value="16">
58
59</applet>
60</td></tr></table>
61
62<script language="JavaScript">
63<!--
64 setTimeout("window.close();", 60000);
65//-->
66</script>
67
68</body>
69</html>
Note: See TracBrowser for help on using the repository browser.