mirror of
https://github.com/webmin/webmin.git
synced 2026-03-20 16:50:24 +00:00
New mindterm version
This commit is contained in:
@@ -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.
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user