diff --git a/trunk/yolanda/templates/xhtml/account.mako b/trunk/yolanda/templates/xhtml/account.mako new file mode 100644 index 0000000..064ad16 --- /dev/null +++ b/trunk/yolanda/templates/xhtml/account.mako @@ -0,0 +1,21 @@ +<%inherit file="base.mako"/> + +<%def name="title()"> + account stuff +%def> + +<%def name="heading()"> + account login / logout +%def> + +
The following information will be saved.
+ + + diff --git a/trunk/yolanda/templates/xhtml/base.mako b/trunk/yolanda/templates/xhtml/base.mako index e854388..13834d0 100644 --- a/trunk/yolanda/templates/xhtml/base.mako +++ b/trunk/yolanda/templates/xhtml/base.mako @@ -15,6 +15,7 @@ + %def> @@ -78,41 +80,104 @@ method="post">${g.platform_name} is realized using ${g.application_name} Copyright © 2007, 2008 ${g.developers} – ${g.application_name} comes with absolutely no warranty; for details click here. ${g.application_name} is free software, and you are welcome to redistribute it under certain conditions; click here for details. To view the source code, click here. Report bugs here. +