Current status of the Mandalay-YAML Theme
git-svn-id: https://svn.libreccm.org/ccm/trunk@2523 8810af33-2d31-482b-a856-94f89814c4dfmaster
parent
e848f031d2
commit
7aacf4d071
File diff suppressed because one or more lines are too long
|
|
@ -0,0 +1,3 @@
|
|||
|
||||
\ com.arsdigita.cms.contentassets.publicationtypes.label\ =Also published as
|
||||
scipublications.publication_type_asset.none=No publication types found
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
|
||||
\ com.arsdigita.cms.contentassets.publicationtypes.label\ =Auch ver\u00f6ffentlicht als
|
||||
scipublications.publication_type_asset.none=Noch keine Publikationsarten definiert
|
||||
|
|
@ -1,21 +1,19 @@
|
|||
/*
|
||||
Copyright: 2011 Sören Bernstein
|
||||
Copyright: 2014 Jens Pelzetter
|
||||
*/
|
||||
|
||||
/* DE Dieses CSS ist speziell für den IE bis Version 6 gedacht. Hier können die verschiedenen
|
||||
Fehler des IE korrigert werden*/
|
||||
/* EN This CSS is for the IE version 6 or lower. Here you can correct the bugs of the IE */
|
||||
|
||||
|
||||
#quicksearch #quicksearchbox { padding:0em;
|
||||
#quicksearch #quicksearchbox {
|
||||
}
|
||||
|
||||
#content { }
|
||||
|
||||
#menu { }
|
||||
|
||||
#menu li { padding:0em;
|
||||
#menu li {
|
||||
}
|
||||
|
||||
#menu li a { height:100%;
|
||||
#menu li a {
|
||||
}
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load Diff
|
|
@ -47,7 +47,6 @@
|
|||
<!--
|
||||
<xsl:if test="count($resultTree//cms:item/image | $resultTree//cms:item/imageAttachments/image) > 1">
|
||||
-->
|
||||
<script type="text/javascript" src="/assets/jquery.js"/>
|
||||
<script type="text/javascript" src="/assets/fancybox/jquery.fancybox.pack.js"/>
|
||||
<script type="text/javascript" src="/assets/fancybox/jquery.easing.pack.js"/>
|
||||
<script type="text/javascript" src="/assets/fancybox/jquery.mousewheel.pack.js"/>
|
||||
|
|
|
|||
|
|
@ -35,7 +35,7 @@
|
|||
xmlns:ppp="http://www.arsdigita.com/PublicPersonalProfile/1.0"
|
||||
xmlns:mandalay="http://mandalay.quasiweb.de"
|
||||
xmlns:atoz="http://xmlns.redhat.com/atoz/1.0"
|
||||
exclude-result-prefixes="xsl aplaws bebop cms docs forum mandalay nav portal ppp search subsite terms ui"
|
||||
exclude-result-prefixes="xsl aplaws atoz bebop cms docs forum mandalay nav portal ppp search subsite terms ui"
|
||||
version="1.0">
|
||||
|
||||
<!-- Autor: Sören Bernstein -->
|
||||
|
|
@ -48,7 +48,8 @@
|
|||
</xsl:template>
|
||||
|
||||
<xsl:template match="pageLayout">
|
||||
<html>
|
||||
<xsl:text disable-output-escaping='yes'><!DOCTYPE html></xsl:text>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<xsl:attribute name="lang">
|
||||
<xsl:value-of select="$lang"/>
|
||||
</xsl:attribute>
|
||||
|
|
@ -125,6 +126,13 @@
|
|||
<meta name="XSL-Theme-Name" content="Mandalay"/>
|
||||
<meta name="XSL-Theme-Version" content="{$version}"/>
|
||||
|
||||
<!-- Metainformation about LibreCCM -->
|
||||
<meta name="generator">
|
||||
<xsl:attribute name="content">
|
||||
<xsl:value-of select="concat($resultTree/bebop:systemInformation/@appname, ' ', $resultTree/bebop:systemInformation/@version)"/>
|
||||
</xsl:attribute>
|
||||
</meta>
|
||||
|
||||
<!-- DE Diese Metainformationen sind für den WIA Level 3 notwendig -->
|
||||
<!-- EN These meta informations are needed to get Level 3 WAI -->
|
||||
<meta name="language" content="{$lang}"/>
|
||||
|
|
@ -187,7 +195,11 @@
|
|||
<xsl:call-template name="mandalay:fancybox"/>
|
||||
</xsl:template>
|
||||
|
||||
<xsl:template match="useJqueryUi">
|
||||
<xsl:template match="useJQuery">
|
||||
<script type="text/javascript" src="/assets/jquery.js"/>
|
||||
</xsl:template>
|
||||
|
||||
<xsl:template match="useJQueryUI">
|
||||
<script type="text/javascript" src="/assets/jquery-ui.min.js"/>
|
||||
</xsl:template>
|
||||
|
||||
|
|
@ -195,6 +207,14 @@
|
|||
<script type="text/javascript" src="/assets/mathjax/MathJax.js?config=TeX-MML-AM_HTMLorMML"/>
|
||||
</xsl:template>
|
||||
|
||||
<xsl:template match="useHTML5shiv">
|
||||
<xsl:text disable-output-escaping="yes">
|
||||
<!--[if lt IE 9]>
|
||||
<script src="/assets/html5shiv.js"/>
|
||||
<![endif]-->
|
||||
</xsl:text>
|
||||
</xsl:template>
|
||||
|
||||
<!-- DE Setze den lokalisierten Seitentitel -->
|
||||
<!-- EN Setup localized page title -->
|
||||
<xsl:template match="title">
|
||||
|
|
@ -223,8 +243,7 @@
|
|||
<xsl:template match="body">
|
||||
<body>
|
||||
<xsl:call-template name="mandalay:setIdAndClass"/>
|
||||
<span id="top"/>
|
||||
<a href="#startcontent" accesskey="S" class="navHide">
|
||||
<a href="#startcontent" accesskey="S" class="ym-skip">
|
||||
<xsl:attribute name="title">
|
||||
<xsl:call-template name="mandalay:getStaticText">
|
||||
<xsl:with-param name="id" select="'layout/page/skipnav/title'"/>
|
||||
|
|
@ -266,6 +285,45 @@
|
|||
|
||||
</xsl:template>
|
||||
|
||||
<!-- HTML5 elements -->
|
||||
|
||||
<xsl:template match="header">
|
||||
<header>
|
||||
<xsl:call-template name="mandalay:setIdAndClass"/>
|
||||
<xsl:apply-templates/>
|
||||
</header>
|
||||
</xsl:template>
|
||||
|
||||
<xsl:template match="footer">
|
||||
<footer>
|
||||
<xsl:call-template name="mandalay:setIdAndClass"/>
|
||||
<xsl:apply-templates/>
|
||||
</footer>
|
||||
</xsl:template>
|
||||
|
||||
<xsl:template match="main">
|
||||
<main>
|
||||
<xsl:call-template name="mandalay:setIdAndClass"/>
|
||||
<xsl:apply-templates/>
|
||||
</main>
|
||||
</xsl:template>
|
||||
|
||||
<xsl:template match="nav">
|
||||
<nav>
|
||||
<xsl:call-template name="mandalay:setIdAndClass"/>
|
||||
<xsl:apply-templates/>
|
||||
</nav>
|
||||
</xsl:template>
|
||||
|
||||
<xsl:template match="aside">
|
||||
<aside>
|
||||
<xsl:call-template name="mandalay:setIdAndClass"/>
|
||||
<xsl:apply-templates/>
|
||||
</aside>
|
||||
</xsl:template>
|
||||
|
||||
<!-- HTML5 elements end -->
|
||||
|
||||
|
||||
<!-- ************************************************************************************************************ -->
|
||||
<!-- ************************************************************************************************************ -->
|
||||
|
|
|
|||
|
|
@ -20,160 +20,192 @@
|
|||
-->
|
||||
|
||||
<pageLayout>
|
||||
<head>
|
||||
<title>
|
||||
<separator>: </separator>
|
||||
<showText>
|
||||
<line>layout/page/head/title</line>
|
||||
</showText>
|
||||
<usePageTitle/>
|
||||
</title>
|
||||
<useYAML>
|
||||
</useYAML>
|
||||
<useCSSLoader/>
|
||||
<useFancybox/>
|
||||
<useMathJax/>
|
||||
<useJqueryUi/>
|
||||
</head>
|
||||
<body>
|
||||
<head>
|
||||
<title>
|
||||
<separator>: </separator>
|
||||
<showText>
|
||||
<line>layout/page/head/title</line>
|
||||
</showText>
|
||||
<usePageTitle/>
|
||||
</title>
|
||||
<useYAML>
|
||||
<layout>FULLPAGE</layout>
|
||||
</useYAML>
|
||||
<useCSSLoader/>
|
||||
<useJQuery/>
|
||||
<useJQueryUI/>
|
||||
<useFancybox/>
|
||||
<useMathJax/>
|
||||
<useHTML5shiv/>
|
||||
</head>
|
||||
|
||||
<div id="pageWrap">
|
||||
<div id="header">
|
||||
<div class="menu">
|
||||
<div class="contentWidth">
|
||||
<showLanguageSelector/>
|
||||
<showStaticMenu name="topMenu" id="topMenu"/>
|
||||
<!--
|
||||
<div>
|
||||
<showQuicksearch/>
|
||||
<body>
|
||||
|
||||
<header>
|
||||
<div class="headerMenu">
|
||||
<div class="ym-wrapper">
|
||||
<div class="ym-wbox">
|
||||
<div class="ym-grid">
|
||||
<div class="ym-g50 ym-gl">
|
||||
<div class="ym-gbox languageSelector">
|
||||
<showLanguageSelector/>
|
||||
</div>
|
||||
</div>
|
||||
<div class="ym-g50 ym-gr">
|
||||
<div class="ym-gbox">
|
||||
<showStaticMenu name="topMenu" id="topMenu"/>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
-->
|
||||
</div>
|
||||
</div>
|
||||
<div class="headerContent contentWidth">
|
||||
<showImage class="siteLogo">
|
||||
<src>images/header/Logo.png</src>
|
||||
<alt>layout/page/header/logo/alt</alt>
|
||||
<name>layout/page/header/logo/name</name>
|
||||
<title>layout/page/header/logo/title</title>
|
||||
<link>/navigation/</link>
|
||||
</showImage>
|
||||
<showText class="siteTitle">
|
||||
<line>layout/page/header/title</line>
|
||||
</showText>
|
||||
<!--<showSubSiteBanner/>-->
|
||||
<div id="nav" class="contentWidth">
|
||||
<showNavigationMenu>
|
||||
<setMinLevel>0</setMinLevel>
|
||||
<setMaxLevel>1</setMaxLevel>
|
||||
</showNavigationMenu>
|
||||
<div class="endFloat"/>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="ym-wrapper" id="logoNav">
|
||||
<div class="ym-wbox">
|
||||
<div class="ym-grid">
|
||||
<div class="vm-g20 ym-gl">
|
||||
<div class="ym-gbox">
|
||||
<showImage class="siteLogo">
|
||||
<src>images/header/Logo.png</src>
|
||||
<alt>layout/page/header/logo/alt</alt>
|
||||
<name>layout/page/header/logo/name</name>
|
||||
<title>layout/page/header/logo/title</title>
|
||||
<link>/navigation/</link>
|
||||
</showImage>
|
||||
</div>
|
||||
</div>
|
||||
<div class="vm-g80 ym-gl">
|
||||
<showText class="siteTitle">
|
||||
<line>layout/page/header/title</line>
|
||||
</showText>
|
||||
<nav class="ym-hlist">
|
||||
<showNavigationMenu>
|
||||
<setMinLevel>1</setMinLevel>
|
||||
<setMaxLevel>1</setMaxLevel>
|
||||
</showNavigationMenu>
|
||||
</nav>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!--<div class="ym-wrapper">
|
||||
<div class="ym-wbox">
|
||||
<div class="ym-grid headerMenu">
|
||||
<div class="ym-g50 ym-gl">
|
||||
<div class="ym-gbox">
|
||||
<showLanguageSelector/>
|
||||
</div>
|
||||
</div>
|
||||
<div class="ym-g50 ym-gr">
|
||||
<div class="ym-gbox">
|
||||
<showStaticMenu name="topMenu" id="topMenu"/>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="ym-grid">
|
||||
<div class="ym-g20 ym-gl">
|
||||
<div class="ym-gbox">
|
||||
<showImage class="siteLogo">
|
||||
<src>images/header/Logo.png</src>
|
||||
<alt>layout/page/header/logo/alt</alt>
|
||||
<name>layout/page/header/logo/name</name>
|
||||
<title>layout/page/header/logo/title</title>
|
||||
<link>/navigation/</link>
|
||||
</showImage>
|
||||
</div>
|
||||
</div>
|
||||
<div class="ym-g80 ym-gr">
|
||||
<div class="ym-gbox">
|
||||
<showText class="siteTitle">
|
||||
<line>layout/page/header/title</line>
|
||||
</showText>
|
||||
<nav class="ym-hlist">
|
||||
<showNavigationMenu>
|
||||
<setMinLevel>1</setMinLevel>
|
||||
<setMaxLevel>1</setMaxLevel>
|
||||
</showNavigationMenu>
|
||||
</nav>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>-->
|
||||
</header>
|
||||
|
||||
<div id="contentWrap">
|
||||
<div class="contentWidth">
|
||||
<divIfNotEmpty id="right">
|
||||
<showNavigationMenu>
|
||||
<setMinLevel>2</setMinLevel>
|
||||
<setMaxLevel>4</setMaxLevel>
|
||||
<setRootLevelStaticText>false</setRootLevelStaticText>
|
||||
</showNavigationMenu>
|
||||
</divIfNotEmpty>
|
||||
<div>
|
||||
<div id="contentWrap">
|
||||
<div class="contentWidth">
|
||||
<divIfNotEmpty id="right">
|
||||
<showNavigationMenu>
|
||||
<setMinLevel>2</setMinLevel>
|
||||
<setMaxLevel>4</setMaxLevel>
|
||||
<setRootLevelStaticText>false</setRootLevelStaticText>
|
||||
</showNavigationMenu>
|
||||
</divIfNotEmpty>
|
||||
|
||||
<div id="content" setTypeClass="true" classIf="right, marginRight">
|
||||
<div id="greetingitem">
|
||||
<showContent>
|
||||
<useImage/>
|
||||
<usePageTitle/>
|
||||
<useLeadText/>
|
||||
<useContent/>
|
||||
<useEditLink/>
|
||||
</showContent>
|
||||
<div id="content" setTypeClass="true" classIf="right, marginRight">
|
||||
<div id="greetingitem">
|
||||
<showContent>
|
||||
<useImage/>
|
||||
<usePageTitle/>
|
||||
<useLeadText/>
|
||||
<useContent/>
|
||||
<!--<useEditLink/>-->
|
||||
</showContent>
|
||||
</div>
|
||||
|
||||
<showRelatedLinks>
|
||||
<setHeading>true</setHeading>
|
||||
</showRelatedLinks>
|
||||
</div>
|
||||
|
||||
<div id="addOn">
|
||||
<showNotes/>
|
||||
<showFileAttachments/>
|
||||
</div>
|
||||
|
||||
<divIfNotEmpty id="events" classIf="right, marginRight">
|
||||
<showList id="newsList"> <!--classIf="eventList, 2columns">-->
|
||||
<useListHeader/>
|
||||
<useList>newsList</useList>
|
||||
</showList>
|
||||
<showList id="eventList"> <!--classIf="eventList, 2columns">-->
|
||||
<useListHeader/>
|
||||
<useList>eventList</useList>
|
||||
</showList>
|
||||
<div class="endFloat"/>
|
||||
</divIfNotEmpty>
|
||||
|
||||
<showList>
|
||||
<useListHeader>
|
||||
<setHeading>false</setHeading>
|
||||
</useListHeader>
|
||||
<usePaginatorHeader/>
|
||||
<usePaginatorNavbar/>
|
||||
<useList>itemList</useList>
|
||||
<usePaginatorNavbar/>
|
||||
</showList>
|
||||
<showPublicationExportLinks/>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<showRelatedLinks>
|
||||
<setHeading>true</setHeading>
|
||||
</showRelatedLinks>
|
||||
</div>
|
||||
|
||||
<div id="addOn">
|
||||
<showNotes/>
|
||||
<showFileAttachments/>
|
||||
</div>
|
||||
|
||||
<divIfNotEmpty id="events" classIf="right, marginRight">
|
||||
<showList id="newsList"> <!--classIf="eventList, 2columns">-->
|
||||
<useListHeader/>
|
||||
<useList>newsList</useList>
|
||||
</showList>
|
||||
<showList id="eventList"> <!--classIf="eventList, 2columns">-->
|
||||
<useListHeader/>
|
||||
<useList>eventList</useList>
|
||||
</showList>
|
||||
<div class="endFloat"/>
|
||||
</divIfNotEmpty>
|
||||
|
||||
<showList>
|
||||
<useListHeader>
|
||||
<setHeading>false</setHeading>
|
||||
</useListHeader>
|
||||
<usePaginatorHeader/>
|
||||
<usePaginatorNavbar/>
|
||||
<useList>itemList</useList>
|
||||
<usePaginatorNavbar/>
|
||||
</showList>
|
||||
<showPublicationExportLinks/>
|
||||
<footer>
|
||||
<div class="footerContent contentWidth">
|
||||
<showBreadcrumbs/>
|
||||
<div class="logo" />
|
||||
<div class="menu contentWidth">
|
||||
<showImage class="logoScientificCMS startLeftFloat">
|
||||
<src>images/footer/ScientificCMS.png</src>
|
||||
<alt>layout/page/footer/scientificcms/alt</alt>
|
||||
<name>layout/page/footer/scientificcms/name</name>
|
||||
<title>layout/page/footer/scientificcms/title</title>
|
||||
<link>http://www.scientificcms.org</link>
|
||||
</showImage>
|
||||
<showStaticMenu id="footerMenu" name="footerMenu"/>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
</div>
|
||||
|
||||
<!--
|
||||
<div id="leftWrap" classIf="right, borderRight">
|
||||
<divIfNotEmpty id="left">
|
||||
|
||||
<div id="center">
|
||||
|
||||
<useOrgaUnitTab/>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<divIfNotEmpty id="right">
|
||||
<divIfNotEmpty id="info">
|
||||
<showRelatedItems/>
|
||||
</divIfNotEmpty>
|
||||
</divIfNotEmpty>
|
||||
</div>
|
||||
|
||||
<div id="pageFooter" class="endFloat" classIf="right, borderRight">
|
||||
<useLastModified/>
|
||||
<showLink id="toTop">
|
||||
<link>#top</link>
|
||||
<name>toTop</name>
|
||||
</showLink>
|
||||
-->
|
||||
</div>
|
||||
|
||||
<div id="fillEmptySpace"/>
|
||||
|
||||
<div id="footer">
|
||||
<div class="footerContent contentWidth">
|
||||
<showBreadcrumbs/>
|
||||
<div class="logo" />
|
||||
<div class="menu contentWidth">
|
||||
<showImage class="logoScientificCMS startLeftFloat">
|
||||
<src>images/footer/ScientificCMS.png</src>
|
||||
<alt>layout/page/footer/scientificcms/alt</alt>
|
||||
<name>layout/page/footer/scientificcms/name</name>
|
||||
<title>layout/page/footer/scientificcms/title</title>
|
||||
<link>http://www.scientificcms.org</link>
|
||||
</showImage>
|
||||
<showStaticMenu id="footerMenu" name="footerMenu"/>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</body>
|
||||
</pageLayout>
|
||||
|
|
|
|||
|
|
@ -21,111 +21,105 @@
|
|||
-->
|
||||
|
||||
<xsl:stylesheet
|
||||
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
|
||||
xmlns:bebop="http://www.arsdigita.com/bebop/1.0"
|
||||
xmlns:nav="http://ccm.redhat.com/navigation"
|
||||
xmlns:mandalay="http://mandalay.quasiweb.de"
|
||||
xmlns:theme="http://ccm.redhat.com/themedirector"
|
||||
exclude-result-prefixes="xsl bebop nav mandalay theme"
|
||||
version="1.0">
|
||||
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
|
||||
xmlns:atoz="http://xmlns.redhat.com/atoz/1.0"
|
||||
xmlns:bebop="http://www.arsdigita.com/bebop/1.0"
|
||||
xmlns:nav="http://ccm.redhat.com/navigation"
|
||||
xmlns:mandalay="http://mandalay.quasiweb.de"
|
||||
xmlns:theme="http://ccm.redhat.com/themedirector"
|
||||
exclude-result-prefixes="xsl atoz bebop nav mandalay theme"
|
||||
version="1.0">
|
||||
|
||||
<!-- DE globalVars.xsl importieren, um alle wichtigen Einstellungen und Variablen zu erhalten -->
|
||||
<!-- EN Importing globalVars.xsl to get important settings and variables -->
|
||||
<!-- <xsl:import href="includes/mandalay/globalVars.xsl"/> -->
|
||||
<!-- DE globalVars.xsl importieren, um alle wichtigen Einstellungen und Variablen zu erhalten -->
|
||||
<!-- EN Importing globalVars.xsl to get important settings and variables -->
|
||||
<!-- <xsl:import href="includes/mandalay/globalVars.xsl"/> -->
|
||||
|
||||
<xsl:import href="includes/bebop.xsl"/>
|
||||
<xsl:import href="includes/cms.xsl"/>
|
||||
<xsl:import href="includes/docs.xsl"/>
|
||||
<xsl:import href="includes/forum.xsl"/>
|
||||
<xsl:import href="includes/mandalay.xsl"/>
|
||||
<xsl:import href="includes/navigation.xsl"/>
|
||||
<xsl:import href="includes/portal.xsl"/>
|
||||
<xsl:import href="includes/portlet.xsl"/>
|
||||
<xsl:import href="includes/search.xsl"/>
|
||||
<xsl:import href="includes/subsite.xsl"/>
|
||||
<xsl:import href="includes/terms.xsl"/>
|
||||
<xsl:import href="includes/theme.xsl"/>
|
||||
<xsl:import href="includes/types.xsl"/>
|
||||
<xsl:import href="includes/bebop.xsl"/>
|
||||
<xsl:import href="includes/cms.xsl"/>
|
||||
<xsl:import href="includes/docs.xsl"/>
|
||||
<xsl:import href="includes/forum.xsl"/>
|
||||
<xsl:import href="includes/mandalay.xsl"/>
|
||||
<xsl:import href="includes/navigation.xsl"/>
|
||||
<xsl:import href="includes/portal.xsl"/>
|
||||
<xsl:import href="includes/portlet.xsl"/>
|
||||
<xsl:import href="includes/search.xsl"/>
|
||||
<xsl:import href="includes/subsite.xsl"/>
|
||||
<xsl:import href="includes/terms.xsl"/>
|
||||
<xsl:import href="includes/theme.xsl"/>
|
||||
<xsl:import href="includes/types.xsl"/>
|
||||
|
||||
<!-- DE fallbackEntryPoints.xsl importieren. Dort werden alle Einstiegspunkte definiert, die Mandalay noch nicht selber unterstützt-->
|
||||
<!-- EN Importing fallbackEntryPoints.xsl for entrypoint not yet supported by Mandalay -->
|
||||
<!--
|
||||
<xsl:import href="fallback/fallbackEntryPoints.xsl"/>
|
||||
-->
|
||||
<!-- DE fallbackEntryPoints.xsl importieren. Dort werden alle Einstiegspunkte definiert, die Mandalay noch nicht selber unterstützt-->
|
||||
<!-- EN Importing fallbackEntryPoints.xsl for entrypoint not yet supported by Mandalay -->
|
||||
<!--
|
||||
<xsl:import href="fallback/fallbackEntryPoints.xsl"/>
|
||||
-->
|
||||
|
||||
<!-- DE Importiere ggf. weitere benutzerspezifische Module aus user Verzeichnis -->
|
||||
<!-- EN Import user specific modules from user directory -->
|
||||
<xsl:import href="user/start.xsl"/>
|
||||
<!-- DE Importiere ggf. weitere benutzerspezifische Module aus user Verzeichnis -->
|
||||
<!-- EN Import user specific modules from user directory -->
|
||||
<xsl:import href="user/start.xsl"/>
|
||||
|
||||
<!-- Output-Methode -->
|
||||
<!-- Wegen der Problmatik bei XHTML auf HTML 4.01 Strict geändert -->
|
||||
<!--
|
||||
<xsl:output
|
||||
method="html"
|
||||
doctype-public="-//W3C//DTD HTML 4.01//EN"
|
||||
doctype-system="http://www.w3.org/TR/html4/strict.dtd"
|
||||
indent="yes"
|
||||
encoding="utf-8"
|
||||
/>
|
||||
-->
|
||||
<xsl:output
|
||||
method="html"
|
||||
doctype-public="-//W3C//DTD XHTML 1.0 Strict//EN"
|
||||
doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"
|
||||
indent="yes"
|
||||
encoding="utf-8"
|
||||
/>
|
||||
<!-- Output-Methode -->
|
||||
<xsl:output method="html" indent="yes" encoding="utf-8"/>
|
||||
|
||||
<!-- DE Seiten-Layout aufrufen. Alles weitere wird von dort aus geregelt (Ändert sich evt. noch ?) -->
|
||||
<!-- EN Call page layout. Everything else goes from there (Will be changed maybe ?) -->
|
||||
<xsl:template match="bebop:page">
|
||||
<!-- DE Seiten-Layout aufrufen. Alles weitere wird von dort aus geregelt (Ändert sich evt. noch ?) -->
|
||||
<!-- EN Call page layout. Everything else goes from there (Will be changed maybe ?) -->
|
||||
<xsl:template match="bebop:page">
|
||||
|
||||
<xsl:variable name="application">
|
||||
<xsl:choose>
|
||||
<xsl:when test="./@application">
|
||||
<xsl:value-of select="@application"/>
|
||||
</xsl:when>
|
||||
<xsl:otherwise>
|
||||
<xsl:text>none</xsl:text>
|
||||
</xsl:otherwise>
|
||||
</xsl:choose>
|
||||
</xsl:variable>
|
||||
<xsl:variable name="class" select="@class"/>
|
||||
<xsl:variable name="application">
|
||||
<xsl:choose>
|
||||
<xsl:when test="./@application">
|
||||
<xsl:value-of select="@application"/>
|
||||
</xsl:when>
|
||||
<xsl:otherwise>
|
||||
<xsl:text>none</xsl:text>
|
||||
</xsl:otherwise>
|
||||
</xsl:choose>
|
||||
</xsl:variable>
|
||||
<xsl:variable name="class" select="@class"/>
|
||||
|
||||
<!-- DEBUG only -->
|
||||
<xsl:if test="$showDebug='true'">
|
||||
Application: <xsl:value-of select="$application"/> <br/>
|
||||
Class: <xsl:value-of select="@class"/> <br/>
|
||||
Layout-File: <xsl:value-of select="document(concat($theme-prefix, '/settings/start.xml'))/settings/entrypoint[@application=$application and @class=$class]"/> <br />
|
||||
Lang: <xsl:value-of select="$lang"/> <br />
|
||||
Negotiated Locale: <xsl:value-of select="$negotiated-language"/> <br />
|
||||
User-Agent: <xsl:value-of select="$user-agent"/><br />
|
||||
Theme-Prefix: <xsl:value-of select="$theme-prefix"/><br />
|
||||
Context-Prefix: <xsl:value-of select="$context-prefix"/><br />
|
||||
Dispatcher-Prefix: <xsl:value-of select="$dispatcher-prefix"/><br />
|
||||
html strict doctype
|
||||
</xsl:if>
|
||||
<!-- DEBUG only -->
|
||||
<xsl:if test="$showDebug='true'">
|
||||
Application: <xsl:value-of select="$application"/>
|
||||
<br/>
|
||||
Class: <xsl:value-of select="@class"/>
|
||||
<br/>
|
||||
Layout-File: <xsl:value-of select="document(concat($theme-prefix, '/settings/start.xml'))/settings/entrypoint[@application=$application and @class=$class]"/>
|
||||
<br />
|
||||
Lang: <xsl:value-of select="$lang"/>
|
||||
<br />
|
||||
Negotiated Locale: <xsl:value-of select="$negotiated-language"/>
|
||||
<br />
|
||||
User-Agent: <xsl:value-of select="$user-agent"/>
|
||||
<br />
|
||||
Theme-Prefix: <xsl:value-of select="$theme-prefix"/>
|
||||
<br />
|
||||
Context-Prefix: <xsl:value-of select="$context-prefix"/>
|
||||
<br />
|
||||
Dispatcher-Prefix: <xsl:value-of select="$dispatcher-prefix"/>
|
||||
<br />
|
||||
html strict doctype
|
||||
</xsl:if>
|
||||
|
||||
<!-- DE Lese die Layout-Dateien aus der start.xml aus -->
|
||||
<!-- EN Get the layout-files from start.xml -->
|
||||
<xsl:choose>
|
||||
<xsl:when test="document(concat($theme-prefix, '/settings/start.xml'))/settings/entrypoint[@application=$application and @class=$class]">
|
||||
<xsl:call-template name="mandalay:layoutParser">
|
||||
<xsl:with-param name="layoutFile" select="document(concat($theme-prefix, '/settings/start.xml'))/settings/entrypoint[@application=$application and $class=@class]"/>
|
||||
</xsl:call-template>
|
||||
</xsl:when>
|
||||
<xsl:otherwise>
|
||||
<xsl:text>Nicht unterstützt</xsl:text>
|
||||
<!--
|
||||
<xsl:call-template name="mandalay:fallbackEntryPoint"/>
|
||||
-->
|
||||
</xsl:otherwise>
|
||||
</xsl:choose>
|
||||
</xsl:template>
|
||||
<!-- DE Lese die Layout-Dateien aus der start.xml aus -->
|
||||
<!-- EN Get the layout-files from start.xml -->
|
||||
<xsl:choose>
|
||||
<xsl:when test="document(concat($theme-prefix, '/settings/start.xml'))/settings/entrypoint[@application=$application and @class=$class]">
|
||||
<xsl:call-template name="mandalay:layoutParser">
|
||||
<xsl:with-param name="layoutFile" select="document(concat($theme-prefix, '/settings/start.xml'))/settings/entrypoint[@application=$application and $class=@class]"/>
|
||||
</xsl:call-template>
|
||||
</xsl:when>
|
||||
<xsl:otherwise>
|
||||
<xsl:text>Nicht unterstützt</xsl:text>
|
||||
<!--
|
||||
<xsl:call-template name="mandalay:fallbackEntryPoint"/>
|
||||
-->
|
||||
</xsl:otherwise>
|
||||
</xsl:choose>
|
||||
</xsl:template>
|
||||
|
||||
<!-- DE navigation.xsl call-back-Funktion um spezielle Navigationspunkte vor der eigentlichen Navigation einzufügen -->
|
||||
<!-- EN navigation.xsl call-back function to add some special navigation elements prior the standard navigation -->
|
||||
<xsl:template name="mandalay:navAddOn">
|
||||
</xsl:template>
|
||||
<!-- DE navigation.xsl call-back-Funktion um spezielle Navigationspunkte vor der eigentlichen Navigation einzufügen -->
|
||||
<!-- EN navigation.xsl call-back function to add some special navigation elements prior the standard navigation -->
|
||||
<xsl:template name="mandalay:navAddOn">
|
||||
</xsl:template>
|
||||
|
||||
</xsl:stylesheet>
|
||||
|
|
|
|||
|
|
@ -135,7 +135,11 @@
|
|||
|
||||
<xsl:template match="useYAML">
|
||||
<link rel="stylesheet" type="text/css" href="{$theme-prefix}/yaml/core/base.min.css"/>
|
||||
<link rel="stylesheet" type="text/css" href="{$theme-prefix}/yaml/core/iehacks.min.css"/>
|
||||
<xsl:text disable-output-escaping="yes">
|
||||
<!--[if lte IE 7]>
|
||||
<link rel="stylesheet" type="text/css" href="{$theme-prefix}/yaml/core/iehacks.min.css"/>
|
||||
<![endif]-->
|
||||
</xsl:text>
|
||||
|
||||
<xsl:if test="./accessibleTabs[@enabled='true']">
|
||||
<script type="text/javascript"
|
||||
|
|
@ -178,24 +182,16 @@
|
|||
<link rel="stylesheet" type="text/css" href="{$theme-prefix}/yaml/print/print.css"/>
|
||||
</xsl:if>
|
||||
|
||||
<xsl:if test="./grid96012[@enabled='true']">
|
||||
<link rel="stylesheet" type="text/css" href="{$theme-prefix}/yaml/screen/grid-960-12.css"/>
|
||||
</xsl:if>
|
||||
|
||||
<xsl:if test="./grid96016[@enabled='true']">
|
||||
<link rel="stylesheet" type="text/css" href="{$theme-prefix}/yaml/screen/grid-960-16.css"/>
|
||||
</xsl:if>
|
||||
|
||||
<xsl:if test="./screenFullpage[@enabled='true']">
|
||||
<xsl:if test="./grid">
|
||||
<link rel="stylesheet"
|
||||
type="text/css"
|
||||
href="{$theme-prefix}/yaml/screen/screen-FULLPAGE-layout.css"/>
|
||||
href="{$theme-prefix}/yaml/screen/grid-{./grid}.css" />
|
||||
</xsl:if>
|
||||
|
||||
<xsl:if test="./screenPage[@enabled='true']">
|
||||
<xsl:if test="./layout">
|
||||
<link rel="stylesheet"
|
||||
type="text/css"
|
||||
href="{$theme-prefix}/yaml/screen/screen-PAGE-layout.css"/>
|
||||
href="{$theme-prefix}/yaml/screen/{concat('screen-', ./layout, '-layout.css')}"/>
|
||||
</xsl:if>
|
||||
|
||||
<xsl:if test="./typography[@enabled='true']">
|
||||
|
|
@ -223,14 +219,6 @@
|
|||
</xsl:if>
|
||||
</xsl:if>
|
||||
|
||||
<xsl:if test="not(./html5shiv[@enabled = 'false'])">
|
||||
<xsl:text disable-output-escaping="yes">
|
||||
<!--[if lt IE 9]>
|
||||
<script src="{$theme-prefix}/lib/html5shiv.js"/>
|
||||
<![endif]-->
|
||||
</xsl:text>
|
||||
</xsl:if>
|
||||
|
||||
</xsl:template>
|
||||
|
||||
</xsl:stylesheet>
|
||||
|
|
|
|||
|
|
@ -171,7 +171,7 @@
|
|||
<line id="internetArticle/authors">Autorinnen/Autoren</line>
|
||||
<line id="internetArticle/authors">Autorin/Autor</line>
|
||||
<line id="internetArticle/edition">Auflage</line>
|
||||
<line id="internetArticle/issn">ISSN</line
|
||||
<line id="internetArticle/issn">ISSN</line>
|
||||
<line id="internetArticle/languageOfPublication">Sprache</line>
|
||||
<line id="internetArticle/misc"></line>
|
||||
<line id="internetArticle/number">Nummer</line>
|
||||
|
|
|
|||
|
|
@ -136,7 +136,7 @@
|
|||
<setting id="expertise/setSeriesLink">false</setting>
|
||||
<setting id="expertise/setSeriesVolume">false</setting>
|
||||
<setting id="expertise/setUrl">true</setting>
|
||||
<setting id="expertise/setYear">true</setting
|
||||
<setting id="expertise/setYear">true</setting>
|
||||
<setting id="expertise/setYearFirstPublished">true</setting>
|
||||
|
||||
<!-- Settings for the detail view of a grey literature publication -->
|
||||
|
|
@ -200,7 +200,7 @@
|
|||
<setting id="internetArticle/setSeries">true</setting>
|
||||
<setting id="internetArticle/setSeriesLink">true</setting>
|
||||
<setting id="internetArticle/setSeriesVolume">true</setting>
|
||||
<setting id="internetArticle/setYear">true</setting
|
||||
<setting id="internetArticle/setYear">true</setting>
|
||||
<setting id="internetArticle/setYearFirstPublished">true</setting>
|
||||
|
||||
<!-- Settings for the detail view of a journal -->
|
||||
|
|
@ -256,7 +256,7 @@
|
|||
<setting id="proceedings/setSeries">true</setting>
|
||||
<setting id="proceedings/setUrl">true</setting>
|
||||
<setting id="proceedings/setVolume">true</setting>
|
||||
<setting id="proceedings/setYear">true</setting
|
||||
<setting id="proceedings/setYear">true</setting>
|
||||
<setting id="proceedings/setYearFirstPublished">true</setting>
|
||||
|
||||
<!-- Settings for the detail view of a review -->
|
||||
|
|
|
|||
Loading…
Reference in New Issue