[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]
Subject: Re: [docbook-apps] images at the bottom of the navigational bar
Hi Roberto, The items you see on that webpage were put there by a customization of the template named 'webpage.table.footer'. That is an empty placeholder template in the website stylesheets, reserved for custom additions at the foot of the layout table. That template is called within the table that lays out the page, and is expected to output one or more <tr> rows to add to the table. But if you don't want your additions at the bottom, then don't use the footer template. Rather, add one or more <tocentry> elements to your layout.xml file to add links to your TOC list. Then they will appear as items in the TOC list. See this reference for more info: http://www.sagehill.net/docbookxsl/LinkingToSites.html Bob Stayton Sagehill Enterprises DocBook Consulting bobs@sagehill.net ----- Original Message ----- From: "Roberto Gianassi" <posta@roberto.gianassi.name> To: <docbook-apps@lists.oasis-open.org> Sent: Saturday, February 26, 2005 4:57 AM Subject: [docbook-apps] images at the bottom of the navigational bar > Hi everybody, > > my name is Roberto Gianassi and it's the first time I write on this > mailing list. I've searched on google and the archives, but I didn't > find anything useful. > > What I would like to do is something similar to: > > http://docbook.sourceforge.net/ > > On the bottom of the green navigational bar there are present two little > gifs: > created with DocBook and created with Libxslt. > > How may I do that? Is it possible to put those images immediatly below > the links of the navigational bar (for visibility purposes)? > > I apologize if this is an already made and/or stupid question, but I'm > new to both docbook website and XSLT... > > Best regards, > > -- > Eng. Roberto Gianassi > http://www.roberto.gianassi.name > >
[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]