OSDN Git Service

*** empty log message ***
[keitairc/keitairc.git] / lib / templates / default / nick.html
1 <html>
2   <head>
3     <meta name="Robots" content="noindex,nofollow">
4     <meta name="Keywords" content="norobot">
5     <meta http-equiv="Content-Type" content="text/html; charset=Shift_JIS" />
6     <meta http-equiv="Cache-Control" content="max-age=0" />
7     <title><!-- tmpl_var title --></title>
8   </head>
9   <body>
10
11     <font size="<!-- tmpl_var fontsize -->">
12
13     <!-- tmpl_var channel_compact -->\82É\8eQ\89Á\92\86\82Ìnick<br />
14     <tmpl_loop name="loop">
15       <tmpl_if op>@</tmpl_if><!-- tmpl_var nick -->
16       <font color="#6060ff">(<!-- tmpl_var realname -->)</font>
17       <br />
18     </tmpl_loop>
19
20     <hr />
21     <a accesskey="8" href="../index">[8] Á¬ÈÙؽÄ</a><br />
22     <hr />
23     <!-- tmpl_var timestamp --><br />
24     keitairc <!-- tmpl_var version -->
25
26     </font>
27
28   </body>
29 </html>