X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-web.git/blobdiff_plain/77238c2233002aa1e8256d2eda37ff65dcd5c916:/code/templates/skeleton.tmpl..cda42d0259dad581350a802aaccb6a0c4f6bc5fd:/code/templates/git-logo.png diff --git a/code/templates/skeleton.tmpl b/code/templates/skeleton.tmpl deleted file mode 100644 index e71348c..0000000 --- a/code/templates/skeleton.tmpl +++ /dev/null @@ -1,80 +0,0 @@ -#from functions import functions -#extends functions - -#def full_body - - -$title — XVM - - - - - - - - -#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 -

Welcome, $user.

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

$title — XVM

-#end if -#filter None -$body -#end filter -#if not $varExists('simple') or not $simple -
-Questions? Contact xvm@mit.edu. -#end if - - -#end def