projects
/
zzz-floof.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Make User.name unique.
[zzz-floof.git]
/
floof
/
templates
/
base.mako
diff --git
a/floof/templates/base.mako
b/floof/templates/base.mako
index
60e8adb
..
2fb385a
100644
(file)
--- a/
floof/templates/base.mako
+++ b/
floof/templates/base.mako
@@
-37,10
+37,12
@@
${h.end_form()}
</form>
% else:
<form action="${url(controller='account', action='login_begin')}" method="POST">
</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>
<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>
<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>
</form>
% endif
</div>
@@
-63,6
+65,7
@@
${next.body()}
</div>
<div id="footer">
<p>Powered by floof</p>
</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>
</div>
</body>
</html>