Moved to upper right, name in bold.
Also fixed a bug where a tag went unmatched when 'simple' is true.
svn path=/trunk/packages/sipb-xen-www/; revision=417
display: inline;
padding: .2em;
}
+
+/* Logged-in welcome message. */
+.loggedin {
+ float: right;
+}
+.loggedin .name {
+ font-weight: bold;
+}
</div>
#if not $varExists('simple') or not $simple
-<p>[You are logged in as $user.]</p>
+<p class="loggedin">Welcome, <span class="name">$user</span>.</p>
<ul class="navigation">
<li><a href="list">List</a></li>
<li><a href="vnc?machine_id=$machine.machine_id">Console</a></li>
#end if
<li><a href="help">Help</a></ul></li>
-#end if
</ul>
+#end if
<div id="result" class="result">
#if $varExists('result')