summaryrefslogtreecommitdiff
path: root/templates/master_feed.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'templates/master_feed.tpl')
-rw-r--r--templates/master_feed.tpl21
1 files changed, 21 insertions, 0 deletions
diff --git a/templates/master_feed.tpl b/templates/master_feed.tpl
new file mode 100644
index 0000000..4bf8b08
--- /dev/null
+++ b/templates/master_feed.tpl
@@ -0,0 +1,21 @@
+{strip}
+<div class="listing feed">
+ <div class="header">
+ <h1>{tr}{$smarty.const.FEED_PKG_NAME|ucwords}{/tr}</h1>
+ </div>
+
+ <div class="body">
+
+ <ul class="data feed">
+ {foreach from=$actions item='action'}
+ <li class="item">
+ {if $action.feed_icon_url}<img src="{$action.feed_icon_url}" alt="{$action.conjugation_phrase|escape}" />{/if} {$action.real_log} on {$action.last_modified|date_format}
+ </li>
+ {/foreach}
+ </ul>
+
+ <div class="clear"></div>
+ {pagination}
+ </div> <!-- end .body -->
+</div> <!-- end .feed -->
+{/strip}