projects
/
invirt/packages/invirt-web.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
advise users to disable the framebuffer
[invirt/packages/invirt-web.git]
/
templates
/
skeleton.tmpl
diff --git
a/templates/skeleton.tmpl
b/templates/skeleton.tmpl
index
60cca90
..
fa15575
100644
(file)
--- a/
templates/skeleton.tmpl
+++ b/
templates/skeleton.tmpl
@@
-31,6
+31,12
@@
function helppopup(name){
</head>
<body id="body">
+#if False
+<div>
+<p>We are in the process of modifying the service. Things likely will not work.</p>
+</div>
+#end if
+
<div id="err">
#if $varExists('error_text')
<p>STDERR:</p><pre>$error_text</pre>