Home | History | Annotate | Download | only in ssl
      1 <!-- 
      2      index.vnc - default HTML page for TightVNC Java viewer applet, to be
      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,
      6      PARAMS. Use two dollar signs ($$) to get a dollar sign in the generated
      7      HTML page.
      8 
      9      NOTE: the $PARAMS variable is not supported by the standard VNC, so
     10      make sure you have TightVNC on the server side, if you're using this
     11      variable.
     12 -->
     13 
     14 <HTML>
     15 <TITLE>
     16 $USER's $DESKTOP desktop ($DISPLAY)
     17 </TITLE>
     18 <APPLET CODE=VncViewer.class ARCHIVE=SignedUltraViewerSSL.jar
     19         WIDTH=$APPLETWIDTH HEIGHT=$APPLETHEIGHT>
     20 <param name=PORT value=$PORT>
     21 <param name="Open New Window" value=yes>
     22 <param name="ignoreMSLogonCheck" value=yes>
     23 <param name="delayAuthPanel" value=yes>
     24 $PARAMS
     25 </APPLET>
     26 <BR>
     27 <A href="http://www.karlrunge.com/x11vnc">x11vnc site</A>
     28 </HTML>
     29