Constantin Kaplinsky | 2844fd5 | 2008-04-14 08:02:25 +0000 | [diff] [blame] | 1 | <!-- |
Peter Åstrand | 4eacc02 | 2009-02-27 10:12:14 +0000 | [diff] [blame] | 2 | index.vnc - default HTML page for TigerVNC Java viewer applet, to be |
Constantin Kaplinsky | 2844fd5 | 2008-04-14 08:02:25 +0000 | [diff] [blame] | 3 | used with Xvnc. On any file ending in .vnc, the HTTP server embedded in |
| 4 | Xvnc will substitute the following variables when preceded by a dollar: |
| 5 | USER, DESKTOP, DISPLAY, APPLETWIDTH, APPLETHEIGHT, WIDTH, HEIGHT, PORT, |
DRC | 2e97b1a | 2011-10-05 09:04:25 +0000 | [diff] [blame] | 6 | Use two dollar signs ($$) to get a dollar sign in the generated |
Constantin Kaplinsky | 2844fd5 | 2008-04-14 08:02:25 +0000 | [diff] [blame] | 7 | HTML page. |
Constantin Kaplinsky | 2844fd5 | 2008-04-14 08:02:25 +0000 | [diff] [blame] | 8 | --> |
| 9 | |
| 10 | <HTML> |
| 11 | <TITLE> |
| 12 | $USER's $DESKTOP desktop ($DISPLAY) |
| 13 | </TITLE> |
Adam Tkac | 6420d89 | 2010-03-22 16:31:17 +0000 | [diff] [blame] | 14 | <APPLET CODE=com.tigervnc.vncviewer.VncViewer ARCHIVE=VncViewer.jar |
Constantin Kaplinsky | 2844fd5 | 2008-04-14 08:02:25 +0000 | [diff] [blame] | 15 | WIDTH=$APPLETWIDTH HEIGHT=$APPLETHEIGHT> |
| 16 | <param name=PORT value=$PORT> |
Brian Hinz | 430d8cf | 2014-01-02 01:23:56 +0000 | [diff] [blame^] | 17 | <param name="Embed" value="true"> |
| 18 | <param name="draggable" value="true"> |
Constantin Kaplinsky | 2844fd5 | 2008-04-14 08:02:25 +0000 | [diff] [blame] | 19 | </APPLET> |
| 20 | <BR> |
Peter Åstrand | 4eacc02 | 2009-02-27 10:12:14 +0000 | [diff] [blame] | 21 | <A href="http://www.tigervnc.org/">TigerVNC site</A> |
Constantin Kaplinsky | 2844fd5 | 2008-04-14 08:02:25 +0000 | [diff] [blame] | 22 | </HTML> |