Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

index.vnc 757B

12345678910111213141516171819202122
  1. <!--
  2. index.vnc - default HTML page for TigerVNC 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. Use two dollar signs ($$) to get a dollar sign in the generated
  7. HTML page.
  8. -->
  9. <HTML>
  10. <TITLE>
  11. $USER's $DESKTOP desktop ($DISPLAY)
  12. </TITLE>
  13. <APPLET CODE=com.tigervnc.vncviewer.VncViewer ARCHIVE=VncViewer.jar
  14. WIDTH=$APPLETWIDTH HEIGHT=$APPLETHEIGHT>
  15. <param name=PORT value=$PORT>
  16. <param name="Embed" value="true">
  17. <param name="draggable" value="true">
  18. </APPLET>
  19. <BR>
  20. <A href="https://www.tigervnc.org/">TigerVNC site</A>
  21. </HTML>