home · contact · privacy
Improve accounting scripts.
[misc] / todo_templates / base.html
index b010333d452eaea28b160467398702c0e382d9bd..1084e4ffe8240479c8dfb14bfc73909058a3d5ac 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,6 +15,8 @@ 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>
@@ -22,7 +25,7 @@ tasks: <a href="tasks">list</a> <a href="add_task">add</a> | day:
 <a href="pick_tasks">pick tasks</a>
 <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 %}