OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook-apps message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: RE: [docbook-apps] More HTMLHelp


<xsl:apply-templates select="ancestor-or-self::book" mode="title.markup"/>


> -----Original Message-----
> From: Kenneth Johansson [mailto:ke-joh@sectra.se]
> Sent: Wednesday, June 04, 2003 12:18 PM
> To: Jeff Beal; DOCBOOK-APPS
> Subject: RE: [docbook-apps] More HTMLHelp
> 
> 
> Hi,
> 
> I've overridden "user.header.navigation" and it works fine. 
> However I'd like to insert the name of the book inside, see 
> below. How can I do that?
> 
> <xsl:template name="user.header.navigation">
> 
> <div id="nsbanner">
>   <div id="bannerrow1">
>     <table width="100%" border="0" cellspacing="0" 
> cellpadding="0" valign="baseline" 
> background="logostrip_pond_fill.gif" ID="Table1">
>       <tr>
>         <td nowrap="true" align="left" width="400px" height="26px">
>           <p style="color:#FFFFFF; font-weight:bold; 
> margin-left:.7em; margin-bottom:0; margin-top:0; font-size:110%">
> 
> INSERT BOOK TITLE HERE
> 
> </p>
>         </td>
>         <td align="right" width="15%"><img 
> src="logostrip_pond_right.gif" width="122" height="26" /></td>
>       </tr>
>     </table>
>   </div>
> </div>
> 
>   <xsl:param name="node" select="."/>
> </xsl:template>
> 
> 
> 
> /Kenneth
> 
> 
> 
> 
> 
> 
> 
> 
> 
> > -----Original Message-----
> > From: Jeff Beal [mailto:jeff.beal@ansys.com]
> > Sent: Wednesday, June 04, 2003 16:32
> > To: 'Kenneth Johansson'; DOCBOOK-APPS
> > Subject: RE: [docbook-apps] More HTMLHelp
> > 
> > 
> > Override the template named "user.header.navigation" in 
> your customization
> > layer.
> > 
> > > -----Original Message-----
> > > From: Kenneth Johansson [mailto:ke-joh@sectra.se]
> > > Sent: Wednesday, June 04, 2003 10:31 AM
> > > To: DOCBOOK-APPS
> > > Subject: [docbook-apps] More HTMLHelp
> > > 
> > > 
> > > Hi again,
> > > 
> > > Is it possible to insert a logobanner like this just after 
> > > the body tag when generating HTMLHelp or should we do it 
> > > after all HTML files have been made?
> > > 
> > > 
> > > <DIV id="nsbanner">
> > >   <DIV id="bannerrow1">
> > >     <TABLE width="100%" border="0" cellspacing="0" 
> > > cellpadding="0" valign="baseline" 
> > > background="./common_files/logostrip_pond_fill.gif" ID="Table1">
> > >       <TR>
> > >         <TD nowrap="true" align="left" width="400px" 
> height="26px">
> > >           <P style="color:#FFFFFF; font-weight:bold; 
> > > margin-left:.7em; margin-bottom:0; margin-top:0; 
> > > font-size:110%">###Title###</P>
> > >         </TD>
> > >         <TD align="right" width="15%"><IMG 
> > > src="./common_files/logostrip_pond_right.gif" width="122" 
> > > height="26"></TD>
> > >       </TR>
> > >     </TABLE>
> > >   </DIV>
> > > </DIV>
> > > 
> > > <DIV id="nstext">
> > > 
> > > 
> > > This script must also be inserted in the beginning of the 
> > > HTML-document. 
> > > <SCRIPT src="./common_files/scroll.js"></SCRIPT>
> > > 
> > > 
> > > /Kenneth
> > > 
> > > --------------------------------------------------------
> > > Kenneth Johansson	Technical Documentation Manager
> > > Sectra Imtec AB
> > > Teknikringen 2		E-mail: ke-joh AT sectra DOT se
> > > SE-583 30 Linköping	Phone:	+46 13 23 52 00
> > > SWEDEN			Web:	http://www.sectra.se
> > > 
> > > 
> > > 
> ---------------------------------------------------------------------
> > > To unsubscribe, e-mail: 
> docbook-apps-unsubscribe@lists.oasis-open.org
> > > For additional commands, e-mail: 
> > > docbook-apps-help@lists.oasis-open.org
> > > 
> > > 
> > > 
> > 
> > 
> ---------------------------------------------------------------------
> > To unsubscribe, e-mail: 
> docbook-apps-unsubscribe@lists.oasis-open.org
> > For additional commands, e-mail: 
> docbook-apps-help@lists.oasis-open.org
> > 
> > 
> 
> 
> 


[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]