OSDN Git Service

* lib/templates/default/{all,unread}.html: fixed stamp variable
[keitairc/keitairc.git] / lib / templates / default / unread.html
1 <html>
2   <head>
3     <meta http-equiv="Content-Type" content="text/html; charset=Shift_JIS" />
4     <meta http-equiv="Cache-Control" content="max-age=0" />
5     <title><!-- tmpl_var title -->: <!-- tmpl_var channel_compact --></title>
6   </head>
7   <body>
8
9     <font size="<!-- tmpl_var fontsize -->">
10
11     <!-- tmpl_var channel_compact -->\82Ì\96¢\93Ç\94­\8c¾<br />
12
13     <form action="<!-- tmpl_var cid -->" method="post">
14       <tmpl_if is_mobile>
15         <input type="text" name="m" size="10" />
16       <tmpl_else>
17         <input type="text" name="m" />
18       </tmpl_if>
19       <input type="submit" accesskey="1" value="[1] \94­\8c¾/\8dX\90V" />
20       <input type="hidden" name="stamp" value="<!-- tmpl_var stamp -->" /><br />
21     </form>
22
23     <tmpl_loop name="loop">
24       <tmpl_if nick>
25         <font color="#6666ff"><!-- tmpl_var time --></font>
26         <!-- tmpl_var nick -->&gt;
27         <!-- tmpl_var message -->
28       <tmpl_else>
29         <font color="#6666ff"><!-- tmpl_var time --></font>
30         <font color="#c6d1ff"><!-- tmpl_var message --></font>
31       </tmpl_if>
32       <br />
33     </tmpl_loop>
34
35     <tmpl_unless loop>
36       (\96¢\93Ç\94­\8c¾\82Í\82 \82è\82Ü\82¹\82ñ)
37     </tmpl_unless>
38
39     <hr />
40     <a accesskey="5" href="../all/<!-- tmpl_var cid -->">[5] \91S\94­\8c¾\82Ö</a><br />
41     <tmpl_if follow_nick>
42       <a accesskey="2" href="../nick/<!-- tmpl_var cid -->">[2] nickؽÄ</a><br />
43     </tmpl_if>
44     <a accesskey="8" href="../index">[8] Á¬ÈÙؽÄ</a><br />
45     <tmpl_if plugin_location>
46       <tmpl_if is_mobile>
47         <a accesskey="9" href="../location/<!-- tmpl_var cid -->">[9] \88Ê\92u\8fî\95ñ\91\97\90M</a><br />
48       </tmpl_if>
49     </tmpl_if>
50     <a accesskey="*" href="../recent">[*] \96¢\93Ç\94­\8c¾\88ê\97\97</a><br />
51     <a accesskey="0" href="<!-- tmpl_var cid -->">[0] \8dX\90V</a><br />
52     <hr />
53     <!-- tmpl_var timestamp --><br />
54     keitairc <!-- tmpl_var version -->
55
56     </font>
57
58   </body>
59 </html>