Changeset 267


Ignore:
Timestamp:
Feb 24, 2008, 6:16:42 PM (16 years ago)
Author:
quentin
Message:

Fixing VNC client height and turning off "service is being changed" message

Location:
trunk/web/templates
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/web/templates/skeleton.tmpl

    r235 r267  
    3232<body id="body">
    3333
    34 #if True
     34#if False
    3535<div>
    3636<p>We are in the process of modifying the service.  Things likely will not work.</p>
  • trunk/web/templates/vnc.tmpl

    r220 r267  
    1515<p>Here is a console to ${machine.name}.</p>
    1616<APPLET CODE="VncViewer.class" ARCHIVE="https://$hostname:446/static/VncViewer.jar"
    17         WIDTH="100%" HEIGHT="100%">
     17        WIDTH="100%" HEIGHT="2048">
    1818<PARAM NAME="PASSWORD" VALUE="moocow">
    1919<PARAM NAME="PORT" VALUE="10003">
Note: See TracChangeset for help on using the changeset viewer.