</form>
% else:
<form action="${url(controller='account', action='login_begin')}" method="POST">
+ <p>Log in or register with <img src="/icons/openid.png" alt="OpenID" title="OpenID"> OpenID:</p>
<p>
- Identity URL: <input type="text" name="identity_url">
+ <input type="text" name="identity_url" id="identity-url">
<input type="submit" value="Log in">
</p>
+ <p class="what"><a href="${url(controller='account', action='login')}">What's this?</a></p>
</form>
% endif
</div>
</div>
<div id="footer">
<p>Powered by floof</p>
+ <p>Fugue icon set by <a href="http://www.pinvoke.com/">Yusuke Kamiyamane</a></p>
</div>
</body>
</html>