|
Revision 1290
(checked in by miyagawa, 2 years ago)
|
tweaked CHTML template
|
| Line | |
|---|
| 1 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD Compact HTML 1.0 Draft//EN"> |
|---|
| 2 |
<html><head><title>[% conf.title | html %]</title></head> |
|---|
| 3 |
<body> |
|---|
| 4 |
[% conf.title | html %]<br> |
|---|
| 5 |
updated on: [% modified.format('Mail') %]<br> |
|---|
| 6 |
<hr size="1"> |
|---|
| 7 |
[% FOREACH feed = feeds -%] |
|---|
| 8 |
><a href="[% feed.feed_link | html %]">[% feed.title %]</a>([% feed.count %])<br> |
|---|
| 9 |
+ [% feed.lastdate.format('Mail') %] |
|---|
| 10 |
[% UNLESS loop.last %]<hr size="1" width="50%">[% END %] |
|---|
| 11 |
[%- END %] |
|---|
| 12 |
[% IF earlier %]<hr size="1"><a href="./[% earlier %].html">< earlier</a><br>[% END %] |
|---|
| 13 |
</body> |
|---|
| 14 |
</html> |
|---|