Revision 2817,
1.5 KB
checked in by yasumichi, 12 years ago
(diff) |
メニューバーの修正(暫定)
|
Line | |
---|
1 | <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version='1.0'> |
---|
2 | |
---|
3 | <xsl:import href="/usr/share/xml/gnome/xslt/docbook/html/db2html.xsl"/> |
---|
4 | |
---|
5 | <xsl:param name="db.chunk.chunk_top">0</xsl:param> |
---|
6 | <!--xsl:param name="db.chunk.max_depth">3</xsl:param--> |
---|
7 | <!--xsl:param name=""></xsl:param> |
---|
8 | <xsl:param name=""></xsl:param--> |
---|
9 | <xsl:template name="db2html.division.head.extra"> |
---|
10 | <div id="toplogo"> |
---|
11 | <img src="@IMAGEDIR@/logo-vinelinux-nostring.png" alt="Vine Linux" /> |
---|
12 | <div id="toplogo-title"> |
---|
13 | <h1><strong>V</strong>ine<strong>L</strong>inux オンラインマニュアル</h1> |
---|
14 | |
---|
15 | <p>- コンパクトで軽量な日本語ディストリビューション -</p> |
---|
16 | </div> |
---|
17 | </div> |
---|
18 | <div id="menu"> |
---|
19 | <ul id="main"> |
---|
20 | <li><a class="left" href="@VMDIR@/index.html">マニュアル一覧</a></li> |
---|
21 | <li><a href="http://vinelinux.org/">公式サイト</a></li> |
---|
22 | <li><a href="http://vinelinux.org/ml.html">メーリングリスト</a></li> |
---|
23 | <li><a href="http://vinelinux.org/errata.html">更新情報</a></li> |
---|
24 | <li><a href="http://vinelinux.org/bts.html">バク情報</a></li> |
---|
25 | <li><a href="http://planet.vinelinux.org/">開発者ブログ</a></li> |
---|
26 | <li><a href="http://trac.vinelinux.org/">Wiki</a></li> |
---|
27 | </ul> |
---|
28 | </div> |
---|
29 | </xsl:template> |
---|
30 | |
---|
31 | <!-- 上部のナビゲーションバーを無効に --> |
---|
32 | <xsl:template name="db2html.division.top" /> |
---|
33 | |
---|
34 | <!-- スタイルシートを独自のものに変更 --> |
---|
35 | <xsl:template name="db2html.css"> |
---|
36 | <link rel="stylesheet" type="text/css" href="@CSSFILE@"/> |
---|
37 | </xsl:template> |
---|
38 | </xsl:stylesheet> |
---|
39 | |
---|
Note: See
TracBrowser
for help on using the repository browser.