1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-26 16:31:29 +00:00

implement dumb article downloader

This commit is contained in:
Andrew Dolgov
2009-02-03 16:11:44 +03:00
parent 87b16a0a61
commit 6a1cd59192
4 changed files with 71 additions and 41 deletions

View File

@@ -474,20 +474,22 @@
$amount = array(
50 => 50,
100 => 100,
0 => "All unread");
250 => 250);
print_select_hash("amount", 50, $amount);
print " " . __("newest articles for offline reading.");
print "<br/>";
print "<input checked='yes' type='checkbox' name='unread_only' id='unread_only'>";
print "<label for='unread_only'>".__('Only include unread articles')."</label>";
print "</div>";
print "</form>";
print "<div class=\"dlgButtons\">
<div id=\"d_progress_o\" style=\"display : none\">
<div id=\"d_progress_i\"></div>
</div>
<input class=\"button\"
type=\"submit\" onclick=\"return initiate_offline_download()\" value=\"".__('Download')."\">
<input class=\"button\"