From c1711f002ac343c414175bf9005e96e053ba75da Mon Sep 17 00:00:00 2001 From: Thayer Williams Date: Tue, 16 Mar 2010 11:22:54 -0700 Subject: Redesigned todo list pages Signed-off-by: Dan McGee --- templates/todolists/list.html | 62 ++++++++++++++++++++++++------------------- 1 file changed, 34 insertions(+), 28 deletions(-) (limited to 'templates/todolists/list.html') diff --git a/templates/todolists/list.html b/templates/todolists/list.html index ffbab2af..e4b426bb 100644 --- a/templates/todolists/list.html +++ b/templates/todolists/list.html @@ -2,34 +2,40 @@ {% block title %}Arch Linux - Todo Lists{% endblock %} {% block content %} -
- {% if perms.main.add_todolist %} -
- Add Todo List -
- {% endif %} -

Package ToDo lists

- - - - - - - - - - - +
+ +

Package Todo Lists

+ + {% if perms.main.add_todolist %} + + {% endif %} + +
NameCreation DateCreatorDescriptionStatus
+ + + + + + + + + + {% for list in lists %} - - - - - - - + + + + + + + {% endfor %} - -
NameCreation DateCreatorDescriptionStatus
{{ list.name }}{{ list.date_added }}{{ list.creator.get_full_name }}{{ list.description }}{% if list.complete %}Complete{% else %}Incomplete{% endif %}
{{ list.name }}{{ list.date_added }}{{ list.creator.get_full_name }}{{ list.description }}{% if list.complete %}Complete + {% else %}Incomplete{% endif %}
-
+ + + + {% endblock %} -- cgit v1.2.3-54-g00ecf