OSDN Git Service

Merge branch 'master' of git.sourceforge.jp:/gitroot/hengband/hengband
[hengband/hengband.git] / markdown / template.html
1 <!DOCTYPE html>
2 <html$if(lang)$ lang="$lang$"$endif$$if(dir)$ dir="$dir$"$endif$>
3 <head>
4         <meta charset="utf-8">
5         <link rev=made href="mailto:hengband-dev@lists.sourceforge.jp" />
6         <link rel="stylesheet" href="hengband.css" />
7         <meta name="generator" content="pandoc">
8         <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes">
9 $for(author-meta)$
10         <meta name="author" content="$author-meta$">
11 $endfor$
12 $if(date-meta)$
13         <meta name="dcterms.date" content="$date-meta$">
14 $endif$
15 $if(keywords)$
16         <meta name="keywords" content="$for(keywords)$$keywords$$sep$, $endfor$">
17 $endif$
18         <title>$if(title-prefix)$$title-prefix$ 窶・$endif$$pagetitle$</title>
19         <style type="text/css">code{white-space: pre;}</style>
20 $if(quotes)$
21 $endif$
22 $if(highlighting-css)$
23         <style type="text/css">
24 $highlighting-css$
25         </style>
26 $endif$
27 $for(css)$
28         <link rel="stylesheet" href="$css$">
29 $endfor$
30 $if(math)$
31         $math$
32 $endif$
33         <!--[if lt IE 9]>
34                 <script src="//cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv-printshiv.min.js"></script>
35         <![endif]-->
36 $for(header-includes)$
37         $header-includes$
38 $endfor$
39 </head>
40
41 <body>
42         $for(include-before)$
43         $include-before$
44         $endfor$
45
46         <div id="wrapper">
47
48                 <header>
49
50                 $if(title)$
51                 <h1 class="title">$title$</h1>
52                 $if(subtitle)$
53                 <p class="subtitle">$subtitle$</p>
54                 $endif$
55                 $for(author)$
56                 <p class="author">$author$</p>
57                 $endfor$
58                 $if(date)$
59                 <p class="date">$date$</p>
60                 $endif$
61                 </header>
62
63                 $endif$
64
65                 <div id="header">
66
67                         <table class="title">
68                                 <tr>
69                                         <td>
70                                                 <img src="tama.gif" alt="tama" width=33 height=47>
71                                                 <img src="tama.gif" alt="tama" width=33 height=47>
72                                                 <img src="tama.gif" alt="tama" width=33 height=47>
73                                                 <img src="tama.gif" alt="tama" width=33 height=47>
74                                         </td>
75
76                                         <td rowspan="2">
77                                                 <img src="hengband_title.png" alt="変愚蛮怒 Hengband">
78                                         </td>
79
80                                         <td>
81                                                 <img src="tama.gif" alt="tama" width=33 height=47>
82                                                 <img src="tama.gif" alt="tama" width=33 height=47>
83                                                 <img src="tama.gif" alt="tama" width=33 height=47>
84                                                 <img src="tama.gif" alt="tama" width=33 height=47>
85                                         </td>
86
87                                 </tr>
88                                 <tr>
89                                         <td>
90                                                 <img src="tama.gif" alt="tama" width=33 height=47>
91                                                 <img src="tama.gif" alt="tama" width=33 height=47>
92                                                 <img src="tama.gif" alt="tama" width=33 height=47>
93                                                 <img src="tama.gif" alt="tama" width=33 height=47>
94                                         </td>
95
96                                         <td>
97                                                 <img src="tama.gif" alt="tama" width=33 height=47>
98                                                 <img src="tama.gif" alt="tama" width=33 height=47>
99                                                 <img src="tama.gif" alt="tama" width=33 height=47>
100                                                 <img src="tama.gif" alt="tama" width=33 height=47>
101                                         </td>
102
103                                 </tr>
104
105                         </table class="title">
106
107                 </div>
108
109                 <div class="main_menu_bar">
110                         <table class="main_menu_bar">
111                                 <tr>
112                                         <td class="main_menu"><a href="index.html">トップ</a></td>
113                                         <td class="main_menu"><a href="download.html">ダウンロード</a></td>
114                                         <td class="main_menu"><a href="score.html">スコア</a></td>
115                                         <td class="main_menu"><a href="lists.html">コミュニティ</a></td>
116                                 </tr>
117                                 <tr>
118                                         <td class="main_menu"><a href="history.html">バージョン履歴</a></td>
119                                         <td class="main_menu"><a href="link.html">関連リンク</a></td>
120                                         <td class="main_menu"><a href="jlicense.txt">著作権表記</a></td>
121                                         <td class="main_menu"><a href="en/index.html">English page</a></td>
122                                 </tr>
123                         </table>
124                 </div>
125
126                 <div class="content">
127                         $if(toc)$
128                         <nav id="$idprefix$TOC">
129                         $toc$
130                         </nav>
131                         $endif$
132                         $body$
133                         $for(include-after)$
134                         $include-after$
135                         $endfor$
136                 </div>
137
138                 <div class="footer">
139                         <a href="http://sourceforge.jp/" class="footer_banner"><img src="http://sourceforge.jp/sflogo.php?group_id=541" width="96" height="31" border="0" alt="SourceForge.jp"></a>
140                         ページへのリンクは御自由にどうぞ。/Link Free. 2017 Hengband Dev Team.<br>
141                         <a href="mailto:hengband-dev@lists.sourceforge.jp">hengband-dev@lists.sourceforge.jp</a><br>
142                 </div>
143
144         </div>
145
146 </body>
147
148 </html>