Ignore:
Timestamp:
Dec 20, 2009, 9:45:47 PM (14 years ago)
Author:
broder
Message:

Unauthenticated front page

File:
1 moved

Legend:

Unmodified
Added
Removed
  • package_branches/invirt-web/cherrypy-rebased/code/templates/unauth.mako

    r2691 r2692  
    1 #from skeleton import skeleton
    2 #extends skeleton
     1<%page expression_filter="h"/>
     2<%inherit file="skeleton.mako" />
    33
     4<%def name="title()">
     5Intro
     6</%def>
    47
    5 #def title
    6 Intro
    7 #end def
    8 
    9 #def body
    108<h1>XVM &mdash; Virtual Servers for MIT </h1>
    119
     
    1917<p>MIT users:</p>
    2018<blockquote><big><a
    21 href="https://$hostname/"><strong><font color="green">&rarr;</font> Log in to XVM now</strong>
     19href="https://${config.web.hostname}/"><strong><font color="green">&rarr;</font> Log in to XVM now</strong>
    2220</a></big></blockquote>
    2321<p>You'll need an <a href="http://ca.mit.edu/">MIT personal
     
    5755<p>Questions and feedback welcome at <a
    5856href="mailto:xvm@mit.edu">xvm@mit.edu</a>.</p>
    59 
    60 #end def
Note: See TracChangeset for help on using the changeset viewer.