New mindterm version
authorJamie Cameron <jcameron@webmin.com>
Sun, 16 Nov 2008 05:58:31 +0000 (05:58 +0000)
committerJamie Cameron <jcameron@webmin.com>
Sun, 16 Nov 2008 05:58:31 +0000 (05:58 +0000)
ssh/index.cgi
ssh/mindtermfull.jar
ssh/module.info

index 4d0188c..c42b8ec 100755 (executable)
@@ -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");
 
index 1c5e50d..e24e12c 100644 (file)
Binary files a/ssh/mindtermfull.jar and b/ssh/mindtermfull.jar differ
index a77c076..16565a1 100644 (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 로그인
+version=1.1