root/lang/perl/mobirc/trunk/mobirc/assets/tmpl/keyword.html @ 991

Revision 991, 372 bytes (checked in by typester, 6 years ago)

tokuちゃんの一連のコミットもどし

Line 
1[% INCLUDE 'include/header.html' %]
2
3<a name="1"></a>
4<a accesskey="7" href="#1"></a>
5
6<div class="ttlLv1">keyword</div>
7
8[% FOR row IN rows %]
9    [% render_line(row) %](<a href="[% docroot %]channels/[% row.channel | uri%]">[% row.channel | html %]</a>)<br />
10[% END %]
11
12<hr />
13<a accesskey="8" href="[% docroot %]">top[8]</a><br />
14
15[% INCLUDE 'include/footer.html' %]
Note: See TracBrowser for help on using the browser.