New mindterm version

This commit is contained in:
Jamie Cameron
2008-11-16 05:58:31 +00:00
parent 2ec2a8bca0
commit da3d038111
3 changed files with 5 additions and 3 deletions

View File

@@ -4,14 +4,15 @@
require '../web-lib.pl';
&init_config();
&header("SSH Login", "images/ssh.gif", undef, 1, 1);
do '../ui-lib.pl';
&ui_print_header(undef, "SSH Login", "", undef, 1, 1);
$addr = $config{'host'} ? $config{'host'}
: &to_ipaddress(&get_system_hostname());
$config{'port'} = 22 if ($config{'port'} == 23);
print <<EOF;
<hr>
<center><applet archive=mindtermfull.jar code=mindbright.application.MindTerm.class width=600 height=400>
<center><applet archive=mindtermfull.jar code=com.mindbright.application.MindTerm.class width=600 height=420>
<param name=te value="xterm-color">
<param name=gm value="80x24">
<param name=server value="$addr">
@@ -33,5 +34,5 @@ Applet developed under GPL by <a href=http://www.mindbright.se/mindterm/>Mindbri
</center>
<hr>
EOF
&footer("/", "index");
&ui_print_footer("/", "index");

Binary file not shown.

View File

@@ -7,3 +7,4 @@ desc_ja_JP.euc=SSH
desc_zh_TW.UTF-8=SSH 登入
desc_ja_JP.UTF-8=SSH ログイン
desc_ko_KR.UTF-8=SSH 로그ì<C2B8>¸
version=1.1