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
Removed nonexistance makefile target and redundant ch{mod,gp}ing
[invirt/packages/invirt-web.git]
/
code
/
templates
/
unauth.mako
diff --git
a/code/templates/unauth.mako
b/code/templates/unauth.mako
index
0cbc4c7
..
f802548
100644
(file)
--- a/
code/templates/unauth.mako
+++ b/
code/templates/unauth.mako
@@
-14,16
+14,22
@@
Debian or Ubuntu install</strong> or install the <strong>operating
system of your choice</strong>. The service is <strong>free</strong>
to any Athena account holder.</p>
system of your choice</strong>. The service is <strong>free</strong>
to any Athena account holder.</p>
+%if os.path.exists("/etc/invirt/message"):
+<div class="result">
+<p class="error">${open('/etc/invirt/message').read()}</p>
+</div>
+%endif
+
<p>MIT users:</p>
<blockquote><big><a
<p>MIT users:</p>
<blockquote><big><a
-href="https://${config.web.hostname}/"><strong><font color="green">→</font> Log in to XVM now</strong>
+href="https://${config.web.hostname}/"><strong><font color="green">→</font> Log in to XVM using MIT certificates</strong>
</a></big></blockquote>
</a></big></blockquote>
-<p>You'll need an <a href="http://ca.mit.edu/">MIT personal
-certificate</a>.</p>
<blockquote><big><a
href="https://${config.web.hostname}:442/"><strong><font color="green">→</font> Log in to XVM using Kerberos Tickets</strong>
</a></big></blockquote>
<blockquote><big><a
href="https://${config.web.hostname}:442/"><strong><font color="green">→</font> Log in to XVM using Kerberos Tickets</strong>
</a></big></blockquote>
+<p>In order to log in, you'll need to obtain <a href="http://ca.mit.edu/">MIT certificates</a></p>
+
<h2>XVM features:</h2>
<ul>
<li>Online management of virtual machines</li>
<h2>XVM features:</h2>
<ul>
<li>Online management of virtual machines</li>