OSDN Git Service

templates encoding convert to utf-8
[keitairc/keitairc.git] / data / templates / ipod-sjis / index.html
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
2           "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
3 <html xmlns="http://www.w3.org/1999/xhtml">
4   <head>
5     <meta http-equiv="Content-Type" content="text/html; charset=<!-- tmpl_var content_charset -->" />
6     <!-- tmpl_var common_header -->
7     <meta name="viewport" content="width=device-width; initial-scale=1.0; maximum-scale=1.0; user-scalable=0;"/>
8     <style type="text/css" media="screen">
9       @import "<!-- tmpl_var root -->iui/iuix.css";
10       @import "<!-- tmpl_var root -->iui-keitairc.css";
11     </style>
12     <script type="application/x-javascript" src="<!-- tmpl_var root -->iui/iuix.js"></script>
13     <!-- tmpl_var extra_header -->
14     <title><!-- tmpl_var title --></title>
15   </head>
16   <body>
17
18     <div class="toolbar">
19       <h1 id="pageTitle"></h1>
20       <a class="button leftButton" target="_self" href="index">更新</a>
21       <a class="button" href="#submitForm">メニュー</a>
22     </div>
23
24     <ul id="home" title="チャネルリスト" selected="true">
25       <tmpl_loop name="loop">
26         <li>
27           <a target="_self" href="all/<!-- tmpl_var cid -->"><!-- tmpl_var cname -->
28           <tmpl_if unread_lines>
29             (<!-- tmpl_var unread_lines -->)
30           </tmpl_if>
31           <tmpl_if mtime>
32             <font size="-1" color="#c6d1ff">
33               <!-- tmpl_var mtime -->前
34             </font>
35           </tmpl_if>
36           </a>
37         </li>
38       </tmpl_loop>
39
40       <li class="footer">
41         <!-- tmpl_var timestamp --><br />
42         keitairc <!-- tmpl_var version -->
43       </li>
44     </ul>
45
46     <form target="_self" id="submitForm" class="dialog" action"index" method="post">
47       <fieldset>
48         <h1>IRCコマンド</h1>
49         <a href="#" class="button leftButton" type="cancel">キャンセル</a>
50         <a class="button blueButton" type="submit">メニュー</a>
51         <label for="m">IRCコマンド</label>
52         <input type="text" id="m" name="m" />
53         <input type="hidden" name="stamp" value="<!-- tmpl_var stamp -->" />
54         <hr />
55         <a class="grayButton" target="_self" href="index">ページの更新</a>
56         <tmpl_if unread>
57           <a class="whiteButton" target="_self" href="recent">未読発言一覧</a>
58         </tmpl_if>
59         <a class="whiteButton" target="_self" href="topic">トピック一覧</a>
60         <a class="whiteButton" target="_self" href="logout">ログアウト</a>
61       </fieldset>
62     </form>
63
64   </body>
65 </html>