libreccm-legacy/ccm-core/web/packages/ui/xsl/ui.xsl

21 lines
442 B
XML
Executable File

<?xml version="1.0"?>
<!--
A convenient collection of UI XSL templates
-->
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"
xmlns:ui="http://www.arsdigita.com/ui/1.0">
<!-- templates for each component -->
<xsl:import href="simple-page.xsl"/>
<xsl:import href="site-banner.xsl"/>
<xsl:import href="user-banner.xsl"/>
<xsl:import href="debug-panel.xsl"/>
</xsl:stylesheet>