/[refeed]/trunk/style/templates/page-update.tpl
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Contents of /trunk/style/templates/page-update.tpl

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2 - (show annotations)
Wed Jul 5 00:27:49 2006 UTC (17 years, 11 months ago) by dpavlin
File size: 1331 byte(s)
make working copy of trunk
1 {*----------------------------------------
2 $Id: page-update.tpl,v 1.11 2006/02/23 19:47:50 fruminator Exp $
3 vim: ts=4 foldcolumn=4 foldmethod=marker
4
5 This file is part of Reblog: http://reblog.org
6 A derivative work of Feed On Feeds: http://feedonfeeds.com
7
8 Distributed under the Gnu Public License, see LICENSE
9
10 Copyright ©2004 Michael Frumin, Michal Migurski
11 mike@stamen.com, http://stamen.com
12 mfrumin@eyebeam.org, http://eyebeam.org
13
14 page-update.tpl - page for updating new items in feeds
15 ----------------------------------------*}
16 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
17 <html lang="en">
18
19 <head>
20 <title>reFeed: update feeds</title>
21 {include file="head-links.tpl"}
22 </head>
23
24 <body id="util">
25
26 {include file="menu-minimal.tpl"}
27
28 <div id="main">
29
30 <div class="announcement">
31 {foreach from=$RB.feeds item=feed}
32 <p>
33 Updating <strong><a href="{view_link script="_ITEM_LIST" feed=$feed->getID() what="new" how="paged"}">{$feed->title|escape}</a></strong>...
34 <strong>{$feed->usage.updated}</strong> new or changed items.
35 </p>
36 {/foreach}
37 </div>
38
39 </div>
40
41 </body>
42 </html>

  ViewVC Help
Powered by ViewVC 1.1.26