Re: [docbook-apps] Would like to add Copyright info to footer content

2018-08-30 Thread Bob Stayton
Hi Gabriela, In your template, this bit generates the copyright text: There is a template matching on copyright in mode="titlepage.mode" in the XSL file "titlepage.xsl" in the html directory of the docbook distribution.  You can copy that template to your customization layer and rearrange i

Re: [docbook-apps] Would like to add Copyright info to footer content

2018-08-23 Thread Gabriela Simonka
Thank you both! Now I am trying to set the content of the copyright notice so that it appears as follows: © INRO, 1983-2018 But what appears instead is Copyright © 1983-2018 INRO Changing the order of the year and holder tags seems to have no effect. How do I customize this? Gabriela On Tue,

Re: [docbook-apps] Would like to add Copyright info to footer content

2018-08-14 Thread Bob Stayton
Indeed, this is the customization I used in my stylesheet to generate that HTML footer in DocBook XSL: The Complete Guide:   width="100%">           DocBook XSL: The Complete Guide - 4th Edition   href="http://www.sagehill.net/book-description.html";

Re: [docbook-apps] Would like to add Copyright info to footer content

2018-08-14 Thread Peter Desjardins
Hi, Gabriela. Try customizing the user.footer.content template? This page gives an example that includes copyright information: http://www.sagehill.net/docbookxsl/HTMLHeaders.html#HeaderExtras You could add HTML in that template until the copyright information appears where you want it. Good

[docbook-apps] Would like to add Copyright info to footer content

2018-08-14 Thread Gabriela Simonka
Hello, I would like to modify our footer content template to include copyright info above the navigation "Next " icon, similar to how it appears on the DocBook XSL: The Complete Guide pages . I believe I would have to add a third row to include the c