Added outage notice to website
[invirt/packages/invirt-web.git] / code / templates / skeleton.mako
index a53d2bf..e2214ba 100644 (file)
@@ -64,17 +64,24 @@ You are currently authenticated as an administrator.
 <li><a href="help">Help</a></li>
 </ul>
 
 <li><a href="help">Help</a></li>
 </ul>
 
+% if True:
+<p class="notice">There will be a scheduled XVM outage on the weekend of July
+20th. See the <a href="/static/outage_email.txt">outage email</a> for further
+information.</p> 
 % endif
 
 % endif
 
-<div id="result" class="result">
-% if result:
-${result}
 % endif
 % endif
-</div>
 
 % if not simple:
 <h1>${self.title()} &mdash; XVM</h1>
 % endif
 
 % if not simple:
 <h1>${self.title()} &mdash; XVM</h1>
 % endif
+
+% if result:
+<div id="result" class="result">
+${result}
+</div>
+% endif
+
 ${next.body()}
 % if not simple:
 <hr />
 ${next.body()}
 % if not simple:
 <hr />