1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>samidare template sample</title>
<meta name="generator" content="samidare" />
<meta name="ROBOTS" content="INDEX, NOFOLLOW" />
<!--
<meta http-equiv="content-style-type" content="text/css" />
<link rel="stylesheet" href="tdiary/theme/base.css" type="text/css" media="all" />
<link rel="stylesheet" href="tdiary/theme/default/default.css" title="default" type="text/css" media="all" />
-->
</head>
<body>
<h1>ץ륢ƥ</h1>
<div class="day" _iter="
[
['General', data['antenna'].find_all {|v| /\.2ch\.net|read\.cgi|www\.ichigobbs\.net|jbbs\.livedoor\.jp/ !~ v['URI'] }],
['bbs', data['antenna'].find_all {|v| /\.2ch\.net|read\.cgi|www\.ichigobbs\.net/ =~ v['URI'] }],
['Update information is taken from other system:', data['update_info']]
].each//category,entries">
<h2 _text="category">category</h2>
<div class="body">
<ol>
<li _iter="entries.each//entry">
<span _text="
entry['last-modified'] ?
entry['last-modified'].strftime('%m-%d %H:%M') :
'- no log -'">date</span>
<span _if="true"> </span>
<a _attr_href="entry['linkURI']">
<span _text="entry['title']">title</span>
<span _if="author = entry['author']"> (<span _text="author">author</span>)</span>
</a> <span _text="entry['info']">[info]</span></li>
</ol>
</div>
</div>
<hr class="sep" />
<div class="footer">
<a href="sites.lirs.gz">sites.lirs.gz</a><br />
<a href="http://www.a-k-r.org/samidare/"></a>
</div>
</body>
</html>
|