|
|
@ -17,7 +17,9 @@
|
|
|
|
<%if logged-in == true>
|
|
|
|
<%if logged-in == true>
|
|
|
|
<div class="userbox">
|
|
|
|
<div class="userbox">
|
|
|
|
<div>You are logged in as <strong><%?username></strong>.</div>
|
|
|
|
<div>You are logged in as <strong><%?username></strong>.</div>
|
|
|
|
<div><a href="/account/">Account settings</a> | <a href="/">My VPSes</a></div> | <a href="/logout/">Log out</a></div>
|
|
|
|
<a href="/account/">Account settings</a>
|
|
|
|
|
|
|
|
<a href="/">My VPSes</a>
|
|
|
|
|
|
|
|
<a href="/logout/">Log out</a>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<%/if>
|
|
|
|
<%/if>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|