CCM NG: Foundry support for theme director admin components
git-svn-id: https://svn.libreccm.org/ccm/trunk@5757 8810af33-2d31-482b-a856-94f89814c4dfmaster
parent
ac4bb8e726
commit
2e38d55a3b
|
|
@ -31,6 +31,7 @@
|
||||||
<xsl:import href="lib/search.xsl"/>
|
<xsl:import href="lib/search.xsl"/>
|
||||||
<xsl:import href="lib/template-parser.xsl"/>
|
<xsl:import href="lib/template-parser.xsl"/>
|
||||||
<xsl:import href="lib/template-tags.xsl"/>
|
<xsl:import href="lib/template-tags.xsl"/>
|
||||||
|
<xsl:import href="lib/themedirector.xsl" />
|
||||||
<xsl:import href="lib/utils.xsl"/>
|
<xsl:import href="lib/utils.xsl"/>
|
||||||
|
|
||||||
</xsl:stylesheet>
|
</xsl:stylesheet>
|
||||||
|
|
|
||||||
|
|
@ -141,7 +141,9 @@
|
||||||
<!-- EN PanelRow creates a new row in a (grid) panel -->
|
<!-- EN PanelRow creates a new row in a (grid) panel -->
|
||||||
<xsl:template match="bebop:panelRow">
|
<xsl:template match="bebop:panelRow">
|
||||||
<div class="bebop-panel-row">
|
<div class="bebop-panel-row">
|
||||||
<xsl:apply-templates/>
|
<xsl:for-each select="bebop:cell">
|
||||||
|
<xsl:apply-templates />
|
||||||
|
</xsl:for-each>
|
||||||
</div>
|
</div>
|
||||||
</xsl:template>
|
</xsl:template>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -23,6 +23,7 @@
|
||||||
xmlns:xs="http://www.w3.org/2001/XMLSchema"
|
xmlns:xs="http://www.w3.org/2001/XMLSchema"
|
||||||
xmlns:bebop="http://www.arsdigita.com/bebop/1.0"
|
xmlns:bebop="http://www.arsdigita.com/bebop/1.0"
|
||||||
xmlns:cms="http://www.arsdigita.com/cms/1.0"
|
xmlns:cms="http://www.arsdigita.com/cms/1.0"
|
||||||
|
xmlns:theme="http://ccm.redhat.com/themedirector/1.0"
|
||||||
xmlns:foundry="http://foundry.libreccm.org"
|
xmlns:foundry="http://foundry.libreccm.org"
|
||||||
xmlns:ui="http://www.arsdigita.com/ui/1.0"
|
xmlns:ui="http://www.arsdigita.com/ui/1.0"
|
||||||
xmlns="http://www.w3.org/1999/xhtml"
|
xmlns="http://www.w3.org/1999/xhtml"
|
||||||
|
|
@ -152,4 +153,4 @@
|
||||||
</xsl:choose>
|
</xsl:choose>
|
||||||
</xsl:template>
|
</xsl:template>
|
||||||
|
|
||||||
</xsl:stylesheet>
|
</xsl:stylesheet>
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,33 @@
|
||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<!DOCTYPE stylesheet>
|
||||||
|
<!--
|
||||||
|
Copyright 2014 Jens Pelzetter for the LibreCCM Foundation
|
||||||
|
|
||||||
|
This file is part of the Foundry Theme Engine for LibreCCM
|
||||||
|
|
||||||
|
Foundry is free software: you can redistribute it and/or modify
|
||||||
|
it under the terms of the GNU General Public License as published by
|
||||||
|
the Free Software Foundation, either version 2 of the License, or
|
||||||
|
(at your option) any later version.
|
||||||
|
|
||||||
|
Foundry is distributed in the hope that it will be useful,
|
||||||
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
GNU General Public License for more details.
|
||||||
|
|
||||||
|
You should have received a copy of the GNU General Public License
|
||||||
|
along with Foundry If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
|
-->
|
||||||
|
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
|
||||||
|
exclude-result-prefixes="xsl"
|
||||||
|
version="2.0">
|
||||||
|
|
||||||
|
<xsl:import href="themedirector/themeErrorInfo.xsl" />
|
||||||
|
<xsl:import href="themedirector/themeFileList.xsl" />
|
||||||
|
<xsl:import href="themedirector/themeFile.xsl" />
|
||||||
|
<xsl:import href="themedirector/themeFolder.xsl" />
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</xsl:stylesheet>
|
||||||
|
|
@ -0,0 +1,128 @@
|
||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<!DOCTYPE stylesheet [<!ENTITY nbsp '<xsl:text disable-output-escaping="yes">&</xsl:text>nbsp;'>]>
|
||||||
|
|
||||||
|
<!--
|
||||||
|
Copyright: 2006, 2007, 2008 Sören Bernstein
|
||||||
|
|
||||||
|
This file is part of Mandalay.
|
||||||
|
|
||||||
|
Mandalay is free software: you can redistribute it and/or modify
|
||||||
|
it under the terms of the GNU General Public License as published by
|
||||||
|
the Free Software Foundation, either version 2 of the License, or
|
||||||
|
(at your option) any later version.
|
||||||
|
|
||||||
|
Mandalay is distributed in the hope that it will be useful,
|
||||||
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
GNU General Public License for more details.
|
||||||
|
|
||||||
|
You should have received a copy of the GNU General Public License
|
||||||
|
along with Mandalay. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
-->
|
||||||
|
|
||||||
|
<!-- DE
|
||||||
|
Hier werden die Theme-Fehler verarbeitet
|
||||||
|
-->
|
||||||
|
|
||||||
|
<!-- EN
|
||||||
|
Processing theme errors
|
||||||
|
-->
|
||||||
|
|
||||||
|
<!-- Autor: Sören Bernstein -->
|
||||||
|
|
||||||
|
<xsl:stylesheet
|
||||||
|
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
|
||||||
|
xmlns:foundry="http://foundry.libreccm.org"
|
||||||
|
xmlns:bebop="http://www.arsdigita.com/bebop/1.0"
|
||||||
|
xmlns:cms="http://www.arsdigita.com/cms/1.0"
|
||||||
|
xmlns:nav="http://ccm.redhat.com/navigation"
|
||||||
|
xmlns:mandalay="http://mandalay.quasiweb.de"
|
||||||
|
xmlns:theme="http://ccm.redhat.com/themedirector/1.0"
|
||||||
|
exclude-result-prefixes="xsl bebop cms nav mandalay theme"
|
||||||
|
version="1.0">
|
||||||
|
|
||||||
|
<xsl:template match="theme:xslWarnings">
|
||||||
|
<xsl:variable name="setWarnings">
|
||||||
|
<xsl:value-of select="'true'" />
|
||||||
|
<!--<xsl:call-template name="mandalay:getSetting">
|
||||||
|
<xsl:with-param name="module" select="'theme'"/>
|
||||||
|
<xsl:with-param name="setting" select="'setWarnings'"/>
|
||||||
|
<xsl:with-param name="default" select="'true'"/>
|
||||||
|
</xsl:call-template>-->
|
||||||
|
</xsl:variable>
|
||||||
|
|
||||||
|
<xsl:if test="$setWarnings = 'true'">
|
||||||
|
<div>
|
||||||
|
<h5>
|
||||||
|
<xsl:value-of select="foundry:get-internal-static-text('theme', 'errorInfo/warning')" />
|
||||||
|
</h5>
|
||||||
|
<ol>
|
||||||
|
<xsl:apply-templates/>
|
||||||
|
</ol>
|
||||||
|
</div>
|
||||||
|
</xsl:if>
|
||||||
|
</xsl:template>
|
||||||
|
|
||||||
|
<xsl:template match="theme:xslErrors">
|
||||||
|
<div>
|
||||||
|
<h5>
|
||||||
|
<xsl:value-of select="foundry:get-internal-static-text('theme', 'errorInfo/error')" />
|
||||||
|
</h5>
|
||||||
|
<ol>
|
||||||
|
<xsl:apply-templates/>
|
||||||
|
</ol>
|
||||||
|
</div>
|
||||||
|
</xsl:template>
|
||||||
|
|
||||||
|
<xsl:template match="theme:xslFatals">
|
||||||
|
<div>
|
||||||
|
<h5>
|
||||||
|
<xsl:value-of select="foundry:get-internal-static-text('theme', 'errorInfo/fatal')" />
|
||||||
|
</h5>
|
||||||
|
<ol>
|
||||||
|
<xsl:apply-templates/>
|
||||||
|
</ol>
|
||||||
|
</div>
|
||||||
|
</xsl:template>
|
||||||
|
|
||||||
|
<xsl:template match="theme:xslErrorInfo">
|
||||||
|
<li>
|
||||||
|
<xsl:choose>
|
||||||
|
<xsl:when test="@message">
|
||||||
|
<xsl:value-of select="@message"/>
|
||||||
|
</xsl:when>
|
||||||
|
<xsl:otherwise>
|
||||||
|
<xsl:value-of select="@location"/>
|
||||||
|
</xsl:otherwise>
|
||||||
|
</xsl:choose>
|
||||||
|
<blockquote>
|
||||||
|
<xsl:if test="@message and @location">
|
||||||
|
<strong>
|
||||||
|
<xsl:value-of select="foundry:get-internal-static-text('theme', 'errorInfo/location')" />
|
||||||
|
</strong>
|
||||||
|
<xsl:value-of select="@location"/>
|
||||||
|
<br/>
|
||||||
|
</xsl:if>
|
||||||
|
<xsl:if test="@column and @line and (@column>-1 or @test>-1)">
|
||||||
|
<strong>
|
||||||
|
<xsl:value-of select="foundry:get-internal-static-text('theme', 'errorInfo/line')" />
|
||||||
|
</strong>
|
||||||
|
<xsl:value-of select="@line"/>
|
||||||
|
<xsl:text> - </xsl:text>
|
||||||
|
<strong>
|
||||||
|
<xsl:value-of select="foundry:get-internal-static-text('theme', 'errorInfo/column')" />
|
||||||
|
</strong>
|
||||||
|
<xsl:value-of select="@column"/>
|
||||||
|
<br/>
|
||||||
|
</xsl:if>
|
||||||
|
<xsl:if test="@causeMessage and not(@causeMessage = @message)">
|
||||||
|
<strong>
|
||||||
|
<xsl:value-of select="foundry:get-internal-static-text('theme', 'errorInfo/cause')" />
|
||||||
|
</strong>
|
||||||
|
<xsl:value-of select="@causeMessage"/>
|
||||||
|
</xsl:if>
|
||||||
|
</blockquote>
|
||||||
|
</li>
|
||||||
|
</xsl:template>
|
||||||
|
|
||||||
|
</xsl:stylesheet>
|
||||||
|
|
@ -0,0 +1,121 @@
|
||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<!DOCTYPE stylesheet [<!ENTITY nbsp '<xsl:text disable-output-escaping="yes">&</xsl:text>nbsp;'>]>
|
||||||
|
|
||||||
|
<!--
|
||||||
|
Copyright: 2006, 2007, 2008 Sören Bernstein
|
||||||
|
|
||||||
|
This file is part of Mandalay.
|
||||||
|
|
||||||
|
Mandalay is free software: you can redistribute it and/or modify
|
||||||
|
it under the terms of the GNU General Public License as published by
|
||||||
|
the Free Software Foundation, either version 2 of the License, or
|
||||||
|
(at your option) any later version.
|
||||||
|
|
||||||
|
Mandalay is distributed in the hope that it will be useful,
|
||||||
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
GNU General Public License for more details.
|
||||||
|
|
||||||
|
You should have received a copy of the GNU General Public License
|
||||||
|
along with Mandalay. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
-->
|
||||||
|
|
||||||
|
<!-- DE
|
||||||
|
Hier werden die Theme-Dateien verarbeitet
|
||||||
|
-->
|
||||||
|
|
||||||
|
<!-- EN
|
||||||
|
Processing theme files
|
||||||
|
-->
|
||||||
|
|
||||||
|
<!-- Autor: Sören Bernstein -->
|
||||||
|
|
||||||
|
<xsl:stylesheet
|
||||||
|
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
|
||||||
|
xmlns:foundry="http://foundry.libreccm.org"
|
||||||
|
xmlns:bebop="http://www.arsdigita.com/bebop/1.0"
|
||||||
|
xmlns:cms="http://www.arsdigita.com/cms/1.0"
|
||||||
|
xmlns:nav="http://ccm.redhat.com/navigation"
|
||||||
|
xmlns:mandalay="http://mandalay.quasiweb.de"
|
||||||
|
xmlns:theme="http://ccm.redhat.com/themedirector/1.0"
|
||||||
|
exclude-result-prefixes="xsl bebop cms nav mandalay theme"
|
||||||
|
version="1.0">
|
||||||
|
|
||||||
|
<xsl:template match="theme:file">
|
||||||
|
<xsl:variable name="setConfirmDelete">
|
||||||
|
<xsl:value-of select="'true'" />
|
||||||
|
<!--<xsl:call-template name="mandalay:getSetting">
|
||||||
|
<xsl:with-param name="module" select="'theme'"/>
|
||||||
|
<xsl:with-param name="setting" select="'setConfirmDelete'"/>
|
||||||
|
<xsl:with-param name="default" select="'true'"/>
|
||||||
|
</xsl:call-template>-->
|
||||||
|
</xsl:variable>
|
||||||
|
<xsl:variable name="setFileInfo">
|
||||||
|
<xsl:value-of select="'true'" />
|
||||||
|
<!--<xsl:call-template name="mandalay:getSetting">
|
||||||
|
<xsl:with-param name="module" select="'theme'"/>
|
||||||
|
<xsl:with-param name="setting" select="'setFileInfo'"/>
|
||||||
|
<xsl:with-param name="default" select="'true'"/>
|
||||||
|
</xsl:call-template>-->
|
||||||
|
</xsl:variable>
|
||||||
|
|
||||||
|
<li>
|
||||||
|
<span class="file">
|
||||||
|
<xsl:choose>
|
||||||
|
<xsl:when test="@inWhiteList='false'">
|
||||||
|
<strike>
|
||||||
|
<i>
|
||||||
|
<xsl:value-of select="@name"/>
|
||||||
|
</i>
|
||||||
|
<xsl:value-of select="foundry:get-internal-static-text('theme', 'filemode/ignored')" />
|
||||||
|
</strike>
|
||||||
|
</xsl:when>
|
||||||
|
|
||||||
|
<xsl:when test="@isDeleted='true'">
|
||||||
|
<strike>
|
||||||
|
<xsl:value-of select="@name"/>
|
||||||
|
</strike>
|
||||||
|
<span style="color:red;">
|
||||||
|
<xsl:value-of select="foundry:get-internal-static-text('theme', 'filemode/deleted')" />
|
||||||
|
</span>
|
||||||
|
</xsl:when>
|
||||||
|
|
||||||
|
<xsl:when test="@removeURL">
|
||||||
|
<a>
|
||||||
|
<xsl:attribute name="href">
|
||||||
|
<xsl:value-of select="@removeURL"/>
|
||||||
|
</xsl:attribute>
|
||||||
|
<xsl:if test="$setConfirmDelete = 'true'">
|
||||||
|
<xsl:attribute name="onclick">
|
||||||
|
<xsl:text>return confirm('</xsl:text>
|
||||||
|
<xsl:value-of select="foundry:get-internal-static-text('theme', 'delete/confirmMessage')" />
|
||||||
|
<xsl:text>');</xsl:text>
|
||||||
|
</xsl:attribute>
|
||||||
|
</xsl:if>
|
||||||
|
<xsl:attribute name="title">
|
||||||
|
<xsl:value-of select="foundry:get-internal-static-text('theme', 'delete/title')" />
|
||||||
|
</xsl:attribute>
|
||||||
|
<xsl:value-of select="@name"/>
|
||||||
|
<xsl:value-of select="foundry:get-internal-static-text('theme', 'delete/link')" />
|
||||||
|
</a>
|
||||||
|
</xsl:when>
|
||||||
|
|
||||||
|
<xsl:otherwise>
|
||||||
|
<xsl:value-of select="@name"/>
|
||||||
|
</xsl:otherwise>
|
||||||
|
</xsl:choose>
|
||||||
|
</span>
|
||||||
|
<xsl:if test="$setFileInfo = 'true'">
|
||||||
|
<span class="fileInfo">
|
||||||
|
<br/>
|
||||||
|
<xsl:value-of select="foundry:get-internal-static-text('theme', 'fileinfo/size')" />
|
||||||
|
<xsl:value-of select="@size"/>
|
||||||
|
<xsl:text> - </xsl:text>
|
||||||
|
<xsl:value-of select="foundry:get-internal-static-text('theme', 'fileinfo/date')" />
|
||||||
|
<xsl:value-of select="@lastModified"/>
|
||||||
|
</span>
|
||||||
|
</xsl:if>
|
||||||
|
</li>
|
||||||
|
</xsl:template>
|
||||||
|
|
||||||
|
</xsl:stylesheet>
|
||||||
|
|
@ -0,0 +1,57 @@
|
||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<!DOCTYPE stylesheet [<!ENTITY nbsp '<xsl:text disable-output-escaping="yes">&</xsl:text>nbsp;'>]>
|
||||||
|
|
||||||
|
<!--
|
||||||
|
Copyright: 2006, 2007, 2008 Sören Bernstein
|
||||||
|
|
||||||
|
This file is part of Mandalay.
|
||||||
|
|
||||||
|
Mandalay is free software: you can redistribute it and/or modify
|
||||||
|
it under the terms of the GNU General Public License as published by
|
||||||
|
the Free Software Foundation, either version 2 of the License, or
|
||||||
|
(at your option) any later version.
|
||||||
|
|
||||||
|
Mandalay is distributed in the hope that it will be useful,
|
||||||
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
GNU General Public License for more details.
|
||||||
|
|
||||||
|
You should have received a copy of the GNU General Public License
|
||||||
|
along with Mandalay. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
-->
|
||||||
|
|
||||||
|
<!-- DE
|
||||||
|
Hier wird die Dateiliste der Theme-Applikation verarbeitet
|
||||||
|
-->
|
||||||
|
|
||||||
|
<!-- EN
|
||||||
|
Processing file list for theme app
|
||||||
|
-->
|
||||||
|
|
||||||
|
<!-- Autor: Sören Bernstein -->
|
||||||
|
|
||||||
|
<xsl:stylesheet
|
||||||
|
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
|
||||||
|
xmlns:foundry="http://foundry.libreccm.org"
|
||||||
|
xmlns:bebop="http://www.arsdigita.com/bebop/1.0"
|
||||||
|
xmlns:cms="http://www.arsdigita.com/cms/1.0"
|
||||||
|
xmlns:nav="http://ccm.redhat.com/navigation"
|
||||||
|
xmlns:mandalay="http://mandalay.quasiweb.de"
|
||||||
|
xmlns:theme="http://ccm.redhat.com/themedirector/1.0"
|
||||||
|
exclude-result-prefixes="xsl bebop cms nav mandalay theme"
|
||||||
|
version="1.0">
|
||||||
|
|
||||||
|
<xsl:template match="theme:fileList">
|
||||||
|
<ul id="themeFileList">
|
||||||
|
<li>
|
||||||
|
<h4>
|
||||||
|
<xsl:apply-templates select="bebop:label"/>
|
||||||
|
</h4>
|
||||||
|
<xsl:apply-templates select="theme:folder">
|
||||||
|
<xsl:sort select="@name"/>
|
||||||
|
</xsl:apply-templates>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</xsl:template>
|
||||||
|
|
||||||
|
</xsl:stylesheet>
|
||||||
|
|
@ -0,0 +1,78 @@
|
||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<!DOCTYPE stylesheet [<!ENTITY nbsp '<xsl:text disable-output-escaping="yes">&</xsl:text>nbsp;'>]>
|
||||||
|
|
||||||
|
<!--
|
||||||
|
Copyright: 2006, 2007, 2008 Sören Bernstein
|
||||||
|
|
||||||
|
This file is part of Mandalay.
|
||||||
|
|
||||||
|
Mandalay is free software: you can redistribute it and/or modify
|
||||||
|
it under the terms of the GNU General Public License as published by
|
||||||
|
the Free Software Foundation, either version 2 of the License, or
|
||||||
|
(at your option) any later version.
|
||||||
|
|
||||||
|
Mandalay is distributed in the hope that it will be useful,
|
||||||
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
GNU General Public License for more details.
|
||||||
|
|
||||||
|
You should have received a copy of the GNU General Public License
|
||||||
|
along with Mandalay. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
-->
|
||||||
|
|
||||||
|
<!-- DE
|
||||||
|
Hier werden die Theme-Verzeichnisse verarbeitet
|
||||||
|
-->
|
||||||
|
|
||||||
|
<!-- EN
|
||||||
|
Processing theme folder
|
||||||
|
-->
|
||||||
|
|
||||||
|
<!-- Autor: Sören Bernstein -->
|
||||||
|
|
||||||
|
<xsl:stylesheet
|
||||||
|
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
|
||||||
|
xmlns:foundry="http://foundry.libreccm.org"
|
||||||
|
xmlns:bebop="http://www.arsdigita.com/bebop/1.0"
|
||||||
|
xmlns:cms="http://www.arsdigita.com/cms/1.0"
|
||||||
|
xmlns:nav="http://ccm.redhat.com/navigation"
|
||||||
|
xmlns:mandalay="http://mandalay.quasiweb.de"
|
||||||
|
xmlns:theme="http://ccm.redhat.com/themedirector/1.0"
|
||||||
|
exclude-result-prefixes="xsl bebop cms nav mandalay theme"
|
||||||
|
version="1.0">
|
||||||
|
|
||||||
|
<xsl:template match="theme:folder">
|
||||||
|
<xsl:variable name="setFolderFirst">
|
||||||
|
<xsl:value-of select="'true'" />
|
||||||
|
<!--<xsl:call-template name="mandalay:getSetting">
|
||||||
|
<xsl:with-param name="module" select="'theme'"/>
|
||||||
|
<xsl:with-param name="setting" select="'setFolderFirst'"/>
|
||||||
|
<xsl:with-param name="default" select="'true'"/>
|
||||||
|
</xsl:call-template>-->
|
||||||
|
</xsl:variable>
|
||||||
|
|
||||||
|
<li>
|
||||||
|
<b class="folder">
|
||||||
|
<xsl:value-of select="@name"/>
|
||||||
|
</b>
|
||||||
|
<ul>
|
||||||
|
<xsl:choose>
|
||||||
|
<xsl:when test="$setFolderFirst = 'true'">
|
||||||
|
<xsl:apply-templates select="theme:folder">
|
||||||
|
<xsl:sort select="@name"/>
|
||||||
|
</xsl:apply-templates>
|
||||||
|
<xsl:apply-templates select="theme:file">
|
||||||
|
<xsl:sort select="@name"/>
|
||||||
|
</xsl:apply-templates>
|
||||||
|
</xsl:when>
|
||||||
|
<xsl:otherwise>
|
||||||
|
<xsl:apply-templates select="theme:folder | theme:file">
|
||||||
|
<xsl:sort select="@name"/>
|
||||||
|
</xsl:apply-templates>
|
||||||
|
</xsl:otherwise>
|
||||||
|
</xsl:choose>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
</xsl:template>
|
||||||
|
|
||||||
|
</xsl:stylesheet>
|
||||||
|
|
@ -0,0 +1,76 @@
|
||||||
|
<?xml version="1.0" encoding="utf-8" ?>
|
||||||
|
<foundry:static-texts xmlns:foundry="http://foundry.libreccm.org">
|
||||||
|
|
||||||
|
<text id="delete/title">
|
||||||
|
<translation lang="de">Diese Datei löschen</translation>
|
||||||
|
<translation lang="en">Delete this file?</translation>
|
||||||
|
</text>
|
||||||
|
|
||||||
|
<text id="delete/link">
|
||||||
|
<translation lang="de"> [Löschen]</translation>
|
||||||
|
<translation lang="en"> [remove]</translation>
|
||||||
|
</text>
|
||||||
|
|
||||||
|
<text id="delete/confirmMessage">
|
||||||
|
<translation lang="de">Sind Sie sicher?</translation>
|
||||||
|
<translation lang="en">Are you sure?</translation>
|
||||||
|
</text>
|
||||||
|
|
||||||
|
<text id="fileinfo/size">
|
||||||
|
<translation lang="de">Größe: </translation>
|
||||||
|
<translation lang="en">Size: </translation>
|
||||||
|
</text>
|
||||||
|
|
||||||
|
<text id="fileinfo/date">
|
||||||
|
<translation lang="de">Datum</translation>
|
||||||
|
<translation lang="en">Date: </translation>
|
||||||
|
</text>
|
||||||
|
|
||||||
|
<text id="filemode/ignored">
|
||||||
|
<translation lang="de"> (ignoriert)</translation>
|
||||||
|
<translation lang="en"> (ignored)</translation>
|
||||||
|
</text>
|
||||||
|
|
||||||
|
<text id="filemode/deleted">
|
||||||
|
<translation lang="de"> (wird gelöscht)</translation>
|
||||||
|
<translation lang="en"> (scheduled for removal)</translation>
|
||||||
|
</text>
|
||||||
|
|
||||||
|
<text id="errorInfo/warning">
|
||||||
|
<translation lang="de">Warnungen</translation>
|
||||||
|
<translation lang="en">Warnings</translation>
|
||||||
|
</text>
|
||||||
|
|
||||||
|
<text id="errorInfo/error">
|
||||||
|
<translation lang="de">Fehler</translation>
|
||||||
|
<translation lang="en">Errors</translation>
|
||||||
|
</text>
|
||||||
|
|
||||||
|
<text id="errorInfo/fatal">
|
||||||
|
<translation lang="de">Schwere Fehler</translation>
|
||||||
|
<translation lang="en">Fatal Errors</translation>
|
||||||
|
</text>
|
||||||
|
|
||||||
|
<text id="errorInfo/location">
|
||||||
|
<translation lang="de">Datei: </translation>
|
||||||
|
<translation lang="en">File: </translation>
|
||||||
|
</text>
|
||||||
|
|
||||||
|
<text id="errorInfo/line">
|
||||||
|
<translation lang="de">Zeile: </translation>
|
||||||
|
<translation lang="en">Line: </translation>
|
||||||
|
</text>
|
||||||
|
|
||||||
|
<text id="errorInfo/column">
|
||||||
|
<translation lang="de">Position: </translation>
|
||||||
|
<translation lang="en">Column: </translation>
|
||||||
|
</text>
|
||||||
|
|
||||||
|
<text id="errorInfo/cause">
|
||||||
|
<translation lang="de">Meldung vom XSL-Parser: </translation>
|
||||||
|
<translation lang="en">Message from XSL-Parser: </translation>
|
||||||
|
</text>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</foundry:static-texts>
|
||||||
Loading…
Reference in New Issue