source: projects/vine-manual-build/trunk/local.xsl.in @ 2817

Revision 2817, 1.5 KB checked in by yasumichi, 13 years ago (diff)

メニューバーの修正(暫定)

RevLine 
[840]1<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version='1.0'>
2
[2796]3        <xsl:import href="/usr/share/xml/gnome/xslt/docbook/html/db2html.xsl"/>
[840]4       
[2796]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">
[2801]11                        <img src="@IMAGEDIR@/logo-vinelinux-nostring.png" alt="Vine Linux" />
[2796]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">
[2817]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>
[2796]27                        </ul>
28                </div>
[840]29        </xsl:template>
[2796]30
31        <!-- 上部のナビゲーションバーを無効に -->
32        <xsl:template name="db2html.division.top" />
33
34        <!-- スタイルシートを独自のものに変更 -->
35        <xsl:template name="db2html.css">
[2801]36                <link rel="stylesheet" type="text/css" href="@CSSFILE@"/>
[840]37        </xsl:template>
38</xsl:stylesheet>
39
Note: See TracBrowser for help on using the repository browser.