Mercurial > hg > Applications > TightVNC_orginal
diff src/web/viewer-applet-example.html @ 52:472a9bcacb21 draft default tip
TightVNC 2.7.1.0
author | you@cr.ie.u-ryukyu.ac.jp |
---|---|
date | Wed, 07 Aug 2013 19:01:17 +0900 |
parents | 4689cc86d6cb |
children |
line wrap: on
line diff
--- a/src/web/viewer-applet-example.html Tue Jul 03 13:20:49 2012 +0900 +++ b/src/web/viewer-applet-example.html Wed Aug 07 19:01:17 2013 +0900 @@ -1,13 +1,31 @@ -<!-- Copyright (C) 2010, 2011, 2012 GlavSoft LLC. --> +<!-- Copyright (C) 2010, 2011, 2012, 2013 GlavSoft LLC. --> <!-- All rights reserved. --> -<!-- --> -<!-- DO NOT USE OR REDISTRIBUTE THE CODE, UNLESS YOU HAVE OBTAINED A LICENSE. --> +<!-- --> +<!-- ------------------------------------------------------------------------- --> +<!-- This file is part of the TightVNC software. Please visit our Web site: --> +<!-- --> +<!-- http://www.tightvnc.com/ --> +<!-- --> +<!-- This program is free software; you can redistribute it and/or modify --> +<!-- it under the terms of the GNU General Public License as published by --> +<!-- the Free Software Foundation; either version 2 of the License, or --> +<!-- (at your option) any later version. --> +<!-- --> +<!-- This program is distributed in the hope that it will be useful, --> +<!-- but WITHOUT ANY WARRANTY; without even the implied warranty of --> +<!-- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the --> +<!-- GNU General Public License for more details. --> +<!-- --> +<!-- You should have received a copy of the GNU General Public License along --> +<!-- with this program; if not, write to the Free Software Foundation, Inc., --> +<!-- 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. --> +<!-- ------------------------------------------------------------------------- --> <!-- --> <html> <title>TightVNC desktop</title> <body> - <applet archive="${archive_name}.jar" + <applet archive="tightvnc-jviewer.jar" code="com.glavsoft.viewer.Viewer" width="1" height="1"> <param name="Host" value="localhost" /> <!-- Host to connect. Default: the host from which the applet was loaded. --> @@ -29,7 +47,13 @@ <param name="colorDepth" value="" /> <!-- Reserved for future. Possible values: 6, 8, 16, 24, 32 (equals to 24). Only 24/32 is supported now --> <param name="ScalingFactor" value="100" /> <!-- Scale local representation of the remote desktop on startup. Default is 100 means 100% --> - </applet> + <!--param name="AllowAppletInteractiveConnections" value="no" /--> <!-- Allow applet interactively connect to other hosts then in HostName param or hostbase. Possible values: yes/true, no/false. Default: false. --> + <!-- SSH tunneling options --> + <param name="sshHost" value="" /><!-- SSH host name. --> + <param name="sshUser" value="" /><!-- SSH port number. When empty, standard SSH port number (22) is used --> + <param name="sshPort" value="" /><!-- SSH user name. --> + + </applet> <br /> <a href="http://www.tightvnc.com/">TightVNC Web Site</a> </body>