|
Revision 6743, 1.1 kB
(checked in by mickecarlsson, 5 years ago)
|
Enclosed text strings for localization, added swedish language to javassh
|
- Property svn:mime-type set to
text/html
- Property svn:eol-style set to
native
|
| Line | |
|---|
| 1 |
<?php |
|---|
| 2 |
/* $Id:$ */ |
|---|
| 3 |
|
|---|
| 4 |
// Wrapper code for opening a new window. |
|---|
| 5 |
// |
|---|
| 6 |
//This program is free software; you can redistribute it and/or |
|---|
| 7 |
//modify it under the terms of version 2 of the GNU General Public |
|---|
| 8 |
//License as published by the Free Software Foundation. |
|---|
| 9 |
// |
|---|
| 10 |
//This program is distributed in the hope that it will be useful, |
|---|
| 11 |
//but WITHOUT ANY WARRANTY; without even the implied warranty of |
|---|
| 12 |
//MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|---|
| 13 |
//GNU General Public License for more details. |
|---|
| 14 |
|
|---|
| 15 |
|
|---|
| 16 |
|
|---|
| 17 |
echo "<h2> "._("Java SSH")." </h2>"; |
|---|
| 18 |
echo _("If necessary re-enter the maint user and password. Once the applet has opened enter the IP address of your PBX.<br>"); |
|---|
| 19 |
echo _("You will then connect to the FreePBX server. You can then login as 'root' or 'asterisk', or whatever user you have created."); |
|---|
| 20 |
|
|---|
| 21 |
?> |
|---|
| 22 |
|
|---|
| 23 |
<APPLET CODE="com.mindbright.application.MindTerm.class" |
|---|
| 24 |
ARCHIVE="/admin/modules/javassh/mindterm.jar" WIDTH=0 HEIGHT=0> |
|---|
| 25 |
<PARAM NAME="cabinets" VALUE="/admin/modules/javassh/mindterm.cab"> |
|---|
| 26 |
<PARAM NAME="sepframe" value="true"> |
|---|
| 27 |
<PARAM NAME="debug" value="false"> |
|---|
| 28 |
</APPLET> |
|---|