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

Revision 2801, 1.1 KB checked in by yasumichi, 13 years ago (diff)

gnome-doc-utils への対応

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">
20                                <li><a class="left" href="/">ホーム</a></li>
21                        </ul>
22                </div>
[840]23        </xsl:template>
[2796]24
25        <!-- 上部のナビゲーションバーを無効に -->
26        <xsl:template name="db2html.division.top" />
27
28        <!-- スタイルシートを独自のものに変更 -->
29        <xsl:template name="db2html.css">
[2801]30                <link rel="stylesheet" type="text/css" href="@CSSFILE@"/>
[840]31        </xsl:template>
32</xsl:stylesheet>
33
Note: See TracBrowser for help on using the repository browser.