X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-web.git/blobdiff_plain/dbbf69f4561c352fe825f6c7b0a81912aab987c9..e37dd15bbf8683bab8454ea0eec8e9968ce982b2:/templates/skeleton.tmpl diff --git a/templates/skeleton.tmpl b/templates/skeleton.tmpl deleted file mode 100644 index 94802c4..0000000 --- a/templates/skeleton.tmpl +++ /dev/null @@ -1,73 +0,0 @@ -#from functions import functions -#extends functions - -#def full_body - - -$title - - - - - - - - -#if True -
-

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