ian%hixie.ch 7da9b64b3e Remove indenting of first debug variable.
git-svn-id: svn://10.0.0.236/trunk@153226 18797224-902f-48f8-a5cc-f745e15eee43
2004-02-25 19:18:45 +00:00

25 lines
520 B
Plaintext

TemplateToolkit
1
<div class="footer">
<p>
<a href="./">Index</a> -
[%- IF session.ref %]
<a href="?command=userPrefs">Preferences</a> -
[%- IF session.right.cosesEditor %]
<a href="?command=cosesEditor">Edit Strings</a> -
[%- END %]
<a href="?command=loginLogout">Log Out</a>
[%- ELSE %]
<a href="?command=login">Log In</a> -
<a href="?command=loginRequestAccount">Create Account</a>
[%- END %]
</p>
<pre>
[% INCLUDE debug.dumpVars | html %]
</pre>
</div>
</body>
</html>