~ubuntu.cat/ubuntaires/ajuda

« back to all changes in this revision

Viewing changes to jaunty/build/html/libs/ubuntu-installguide-html-chunk-cust.xsl

  • Committer: Arnau Alcázar Lleopart
  • Date: 2009-07-15 17:38:44 UTC
  • Revision ID: arnau@alcalleop.net-20090715173844-67maxucr1l9enivg
Afegida la traducció de la Jaunty

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8" ?>
 
2
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
 
3
 
 
4
<!-- This is a customised stylesheet for the Ubuntu Installation Guide to give it a
 
5
     different footer to the other Ubuntu documents because it has a different licence -->
 
6
 
 
7
<!-- Imports -->
 
8
<xsl:import href="ubuntu-html-chunk-cust.xsl"/> 
 
9
 
 
10
<!-- This adds the footer -->
 
11
 
 
12
<xsl:template name="user.footer.navigation">
 
13
<hr />
 
14
<div id="footer">
 
15
 
 
16
  <div id="ubuntulinks">
 
17
 
 
18
        <p>The material in this document is available under the terms of the GNU General Public Licence, see <a href="appendix-gpl.html">Appendix F</a> for details<br />
 
19
        To report a problem, file a bug on the <a href="https://bugs.launchpad.net/ubuntu/+source/installation-guide/+filebug">Ubuntu installation-guide package</a></p>
 
20
 
 
21
  </div>
 
22
 
 
23
</div>
 
24
 
 
25
<div id="bottomcap">
 
26
        <img src="https://help.ubuntu.com/htdocs/ubuntunew/img/cap-bottom.png" alt=""/>
 
27
</div>
 
28
 
 
29
</xsl:template>
 
30
 
 
31
</xsl:stylesheet>