1
0
This repository has been archived on 2025-06-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
bundled-libs
deployment
docs
htmlarea
include
lang
plugins
sql
templates
blue
bulletproof
carl_contest
competition
contest
default
YahooUI
admin
img
treeview
atom.css
commentform.tpl
commentpopup.tpl
comments.tpl
comments_by_author.tpl
content.tpl
dragdrop.js
entries.tpl
entries_archives.tpl
entries_summary.tpl
feed_0.91.tpl
feed_1.0.tpl
feed_2.0.tpl
feed_atom0.3.tpl
feed_atom1.0.tpl
feed_opml1.0.tpl
htmlarea.css
imgedit.js
index.tpl
info.txt
plugin_calendar.tpl
plugin_categories.tpl
preview.png
preview_fullsize.jpg
preview_iframe.tpl
sidebar.tpl
style.css
trackbacks.tpl
default-php
default-rtl
default-xml
idea
kubrick
moz-modern
mt-clean
mt-georgiablue
mt-gettysburg
mt-plainjane
mt-rusty
mt-stormy
mt-trendy
mt3-chalkboard
mt3-gettysburg
mt3-independence
mt3-squash
newspaper
wp
HOWTO
templates_c
tests
uploads
comment.php
exit.php
index.php
rss.php
serendipity.css.php
serendipity_admin.php
serendipity_admin_image_selector.php
serendipity_config.inc.php
serendipity_define.js.php
serendipity_editor.js
serendipity_xmlrpc.php
wfwcomment.php
LuckyCoinkydink/templates/default/entries_summary.tpl
2006-08-02 10:07:34 +00:00

16 lines
732 B
Smarty

{serendipity_hookPlugin hook="entries_header"}
<div class='serendipity_date'>{$CONST.TOPICS_OF} {$dateRange.0|@formatTime:"%B, %Y"}</div>
<div class="serendipity_entry">
<ul>
{foreach from=$entries item="entries"}
{foreach from=$entries.entries item="entry"}
<li><a href="{$entry.link}">{$entry.title}</a>
<div class="summary_posted_by">{$CONST.POSTED_BY} <span class="posted_by_author">{$entry.author}</span> {$CONST.ON} <span class="posted_by_date">{$entry.timestamp|@formatTime:DATE_FORMAT_ENTRY}</span></div></li>
{/foreach}
{/foreach}
</ul>
</div>
<div class='serendipity_entryFooter' style="text-align: center">
{serendipity_hookPlugin hook="entries_footer"}</div>