source: projects/install-guide/trunk/web.xsl @ 1289

Revision 1289, 5.7 KB checked in by daisuke, 14 years ago (diff)

web用のcss/xslを新しいサイトデザインに変更

Line 
1<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version='1.0'>
2
3        <xsl:import href="/usr/share/sgml/docbook/xsl-stylesheets/xhtml/chunk.xsl"/>
4        <xsl:param name="html.stylesheet">web.css</xsl:param>
5
6        <xsl:param name="toc.section.depth">1</xsl:param>
7        <xsl:param name="section.autolabel">1</xsl:param>
8        <xsl:param name="section.label.includes.component.label">1</xsl:param>
9        <xsl:param name="use.id.as.filename">1</xsl:param>
10        <xsl:param name="css.decoration">0</xsl:param>
11        <xsl:param name="root.filename" />
12        <xsl:param name="admon.style" />
13
14        <xsl:template match="question" mode="label.markup">
15                <xsl:text>Q</xsl:text>
16                <xsl:number level="multiple" count="qandaentry" format="1"/>
17        </xsl:template>
18        <xsl:template match="answer" mode="label.markup">
19                <xsl:text>A</xsl:text>
20                <xsl:number level="multiple" count="qandaentry" format="1"/>
21        </xsl:template>
22
23
24        <xsl:template name="chunk-element-content">
25                <xsl:param name="prev"/>
26                <xsl:param name="next"/>
27                <xsl:param name="nav.context"/>
28                <xsl:param name="content">
29                        <xsl:apply-imports/>
30                </xsl:param>
31
32                <xsl:call-template name="user.preroot"/>
33
34                <html>
35                        <xsl:call-template name="html.head">
36                                <xsl:with-param name="prev" select="$prev"/>
37                                <xsl:with-param name="next" select="$next"/>
38                        </xsl:call-template>
39
40                        <body>
41
42<!-- HEADER -->
43<div id="toplogo">
44  <img src="/images/logo-vinelinux-nostring.png" alt="Vine Linux" />
45  <div id="toplogo-title">
46  <h1><strong>V</strong>ine<strong>L</strong>inux</h1>
47  <p>- コンパクトで軽量な日本語ディストリビューション -</p>
48  </div>
49
50  <!-- ADs/HEADER -->
51  <div id="ads">
52<script type="text/javascript"><xsl:comment>
53google_ad_client = "pub-0334540465096658";
54/* 468x60, trac header */
55google_ad_slot = "4820888114";
56google_ad_width = 468;
57google_ad_height = 60;
58//</xsl:comment>
59</script>
60<script type="text/javascript"
61src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
62</script>
63  </div>
64</div>
65<!-- End HEADER -->
66
67<div id="menu">
68  <ul id="main">
69    <li><a class="left" href="/">ホーム</a></li>
70    <li><a href="/aboutvinelinux.html">Vine Linux について</a></li>
71    <li><a href="/download.html">ダウンロード</a></li>
72    <li><a href="/documentation.html">ドキュメント</a></li>
73    <li><a href="/ml.html">ML</a></li>
74    <li><a href="/errata.html">更新情報</a></li>
75    <li><a href="/bts.html">バグ情報</a></li>
76    <li><a href="/projects.html">プロジェクト</a></li>
77    <li><a href="http://planet.vinelinux.org/">開発者ブログ</a></li>
78    <li><a href="http://trac.vinelinux.org/">Wiki</a></li>
79  </ul>
80</div>
81<!-- End Menu -->
82                                <div id="wrapper">
83                                <!-- start page -->
84                                <div id="page">
85                                <div id="headbar" align="right">
86<!-- SiteSearch Google -->
87<form action="http://www.google.co.jp/cse" id="cse-search-box">
88  <div>
89    <input type="hidden" name="cx" value="partner-pub-0334540465096658:bgcvwkeq43j" />
90    <input type="hidden" name="ie" value="ISO-2022-JP" />
91    <input type="text" name="q" size="31" />
92    <input type="submit" name="sa" value="&#x691c;&#x7d22;" />
93  </div>
94</form>
95<script type="text/javascript" src="http://www.google.co.jp/cse/brand?form=cse-search-box&amp;lang=ja"></script>
96<!-- SiteSearch Google -->
97                                     </div>
98                               
99                                     <!-- start content -->
100                                     <div id="content-full">
101                                                <xsl:call-template name="header.navigation">
102                                                        <xsl:with-param name="prev" select="$prev"/>
103                                                        <xsl:with-param name="next" select="$next"/>
104                                                        <xsl:with-param name="nav.context" select="$nav.context"/>
105                                                </xsl:call-template>
106
107                                                <xsl:copy-of select="$content"/>
108
109                                                <xsl:call-template name="footer.navigation">
110                                                        <xsl:with-param name="prev" select="$prev"/>
111                                                        <xsl:with-param name="next" select="$next"/>
112                                                        <xsl:with-param name="nav.context" select="$nav.context"/>
113                                                </xsl:call-template>
114
115                                                <xsl:call-template name="user.footer.navigation"/>
116                                     </div><!-- end content-wide -->
117
118<div style="clear: both;"> </div>
119
120<div id="ads-footer">
121<p class="byline"></p>
122<script type="text/javascript"><xsl:comment>
123google_ad_client = "pub-0334540465096658";
124/* vinelinux link-unit */
125google_ad_slot = "4566651758";
126google_ad_width = 728;
127google_ad_height = 15;
128//</xsl:comment>
129</script>
130<script type="text/javascript"
131src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
132</script>
133<script type="text/javascript"><xsl:comment>
134google_ad_client = "pub-0334540465096658";
135/* vinelinux bottom wide */
136google_ad_slot = "6992354029";
137google_ad_width = 728;
138google_ad_height = 90;
139//</xsl:comment>
140</script>
141<script type="text/javascript"
142src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
143</script>
144</div>
145
146<div id="footlinks">
147  <p class="byline"></p>
148  <a href="http://apt-rpm.org/">
149    <img src="/images/apt-rpm.png" alt="apt-rpm" /></a>
150  <a href="http://vinecaves.com/">
151    <img src="/images/vinecaves.png" alt="vinecaves" /></a>
152  <a href="http://www.n-brain.co.jp/">
153    <img src="/images/n-brain-logo.png" alt="brain" /></a>
154  <a href="http://distrowatch.com/vine">
155    <img src="/images/distrowatch.png" alt="distrowatch" /></a>
156</div>
157<!-- end footlinks -->
158
159</div>
160<!-- end page -->
161</div>
162<div id="footer">
163    <div id="footmenu">
164        <a href="/projectvine.html">Project Vine について</a> |
165        <a href="/copyright.html">このサイトについて</a> |
166        <a href="/privacypolicy.html">プライバシーポリシー</a> |
167        <a href="/donation.html">ご協力・ご寄付について</a> |
168        <a href="http://trac.vinelinux.org/wiki/Vine6/Roadmap">ロードマップ</a>
169    </div>
170    <p><a href="/copyright.html">
171       Copyright (C) 1998-2010 Project Vine, All Rights Reserved.</a></p>
172</div>
173</body>
174</html>
175
176
177        </xsl:template>
178
179</xsl:stylesheet>
180
Note: See TracBrowser for help on using the repository browser.