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 name="heading()"> + account login / logout + + +

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 @@ + @@ -78,41 +80,104 @@ method="post">

Tagcloud

- Proin - lectus - orci - venenatis - pharetra - egestas - id - tincidunt - vel - eros - Integer - risus - velit - facilisis - eget - viverra - et - leo - Suspendisse - potenti - Phasellus - auctor - enim - eget - sem + -<%def name="upload()"> +<%def name="account_actions()"> -
+
-

Upload

- Upload +

Account actions

+ +
@@ -151,20 +216,20 @@ method="post"> ${self.login()} - ${self.upload()} - - ${self.search()} - - ${self.tagcloud()} - + ${self.search()} + + ${self.account_actions()} + ${self.messagebox()} + ${self.tagcloud()} +
${self.body()} @@ -172,11 +237,13 @@ method="post">