checked in mising files in the blog demo.

This commit is contained in:
agentzh (章亦春)
2010-01-25 03:05:37 +08:00
parent 3079df6d8c
commit c5a7c04b77
35 changed files with 2771 additions and 0 deletions

View File

@ -0,0 +1,27 @@
<ul class="module-list">
[% FOREACH archive IN archives -%]
<li class="module-list-item">
[%- index = archive.month %]
<a href="#archive/[% archive.year %]/[% archive.month %]">[% months.$index %] [% archive.year %] ([% archive.count %])</a>
</li>
[% END -%]
</ul>
<p class="module-more">
[% IF offset > 0 %]
<a href="javascript:getArchiveList([% offset - count %])">&lt;&lt;</a>
[% END %]
&nbsp; &nbsp;
&nbsp; &nbsp;
&nbsp; &nbsp;
&nbsp; &nbsp;
&nbsp; &nbsp;
[% IF archives.size == count %]
<a id="more-archives" href="javascript:getArchiveList([% offset + count %]);">
Next...
</a>
[% END %]
</p>