home · contact · privacy
Improve accounting scripts.
[misc] / todo_templates / base.html
index b010333d452eaea28b160467398702c0e382d9bd..a2d05dae44fe04b362e7cea400df571372795336 100644 (file)
@@ -1,3 +1,4 @@
+{% import 'macros.html' as macros %}
 <style>
 body { font-family: monospace; background: white; color: black; }
 input { font-family: monospace; padding: 0em; margin: 0em; }
@@ -14,15 +15,16 @@ th.desc { background: linear-gradient(to bottom, white, grey); }
 input[type="submit"] { background-color: #cccccc; }
 button { background-color: #cccccc; }
 input[type="submit"].update { background-color: #aaffaa; }
+input[type="submit"].delete { background-color: #ff7777; }
+div.delete { float: right; }
 {% block css %}
 {% endblock %}
 </style>
 <body>
-tasks: <a href="tasks">list</a> <a href="add_task">add</a> | day:
-<a href="pick_tasks">pick tasks</a>
+tasks: <a href="tasks">review</a> <a href="add_task">add</a> | day:
 <a href="do_todos">do todos</a>
 | <a href="calendar">calendar</a>
-| <a href="unset_cookie">unset cookie</a>
+| <a href="reset_cookie">reset cookie</a>
 <hr />
 {% block content %}
 {% endblock %}