source: projects/Vine-manual/trunk/web.xsl @ 1396

Revision 1396, 7.0 KB checked in by daisuke, 14 years ago (diff)

update menus

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<script type="text/javascript">
41  var _gaq = _gaq || [];
42  _gaq.push(['_setAccount', 'UA-156959-1']);
43  _gaq.push(['_trackPageview']);
44  (function() {
45    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
46    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
47    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
48  })();
49</script>
50
51                        <body>
52<!-- HEADER -->
53<div id="toplogo">
54  <img src="/images/logo-vinelinux-nostring.png" alt="Vine Linux" />
55  <div id="toplogo-title">
56  <h1><strong>V</strong>ine<strong>L</strong>inux</h1>
57  <p>- コンパクトで軽量な日本語ディストリビューション -</p>
58  </div>
59
60  <!-- ADs/HEADER -->
61  <div id="ads">
62<script type="text/javascript"><xsl:comment>
63google_ad_client = "pub-0334540465096658";
64/* 468x60, trac header */
65google_ad_slot = "4820888114";
66google_ad_width = 468;
67google_ad_height = 60;
68//</xsl:comment>
69</script>
70<script type="text/javascript"
71src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
72</script>
73  </div>
74</div>
75<!-- End HEADER -->
76
77<div id="menu">
78  <ul id="main">
79    <li><a class="left" href="/">ホーム</a></li>
80    <li><a href="/aboutvinelinux.html">Vine Linux</a></li>
81    <li><a href="/download.html">ダウンロード</a></li>
82    <li><a href="/documentation.html">ドキュメント</a></li>
83    <li><a href="/books.html">書籍</a></li>
84    <li><a href="/ml.html">ML</a></li>
85    <li><a href="/errata.html">エラッタ情報</a></li>
86    <li><a href="/bts.html">バグ情報</a></li>
87    <li><a href="/projects.html">プロジェクト</a></li>
88    <li><a href="http://planet.vinelinux.org/">開発者ブログ</a></li>
89    <li><a href="http://trac.vinelinux.org/">Wiki</a></li>
90  </ul>
91</div>
92<!-- End Menu -->
93                                <div id="wrapper">
94                                <!-- start page -->
95                                <div id="page">
96                                <div id="headbar" style="float:right;width:220px;text-align:right;">
97<!-- SiteSearch Google -->
98<form action="http://www.google.co.jp/cse" id="cse-search-box">
99  <div>
100    <input type="hidden" name="cx" value="partner-pub-0334540465096658:bgcvwkeq43j" />
101    <input type="hidden" name="ie" value="ISO-2022-JP" />
102    <input type="text" name="q" size="25" />
103    <input type="submit" name="sa" value="&#x691c;&#x7d22;" />
104  </div>
105</form>
106<script type="text/javascript" src="http://www.google.co.jp/cse/brand?form=cse-search-box&amp;lang=ja"></script>
107<!-- SiteSearch Google -->
108                                     </div>
109                                     <div align="left" width="728">
110<script type="text/javascript"><xsl:comment>
111google_ad_client = "pub-0334540465096658";
112/* vinelinux bottom wide */
113google_ad_slot = "6992354029";
114google_ad_width = 728;
115google_ad_height = 90;
116//</xsl:comment>
117</script>
118<script type="text/javascript"
119src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
120</script>
121                                     </div>
122<p class="byline"></p>
123                               
124                                     <!-- start content -->
125                                     <div id="content-full">
126                                                <xsl:call-template name="header.navigation">
127                                                        <xsl:with-param name="prev" select="$prev"/>
128                                                        <xsl:with-param name="next" select="$next"/>
129                                                        <xsl:with-param name="nav.context" select="$nav.context"/>
130                                                </xsl:call-template>
131
132<div id="ads-footer">
133<script type="text/javascript"><xsl:comment>
134google_ad_client = "pub-0334540465096658";
135/* vinelinux link-unit */
136google_ad_slot = "4566651758";
137google_ad_width = 728;
138google_ad_height = 15;
139//</xsl:comment>
140</script>
141<script type="text/javascript"
142src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
143</script>
144<p class="byline"></p>
145</div>
146
147                                                <xsl:copy-of select="$content"/>
148
149<div id="ads-footer">
150<p class="byline"></p>
151<script type="text/javascript"><xsl:comment>
152google_ad_client = "pub-0334540465096658";
153/* vinelinux link-unit */
154google_ad_slot = "4566651758";
155google_ad_width = 728;
156google_ad_height = 15;
157//</xsl:comment>
158</script>
159<script type="text/javascript"
160src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
161</script>
162<script type="text/javascript"><xsl:comment>
163google_ad_client = "pub-0334540465096658";
164/* vinelinux bottom wide */
165google_ad_slot = "6992354029";
166google_ad_width = 728;
167google_ad_height = 90;
168//</xsl:comment>
169</script>
170<script type="text/javascript"
171src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
172</script>
173</div>
174
175                                                <xsl:call-template name="footer.navigation">
176                                                        <xsl:with-param name="prev" select="$prev"/>
177                                                        <xsl:with-param name="next" select="$next"/>
178                                                        <xsl:with-param name="nav.context" select="$nav.context"/>
179                                                </xsl:call-template>
180
181                                                <xsl:call-template name="user.footer.navigation"/>
182                                     </div><!-- end content-wide -->
183
184<div style="clear: both;"> </div>
185
186<div id="footlinks">
187  <p class="byline"></p>
188  <a href="http://apt-rpm.org/">
189    <img src="/images/apt-rpm.png" alt="apt-rpm" /></a>
190  <a href="http://vinecaves.com/">
191    <img src="/images/vinecaves.png" alt="vinecaves" /></a>
192  <a href="http://www.n-brain.co.jp/vine">
193    <img src="/images/n-brain-logo.png" alt="brain" /></a>
194  <a href="http://distrowatch.com/vine">
195    <img src="/images/distrowatch.png" alt="distrowatch" /></a>
196</div>
197<!-- end footlinks -->
198
199</div>
200<!-- end page -->
201</div>
202<div id="footer">
203    <div id="footmenu">
204        <a href="/projectvine.html">Project Vine について</a> |
205        <a href="/copyright.html">このサイトについて</a> |
206        <a href="/privacypolicy.html">プライバシーポリシー</a> |
207        <a href="/donation.html">ご協力・ご寄付について</a> |
208        <a href="http://trac.vinelinux.org/wiki/Vine6/Roadmap">ロードマップ</a>
209    </div>
210    <p><a href="/copyright.html">
211       Copyright (c) 1998-2010 Project Vine, All Rights Reserved.</a></p>
212</div>
213</body>
214</html>
215
216
217        </xsl:template>
218
219</xsl:stylesheet>
220
Note: See TracBrowser for help on using the repository browser.