mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-18 15:33:09 +00:00

subdirectory. Prepare for 1.5.1Beta release. git-svn-id: http://scm.dspace.org/svn/repo/branches/dspace-1_5_x@3044 9c30dcfa-912a-0410-8fc2-9e0234be79fd
22 lines
747 B
XML
22 lines
747 B
XML
<?xml version='1.0'?>
|
|
<xsl:stylesheet
|
|
xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
|
|
|
|
<xsl:import href="http://docbook.sourceforge.net/release/xsl/current/html/chunk.xsl"/>
|
|
|
|
<!-- <xsl:param name="html.stylesheet" select="'corpstyle.css'"/>
|
|
<xsl:param name="admon.graphics" select="1"/> -->
|
|
|
|
<xsl:template name="user.footer.content">
|
|
<HR/>
|
|
<xsl:apply-templates select="//copyright[1]" mode="titlepage.mode"/>
|
|
<xsl:apply-templates select="//legalnotice[1]" mode="titlepage.mode"/>
|
|
</xsl:template>
|
|
|
|
<xsl:attribute-set name="monospace.verbatim.properties">
|
|
<xsl:attribute name="wrap-option">wrap</xsl:attribute>
|
|
<xsl:attribute name="hyphenation-character">\</xsl:attribute>
|
|
</xsl:attribute-set>
|
|
|
|
</xsl:stylesheet>
|