From 19eee4d9139175fe52abca3d6f3258144f2f44d3 Mon Sep 17 00:00:00 2001 From: evilhero Date: Sat, 4 May 2013 00:40:32 -0400 Subject: [PATCH] IMP: Added 'Download' button to Weekly Pullist that will Download all 'Downloaded' Comics from the pullist into either the grabbag_dir or a weekly_directory --- data/interfaces/default/weeklypull.html | 29 +++++++++++++++++--- mylar/__init__.py | 6 +++-- mylar/webserve.py | 36 ++++++++++++++++++++----- 3 files changed, 59 insertions(+), 12 deletions(-) diff --git a/data/interfaces/default/weeklypull.html b/data/interfaces/default/weeklypull.html index 29a4d07d..3d98b510 100755 --- a/data/interfaces/default/weeklypull.html +++ b/data/interfaces/default/weeklypull.html @@ -1,7 +1,9 @@ <%inherit file="base.html"/> <%! - from mylar import db import mylar + from mylar import db + from mylar.helpers import checked + %> <%def name="headerIncludes()"> @@ -9,7 +11,8 @@
Refresh Pull-list Recreate Pull-list - Downloaded to Dir + Download +
« Back to overview @@ -20,6 +23,20 @@

Weekly Pull list for : ${pulldate}

+
+
+
+
+ + Create ${weekfold} +
+ + + +
+
+
+
@@ -68,7 +85,13 @@ <%def name="javascriptIncludes()"> - + +