X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-web.git/blobdiff_plain/b0592519fc047639e1cdf092dae91fbf316b37c9..ed3be7ee0d8af0cb884233327a3062c2be614d15:/templates/skeleton.tmpl diff --git a/templates/skeleton.tmpl b/templates/skeleton.tmpl index 1ccea2e..60cca90 100644 --- a/templates/skeleton.tmpl +++ b/templates/skeleton.tmpl @@ -1,9 +1,16 @@ +#from functions import functions +#extends functions + +#def full_body + $title - - + + + + - + + +
+#if $varExists('error_text') +

STDERR:

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

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

+

[You are logged in as $user.]

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