X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-web.git/blobdiff_plain/867613f209f2f414afd261258c73b6adf4bdd905..43c105be35eb49744112ccb6f28644d0c794585a:/templates/skeleton.tmpl diff --git a/templates/skeleton.tmpl b/templates/skeleton.tmpl index 9c1c891..fa15575 100644 --- a/templates/skeleton.tmpl +++ b/templates/skeleton.tmpl @@ -1,9 +1,73 @@ +#from functions import functions +#extends functions + +#def full_body + -$title - -

[You are logged in as $user.username.]

+$title + + + + + + + + +#if False +
+

We are in the process of modifying the service. Things likely will not work.

+
+#end if + +
+#if $varExists('error_text') +

STDERR:

$error_text
+#end if +
+ +#if not $varExists('simple') or not $simple +

[You are logged in as $user.]

+ + + +
LOADING
+
+#if $varExists('result') +$result +#end if +
+ $body +#if not $varExists('simple') or not $simple
Questions? Contact sipb-xen-dev@mit.edu. +#end if +#end def