Verschiedene Sicherheitskopien (~-Dateien), die versehentlich mit eingecheckt wurden, entfernt
git-svn-id: https://svn.libreccm.org/ccm/trunk@2267 8810af33-2d31-482b-a856-94f89814c4dfmaster
parent
3dc50835f9
commit
c1992150fb
|
|
@ -1,565 +0,0 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<xsl:stylesheet
|
|
||||||
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
|
|
||||||
xmlns:bebop="http://www.arsdigita.com/bebop/1.0"
|
|
||||||
xmlns:aplaws="http://www.arsdigita.com/aplaws/1.0"
|
|
||||||
xmlns:ui="http://www.arsdigita.com/ui/1.0"
|
|
||||||
xmlns:cms="http://www.arsdigita.com/cms/1.0"
|
|
||||||
xmlns:nav="http://ccm.redhat.com/london/navigation"
|
|
||||||
xmlns:terms="http://xmlns.redhat.com/london/terms/1.0"
|
|
||||||
exclude-result-prefixes="xsl bebop aplaws ui nav cms terms"
|
|
||||||
version="1.0">
|
|
||||||
|
|
||||||
<xsl:import href="../types/ContentTypes.xsl"/>
|
|
||||||
|
|
||||||
<xsl:param name="theme-prefix"/>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<xsl:template name="header">
|
|
||||||
|
|
||||||
<!--HEADER -->
|
|
||||||
|
|
||||||
<div id="header">
|
|
||||||
|
|
||||||
<div id="logo">
|
|
||||||
<a href="{$dispatcher-prefix}/portal/" title="APLAWS+ home">
|
|
||||||
<img src="{$theme-prefix}/images/aplawsplus.gif" hspace="5" width="158" height="30" alt="APLAWS+ logo" />
|
|
||||||
</a>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
|
|
||||||
<div id="utils">
|
|
||||||
<span class="hide">|</span>
|
|
||||||
<a href="{$dispatcher-prefix}/portal/" title="home" accesskey="1">home</a>
|
|
||||||
<xsl:text disable-output-escaping="yes">&</xsl:text>nbsp;|
|
|
||||||
<xsl:text disable-output-escaping="yes">&</xsl:text>nbsp;
|
|
||||||
<!-- atoz disabled, currently it only display categories (and indes pages), not content.
|
|
||||||
so, it's not so useful for general content pages
|
|
||||||
<a href="{$dispatcher-prefix}/atoz" title="a-z">a-z</a><xsl:text disable-output-escaping="yes">&
|
|
||||||
</xsl:text>nbsp;|<xsl:text disable-output-escaping="yes">&</xsl:text>nbsp;
|
|
||||||
-->
|
|
||||||
<a href="{$dispatcher-prefix}/navigation/sitemap.jsp" title="site map" accesskey="3">site map</a>
|
|
||||||
<xsl:text disable-output-escaping="yes">&</xsl:text>nbsp;|
|
|
||||||
<xsl:text disable-output-escaping="yes">&</xsl:text>nbsp;
|
|
||||||
<a href="/contact" title="contact us" accesskey="9">contact us</a>
|
|
||||||
<xsl:text disable-output-escaping="yes">&</xsl:text>nbsp;|
|
|
||||||
<xsl:text disable-output-escaping="yes">&</xsl:text>nbsp;
|
|
||||||
<a href="/help" title="help" accesskey="6">help</a>
|
|
||||||
<xsl:text disable-output-escaping="yes">&</xsl:text>nbsp;
|
|
||||||
<xsl:text disable-output-escaping="yes">&</xsl:text>nbsp;
|
|
||||||
</div>
|
|
||||||
|
|
||||||
|
|
||||||
<div id="search">
|
|
||||||
|
|
||||||
<form name="search" method="get" action="{$dispatcher-prefix}/search/">
|
|
||||||
<label for="topSearch" accesskey="4">Search</label>
|
|
||||||
<input class="searchBox" id="topSearch" name="terms" value="search" />
|
|
||||||
<label for="topGo">Go</label>
|
|
||||||
<input type="submit" name="Submit" id="topGo" value="GO" class="go" />
|
|
||||||
<xsl:apply-templates select="bebop:pageState" />
|
|
||||||
</form>
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
|
||||||
<br id="clear"/>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<!--TOP LEVEL NAVIGATION -->
|
|
||||||
<!-- hard coded navigation arranged horizonally, deactivated
|
|
||||||
<div id="tlcNav">
|
|
||||||
|
|
||||||
<span class="hide">|</span>
|
|
||||||
|
|
||||||
<p>
|
|
||||||
<xsl:call-template name="TLC"/>
|
|
||||||
</p>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
-->
|
|
||||||
|
|
||||||
</xsl:template>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<!--BREADCRUMB -->
|
|
||||||
<xsl:template name="breadcrumb">
|
|
||||||
|
|
||||||
<span class="hide">|</span>
|
|
||||||
<div id="bread">
|
|
||||||
<p>
|
|
||||||
<b>
|
|
||||||
<a href="{$dispatcher-prefix}/portal/" title="home">home</a><xsl:text disable-output-escaping="yes">&</xsl:text>nbsp;<xsl:text disable-output-escaping="yes">&</xsl:text>gt;<xsl:text disable-output-escaping="yes">&</xsl:text>nbsp;</b>
|
|
||||||
<span class="hide">|</span>
|
|
||||||
<xsl:for-each select="nav:categoryPath/nav:category[not(position()=1)]">
|
|
||||||
<xsl:choose>
|
|
||||||
<xsl:when test="not(position()=last())">
|
|
||||||
<a>
|
|
||||||
<xsl:attribute name="href"><xsl:value-of select="@url" /></xsl:attribute>
|
|
||||||
<xsl:attribute name="title"><xsl:value-of select="@description" /></xsl:attribute>
|
|
||||||
<xsl:value-of select="@title" />
|
|
||||||
</a>
|
|
||||||
<span class="hide">|</span>
|
|
||||||
<xsl:text disable-output-escaping="yes">&</xsl:text>nbsp;<span class="breadArrow"><xsl:text disable-output-escaping="yes">&</xsl:text>gt;</span><xsl:text disable-output-escaping="yes">&</xsl:text>nbsp;
|
|
||||||
</xsl:when>
|
|
||||||
<xsl:otherwise>
|
|
||||||
<span class="breadHi"><xsl:value-of select="@title" /></span>
|
|
||||||
</xsl:otherwise>
|
|
||||||
</xsl:choose>
|
|
||||||
</xsl:for-each>
|
|
||||||
</p>
|
|
||||||
<span class="hide">|</span>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</xsl:template>
|
|
||||||
|
|
||||||
|
|
||||||
<!-- aplaws council navigation categories,
|
|
||||||
originally CONFIGURED TO MATCH LGCL TOP CATEGORIES, hard coded
|
|
||||||
may be used as an example if someone really needs hard coded navigation categories -->
|
|
||||||
<!-- deactivated for now
|
|
||||||
<xsl:template name="TLC">
|
|
||||||
<span class="hide">|</span>
|
|
||||||
<a href="{$dispatcher-prefix}/navigation/first-cat" title="First Category">first categoty</a>
|
|
||||||
<xsl:text disable-output-escaping="yes">&</xsl:text>nbsp;|<xsl:text disable-output-escaping="yes">&
|
|
||||||
</xsl:text>nbsp;
|
|
||||||
<a href="{$dispatcher-prefix}/navigation/second-cat" title="Second Category">second category</a>
|
|
||||||
<xsl:text disable-output-escaping="yes">&</xsl:text>nbsp;|<xsl:text disable-output-escaping="yes">&
|
|
||||||
</xsl:text>nbsp;
|
|
||||||
<a href="{$dispatcher-prefix}/navigation/third-cat" title="Third Category">third category</a>
|
|
||||||
<xsl:text disable-output-escaping="yes">&</xsl:text>nbsp;|<xsl:text disable-output-escaping="yes">&
|
|
||||||
</xsl:text>nbsp;
|
|
||||||
<a href="{$dispatcher-prefix}/navigation/last-cat" title="Last Category">last category</a>
|
|
||||||
</xsl:template>
|
|
||||||
|
|
||||||
-->
|
|
||||||
|
|
||||||
|
|
||||||
<xsl:template name="footer">
|
|
||||||
<div id="footer">
|
|
||||||
|
|
||||||
<!-- if you use hard coded navigation categories, you may repeat them at the bottom of each page -->
|
|
||||||
<!-- deactivated for now
|
|
||||||
<p id="foottlc">
|
|
||||||
<span class="hide">|</span>
|
|
||||||
<a href="{$dispatcher-prefix}/navigation/first-cat" title="First Category">first categoty</a>
|
|
||||||
<xsl:text disable-output-escaping="yes">&</xsl:text>nbsp;|<xsl:text disable-output-escaping="yes">&
|
|
||||||
</xsl:text>nbsp;
|
|
||||||
<a href="{$dispatcher-prefix}/navigation/second-cat" title="Second Category">second category</a>
|
|
||||||
<xsl:text disable-output-escaping="yes">&</xsl:text>nbsp;|<xsl:text disable-output-escaping="yes">&
|
|
||||||
</xsl:text>nbsp;
|
|
||||||
<a href="{$dispatcher-prefix}/navigation/third-cat" title="Third Category">third category</a>
|
|
||||||
<xsl:text disable-output-escaping="yes">&</xsl:text>nbsp;|<xsl:text disable-output-escaping="yes">&
|
|
||||||
</xsl:text>nbsp;
|
|
||||||
<a href="{$dispatcher-prefix}/navigation/last-cat" title="Last Category">last category</a>
|
|
||||||
</p>
|
|
||||||
-->
|
|
||||||
|
|
||||||
<p id="legal">
|
|
||||||
<span class="hide">|</span>
|
|
||||||
<a href="/copyright" title="copyright">copyright</a>
|
|
||||||
<xsl:text disable-output-escaping="yes">&nbsp;|&nbsp;</xsl:text>
|
|
||||||
<!-- <xsl:text disable-output-escaping="yes">&</xsl:text>nbsp; -->
|
|
||||||
<a href="/disclaimer" title="disclaimer and privacy statement" accesskey="8">disclaimer and privacy statement</a>
|
|
||||||
<xsl:text disable-output-escaping="yes">&nbsp;|</xsl:text>
|
|
||||||
<xsl:text disable-output-escaping="yes">&</xsl:text>nbsp;
|
|
||||||
<a href="/contact" title="contact" accesskey="9">contact</a>
|
|
||||||
<xsl:text disable-output-escaping="yes">&</xsl:text>nbsp;|
|
|
||||||
<xsl:text disable-output-escaping="yes">&</xsl:text>nbsp;
|
|
||||||
<a href="/accessibility" title="accessibility statement" accesskey="0">accessibility</a>
|
|
||||||
</p>
|
|
||||||
|
|
||||||
|
|
||||||
<p>
|
|
||||||
<span class="hide">|</span>
|
|
||||||
<a href="http://validator.w3.org/check/referer">
|
|
||||||
<img border="0" src="{$theme-prefix}/images/w3c-xhtml.png" alt="Valid HTML 4.01!" height="31" width="88" /></a>
|
|
||||||
<span class="hide">|</span>
|
|
||||||
<a href="http://jigsaw.w3.org/css-validator/">
|
|
||||||
<img style="border:0;width:88px;height:31px" src="{$theme-prefix}/images/w3c-css.png" alt="Valid CSS!" /></a>
|
|
||||||
</p>
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<xsl:call-template name="aplaws:bodyDebug"/>
|
|
||||||
|
|
||||||
</xsl:template>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<xsl:template name="pageContent">
|
|
||||||
<a class="intLink" name="top" />
|
|
||||||
<xsl:choose>
|
|
||||||
<!-- CIs -->
|
|
||||||
<xsl:when test="cms:contentPanel">
|
|
||||||
<xsl:apply-templates select="cms:contentPanel/cms:item"/>
|
|
||||||
<xsl:call-template name="fileAttachments" />
|
|
||||||
<xsl:call-template name="associatedLinks" />
|
|
||||||
<font family="arial">Data Protection and Information Sharing notice. No personal information you have given us will be passed on to third parties for commercial purposes. The Council's policy is that all information will be shared among officers and other agencies where the legal framework allows it, if this will help to improve the service you receive and to develop other services. If you do not wish certain information about you to be exchanged within the Council, you can request that this does not happen.
|
|
||||||
</font>
|
|
||||||
</xsl:when>
|
|
||||||
<!-- A-Z -->
|
|
||||||
<xsl:when test="cms:alphabetNavigation">
|
|
||||||
<xsl:apply-templates select="ui:simplePageContent/cms:alphabetNavigation"/>
|
|
||||||
<div id="navSpace"><img src="{$theme-prefix}/images/spacer.gif" alt="*" /></div>
|
|
||||||
</xsl:when>
|
|
||||||
<!-- Nav pages -->
|
|
||||||
<xsl:otherwise>
|
|
||||||
<xsl:call-template name="greeting" />
|
|
||||||
<xsl:call-template name="contentLinks" />
|
|
||||||
</xsl:otherwise>
|
|
||||||
</xsl:choose>
|
|
||||||
</xsl:template>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<xsl:template name="Title">
|
|
||||||
<xsl:choose>
|
|
||||||
<xsl:when test="cms:contentPanel">
|
|
||||||
<xsl:value-of select="cms:contentPanel/cms:item/title"/>
|
|
||||||
</xsl:when>
|
|
||||||
<xsl:when test="cms:alphabetNavigation">A to Z</xsl:when>
|
|
||||||
<xsl:otherwise>
|
|
||||||
<xsl:for-each select="/bebop:page/nav:categoryMenu//nav:category[@isSelected='true']">
|
|
||||||
<xsl:if test="position() = last()">
|
|
||||||
<xsl:value-of select="@title"/>
|
|
||||||
</xsl:if>
|
|
||||||
</xsl:for-each>
|
|
||||||
</xsl:otherwise>
|
|
||||||
</xsl:choose>
|
|
||||||
</xsl:template>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<xsl:template name="greeting">
|
|
||||||
<xsl:for-each select="nav:greetingItem[@id='greetingItem']/cms:item">
|
|
||||||
<div id="greeting">
|
|
||||||
|
|
||||||
<xsl:choose>
|
|
||||||
|
|
||||||
<xsl:when test="type[label = 'MultiPartArticle']">
|
|
||||||
<xsl:call-template name="CT_MultiPartArticle_graphics" />
|
|
||||||
</xsl:when>
|
|
||||||
|
|
||||||
<xsl:when test="type[label = 'Site Proxy']">
|
|
||||||
<xsl:call-template name="CT_SiteProxy_graphics" />
|
|
||||||
</xsl:when>
|
|
||||||
|
|
||||||
<xsl:otherwise>
|
|
||||||
<xsl:for-each select="imageCaptions">
|
|
||||||
<div id="CI_Image">
|
|
||||||
<img align="right">
|
|
||||||
<xsl:attribute name="src"><xsl:value-of select="$dispatcher-prefix"/>/cms-service/stream/image/?image_id=<xsl:value-of select="imageAsset/id" /></xsl:attribute>
|
|
||||||
<xsl:attribute name="alt"><xsl:value-of select="caption" /></xsl:attribute>
|
|
||||||
</img>
|
|
||||||
</div>
|
|
||||||
</xsl:for-each>
|
|
||||||
<p>
|
|
||||||
<xsl:value-of disable-output-escaping="yes" select="./textAsset/content"/>
|
|
||||||
</p>
|
|
||||||
</xsl:otherwise>
|
|
||||||
|
|
||||||
</xsl:choose>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
</xsl:for-each>
|
|
||||||
</xsl:template>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<xsl:template name="contentLinks">
|
|
||||||
<xsl:variable name="thisCategory" select="nav:categoryPath/nav:category[position()=last()]/@id"/>
|
|
||||||
<xsl:choose>
|
|
||||||
<xsl:when test="nav:dateOrderCategories/nav:category[@id=$thisCategory]">
|
|
||||||
<!-- this category should have items date ordered -->
|
|
||||||
<xsl:call-template name="datedContentLinks">
|
|
||||||
<xsl:with-param name="order" select = "nav:dateOrderCategories/nav:category[@id=$thisCategory]/@order"/>
|
|
||||||
</xsl:call-template>
|
|
||||||
</xsl:when>
|
|
||||||
<xsl:otherwise>
|
|
||||||
<xsl:call-template name="undatedContentLinks"/>
|
|
||||||
</xsl:otherwise>
|
|
||||||
</xsl:choose>
|
|
||||||
</xsl:template>
|
|
||||||
|
|
||||||
<xsl:template name="undatedContentLinks">
|
|
||||||
|
|
||||||
<xsl:for-each select="nav:simpleObjectList/nav:objectList">
|
|
||||||
<div id="contentLinks">
|
|
||||||
<xsl:for-each select="nav:item">
|
|
||||||
<a>
|
|
||||||
<xsl:attribute name="href"><xsl:value-of select="nav:path" /></xsl:attribute>
|
|
||||||
<xsl:attribute name="title"><xsl:value-of select="nav:attribute[@name='title']" /></xsl:attribute>
|
|
||||||
<xsl:value-of select="nav:attribute[@name='title']" />
|
|
||||||
</a>
|
|
||||||
<span class="hide">|</span>
|
|
||||||
</xsl:for-each>
|
|
||||||
</div>
|
|
||||||
</xsl:for-each>
|
|
||||||
</xsl:template>
|
|
||||||
|
|
||||||
<xsl:template name="datedContentLinks">
|
|
||||||
<xsl:param name="order"/>
|
|
||||||
<xsl:comment>Dated Links</xsl:comment>
|
|
||||||
<xsl:for-each select="nav:simpleObjectList/nav:objectList">
|
|
||||||
<div id="contentLinks">
|
|
||||||
<xsl:comment>Items ordered in <xsl:value-of select ="$order"/> order</xsl:comment>
|
|
||||||
<xsl:for-each select="nav:item">
|
|
||||||
<!-- nb can't put nav:attribute[@name='launchDate' and @usage='sort'] into a variable because it
|
|
||||||
will not be initialised for items without launch date, and so sort will fail -->
|
|
||||||
<xsl:sort select="nav:attribute[@name='launchDate']/@year" order = "{$order}" data-type="number"/>
|
|
||||||
<xsl:sort select="nav:attribute[@name='launchDate']/@month" order = "{$order}" data-type="number"/>
|
|
||||||
<xsl:sort select="nav:attribute[@name='launchDate']/@day" order = "{$order}" data-type="number"/>
|
|
||||||
<xsl:sort select="nav:attribute[@name='launchDate']/@hour" order = "{$order}" data-type="number"/>
|
|
||||||
<xsl:sort select="nav:attribute[@name='launchDate']/@minute" order = "{$order}" data-type="number"/>
|
|
||||||
<xsl:sort select="nav:attribute[@name='launchDate']/@second" order = "{$order}" data-type="number"/>
|
|
||||||
<xsl:sort select="nav:attribute[@name='title']"/>
|
|
||||||
<a>
|
|
||||||
<xsl:attribute name="href"><xsl:value-of select="nav:path" /></xsl:attribute>
|
|
||||||
<xsl:attribute name="title"><xsl:value-of select="nav:attribute[@name='title']" /></xsl:attribute>
|
|
||||||
<!-- if there is a launch date, prepend title with date, so that the order of
|
|
||||||
entries makes sense -->
|
|
||||||
<xsl:if test="nav:attribute[@name='launchDate']">
|
|
||||||
|
|
||||||
<xsl:value-of select="nav:attribute[@name='launchDate']"/> -
|
|
||||||
<!-- line above displays the locale specific version of the date - personally I think
|
|
||||||
the default long version looks awful - maybe short format can be specified in
|
|
||||||
com.arsdigita.london.navigation.DataCollectionRenderer. Alternative approach
|
|
||||||
is to construct short date with the available attributes eg UK version below
|
|
||||||
(which could do with some left padding on day & month so that the dates align correctly)
|
|
||||||
<xsl:value-of select="nav:attribute[@name='launchDate']/@day"/>/
|
|
||||||
<xsl:value-of select="nav:attribute[@name='launchDate']/@month"/>/
|
|
||||||
<xsl:value-of select="nav:attribute[@name='launchDate']/@year"/> - -->
|
|
||||||
</xsl:if>
|
|
||||||
<xsl:value-of select="nav:attribute[@name='title']" />
|
|
||||||
</a>
|
|
||||||
<span class="hide">|</span>
|
|
||||||
</xsl:for-each>
|
|
||||||
</div>
|
|
||||||
</xsl:for-each>
|
|
||||||
</xsl:template>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<xsl:template name="fileAttachments">
|
|
||||||
<xsl:if test="cms:contentPanel/cms:item/fileAttachments">
|
|
||||||
<div class="attachment">
|
|
||||||
<h2>Related Files:</h2>
|
|
||||||
<ul class="linklist">
|
|
||||||
<xsl:for-each select="cms:contentPanel/cms:item/fileAttachments">
|
|
||||||
<xsl:sort select="fileOrder" data-type="number" />
|
|
||||||
<li>
|
|
||||||
<xsl:value-of select="name"/> -
|
|
||||||
<xsl:value-of select="description"/>
|
|
||||||
<a href="{$dispatcher-prefix}/cms-service/stream/asset/?asset_id={./id}" title="view file">[View]</a>
|
|
||||||
<a href="{$dispatcher-prefix}/cms-service/download/asset/?asset_id={./id}" title="save file to your computer">[Save]</a>
|
|
||||||
</li>
|
|
||||||
</xsl:for-each>
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
</xsl:if>
|
|
||||||
</xsl:template>
|
|
||||||
|
|
||||||
<!-- URL Encoding Template Begin -->
|
|
||||||
<!-- Taken on as is basis.Written by Mike J. Brown, mike@skew.org.
|
|
||||||
No license; use freely, but credit me if reproducing in print.
|
|
||||||
Characters we'll support.
|
|
||||||
We could add control chars 0-31 and 127-159, but we won't.
|
|
||||||
-->
|
|
||||||
<xsl:variable name="ascii"> !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~</xsl:variable>
|
|
||||||
<xsl:variable name="latin1"> ¡¢£¤¥¦§¨©ª«¬­®¯°±²³´µ¶·¸¹º»¼½¾¿ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖרÙÚÛÜÝÞßàáâãäåæçèéêëìíîïðñòóôõö÷øùúûüýþÿ</xsl:variable>
|
|
||||||
|
|
||||||
<!-- Characters that usually don't need to be escaped -->
|
|
||||||
<xsl:variable name="safe">!'()*-.0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ_abcdefghijklmnopqrstuvwxyz~</xsl:variable>
|
|
||||||
|
|
||||||
<xsl:variable name="hex" >0123456789ABCDEF</xsl:variable>
|
|
||||||
<xsl:template name="url-encode">
|
|
||||||
<xsl:param name="str"/>
|
|
||||||
<xsl:if test="$str">
|
|
||||||
<xsl:variable name="first-char" select="substring($str,1,1)"/>
|
|
||||||
<xsl:choose>
|
|
||||||
<xsl:when test="contains($safe,$first-char)">
|
|
||||||
<xsl:value-of select="$first-char"/>
|
|
||||||
</xsl:when>
|
|
||||||
<xsl:otherwise>
|
|
||||||
<xsl:variable name="codepoint">
|
|
||||||
<xsl:choose>
|
|
||||||
<xsl:when test="contains($ascii,$first-char)">
|
|
||||||
<xsl:value-of select="string-length(substring-before($ascii,$first-char)) + 32"/>
|
|
||||||
</xsl:when>
|
|
||||||
<xsl:when test="contains($latin1,$first-char)">
|
|
||||||
<xsl:value-of select="string-length(substring-before($latin1,$first-char)) + 160"/>
|
|
||||||
</xsl:when>
|
|
||||||
<xsl:otherwise>
|
|
||||||
<xsl:message terminate="no">Warning: string contains a character that is out of range! Substituting "?".</xsl:message>
|
|
||||||
<xsl:text>63</xsl:text>
|
|
||||||
</xsl:otherwise>
|
|
||||||
</xsl:choose>
|
|
||||||
</xsl:variable>
|
|
||||||
<xsl:variable name="hex-digit1" select="substring($hex,floor($codepoint div 16) + 1,1)"/>
|
|
||||||
<xsl:variable name="hex-digit2" select="substring($hex,$codepoint mod 16 + 1,1)"/>
|
|
||||||
<xsl:value-of select="concat('%',$hex-digit1,$hex-digit2)"/>
|
|
||||||
</xsl:otherwise>
|
|
||||||
</xsl:choose>
|
|
||||||
<xsl:if test="string-length($str) > 1">
|
|
||||||
<xsl:call-template name="url-encode">
|
|
||||||
<xsl:with-param name="str" select="substring($str,2)"/>
|
|
||||||
</xsl:call-template>
|
|
||||||
</xsl:if>
|
|
||||||
</xsl:if>
|
|
||||||
</xsl:template>
|
|
||||||
<!-- URL Encoding Template End -->
|
|
||||||
|
|
||||||
<xsl:template name="associatedLinks">
|
|
||||||
<xsl:if test="cms:contentPanel/cms:item/links">
|
|
||||||
<div class="attachment">
|
|
||||||
<h2>Associated Links:</h2>
|
|
||||||
<ul class="linklist">
|
|
||||||
<xsl:for-each select="cms:contentPanel/cms:item/links">
|
|
||||||
<xsl:sort select="linkOrder" data-type="number" />
|
|
||||||
<li>
|
|
||||||
<a>
|
|
||||||
<xsl:attribute name="href">
|
|
||||||
<xsl:choose>
|
|
||||||
<xsl:when test="targetType='internalLink'">
|
|
||||||
<xsl:text>/redirect/?oid=</xsl:text>
|
|
||||||
<xsl:call-template name="url-encode">
|
|
||||||
<xsl:with-param name="str">
|
|
||||||
<xsl:value-of select="targetItem/@oid"/>
|
|
||||||
</xsl:with-param>
|
|
||||||
</xsl:call-template>
|
|
||||||
<!-- <xsl:text>/redirect/?oid=</xsl:text><xsl:value-of select="targetItem/@oid"/> -->
|
|
||||||
</xsl:when>
|
|
||||||
<xsl:otherwise>
|
|
||||||
<xsl:value-of select="targetURI"/>
|
|
||||||
</xsl:otherwise>
|
|
||||||
</xsl:choose>
|
|
||||||
</xsl:attribute>
|
|
||||||
<xsl:attribute name="title"><xsl:value-of select="./linkDescription" /></xsl:attribute>
|
|
||||||
<xsl:if test="./targetWindow">
|
|
||||||
<xsl:attribute name="target"><xsl:value-of select="./targetWindow" /></xsl:attribute>
|
|
||||||
</xsl:if>
|
|
||||||
<xsl:value-of disable-output-escaping="yes" select="./linkTitle" />
|
|
||||||
</a>
|
|
||||||
- <xsl:value-of select="./linkDescription" />
|
|
||||||
|
|
||||||
</li>
|
|
||||||
</xsl:for-each>
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
</xsl:if>
|
|
||||||
</xsl:template>
|
|
||||||
|
|
||||||
|
|
||||||
<xsl:template name="relatedItems">
|
|
||||||
<xsl:for-each select="nav:relatedItems">
|
|
||||||
<h2>Related Items</h2>
|
|
||||||
<xsl:for-each select="nav:relatedItem">
|
|
||||||
<a href="{@path}" title="{@title}"><xsl:value-of select="@title" /></a>
|
|
||||||
</xsl:for-each>
|
|
||||||
<span class="hide">|</span>
|
|
||||||
</xsl:for-each>
|
|
||||||
</xsl:template>
|
|
||||||
|
|
||||||
|
|
||||||
<xsl:template name="metaData">
|
|
||||||
<meta name="eGMS.accessibility" scheme="WCAG" content="Double-A" />
|
|
||||||
<meta name="DCTERMS.audience" content="" scheme="LGAL" href="http://www.esd.org.uk/standards/lgal/" />
|
|
||||||
<xsl:for-each select="descendant::dublinCore">
|
|
||||||
<meta name="DC.coverage.spatial" scheme="ONS SNAC" content="{./dcCoverageSpatialRef}" />
|
|
||||||
<meta name="DC.coverage.temporal.beginnningDate" scheme="ISO 639-2" ><xsl:attribute name="content"><xsl:call-template name="metaDate"><xsl:with-param name="date" select="./dcTemporalBegin" /></xsl:call-template></xsl:attribute></meta>
|
|
||||||
<meta name="DC.coverage.temporal.endDate" scheme="ISO 639-2" ><xsl:attribute name="content"><xsl:call-template name="metaDate"><xsl:with-param name="date" select="./dcTemporalEnd" /></xsl:call-template></xsl:attribute></meta>
|
|
||||||
<meta name="DC.creator" content="{./dcCreatorOwner}" />
|
|
||||||
<meta name="Dc.date.valid" scheme="ISO8601" ><xsl:attribute name="content"><xsl:call-template name="metaDate"><xsl:with-param name="date" select="./dcDateValid" /></xsl:call-template></xsl:attribute></meta>
|
|
||||||
<meta name="eGMS.disposal.review" scheme="ISO8601" ><xsl:attribute name="content"><xsl:call-template name="metaDate"><xsl:with-param name="date" select="./dcDisposalReview" /></xsl:call-template></xsl:attribute></meta>
|
|
||||||
<meta name="DC.identifier" content="" schmeme="URI"/>
|
|
||||||
<meta name="DC.language" content="{./dcLanguage}" scheme="ISO 639-2" />
|
|
||||||
<meta name="DC.publisher" content="{./dcPublisher}" />
|
|
||||||
<meta name="DC.rights" content="{./dcRights}" />
|
|
||||||
<meta name="DC.relation.isFormatOf" content="{$context-prefix}{//bebop:page/@url}?output=xml" />
|
|
||||||
<meta name="DC.subject"><xsl:attribute name="content"><xsl:call-template name="metaTranslate"><xsl:with-param name="toTranslate" select="./dcKeywords" /></xsl:call-template></xsl:attribute></meta>
|
|
||||||
</xsl:for-each>
|
|
||||||
|
|
||||||
<xsl:for-each select="terms:assignedTerms/terms:term">
|
|
||||||
<xsl:choose>
|
|
||||||
<xsl:when test="@domain='GCL'">
|
|
||||||
<meta name="eGMS.subject.category" content="{@name}" scheme="GCL" href="http://www.esd.org.uk/standards/gcl/gcl.xml" />
|
|
||||||
</xsl:when>
|
|
||||||
<xsl:when test="@domain='LGCL'">
|
|
||||||
<meta name="eGMS.subject.category" content="{@name}" scheme="LGCL" href="http://www.esd.org.uk/standards/lgcl/lgcl.xml" />
|
|
||||||
</xsl:when>
|
|
||||||
<xsl:when test="@domain='LGSL'">
|
|
||||||
<meta name="eGMS.subject.service" content="{@id}" scheme="LGSL" href="http://www.esd.org.uk/standards/lgsl/lgsl.xml" />
|
|
||||||
</xsl:when>
|
|
||||||
<xsl:when test="@domain='LGIL'">
|
|
||||||
<meta name="eGMS.subject.interaction" content="{@name}" scheme="LGIL" href="http://www.esd.org.uk/standards/lgil/lgil.xml" />
|
|
||||||
</xsl:when>
|
|
||||||
</xsl:choose>
|
|
||||||
</xsl:for-each>
|
|
||||||
|
|
||||||
<meta name="DC.title">
|
|
||||||
<xsl:attribute name="content">APLAWS+: <xsl:call-template name="Title" /></xsl:attribute>
|
|
||||||
</meta>
|
|
||||||
|
|
||||||
</xsl:template>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<xsl:template name="metaTranslate">
|
|
||||||
<xsl:param name="toTranslate" />
|
|
||||||
<xsl:value-of select="translate($toTranslate,',' , ';')" />
|
|
||||||
</xsl:template>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<xsl:template name="metaDate"><xsl:param name="date" />20<xsl:value-of select="substring($date, 8, 2)" />
|
|
||||||
<xsl:text>-</xsl:text>
|
|
||||||
<xsl:variable name="month"
|
|
||||||
select="substring($date, 4, 3)"/>
|
|
||||||
<xsl:choose>
|
|
||||||
<xsl:when test="$month='Jan'">01</xsl:when>
|
|
||||||
<xsl:when test="$month='Feb'">02</xsl:when>
|
|
||||||
<xsl:when test="$month='Mar'">03</xsl:when>
|
|
||||||
<xsl:when test="$month='Apr'">04</xsl:when>
|
|
||||||
<xsl:when test="$month='May'">05</xsl:when>
|
|
||||||
<xsl:when test="$month='Jun'">06</xsl:when>
|
|
||||||
<xsl:when test="$month='Jul'">07</xsl:when>
|
|
||||||
<xsl:when test="$month='Aug'">08</xsl:when>
|
|
||||||
<xsl:when test="$month='Sep'">09</xsl:when>
|
|
||||||
<xsl:when test="$month='Oct'">10</xsl:when>
|
|
||||||
<xsl:when test="$month='Nov'">11</xsl:when>
|
|
||||||
<xsl:when test="$month='Dec'">12</xsl:when>
|
|
||||||
</xsl:choose>
|
|
||||||
<xsl:text>-</xsl:text>
|
|
||||||
<!-- Day -->
|
|
||||||
<xsl:value-of select="number(substring($date, 1, 2))" />
|
|
||||||
</xsl:template>
|
|
||||||
|
|
||||||
|
|
||||||
<xsl:template name="aplaws:bodyDebug">
|
|
||||||
<div class="bodyDebug">
|
|
||||||
<xsl:apply-templates select="ui:debugPanel"/>
|
|
||||||
<xsl:apply-templates select="bebop:structure"/>
|
|
||||||
</div>
|
|
||||||
</xsl:template>
|
|
||||||
|
|
||||||
|
|
||||||
</xsl:stylesheet>
|
|
||||||
File diff suppressed because it is too large
Load Diff
|
|
@ -1,28 +0,0 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
|
|
||||||
<!--
|
|
||||||
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/>.
|
|
||||||
-->
|
|
||||||
|
|
||||||
<translations>
|
|
||||||
<line id="postalAddress">Postanschrift</line>
|
|
||||||
<line id="officeAddress">Hausanschrift</line>
|
|
||||||
<line id="commonContact">Kontakt</line>
|
|
||||||
<line id="phoneOffice">Telefon</line>
|
|
||||||
<line id="office">Raum</line>
|
|
||||||
</translations>
|
|
||||||
|
|
@ -1,49 +0,0 @@
|
||||||
<?xml version="1.0"?>
|
|
||||||
|
|
||||||
<!--
|
|
||||||
Copyright: 2011 Jens Pelzetter
|
|
||||||
|
|
||||||
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/>.
|
|
||||||
-->
|
|
||||||
|
|
||||||
<translations>
|
|
||||||
|
|
||||||
<line id="publicationGroupmonographsReviewed">Monographien (referiert)</line>
|
|
||||||
<line id="publicationGroupmonographsNotReviewed">Monographien (nicht referiert)</line>
|
|
||||||
<line id="publicationGroupcollectedVolumesReviewed">Sammelbände (referiert)</line>
|
|
||||||
<line id="publicationGroupcollectedVolumesNotReviewed">Sammelbände (nicht referiert)</line>
|
|
||||||
<line id="publicationGrouparticlesInJournalReviewed">Zeitschriftenaufsätze (referiert)</line>
|
|
||||||
<line id="publicationGrouparticlesInJournalNotReviewed">Zeitschriftenaufsätze (nicht referiert)</line>
|
|
||||||
<line id="publicationGrouparticlesInCollectedVolumesReviewed">Aufsätze in Sammelbänden (referiert)</line>
|
|
||||||
<line id="publicationGrouparticlesInCollectedVolumesNotReviewed">Aufsätze in Sammelbänden (nicht referiert)</line>
|
|
||||||
<line id="publicationGroupcollectedVolumeArticles">Sammelbände (referiert)</line>
|
|
||||||
<line id="publicationGroupworkingPapers">Arbeitspapiere</line>
|
|
||||||
<line id="publicationGroupworkingPapersReviewed">Arbeitspapiere (referiert)</line>
|
|
||||||
|
|
||||||
<!-- Translations for the default groups -->
|
|
||||||
<line id="publicationGroupmonographs">Monographien</line>
|
|
||||||
<line id="publicationGroupLinkTitlemonographs">Monographien </line>
|
|
||||||
<line id="publicationGroupjournalArticles">Beiträge in Zeitschriften</line>
|
|
||||||
<line id="publicationGroupLinkTitlejournalArticles">Beiträge in Zeitschriften </line>
|
|
||||||
<line id="publicationGroupjournalArticlesReviewed">Beiträge in referierten Zeitschriften </line>
|
|
||||||
<line id="publicationGroupLinkTitlejournalArticles">Beiträge in Zeitschriften </line>
|
|
||||||
<line id="publicationGroupcollectedVolumes">Sammelbände</line>
|
|
||||||
<line id="publicationGroupcollectedVolumeArticles">Beiträge in Sammelbänden</line>
|
|
||||||
<line id="publicationGroupLinkTitlecollectedVolumes">Sammelbände </line>
|
|
||||||
<line id="publicationGroupmisc">Sonstige Publikationen</line>
|
|
||||||
<line id="publicationGroupLinkTitlemisc">Sonstige Publikationen </line>
|
|
||||||
|
|
||||||
</translations>
|
|
||||||
|
|
@ -1,112 +0,0 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
|
|
||||||
<!--
|
|
||||||
Copyright: 2010 Jens Pelzetter
|
|
||||||
|
|
||||||
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/>.
|
|
||||||
-->
|
|
||||||
|
|
||||||
<translations>
|
|
||||||
<line id="lang">Deutsch</line>
|
|
||||||
<line id="version">0.9</line>
|
|
||||||
|
|
||||||
<line id="moreButton">mehr »</line>
|
|
||||||
<line id="moreButtonTitle">weiter lesen</line>
|
|
||||||
|
|
||||||
<line id="tabs/summary">Überblick</line>
|
|
||||||
<line id="tabs/desc">Details</line>
|
|
||||||
<line id="tabs/members">Mitglieder</line>
|
|
||||||
<line id="tabs/projects">Projekte</line>
|
|
||||||
<line id="tabs/publications">Publikationen</line>
|
|
||||||
|
|
||||||
<line id="summaryTab/heading">Überblick</line>
|
|
||||||
<line id="summaryTab/headsHeading">Abteilungsleitung</line>
|
|
||||||
<line id="summaryTab/subDepartmentsHeading">Arbeitsbereiche</line>
|
|
||||||
|
|
||||||
<line id="descTab/heading">Details</line>
|
|
||||||
|
|
||||||
<line id="membersTab/heading">Mitglieder</line>
|
|
||||||
<line id="membersTab/filters/heading">Mitgliederliste filtern</line>
|
|
||||||
<line id="membersTab/filters/submit">Filter anwenden</line>
|
|
||||||
<line id="membersTab/filters/reset">Filter zurücksetzen</line>
|
|
||||||
<line id="membersTab/filters/memberStatus/label">Status</line>
|
|
||||||
<line id="membersTab/filters/memberStatus/active">Aktiv</line>
|
|
||||||
<line id="membersTab/filters/memberStatus/associated">Assoziiert</line>
|
|
||||||
<line id="membersTab/filters/memberStatus/former">Ehemalig</line>
|
|
||||||
<line id="membersTab/filters/memberSurname/label">Familienname</line>
|
|
||||||
|
|
||||||
<line id="projectsTab/heading">Projekte</line>
|
|
||||||
<line id="projectsTab/filters/heading">Projektliste filtern</line>
|
|
||||||
<line id="projectsTab/filters/submit">Filter anwenden</line>
|
|
||||||
<line id="projectsTab/filters/reset">Filter zurücksetzen</line>
|
|
||||||
<line id="projectsTab/filters/projectStatus/label">Status</line>
|
|
||||||
<line id="projectsTab/filters/projectStatus/--NONE--"> </line>
|
|
||||||
<line id="projectsTab/filters/projectStatus/currentProjects">Laufende Projekte</line>
|
|
||||||
<line id="projectsTab/filters/projectStatus/finishedProjects">Abgeschlossene Projekte</line>
|
|
||||||
<line id="projectsTab/filters/projectTitle/label">Projekttitel</line>
|
|
||||||
<line id="projectsTab/greeting">Hier sehen Sie die aktuellsten 10 Projekte. Weitere Projekte finden Sie über die Filter oben.</line>
|
|
||||||
<line id="projectsTab/lifespan">Laufzeit: </line>
|
|
||||||
<line id="projectsTab/lifespan/from">seit </line>
|
|
||||||
<line id="projectsTab/lifespan/to"> - </line>
|
|
||||||
<line id="projectsTab/projectHeadPreText"> </line>
|
|
||||||
<line id="projectsTab/projectHeadPostText"> (Projektleitung)</line>
|
|
||||||
<line id="projectsTab/noProjects">Keine Projekte gefunden</line>
|
|
||||||
|
|
||||||
<line id="publicationsTab/heading">Publikationen</line>
|
|
||||||
<line id="publicationsTab/filters/heading">Publikationsliste filtern</line>
|
|
||||||
<line id="publicationsTab/filters/submit">Filter anwenden</line>
|
|
||||||
<line id="publicationsTab/filters/reset">Filter zurücksetzen</line>
|
|
||||||
<line id="publicationsTab/filters/year/label">Erscheinungsjahr</line>
|
|
||||||
<line id="publicationsTab/filters/year/all">Alle</line>
|
|
||||||
<line id="publicationsTab/filters/title/label">Titel</line>
|
|
||||||
<line id="publicationsTab/filters/author/label">Autor (Nachname)</line>
|
|
||||||
<line id="publicationsTab/greeting">Hier sehen Sie die aktuellsten 10 Publikationen. Weitere Publikationen finden Sie über die Filter oben.</line>
|
|
||||||
<line id="publicationsTab/noPublications">Keine Publikationen gefunden</line>
|
|
||||||
|
|
||||||
|
|
||||||
<line id="headsSeparator">, </line>
|
|
||||||
|
|
||||||
<line id="contacts">Kontakte</line>
|
|
||||||
|
|
||||||
<line id="subDepartments">Abteilungen</line>
|
|
||||||
<line id="subDepartmentHeadText">Leitung: </line>
|
|
||||||
<line id="subDepartmentHeadsSeparator">, </line>
|
|
||||||
|
|
||||||
<line id="projects">Projekte</line>
|
|
||||||
<line id="projectHeadText">(Projektleitung)</line>
|
|
||||||
<line id="projectMemberSeparator">, </line>
|
|
||||||
|
|
||||||
<line id="members">Mitglieder</line>
|
|
||||||
|
|
||||||
<line id="departmentContacts">Kontakte</line>
|
|
||||||
<line id="departmentSubDepartments">Unterabteilungen</line>
|
|
||||||
<line id="departmentDescription">Überblick</line>
|
|
||||||
<line id="departmentMembers">Mitglieder</line>
|
|
||||||
<line id="departmentMembersActive">Aktive Mitglieder</line>
|
|
||||||
<line id="departmentMembersAssociated">Assoziierte Mitglieder</line>
|
|
||||||
<line id="departmentMembersFormer">Ehemalige Mitglieder</line>
|
|
||||||
<line id="departmentProjects">Projekte</line>
|
|
||||||
<line id="departmentProjectsOngoing">Laufende Projekte</line>
|
|
||||||
<line id="departmentProjectsFinished">Abgeschlossene Projekte</line>
|
|
||||||
<line id="departmentPublications">Publikationen</line>
|
|
||||||
<line id="departmentWorkingPapers">Arbeitspapiere</line>
|
|
||||||
|
|
||||||
<line id="phone">Raum: </line>
|
|
||||||
<line id="phone">Telefon: </line>
|
|
||||||
<line id="phone">E-Mail: </line>
|
|
||||||
|
|
||||||
|
|
||||||
</translations>
|
|
||||||
|
|
@ -1,113 +0,0 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
|
|
||||||
<!--
|
|
||||||
Copyright: 2010 Jens Pelzetter
|
|
||||||
|
|
||||||
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/>.
|
|
||||||
-->
|
|
||||||
|
|
||||||
<translations>
|
|
||||||
<line id="lang">Deutsch</line>
|
|
||||||
<line id="version">0.9</line>
|
|
||||||
|
|
||||||
<line id="moreButton">weiter...</line>
|
|
||||||
<line id="moreButtonTitle">mehr lesen</line>
|
|
||||||
|
|
||||||
<line id="tabs/summary">Überblick</line>
|
|
||||||
<line id="tabs/desc">Details</line>
|
|
||||||
<line id="tabs/members">Mitglieder</line>
|
|
||||||
<line id="tabs/projects">Projekte</line>
|
|
||||||
<line id="tabs/publications">Publikationen</line>
|
|
||||||
|
|
||||||
<line id="summaryTab/heading">Überblick</line>
|
|
||||||
<line id="summaryTab/headsHeading">Leitung</line>
|
|
||||||
<line id="summaryTab/departmentsHeading">Abteilungen</line>
|
|
||||||
|
|
||||||
<line id="descTab/heading">Details</line>
|
|
||||||
|
|
||||||
<line id="membersTab/heading">Mitglieder</line>
|
|
||||||
<line id="membersTab/filters/heading">Mitgliederliste filtern</line>
|
|
||||||
<line id="membersTab/filters/submit">Filter anwenden</line>
|
|
||||||
<line id="membersTab/filters/reset">Filter zurücksetzen</line>
|
|
||||||
<line id="membersTab/filters/memberStatus/label">Status</line>
|
|
||||||
<line id="membersTab/filters/memberStatus/active">Aktiv</line>
|
|
||||||
<line id="membersTab/filters/memberStatus/associated">Assoziiert</line>
|
|
||||||
<line id="membersTab/filters/memberStatus/former">Ehemalig</line>
|
|
||||||
<line id="membersTab/filters/memberSurname/label">Familienname</line>
|
|
||||||
|
|
||||||
<line id="projectsTab/heading">Projekte</line>
|
|
||||||
<line id="projectsTab/filters/heading">Projektliste filtern</line>
|
|
||||||
<line id="projectsTab/filters/submit">Filter anwenden</line>
|
|
||||||
<line id="projectsTab/filters/reset">Filter zurücksetzen</line>
|
|
||||||
<line id="projectsTab/filters/projectStatus/label">Status</line>
|
|
||||||
<line id="projectsTab/filters/projectStatus/--NONE--"> </line>
|
|
||||||
<line id="projectsTab/filters/projectStatus/currentProjects">Laufende Projekte</line>
|
|
||||||
<line id="projectsTab/filters/projectStatus/finishedProjects">Abgeschlossene Projekte</line>
|
|
||||||
<line id="projectsTab/filters/projectTitle/label">Projekttitel</line>
|
|
||||||
<line id="projectsTab/greeting">Hier sehen Sie die aktuellsten 10 Projekte. Weitere Projekte finden Sie über die Filter oben.</line>
|
|
||||||
<line id="projectsTab/lifespan">Laufzeit: </line>
|
|
||||||
<line id="projectsTab/lifespan/from">seit </line>
|
|
||||||
<line id="projectsTab/lifespan/to"> - </line>
|
|
||||||
<line id="projectsTab/noProjects">Keine Projekte, die den aktuellen Filtern entsprechen, gefunden</line>
|
|
||||||
<line id="projectsTab/projectHeadPreText"> </line>
|
|
||||||
<line id="projectsTab/projectHeadPostText"> (Projektleitung)</line>
|
|
||||||
|
|
||||||
<line id="publicationsTab/heading">Publikationen</line>
|
|
||||||
<line id="publicationsTab/filters/heading">Publikationsliste filtern</line>
|
|
||||||
<line id="publicationsTab/filters/submit">Filter anwenden</line>
|
|
||||||
<line id="publicationsTab/filters/reset">Filter zurücksetzen</line>
|
|
||||||
<line id="publicationsTab/filters/year/label">Erscheinungsjahr</line>
|
|
||||||
<line id="publicationsTab/filters/year/all">Alle</line>
|
|
||||||
<line id="publicationsTab/filters/title/label">Titel</line>
|
|
||||||
<line id="publicationsTab/filters/author/label">Autor (Nachname)</line>
|
|
||||||
<line id="publicationsTab/greeting">Hier sehen Sie die aktuellsten 10 Publikationen. Weitere Publikationen finden Sie über die Filter oben.</line>
|
|
||||||
<line id="publicationsTab/noPublications">Keine Publikationen gefunden.</line>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<line id="headsSeparator">, </line>
|
|
||||||
|
|
||||||
<line id="contacts">Kontakte</line>
|
|
||||||
|
|
||||||
<line id="subDepartments">Abteilungen</line>
|
|
||||||
<line id="subDepartmentHeadText">Leitung: </line>
|
|
||||||
<line id="subDepartmentHeadsSeparator">, </line>
|
|
||||||
|
|
||||||
<line id="projects">Projekte</line>
|
|
||||||
<line id="projectHeadText">(Projektleitung)</line>
|
|
||||||
<line id="projectMemberSeparator">, </line>
|
|
||||||
|
|
||||||
<line id="members">Mitglieder</line>
|
|
||||||
|
|
||||||
<line id="departmentContacts">Kontakte</line>
|
|
||||||
<line id="departmentSubDepartments">Unterabteilungen</line>
|
|
||||||
<line id="departmentDescription">Überblick</line>
|
|
||||||
<line id="departmentMembers">Mitglieder</line>
|
|
||||||
<line id="departmentMembersActive">Aktive Mitglieder</line>
|
|
||||||
<line id="departmentMembersAssociated">Assoziierte Mitglieder</line>
|
|
||||||
<line id="departmentMembersFormer">Ehemalige Mitglieder</line>
|
|
||||||
<line id="departmentProjects">Projekte</line>
|
|
||||||
<line id="departmentProjectsOngoing">Laufende Projekte</line>
|
|
||||||
<line id="departmentProjectsFinished">Abgeschlossene Projekte</line>
|
|
||||||
<line id="departmentPublications">Publikationen</line>
|
|
||||||
<line id="departmentWorkingPapers">Arbeitspapiere</line>
|
|
||||||
|
|
||||||
<line id="phone">Raum: </line>
|
|
||||||
<line id="phone">Telefon: </line>
|
|
||||||
<line id="phone">E-Mail: </line>
|
|
||||||
|
|
||||||
|
|
||||||
</translations>
|
|
||||||
|
|
@ -1,85 +0,0 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
|
|
||||||
<!--
|
|
||||||
Copyright: 2010 Jens Pelzetter
|
|
||||||
|
|
||||||
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/>.
|
|
||||||
-->
|
|
||||||
|
|
||||||
<translations>
|
|
||||||
<line id="lang">Deutsch</line>
|
|
||||||
<line id="version">0.9</line>
|
|
||||||
|
|
||||||
<line id="moreButton">mehr »</line>
|
|
||||||
<line id="moreButtonTitle">weiter lesen</line>
|
|
||||||
|
|
||||||
<line id="headsSeparator">, </line>
|
|
||||||
|
|
||||||
<line id="lifespan">Laufzeit: </line>
|
|
||||||
<line id="lifespan/from"> ab </line>
|
|
||||||
<line id="lifespan/to"> - </line>
|
|
||||||
<line id="lifespan/until"> bis </line>
|
|
||||||
<line id="begin">Beginn: </line>
|
|
||||||
<line id="end">Ende: </line>
|
|
||||||
|
|
||||||
<line id="tabs/summary">Überblick</line>
|
|
||||||
<line id="tabs/desc">Details</line>
|
|
||||||
|
|
||||||
<line id="summaryTab/heading">Überblick</line>
|
|
||||||
<line id="summaryTab/contactsHeading">Kontakt</line>
|
|
||||||
<line id="summaryTab/membersHeading">Projektteam</line>
|
|
||||||
<line id="summaryTab/headPreText"> </line>
|
|
||||||
<line id="summaryTab/headPostText">(Projektleitung)</line>
|
|
||||||
|
|
||||||
<line id="summaryTab/fundingHeading">Finanzierung</line>
|
|
||||||
<line id="summaryTab/fundingVolumeHeading">Volumen der Finanzierung</line>
|
|
||||||
|
|
||||||
<line id="summaryTab/involvedOrganizatinsHeading">Beteiligte Organisationen</line>
|
|
||||||
|
|
||||||
<line id="descTab/heading">Details</line>
|
|
||||||
<line id="descTab/descHeading">Details</line>
|
|
||||||
<line id="descTab/fundingHeading">Finanzierung</line>
|
|
||||||
<line id="descTab/fundingVolume">Volumen der Finanzierung: </line>
|
|
||||||
|
|
||||||
<line id="contacts">Kontakte</line>
|
|
||||||
|
|
||||||
<line id="subProjects">Projekte</line>
|
|
||||||
<line id="subProjectHeadText"> (Projektleitung)</line>
|
|
||||||
<line id="subProjectMemberSeparator">, </line>
|
|
||||||
|
|
||||||
<line id="members">Mitglieder</line>
|
|
||||||
|
|
||||||
<line id="projectContacts">Kontakte</line>
|
|
||||||
<line id="projectDescription">Überblick</line>
|
|
||||||
<line id="projectMembers">Mitglieder</line>
|
|
||||||
<line id="projectMembersActive">Aktive Mitglieder</line>
|
|
||||||
<line id="projectMembersAssociated">Assoziierte Mitglieder</line>
|
|
||||||
<line id="projectMembersFormer">Ehemalige Mitglieder</line>
|
|
||||||
<line id="projectProjects">Projekte</line>
|
|
||||||
<line id="projectProjectsOngoing">Laufende Projekte</line>
|
|
||||||
<line id="projectProjectsFinished">Abgeschlossene Projekte</line>
|
|
||||||
<line id="funding">Finanzierung</line>
|
|
||||||
<line id="fundingVolume">Volumen der Finanzierung</line>
|
|
||||||
<line id="projectPublications">Publikationen</line>
|
|
||||||
<line id="projectWorkingPapers">Arbeitspapiere</line>
|
|
||||||
|
|
||||||
<line id="phone">Raum: </line>
|
|
||||||
<line id="phone">Telefon: </line>
|
|
||||||
<line id="phone">E-Mail: </line>
|
|
||||||
|
|
||||||
<line id="finished">Abgeschlossen</line>
|
|
||||||
|
|
||||||
</translations>
|
|
||||||
|
|
@ -1,231 +0,0 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
|
|
||||||
<!--
|
|
||||||
Copyright: 2010 Jens Pelzetter
|
|
||||||
|
|
||||||
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/>.
|
|
||||||
-->
|
|
||||||
|
|
||||||
<translations>
|
|
||||||
<line id="lang">Deutsch</line>
|
|
||||||
<line id="version">0.8</line>
|
|
||||||
|
|
||||||
<line id="moreButton">mehr »</line>
|
|
||||||
<line id="moreButtonTitle">weiter lesen</line>
|
|
||||||
|
|
||||||
<line id="organizationPublications">Publikationen</line>
|
|
||||||
|
|
||||||
<line id="orderByText">Publikationen sortieren nach </line>
|
|
||||||
<line id="orderByTitle">Titel</line>
|
|
||||||
<line id="orderByYear">Erscheinungsjahr</line>
|
|
||||||
|
|
||||||
<line id="editorText"> (Hrsg.)</line>
|
|
||||||
<line id="isbnPreText">(ISBN: </line>
|
|
||||||
<line id="isbnPostText">) </line>
|
|
||||||
|
|
||||||
<line id="inSeriesPreText">In: </line>
|
|
||||||
<line id="inSeriesEditorPreText">Herausgegeben durch</line>
|
|
||||||
|
|
||||||
<line id="collectedVolumePreText">in: </line>
|
|
||||||
<line id="journalPreText">in: </line>
|
|
||||||
<line id="pagesPreText">S. </line>
|
|
||||||
<line id="pagesBetweenText"> - </line>
|
|
||||||
<line id="proceedingsPreText">in: </line>
|
|
||||||
<line id="wpNumberPreText">Nr. </line>
|
|
||||||
|
|
||||||
<line id="exportLinks/heading">Angaben herunterladen als</line>
|
|
||||||
<line id="downloadReference">Angaben herunterladen als</line>
|
|
||||||
<line id="bibtex">BibTeX</line>
|
|
||||||
<line id="downloadAsBibtex">Als BibTeX herunterladen</line>
|
|
||||||
<line id="ris">RIS</line>
|
|
||||||
<line id="downloadAsRis">Als RIS herunterladen</line>
|
|
||||||
<line id="BibTeX">BibTeX</line>
|
|
||||||
<line id="downloadAsBibtex">Als BibTeX herunterladen</line>
|
|
||||||
<line id="downloadAsBibTeX">Als BibTeX herunterladen</line>
|
|
||||||
<line id="ris">RIS</line>
|
|
||||||
<line id="downloadAsRis">Als RIS herunterladen</line>
|
|
||||||
<line id="RIS">RIS</line>
|
|
||||||
<line id="downloadAsRIS">Als RIS herunterladen</line>
|
|
||||||
|
|
||||||
<line id="articleInCollectedVolume/abstract">Zusammenfassung</line>
|
|
||||||
<line id="articleInCollectedVolume/authors">Autorinnen/Autoren</line>
|
|
||||||
<line id="articleInCollectedVolume/author">Autorin/Autor</line>
|
|
||||||
<line id="articleInCollectedVolume/chapter">Kapitel</line>
|
|
||||||
<line id="articleInCollectedVolume/collectedVolume">In Sammelband</line>
|
|
||||||
<line id="articleInCollectedVolume/isbn">ISBN</line>
|
|
||||||
<line id="articleInCollectedVolume/misc"></line>
|
|
||||||
<line id="articleInCollectedVolume/pages">Seiten</line>
|
|
||||||
<line id="articleInCollectedVolume/pagesSeparator"> bis </line>
|
|
||||||
<line id="articleInCollectedVolume/publisher">Verlag</line>
|
|
||||||
<line id="articleInCollectedVolume/reviewed">Referierter Artikel</line>
|
|
||||||
<line id="articleInCollectedVolume/reviewed/yes">Ja</line>
|
|
||||||
<line id="articleInCollectedVolume/reviewed/no">Nein</line>
|
|
||||||
<line id="articleInCollectedVolume/series">Erschienen in der Reihe</line>
|
|
||||||
<line id="articleInCollectedVolume/url">Weitere Informationen</line>
|
|
||||||
<line id="articleInCollectedVolume/year">Jahr</line>
|
|
||||||
|
|
||||||
<line id="articleInJournal/abstract">Zusammenfassung</line>
|
|
||||||
<line id="articleInJournal/authors">Autorinnen/Autoren</line>
|
|
||||||
<line id="articleInJournal/author">Autorin/Autor</line>
|
|
||||||
<line id="articleInJournal/issn">ISSN</line>
|
|
||||||
<line id="articleInJournal/journal">Journal</line>
|
|
||||||
<line id="articleInJournal/misc"></line>
|
|
||||||
<line id="articleInJournal/pages">Seiten</line>
|
|
||||||
<line id="articleInJournal/pagesSeparator"> bis </line>
|
|
||||||
<line id="articleInJournal/publicationDate">Publikationsdatum</line>
|
|
||||||
<line id="articleInJournal/url">Weitere Informationen</line>
|
|
||||||
<line id="articleInJournal/issue">Ausgabe</line>
|
|
||||||
<line id="articleInJournal/volume">Jahrgang</line>
|
|
||||||
<line id="articleInJournal/year">Jahr</line>
|
|
||||||
<line id="articleInJournal/articles">Beiträge</line>
|
|
||||||
<line id="articleInJournal/reviewed">Referierter Artikel</line>
|
|
||||||
|
|
||||||
<line id="collectedVolume/abstract">Zusammenfassung</line>
|
|
||||||
<line id="collectedVolume/articles">Artikel</line>
|
|
||||||
<line id="collectedVolume/authors">Herausgeberinnen/Herausgeber</line>
|
|
||||||
<line id="collectedVolume/author">Herausgeberin/Herausgeber</line>
|
|
||||||
<line id="collectedVolume/edition">Auflage</line>
|
|
||||||
<line id="collectedVolume/isbn">ISBN</line>
|
|
||||||
<line id="collectedVolume/misc"></line>
|
|
||||||
<line id="collectedVolume/numberOfPages">Anzahl der Seiten</line>
|
|
||||||
<line id="collectedVolume/numberOfVolumes">Anzahl der Bände</line>
|
|
||||||
<line id="collectedVolume/publisher">Verlag</line>
|
|
||||||
<line id="collectedVolume/reviewed">Referiert</line>
|
|
||||||
<line id="collectedVolume/series">Reihe</line>
|
|
||||||
<line id="collectedVolume/url">Weitere Informationen</line>
|
|
||||||
<line id="collectedVolume/volume">Band</line>
|
|
||||||
<line id="collectedVolume/year">Jahr</line>
|
|
||||||
|
|
||||||
<line id="expertise/abstract">Zusammenfassung</line>
|
|
||||||
<line id="expertise/authors">Autorinnen/Autoren</line>
|
|
||||||
<line id="expertise/author">Autorin/Autor</line>
|
|
||||||
<line id="expertise/misc"></line>
|
|
||||||
<line id="expertise/numberOfPages">Anzahl der Seiten</line>
|
|
||||||
<line id="expertise/orderer">Auftraggeber</line>
|
|
||||||
<line id="expertise/organization">Organisation</line>
|
|
||||||
<line id="expertise/place">Erscheinungsort</line>
|
|
||||||
<line id="expertise/url">Weitere Informationen</line>
|
|
||||||
<line id="expertise/year">Jahr</line>
|
|
||||||
|
|
||||||
<line id="greyLiterature/abstract">Zusammenfassung</line>
|
|
||||||
<line id="greyLiterature/authors">Autorinnen/Autoren</line>
|
|
||||||
<line id="greyLiterature/author">Autorin/Autor</line>
|
|
||||||
<line id="greyLiterature/misc"></line>
|
|
||||||
<line id="greyLiterature/number">Nummer</line>
|
|
||||||
<line id="greyLiterature/numberOfPages">Anzahl der Seiten</line>
|
|
||||||
<line id="greyLiterature/organization">Organisation</line>
|
|
||||||
<line id="greyLiterature/place">Ort</line>
|
|
||||||
<line id="greyLiterature/pages">Seiten</line>
|
|
||||||
<line id="greyLiterature/pagesSeparator"> bis </line>
|
|
||||||
<line id="greyLiterature/series">Reihe</line>
|
|
||||||
<line id="greyLiterature/url">Weitere Informationen</line>
|
|
||||||
<line id="greyLiterature/year">Jahr</line>
|
|
||||||
|
|
||||||
<line id="inProceedings/abstract">Zusammenfassung</line>
|
|
||||||
<line id="inProceedings/authors">Autorinnen/Autoren</line>
|
|
||||||
<line id="inProceedings/author">Autorin/Autor</line>
|
|
||||||
<line id="inProceedings/misc"></line>
|
|
||||||
<line id="inProceedings/pages">Seiten</line>
|
|
||||||
<line id="inProceedings/pagesSeparator"> bis </line>
|
|
||||||
<line id="inProceedings/proceedings">In Tagungsband</line>
|
|
||||||
<line id="inProceedings/series">Reihe</line>
|
|
||||||
<line id="inProceedings/url">Weitere Informationen</line>
|
|
||||||
<line id="inProceedings/year">Jahr</line>
|
|
||||||
|
|
||||||
<line id="internetArticle/abstract">Zusammenfassung</line>
|
|
||||||
<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/misc"></line>
|
|
||||||
<line id="internetArticle/number">Nummer</line>
|
|
||||||
<line id="internetArticle/numberOfPages">Anzahl der Seiten</line>
|
|
||||||
<line id="internetArticle/organization">Organisation</line>
|
|
||||||
<line id="internetArticle/place">Erscheinungsort</line>
|
|
||||||
<line id="internetArticle/publicationDate">Erscheinungsdatum</line>
|
|
||||||
<line id="internetArticle/series">Reihe</line>
|
|
||||||
<line id="internetArticle/year">Jahr</line>
|
|
||||||
|
|
||||||
<line id="journal/articles">Artikel in dieser Zeitschrift</line>
|
|
||||||
<line id="journal/issn">ISSN</line>
|
|
||||||
<line id="journal/periodOfPublication">Erscheinungszeitraum</line>
|
|
||||||
<line id="journal/periodOfPublicationYearsSeparator"> - </line>
|
|
||||||
|
|
||||||
<line id="monograph/abstract">Zusammenfassung</line>
|
|
||||||
<line id="monograph/authors">Autorinnen/Autoren</line>
|
|
||||||
<line id="monograph/author">Autorin/Autor</line>
|
|
||||||
<line id="monograph/edition">Auflage</line>
|
|
||||||
<line id="monograph/isbn">ISBN</line>
|
|
||||||
<line id="monograph/misc"></line>
|
|
||||||
<line id="monograph/numberOfPages">Anzahl der Seiten</line>
|
|
||||||
<line id="monograph/numberOfVolumes">Anzahl der Bände</line>
|
|
||||||
<line id="monograph/publisher">Verlag</line>
|
|
||||||
<line id="monograph/reviewed">Referiert</line>
|
|
||||||
<line id="monograph/series">Erschienen in der Reihe</line>
|
|
||||||
<line id="monograph/url">Weitere Informationen</line>
|
|
||||||
<line id="monograph/volume">Band</line>
|
|
||||||
<line id="monograph/year">Jahr</line>
|
|
||||||
|
|
||||||
<line id="proceedings/abstract">Zusammenfassung</line>
|
|
||||||
<line id="proceedings/authors">Autorinnen/Autoren</line>
|
|
||||||
<line id="proceedings/author">Autorin/Autor</line>
|
|
||||||
<line id="proceedings/dateOfConference">Termin der Konferenz</line>
|
|
||||||
<line id="proceedings/dateToOfConference"> bis </line>
|
|
||||||
<line id="proceedings/isbn">ISBN</line>
|
|
||||||
<line id="proceedings/misc"></line>
|
|
||||||
<line id="proceedings/nameOfConference">Konferenz</line>
|
|
||||||
<line id="proceedings/numberOfVolumes">Anzahl der Bände</line>
|
|
||||||
<line id="proceedings/numberOfPages">Anzahl der Seiten</line>
|
|
||||||
<line id="proceedings/papers">Beiträge</line>
|
|
||||||
<line id="proceedings/placeOfConference">Veranstaltungsort der Konferenz</line>
|
|
||||||
<line id="proceedings/publisher">Verlag</line>
|
|
||||||
<line id="proceedings/series">Reihe</line>
|
|
||||||
<line id="proceedings/url">Weitere Informationen</line>
|
|
||||||
<line id="proceedings/volume">Band</line>
|
|
||||||
<line id="proceedings/year">Jahr</line>
|
|
||||||
|
|
||||||
<line id="publisher/place">Ort</line>b
|
|
||||||
|
|
||||||
<line id="review/abstract">Zusammenfassung</line>
|
|
||||||
<line id="review/authors">Autorinnen/Autoren</line>
|
|
||||||
<line id="review/author">Autorin/Autor</line>
|
|
||||||
<line id="review/issn">ISSN</line>
|
|
||||||
<line id="review/issue">Ausgabe</line>
|
|
||||||
<line id="review/journal">Zeitschrift</line>
|
|
||||||
<line id="review/misc"></line>
|
|
||||||
<line id="review/pages">Seiten</line>
|
|
||||||
<line id="review/publicationDate">Erscheinungsdatum</line>
|
|
||||||
<line id="review/url">Weitere Informationen</line>
|
|
||||||
<line id="review/volume">Jahrgang</line>
|
|
||||||
<line id="review/year">Jahr</line>
|
|
||||||
|
|
||||||
<line id="series/abstract">Über die Reihe</line>
|
|
||||||
<line id="series/editors">Herausgeber der Reihe</line>
|
|
||||||
<line id="series/editorsPeriodSeparator"> - </line>
|
|
||||||
<line id="series/volumes">Bände der Reihe</line>
|
|
||||||
|
|
||||||
<line id="workingPaper/abstract">Zusammenfassung</line>
|
|
||||||
<line id="workingPaper/author">Autorin/Autor</line>
|
|
||||||
<line id="workingPaper/authors">Autorinnen/Autoren</line>
|
|
||||||
<line id="workingPaper/misc"></line>
|
|
||||||
<line id="workingPaper/number">Nummer</line>
|
|
||||||
<line id="workingPaper/numberOfPages">Anzahl der Seiten</line>
|
|
||||||
<line id="workingPaper/organization">Organisation</line>
|
|
||||||
<line id="workingPaper/place">Ort</line>
|
|
||||||
<line id="workingPaper/series">Reihe</line>
|
|
||||||
<line id="workingPaper/year">Jahr</line>
|
|
||||||
|
|
||||||
</translations>
|
|
||||||
|
|
@ -1,29 +0,0 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
|
|
||||||
<!--
|
|
||||||
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/>.
|
|
||||||
-->
|
|
||||||
|
|
||||||
<translations>
|
|
||||||
<line id="postalAddress">Postal address</line>
|
|
||||||
<line id="officeAddress">Office address</line>
|
|
||||||
<line id="commonContact">Contact</line>
|
|
||||||
|
|
||||||
<line id="moreButton">more »</line>
|
|
||||||
<line id="moreButtonTitle">read more</line>
|
|
||||||
</translations>
|
|
||||||
|
|
@ -1,49 +0,0 @@
|
||||||
<?xml version="1.0"?>
|
|
||||||
|
|
||||||
<!--
|
|
||||||
Copyright: 2011 Jens Pelzetter
|
|
||||||
|
|
||||||
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/>.
|
|
||||||
-->
|
|
||||||
|
|
||||||
<translations>
|
|
||||||
|
|
||||||
<line id="publicationGroupmonographsReviewed">Monographs (refereed)</line>
|
|
||||||
<line id="publicationGroupmonographsNotReviewed">Monographien (not refereed)</line>
|
|
||||||
<line id="publicationGroupcollectedVolumesReviewed">Collected Volumes (refereed)</line>
|
|
||||||
<line id="publicationGroupcollectedVolumesNotReviewed">Collected Volumes (not refereed)</line>
|
|
||||||
<line id="publicationGrouparticlesInJournalReviewed">Articles in Journals (refereed)</line>
|
|
||||||
<line id="publicationGrouparticlesInJournalNotReviewed">Articles in Journals (not refereed)</line>
|
|
||||||
<line id="publicationGrouparticlesInCollectedVolumesReviewed">Articles in Collected Volumes (refereed)</line>
|
|
||||||
<line id="publicationGrouparticlesInCollectedVolumesNotReviewed">Articles in Collected Volumes (not refereed)</line>
|
|
||||||
<line id="publicationGroupcollectedVolumeArticles">Collected Collected (refereed)</line>
|
|
||||||
<line id="publicationGroupworkingPapers">Working Papers</line>
|
|
||||||
<line id="publicationGroupworkingPapersReviewed">Working Papers (refereed)</line>
|
|
||||||
|
|
||||||
<!-- Translations for the default groups -->
|
|
||||||
|
|
||||||
<line id="publicationGroupmonographs">Monographs</line>
|
|
||||||
<line id="publicationGroupLinkTitlemonographs">Monographs </line>
|
|
||||||
<line id="publicationGroupjournalArticles">Articles in journals</line>
|
|
||||||
<line id="publicationGroupjournalArticlesReviewed">Articles in refereed journals </line>
|
|
||||||
<line id="publicationGroupLinkTitlejournalArticles">Articles in journals </line>
|
|
||||||
<line id="publicationGroupcollectedVolumes">Collected Volumes</line>
|
|
||||||
<line id="publicationGroupcollectedVolumeArticles">Articles in Collected Volumes</line>
|
|
||||||
<line id="publicationGroupLinkTitlecollectedVolumes">Collected Volumes </line>
|
|
||||||
<line id="publicationGroupmisc">Miscellaneous publications</line>
|
|
||||||
<line id="publicationGroupLinkTitlemisc">Miscellaneous </line>
|
|
||||||
|
|
||||||
</translations>
|
|
||||||
|
|
@ -1,111 +0,0 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
|
|
||||||
<!--
|
|
||||||
Copyright: 2010 Jens Pelzetter
|
|
||||||
|
|
||||||
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/>.
|
|
||||||
-->
|
|
||||||
|
|
||||||
<translations>
|
|
||||||
<line id="lang">Deutsch</line>
|
|
||||||
<line id="version">0.9</line>
|
|
||||||
|
|
||||||
<line id="moreButton">more »</line>
|
|
||||||
<line id="moreButtonTitle">read more</line>
|
|
||||||
|
|
||||||
<line id="tabs/summary">Overview</line>
|
|
||||||
<line id="tabs/desc">Details</line>
|
|
||||||
<line id="tabs/members">Members</line>
|
|
||||||
<line id="tabs/projects">Projects</line>
|
|
||||||
<line id="tabs/publications">Publications</line>
|
|
||||||
|
|
||||||
<line id="summaryTab/heading">Overview</line>
|
|
||||||
<line id="summaryTab/headsHeading">Head of department</line>
|
|
||||||
<line id="summaryTab/subDepartmentsHeading">Work areas</line>
|
|
||||||
<line id="summaryTab/contactsHeading">Contact</line>
|
|
||||||
|
|
||||||
<line id="descTab/heading">Details</line>
|
|
||||||
|
|
||||||
<line id="membersTab/heading">Members</line>
|
|
||||||
<line id="membersTab/filters/heading">Filter list of members</line>
|
|
||||||
<line id="membersTab/filters/submit">Apply filters</line>
|
|
||||||
<line id="membersTab/filters/reset">Reset filters</line>
|
|
||||||
<line id="membersTab/filters/memberStatus/label">Status</line>
|
|
||||||
<line id="membersTab/filters/memberStatus/active">Active</line>
|
|
||||||
<line id="membersTab/filters/memberStatus/associated">Associated</line>
|
|
||||||
<line id="membersTab/filters/memberStatus/former">Former</line>
|
|
||||||
<line id="membersTab/filters/memberSurname/label">Surname</line>
|
|
||||||
|
|
||||||
<line id="projectsTab/heading">Projects</line>
|
|
||||||
<line id="projectsTab/filters/heading">Filter list of projects</line>
|
|
||||||
<line id="projectsTab/filters/submit">Apply filters</line>
|
|
||||||
<line id="projectsTab/filters/reset">Reset filters</line>
|
|
||||||
<line id="projectsTab/filters/projectStatus/label">Status</line>
|
|
||||||
<line id="projectsTab/filters/projectStatus/--NONE--"> </line>
|
|
||||||
<line id="projectsTab/filters/projectStatus/currentProjects">Current projects</line>
|
|
||||||
<line id="projectsTab/filters/projectStatus/finishedProjects">Finished projects</line>
|
|
||||||
<line id="projectsTab/filters/projectTitle/label">Title of project</line>
|
|
||||||
<line id="projectsTab/lifespan">Lifespan: </line>
|
|
||||||
<line id="projectsTab/lifespan/from">since </line>
|
|
||||||
<line id="projectsTab/lifespan/to"> - </line>
|
|
||||||
<line id="projectsTab/greeting">This list shows only the ten most recent projects. More projects can be found using the filters above.</line>
|
|
||||||
<line id="projectsTab/noProjects">No projects found.</line>
|
|
||||||
<line id="projectsTab/projectHeadPreText"> </line>
|
|
||||||
<line id="projectsTab/projectHeadPostText"> (Project Coordination)</line>
|
|
||||||
|
|
||||||
<line id="publicationsTab/heading">Publications</line>
|
|
||||||
<line id="publicationsTab/filters/heading">Filter list of publications</line>
|
|
||||||
<line id="publicationsTab/filters/submit">Apply filters</line>
|
|
||||||
<line id="publicationsTab/filters/reset">Reset filters</line>
|
|
||||||
<line id="publicationsTab/filters/year/label">Year of publication</line>
|
|
||||||
<line id="publicationsTab/filters/year/all">All</line>
|
|
||||||
<line id="publicationsTab/filters/title/label">Title</line>
|
|
||||||
<line id="publicationsTab/filters/author/label">Author (Surname)</line>
|
|
||||||
<line id="publicationsTab/greeting">This list show the ten most recent publications only. More publications can be found using the filter above.</line>
|
|
||||||
<line id="publicationsTab/noPublications">No publications found.</line>
|
|
||||||
|
|
||||||
<line id="headsSeparator">, </line>
|
|
||||||
|
|
||||||
<line id="contacts">Contacts</line>
|
|
||||||
|
|
||||||
<line id="subDepartments">Departments</line>
|
|
||||||
<line id="subDepartmentHeadText">Direction: </line>
|
|
||||||
<line id="subDepartmentHeadsSeparator">, </line>
|
|
||||||
|
|
||||||
<line id="projects">Projects</line>
|
|
||||||
<line id="projectHeadText">(Direction)</line>
|
|
||||||
<line id="projectMemberSeparator">, </line>
|
|
||||||
|
|
||||||
<line id="members">Members</line>
|
|
||||||
|
|
||||||
<line id="departmentContacts">Contacts</line>
|
|
||||||
<line id="departmentSubDepartments">Subdepartments</line>
|
|
||||||
<line id="departmentDescription">Overview</line>
|
|
||||||
<line id="departmentMembers">Members</line>
|
|
||||||
<line id="departmentMembersActive">Active members</line>
|
|
||||||
<line id="departmentMembersAssociated">Associated members</line>
|
|
||||||
<line id="departmentMembersFormer">Former members</line>
|
|
||||||
<line id="departmentProjects">Projects</line>
|
|
||||||
<line id="departmentProjectsOngoing">Current projects</line>
|
|
||||||
<line id="departmentProjectsFinished">Finished projects</line>
|
|
||||||
<line id="departmentPublications">Publications</line>
|
|
||||||
<line id="departmentWorkingPapers">Working papers</line>
|
|
||||||
|
|
||||||
<line id="phone">Room: </line>
|
|
||||||
<line id="phone">Phone: </line>
|
|
||||||
<line id="phone">Email: </line>
|
|
||||||
|
|
||||||
</translations>
|
|
||||||
|
|
@ -1,109 +0,0 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
|
|
||||||
<!--
|
|
||||||
Copyright: 2010 Jens Pelzetter
|
|
||||||
|
|
||||||
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/>.
|
|
||||||
-->
|
|
||||||
|
|
||||||
<translations>
|
|
||||||
<line id="lang">Deutsch</line>
|
|
||||||
<line id="version">0.9</line>
|
|
||||||
|
|
||||||
<line id="moreButton">more »</line>
|
|
||||||
<line id="moreButtonTitle">read more</line>
|
|
||||||
|
|
||||||
<line id="tabs/summary">Overview</line>
|
|
||||||
<line id="tabs/desc">Details</line>
|
|
||||||
<line id="tabs/members">Members</line>
|
|
||||||
<line id="tabs/projects">Projects</line>
|
|
||||||
|
|
||||||
<line id="summaryTab/heading">Overview</line>
|
|
||||||
<line id="summaryTab/headsHeading">Direction</line>
|
|
||||||
<line id="summaryTab/departmentsHeading">Departments</line>
|
|
||||||
|
|
||||||
<line id="descTab/heading">Details</line>
|
|
||||||
|
|
||||||
<line id="membersTab/heading">Members</line>
|
|
||||||
<line id="membersTab/filters/heading">Filter list of members</line>
|
|
||||||
<line id="membersTab/filters/submit">Apply filters</line>
|
|
||||||
<line id="membersTab/filters/reset">Reset filters</line>
|
|
||||||
<line id="membersTab/filters/memberStatus/label">Status</line>
|
|
||||||
<line id="membersTab/filters/memberStatus/active">Active</line>
|
|
||||||
<line id="membersTab/filters/memberStatus/associated">Associated</line>
|
|
||||||
<line id="membersTab/filters/memberStatus/former">Former</line>
|
|
||||||
<line id="membersTab/filters/memberSurname/label">Surname</line>
|
|
||||||
|
|
||||||
<line id="projectsTab/heading">Projects</line>
|
|
||||||
<line id="projectsTab/filters/heading">Filter list of projects</line>
|
|
||||||
<line id="projectsTab/filters/submit">Apply filters</line>
|
|
||||||
<line id="projectsTab/filters/reset">Reset filters</line>
|
|
||||||
<line id="projectsTab/filters/projectStatus/label">Status</line>
|
|
||||||
<line id="projectsTab/filters/projectStatus/--NONE--"> </line>
|
|
||||||
<line id="projectsTab/filters/projectStatus/currentProjects">Current projects</line>
|
|
||||||
<line id="projectsTab/filters/projectStatus/finishedProjects">Finished projects</line>
|
|
||||||
<line id="projectsTab/filters/projectTitle/label">Title of project</line>
|
|
||||||
<line id="projectsTab/greeting">This list shows only the ten most recent projects. More projects can be found using the filters above.</line>
|
|
||||||
<line id="projectsTab/lifespan">Lifespan: </line>
|
|
||||||
<line id="projectsTab/lifespan/from">since </line>
|
|
||||||
<line id="projectsTab/lifespan/to"> - </line>
|
|
||||||
<line id="projectsTab/noProjects">No projects found.</line>
|
|
||||||
<line id="projectsTab/projectHeadPreText"> </line>
|
|
||||||
<line id="projectsTab/projectHeadPostText"> (Project Coordination)</line>
|
|
||||||
|
|
||||||
<line id="publicationsTab/heading">Publications</line>
|
|
||||||
<line id="publicationsTab/filters/heading">Filter list of publications</line>
|
|
||||||
<line id="publicationsTab/filters/submit">Apply filters</line>
|
|
||||||
<line id="publicationsTab/filters/reset">Reset filters</line>
|
|
||||||
<line id="publicationsTab/filters/year/label">Year of publication</line>
|
|
||||||
<line id="publicationsTab/filters/year/all">All</line>
|
|
||||||
<line id="publicationsTab/filters/title/label">Title</line>
|
|
||||||
<line id="publicationsTab/filters/author/label">Author (Surname)</line>
|
|
||||||
<line id="publicationsTab/greeting">This list show the ten most recent publications only. More publications can be found using the filter above.</line>
|
|
||||||
<line id="publicationsTab/noPublications">No publications found.</line>
|
|
||||||
|
|
||||||
<line id="headsSeparator">, </line>
|
|
||||||
|
|
||||||
<line id="contacts">Contacts</line>
|
|
||||||
|
|
||||||
<line id="subDepartments">Departments</line>
|
|
||||||
<line id="subDepartmentHeadText">Direction: </line>
|
|
||||||
<line id="subDepartmentHeadsSeparator">, </line>
|
|
||||||
|
|
||||||
<line id="projects">Projects</line>
|
|
||||||
<line id="projectHeadText">(Direction)</line>
|
|
||||||
<line id="projectMemberSeparator">, </line>
|
|
||||||
|
|
||||||
<line id="members">Members</line>
|
|
||||||
|
|
||||||
<line id="departmentContacts">Contacts</line>
|
|
||||||
<line id="departmentSubDepartments">Subdepartments</line>
|
|
||||||
<line id="departmentDescription">Overview</line>
|
|
||||||
<line id="departmentMembers">Members</line>
|
|
||||||
<line id="departmentMembersActive">Active members</line>
|
|
||||||
<line id="departmentMembersAssociated">Associated members</line>
|
|
||||||
<line id="departmentMembersFormer">Former members</line>
|
|
||||||
<line id="departmentProjects">Projects</line>
|
|
||||||
<line id="departmentProjectsOngoing">Current projects</line>
|
|
||||||
<line id="departmentProjectsFinished">Finished projects</line>
|
|
||||||
<line id="departmentPublications">Publications</line>
|
|
||||||
<line id="departmentWorkingPapers">Working papers</line>
|
|
||||||
|
|
||||||
<line id="phone">Room: </line>
|
|
||||||
<line id="phone">Phone: </line>
|
|
||||||
<line id="phone">Email: </line>
|
|
||||||
|
|
||||||
</translations>
|
|
||||||
|
|
@ -1,64 +0,0 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
|
|
||||||
<!--
|
|
||||||
Copyright: 2010 Jens Pelzetter
|
|
||||||
|
|
||||||
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/>.
|
|
||||||
-->
|
|
||||||
|
|
||||||
<translations>
|
|
||||||
<line id="lang">English</line>
|
|
||||||
<line id="version">0.9</line>
|
|
||||||
|
|
||||||
<line id="moreButton">more »</line>
|
|
||||||
<line id="moreButtonTitle">read more</line>
|
|
||||||
|
|
||||||
<line id="headSeparator">, </line>
|
|
||||||
|
|
||||||
<line id="contacts">Contacts</line>
|
|
||||||
|
|
||||||
<line id="departments">Departments</line>
|
|
||||||
<line id="departmentHeadText">Direction</line>
|
|
||||||
<line id="departmentHeadSeparator">, </line>
|
|
||||||
|
|
||||||
<line id="projects">Projects</line>
|
|
||||||
<line id="projectHeadText">(Direction)</line>
|
|
||||||
<line id="projectMemberSeparator">, </line>
|
|
||||||
<line id="projectHeadTextPre"></line>
|
|
||||||
<line id="projectHeadTextPost"> (Direction) </line>
|
|
||||||
|
|
||||||
<line id="members">Members</line>
|
|
||||||
|
|
||||||
<line id="organizationContacts">Contacts</line>
|
|
||||||
<line id="organizationDepartments">Departments</line>
|
|
||||||
<line id="organizationDescription">Overview</line>
|
|
||||||
<line id="organizationMembers">Members</line>
|
|
||||||
<line id="organizationMembersActive">Active members</line>
|
|
||||||
<line id="organizationMembersAssociated">Associated members</line>
|
|
||||||
<line id="organizationMembersFormer">Former members</line>
|
|
||||||
<line id="organizationProjects">Projects</line>
|
|
||||||
<line id="organizationProjectsOngoing">Current projects</line>
|
|
||||||
<line id="organizationProjectsFinished">Finished projects</line>
|
|
||||||
<line id="organizationPublications">Publications</line>
|
|
||||||
<line id="organizationWorkingPapers">Working papers</line>
|
|
||||||
|
|
||||||
<line id="office">Room: </line>
|
|
||||||
<line id="phone">Phone: </line>
|
|
||||||
<line id="phoneOffice">Phone (Office): </line>
|
|
||||||
<line id="email">Email: </line>
|
|
||||||
|
|
||||||
|
|
||||||
</translations>
|
|
||||||
|
|
@ -1,85 +0,0 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
|
|
||||||
<!--
|
|
||||||
Copyright: 2010 Jens Pelzetter
|
|
||||||
|
|
||||||
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/>.
|
|
||||||
-->
|
|
||||||
|
|
||||||
<translations>
|
|
||||||
<line id="lang">English</line>
|
|
||||||
<line id="version">0.9</line>
|
|
||||||
|
|
||||||
<line id="moreButton">more »</line>
|
|
||||||
<line id="moreButtonTitle">read more</line>
|
|
||||||
|
|
||||||
<line id="headsSeparator">, </line>
|
|
||||||
|
|
||||||
<line id="lifespan">Life span: </line>
|
|
||||||
<line id="lifespan/from">ab </line>
|
|
||||||
<line id="lifespan/to"> - </line>
|
|
||||||
<line id="lifespan/until"> to </line>
|
|
||||||
<line id="begin">Begin: </line>
|
|
||||||
<line id="end">End: </line>
|
|
||||||
|
|
||||||
<line id="tabs/summary">Overview</line>
|
|
||||||
<line id="tabs/desc">Details</line>
|
|
||||||
|
|
||||||
<line id="summaryTab/headings">Overview</line>
|
|
||||||
<line id="summaryTab/contactsHeading">Contact</line>
|
|
||||||
<line id="summaryTab/membersHeading">Project Team</line>
|
|
||||||
<line id="summaryTab/headPreText"> </line>
|
|
||||||
<line id="summaryTab/headPostText">(Direction)</line>
|
|
||||||
|
|
||||||
<line id="summaryTab/fundingHeading">Funding</line>
|
|
||||||
<line id="summaryTab/fundingVolumeHeading">Volume of funding</line>
|
|
||||||
|
|
||||||
<line id="summaryTab/involvedOrganizatinsHeading">Involved Organizations</line>
|
|
||||||
|
|
||||||
<line id="descTab/heading">Details</line>
|
|
||||||
<line id="descTab/descHeading">Details</line>
|
|
||||||
<line id="descTab/fundingHeading">Funding</line>
|
|
||||||
<line id="descTab/fundingVolume">Volume of funding: </line>
|
|
||||||
|
|
||||||
<line id="contacts">Contacts</line>
|
|
||||||
|
|
||||||
<line id="subProjects">Projects</line>
|
|
||||||
<line id="subProjectHeadText">(Direction)</line>
|
|
||||||
<line id="subProjectMemberSeparator">, </line>
|
|
||||||
|
|
||||||
<line id="members">Members</line>
|
|
||||||
|
|
||||||
<line id="projectContacts">Contacts</line>
|
|
||||||
<line id="projectDescription">Overview</line>
|
|
||||||
<line id="projectMembers">Members</line>
|
|
||||||
<line id="projectMembersActive">Active</line>
|
|
||||||
<line id="projectMembersAssociated">Associated members</line>
|
|
||||||
<line id="projectMembersFormer">Former members</line>
|
|
||||||
<line id="projectProjects">Projects</line>
|
|
||||||
<line id="projectProjectsOngoing">Current projects</line>
|
|
||||||
<line id="projectProjectsFinished">Finished projects</line>
|
|
||||||
<line id="funding">Funding</line>
|
|
||||||
<line id="fundingVolume">Volume of funding</line>
|
|
||||||
<line id="projectPublications">Publications</line>
|
|
||||||
<line id="projectWorkingPapers">Working papers</line>
|
|
||||||
|
|
||||||
<line id="phone">Room: </line>
|
|
||||||
<line id="phone">Phone: </line>
|
|
||||||
<line id="phone">Email: </line>
|
|
||||||
|
|
||||||
<line id="finished">Finished</line>
|
|
||||||
|
|
||||||
</translations>
|
|
||||||
|
|
@ -1,221 +0,0 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
|
|
||||||
<!--
|
|
||||||
Copyright: 2010 Jens Pelzetter
|
|
||||||
|
|
||||||
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/>.
|
|
||||||
-->
|
|
||||||
|
|
||||||
<translations>
|
|
||||||
<line id="lang">English</line>
|
|
||||||
<line id="version">0.8</line>
|
|
||||||
|
|
||||||
<line id="moreButton">more »</line>
|
|
||||||
<line id="moreButtonTitle">read more</line>
|
|
||||||
|
|
||||||
<line id="orderByText">Sort publications by</line>
|
|
||||||
<line id="orderByTitle">Title</line>
|
|
||||||
<line id="orderByYear">Year of publication</line>
|
|
||||||
|
|
||||||
<line id="collectedVolumePreText">In: </line>
|
|
||||||
<line id="editorText"> (Editor)</line>
|
|
||||||
<line id="isbnPreText">(ISBN: </line>
|
|
||||||
<line id="isbnPostText">) </line>
|
|
||||||
|
|
||||||
<line id="inSeriesPreText">Series: </line>
|
|
||||||
<line id="inSeriesEditorPreText">Edited by</line>
|
|
||||||
|
|
||||||
<line id="collectedVolumePreText">in: </line>
|
|
||||||
<line id="journalPreText">in: </line>
|
|
||||||
<line id="pagesPreText">p. </line>
|
|
||||||
<line id="pagesBetweenText">-</line>
|
|
||||||
<line id="proceedingsPreText">in: </line>
|
|
||||||
<line id="wpNumberPreText">No. </line>
|
|
||||||
|
|
||||||
<line id="downloadReference">Download reference as</line>
|
|
||||||
<line id="bibtex">BibTeX</line>
|
|
||||||
<line id="downloadAsBibtex">Download as BibTeX</line>
|
|
||||||
<line id="ris">RIS</line>
|
|
||||||
<line id="downloadAsRis">Download as RIS</line>
|
|
||||||
|
|
||||||
<line id="articleInCollectedVolume/abstract">Abstract</line>
|
|
||||||
<line id="articleInCollectedVolume/authors">Authors</line>
|
|
||||||
<line id="articleInCollectedVolume/author">Author</line>
|
|
||||||
<line id="articleInCollectedVolume/chapter">Chapter</line>
|
|
||||||
<line id="articleInCollectedVolume/collectedVolume">Collected volume</line>
|
|
||||||
<line id="articleInCollectedVolume/isbn">ISBN</line>
|
|
||||||
<line id="articleInCollectedVolume/misc"></line>
|
|
||||||
<line id="articleInCollectedVolume/pages">Pages</line>
|
|
||||||
<line id="articleInCollectedVolume/pagesSeparator"> to </line>
|
|
||||||
<line id="articleInCollectedVolume/publisher">Publisher</line>
|
|
||||||
<line id="articleInCollectedVolume/reviewed">Reviewed article</line>
|
|
||||||
<line id="articleInCollectedVolume/reviewed/yes">Yes</line>
|
|
||||||
<line id="articleInCollectedVolume/reviewed/no">No</line>
|
|
||||||
<line id="articleInCollectedVolume/series">In series</line>
|
|
||||||
<line id="articleInCollectedVolume/url">Further informations</line>
|
|
||||||
<line id="articleInCollectedVolume/year">Year</line>
|
|
||||||
|
|
||||||
<line id="articleInJournal/abstract">Abstract</line>
|
|
||||||
<line id="articleInJournal/authors">Authors</line>
|
|
||||||
<line id="articleInJournal/author">Author</line>
|
|
||||||
<line id="articleInJournal/issn">ISSN</line>
|
|
||||||
<line id="articleInJournal/journal">Journal</line>
|
|
||||||
<line id="articleInJournal/misc"></line>
|
|
||||||
<line id="articleInJournal/pages">Pages</line>
|
|
||||||
<line id="articleInJournal/pagesSeparator"> to </line>
|
|
||||||
<line id="articleInJournal/publicationDate">Publication date</line>
|
|
||||||
<line id="articleInJournal/url">Further informations</line>
|
|
||||||
<line id="articleInJournal/issue">Issue</line>
|
|
||||||
<line id="articleInJournal/volume">Volume</line>
|
|
||||||
<line id="articleInJournal/year">Year</line>
|
|
||||||
<line id="articleInJournal/articles">Articles</line>
|
|
||||||
<line id="articleInJournal/reviewed">Reviewed article</line>
|
|
||||||
|
|
||||||
<line id="collectedVolume/abstract">Abstract</line>
|
|
||||||
<line id="collectedVolume/articles">Articles</line>
|
|
||||||
<line id="collectedVolume/authors">Editors</line>
|
|
||||||
<line id="collectedVolume/author">Editor</line>
|
|
||||||
<line id="collectedVolume/edition">Edition</line>
|
|
||||||
<line id="collectedVolume/isbn">ISBN</line>
|
|
||||||
<line id="collectedVolume/misc"></line>
|
|
||||||
<line id="collectedVolume/numberOfPages">Number of pages</line>
|
|
||||||
<line id="collectedVolume/numberOfVolumes">Number of volumes</line>
|
|
||||||
<line id="collectedVolume/publisher">Publisher</line>
|
|
||||||
<line id="collectedVolume/reviewed">Reviewed</line>
|
|
||||||
<line id="collectedVolume/series">Series</line>
|
|
||||||
<line id="collectedVolume/url">Further informations</line>
|
|
||||||
<line id="collectedVolume/volume">Volume</line>
|
|
||||||
<line id="collectedVolume/year">Year</line>
|
|
||||||
|
|
||||||
<line id="expertise/abstract">Abstract</line>
|
|
||||||
<line id="expertise/authors">Authors</line>
|
|
||||||
<line id="expertise/author">Author</line>
|
|
||||||
<line id="expertise/misc">Miscellaneous</line>
|
|
||||||
<line id="expertise/numberOfPages">Number of pages</line>
|
|
||||||
<line id="expertise/orderer">Orderer</line>
|
|
||||||
<line id="expertise/organization">Organization</line>
|
|
||||||
<line id="expertise/place">Place</line>
|
|
||||||
<line id="expertise/url">Further informations</line>
|
|
||||||
<line id="expertise/year">Year</line>
|
|
||||||
|
|
||||||
<line id="greyLiterature/abstract">Abstract</line>
|
|
||||||
<line id="greyLiterature/authors">Authors</line>
|
|
||||||
<line id="greyLiterature/author">Author</line>
|
|
||||||
<line id="greyLiterature/misc">Miscellaneous</line>
|
|
||||||
<line id="greyLiterature/number">Number</line>
|
|
||||||
<line id="greyLiterature/numberOfPages">Number of pages</line>
|
|
||||||
<line id="greyLiterature/organization">Organization</line>
|
|
||||||
<line id="greyLiterature/place">Ort</line>
|
|
||||||
<line id="greyLiterature/pages">Pages</line>
|
|
||||||
<line id="greyLiterature/pagesSeparator"> to </line>
|
|
||||||
<line id="greyLiterature/series">Series</line>
|
|
||||||
<line id="greyLiterature/url">Further informations</line>
|
|
||||||
<line id="greyLiterature/year">Year</line>
|
|
||||||
|
|
||||||
<line id="inProceedings/abstract">Abstract</line>
|
|
||||||
<line id="inProceedings/authors">Authors</line>
|
|
||||||
<line id="inProceedings/author">Author</line>
|
|
||||||
<line id="inProceedings/misc">Miscellaneous</line>
|
|
||||||
<line id="inProceedings/pages">Pages</line>
|
|
||||||
<line id="inProceedings/proceedings">In Proceedings</line>
|
|
||||||
<line id="inProceedings/series">Series</line>
|
|
||||||
<line id="inProceedings/url">Further informations</line>
|
|
||||||
<line id="inProceedings/volume">Volume</line>
|
|
||||||
<line id="inProceedings/year">Year</line>
|
|
||||||
|
|
||||||
<line id="internetArticle/abstract">Abstract</line>
|
|
||||||
<line id="internetArticle/authors">Authors</line>
|
|
||||||
<line id="internetArticle/author">Author</line>
|
|
||||||
<line id="internetArticle/edition">Edition</line>
|
|
||||||
<line id="internetArticle/issn">ISSN</line>
|
|
||||||
<line id="internetArticle/misc">Miscellaneous</line>
|
|
||||||
<line id="internetArticle/number">Number</line>
|
|
||||||
<line id="internetArticle/numberOfPages">Number of pages</line>
|
|
||||||
<line id="internetArticle/organization">Organization</line>
|
|
||||||
<line id="internetArticle/place">Place</line>
|
|
||||||
<line id="internetArticle/publicationDate">Publication date</line>
|
|
||||||
<line id="internetArticle/series">Series</line>
|
|
||||||
<line id="internetArticle/year">Year</line>
|
|
||||||
|
|
||||||
<line id="journal/articles">Articles of this journal</line>
|
|
||||||
<line id="journal/issn">ISSN</line>
|
|
||||||
<line id="journal/periodOfPublication">Period of publication</line>
|
|
||||||
<line id="journal/periodOfPublicationYearsSeparator"> - </line>
|
|
||||||
|
|
||||||
<line id="monograph/abstract">Abstract</line>
|
|
||||||
<line id="monograph/authors">Authors</line>
|
|
||||||
<line id="monograph/author">Author</line>
|
|
||||||
<line id="monograph/edition">Edition</line>
|
|
||||||
<line id="monograph/isbn">ISBN</line>
|
|
||||||
<line id="monograph/misc">Miscellaneous</line>
|
|
||||||
<line id="monograph/numberOfPages">Number of pages</line>
|
|
||||||
<line id="monograph/numberOfVolumes">Number of volumes</line>
|
|
||||||
<line id="monograph/publisher">Publisher</line>
|
|
||||||
<line id="monograph/reviewed">Reviewed</line>
|
|
||||||
<line id="monograph/series">In series</line>
|
|
||||||
<line id="monograph/url">Further informations</line>
|
|
||||||
<line id="monograph/volume">Volume</line>
|
|
||||||
<line id="monograph/year">Year</line>
|
|
||||||
|
|
||||||
<line id="proceedings/abstract">Abstract</line>
|
|
||||||
<line id="proceedings/authors">Authors</line>
|
|
||||||
<line id="proceedings/author">Author</line>
|
|
||||||
<line id="proceedings/dateOfConference">Date of conference</line>
|
|
||||||
<line id="proceedings/isbn">ISBN</line>
|
|
||||||
<line id="proceedings/misc">Miscellaneous</line>
|
|
||||||
<line id="proceedings/nameOfConference">Conference</line>
|
|
||||||
<line id="proceedings/numberOfVolumes">Number of volumes</line>
|
|
||||||
<line id="proceedings/numberOfPages">Number of pages</line>
|
|
||||||
<line id="proceedings/papers">Papers</line>
|
|
||||||
<line id="proceedings/placeOfConference">Place of conference</line>
|
|
||||||
<line id="proceedings/publisher">Publisher</line>
|
|
||||||
<line id="proceedings/series">Series</line>
|
|
||||||
<line id="proceedings/url">Further informations</line>
|
|
||||||
<line id="proceedings/volume">Volume</line>
|
|
||||||
<line id="proceedings/year">Year</line>
|
|
||||||
|
|
||||||
<line id="publisher/place">Place</line>
|
|
||||||
|
|
||||||
<line id="review/abstract">Abstract</line>
|
|
||||||
<line id="review/authors">Authors</line>
|
|
||||||
<line id="review/author">Author</line>
|
|
||||||
<line id="review/issn">ISSN</line>
|
|
||||||
<line id="review/issue">Year</line>
|
|
||||||
<line id="review/journal">Journal</line>
|
|
||||||
<line id="review/misc">Miscellaneous</line>
|
|
||||||
<line id="review/pages">Pages</line>
|
|
||||||
<line id="review/publicationDate">Publication date</line>
|
|
||||||
<line id="review/url">Further informations</line>
|
|
||||||
<line id="review/volume">Volume</line>
|
|
||||||
<line id="review/year">Year</line>
|
|
||||||
|
|
||||||
<line id="series/abstract">About the series</line>
|
|
||||||
<line id="series/editors">Editors of the series</line>
|
|
||||||
<line id="series/editorsPeroidSeparator"> - </line>
|
|
||||||
<line id="series/volumes">Volumes of the series</line>
|
|
||||||
|
|
||||||
<line id="workingPaper/abstract">Abstract</line>
|
|
||||||
<line id="workingPaper/author">Author</line>
|
|
||||||
<line id="workingPaper/authors">Authors</line>
|
|
||||||
<line id="workingPaper/misc">Miscellaneous</line>
|
|
||||||
<line id="workingPaper/number">Number</line>
|
|
||||||
<line id="workingPaper/numberOfPages">Number of pages</line>
|
|
||||||
<line id="workingPaper/organization">Organization</line>
|
|
||||||
<line id="workingPaper/place">Place</line>
|
|
||||||
<line id="workingPaper/series">Series</line>
|
|
||||||
<line id="workingPaper/year">Year</line>
|
|
||||||
|
|
||||||
</translations>
|
|
||||||
|
|
@ -1,171 +0,0 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
|
|
||||||
<!--
|
|
||||||
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/>.
|
|
||||||
-->
|
|
||||||
|
|
||||||
<pageLayout>
|
|
||||||
<head>
|
|
||||||
<title>
|
|
||||||
<separator>: </separator>
|
|
||||||
<showText>
|
|
||||||
<line>layout/page/head/title</line>
|
|
||||||
</showText>
|
|
||||||
<usePageTitle/>
|
|
||||||
</title>
|
|
||||||
<useCSSLoader/>
|
|
||||||
</head>
|
|
||||||
<body>
|
|
||||||
<div id="shadowLeft">
|
|
||||||
<div id="shadowRight">
|
|
||||||
<div id="head">
|
|
||||||
<div id="topRow">
|
|
||||||
<showLanguageSelector/>
|
|
||||||
<div>
|
|
||||||
<showStaticMenu name="topMenu" id="topMenu"/>
|
|
||||||
<showQuicksearch/>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div id="logos">
|
|
||||||
<showImage class="logoUniBremen">
|
|
||||||
<src>images/logoUniBremen.png</src>
|
|
||||||
<alt>layout/page/header/logoUniBremen/alt</alt>
|
|
||||||
<name>layout/page/header/logoUniBremen/name</name>
|
|
||||||
<title>layout/page/header/logoUniBremen/title</title>
|
|
||||||
<link>http://www.uni-bremen.de</link>
|
|
||||||
</showImage>
|
|
||||||
<showImage class="logoInstitut">
|
|
||||||
<src>images/logoInstitut.png</src>
|
|
||||||
<alt>layout/page/header/logoInstitut/alt</alt>
|
|
||||||
<name>layout/page/header/logoInstitut/name</name>
|
|
||||||
<title>layout/page/header/logoInstitut/title</title>
|
|
||||||
<link>/navigation/</link>
|
|
||||||
</showImage>
|
|
||||||
</div>
|
|
||||||
<div id="header">
|
|
||||||
<div id="nav">
|
|
||||||
<showNavigationMenu>
|
|
||||||
<setMinLevel>0</setMinLevel>
|
|
||||||
<setMaxLevel>1</setMaxLevel>
|
|
||||||
<setFirstLevelMode>vertical</setFirstLevelMode>
|
|
||||||
<setRootLevelStaticText>true</setRootLevelStaticText>
|
|
||||||
</showNavigationMenu>
|
|
||||||
</div>
|
|
||||||
<showHeaderImage class="headerImage"/>
|
|
||||||
<showPPPOwnerName/>
|
|
||||||
<showBreadcrumbs/>
|
|
||||||
</div>
|
|
||||||
<div class="endFloat"/>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div id="pageWrapper">
|
|
||||||
<div id="leftWrap" classIf="right, borderRight">
|
|
||||||
<divIfNotEmpty id="left">
|
|
||||||
<divIfNotEmpty id="menu">
|
|
||||||
<useNavigationHeading>
|
|
||||||
<setLevel>1</setLevel>
|
|
||||||
</useNavigationHeading>
|
|
||||||
<showNavigationMenu>
|
|
||||||
<setMinLevel>2</setMinLevel>
|
|
||||||
<setMaxLevel>4</setMaxLevel>
|
|
||||||
<setRootLevelStaticText>false</setRootLevelStaticText>
|
|
||||||
</showNavigationMenu>
|
|
||||||
</divIfNotEmpty>
|
|
||||||
|
|
||||||
<divIfNotEmpty id="events">
|
|
||||||
<showList>
|
|
||||||
<useListHeader/>
|
|
||||||
<useList>eventList</useList>
|
|
||||||
</showList>
|
|
||||||
</divIfNotEmpty>
|
|
||||||
</divIfNotEmpty>
|
|
||||||
|
|
||||||
<div id="center">
|
|
||||||
<div id="content" class="profile" setTypeClass="true">
|
|
||||||
<showContent>
|
|
||||||
<usePageTitle/>
|
|
||||||
<useContent/>
|
|
||||||
</showContent>
|
|
||||||
|
|
||||||
<showList>
|
|
||||||
<usePaginatorHeader/>
|
|
||||||
<usePaginatorNavbar/>
|
|
||||||
<useList>itemList</useList>
|
|
||||||
<usePaginatorNavbar/>
|
|
||||||
</showList>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<divIfNotEmpty id="right">
|
|
||||||
<divIfNotEmpty id="info">
|
|
||||||
<showNotes/>
|
|
||||||
<showList>
|
|
||||||
<useListHeader/>
|
|
||||||
<useList>newsList</useList>
|
|
||||||
</showList>
|
|
||||||
<showRelatedLinks>
|
|
||||||
<setHeading>true</setHeading>
|
|
||||||
</showRelatedLinks>
|
|
||||||
<showFileAttachments/>
|
|
||||||
<showRelatedItems/>
|
|
||||||
</divIfNotEmpty>
|
|
||||||
</divIfNotEmpty>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div id="pageFooter" class="endFloat" classIf="right, borderRight">
|
|
||||||
<useLastModified/>
|
|
||||||
<showLink id="toTop">
|
|
||||||
<link>#top</link>
|
|
||||||
<name>toTop</name>
|
|
||||||
</showLink>
|
|
||||||
<!-- <showUserBanner/> -->
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div id="footer">
|
|
||||||
<div id="footerContent">
|
|
||||||
<showStaticMenu id="footerMenu" name="footerMenu"/>
|
|
||||||
<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></link>
|
|
||||||
-->
|
|
||||||
</showImage>
|
|
||||||
<showImage class="logoWelfare addLeftFloat">
|
|
||||||
<src>images/footer/welfare.png</src>
|
|
||||||
<alt>layout/page/footer/welfare/alt</alt>
|
|
||||||
<name>layout/page/footer/welfare/name</name>
|
|
||||||
<title>layout/page/footer/welfare/title</title>
|
|
||||||
<link>http://www.welfare-societies.de</link>
|
|
||||||
</showImage>
|
|
||||||
<showImage class="logoVifapol addLeftFloat">
|
|
||||||
<src>images/footer/Vifapol.png</src>
|
|
||||||
<alt>layout/page/footer/vifapol/alt</alt>
|
|
||||||
<name>layout/page/footer/vifapol/name</name>
|
|
||||||
<title>layout/page/footer/vifapol/title</title>
|
|
||||||
<link>http://www.vifapol.de</link>
|
|
||||||
</showImage>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</body>
|
|
||||||
</pageLayout>
|
|
||||||
|
|
@ -1,154 +0,0 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
|
|
||||||
<!--
|
|
||||||
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/>.
|
|
||||||
-->
|
|
||||||
|
|
||||||
<pageLayout>
|
|
||||||
<head>
|
|
||||||
<title>
|
|
||||||
<separator>: </separator>
|
|
||||||
<showText>
|
|
||||||
<line>layout/page/head/title</line>
|
|
||||||
</showText>
|
|
||||||
<usePageTitle/>
|
|
||||||
</title>
|
|
||||||
<useCSSLoader/>
|
|
||||||
</head>
|
|
||||||
<body>
|
|
||||||
<div id="shadowLeft">
|
|
||||||
<div id="shadowRight">
|
|
||||||
<div id="head">
|
|
||||||
<div id="topRow">
|
|
||||||
<showLanguageSelector/>
|
|
||||||
<div>
|
|
||||||
<showStaticMenu name="topMenu" id="topMenu"/>
|
|
||||||
<showQuicksearch/>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div id="logos">
|
|
||||||
<showImage class="logoUniBremen">
|
|
||||||
<src>images/logoUniBremen.png</src>
|
|
||||||
<alt>layout/page/header/logoUniBremen/alt</alt>
|
|
||||||
<name>layout/page/header/logoUniBremen/name</name>
|
|
||||||
<title>layout/page/header/logoUniBremen/title</title>
|
|
||||||
<link>http://www.uni-bremen.de</link>
|
|
||||||
</showImage>
|
|
||||||
<showImage class="logoInstitut">
|
|
||||||
<src>images/logoInstitut.png</src>
|
|
||||||
<alt>layout/page/header/logoInstitut/alt</alt>
|
|
||||||
<name>layout/page/header/logoInstitut/name</name>
|
|
||||||
<title>layout/page/header/logoInstitut/title</title>
|
|
||||||
<link>/navigation/</link>
|
|
||||||
</showImage>
|
|
||||||
</div>
|
|
||||||
<div id="header">
|
|
||||||
<div id="nav">
|
|
||||||
<showNavigationMenu>
|
|
||||||
<setMinLevel>0</setMinLevel>
|
|
||||||
<setMaxLevel>1</setMaxLevel>
|
|
||||||
<setFirstLevelMode>vertical</setFirstLevelMode>
|
|
||||||
<setRootLevelStaticText>true</setRootLevelStaticText>
|
|
||||||
</showNavigationMenu>
|
|
||||||
</div>
|
|
||||||
<showHeaderImage class="headerImage"/>
|
|
||||||
<showBreadcrumbs/>
|
|
||||||
</div>
|
|
||||||
<div class="endFloat"/>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div id="pageWrapper">
|
|
||||||
<div id="leftWrap" classIf="right, borderRight">
|
|
||||||
<divIfNotEmpty id="left">
|
|
||||||
<divIfNotEmpty id="menu">
|
|
||||||
<showNavigationMenu>
|
|
||||||
<setMinLevel>2</setMinLevel>
|
|
||||||
<setMaxLevel>4</setMaxLevel>
|
|
||||||
<setRootLevelStaticText>false</setRootLevelStaticText>
|
|
||||||
</showNavigationMenu>
|
|
||||||
</divIfNotEmpty>
|
|
||||||
</divIfNotEmpty>
|
|
||||||
|
|
||||||
<div id="center">
|
|
||||||
<div id="content" setTypeClass="true">
|
|
||||||
<showContent>
|
|
||||||
<usePageTitle/>
|
|
||||||
<useContent/>
|
|
||||||
</showContent>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<divIfNotEmpty id="right">
|
|
||||||
<divIfNotEmpty id="info">
|
|
||||||
<showNotes/>
|
|
||||||
<showList>
|
|
||||||
<useListHeader/>
|
|
||||||
<useList>newsList</useList>
|
|
||||||
</showList>
|
|
||||||
<showPublicationExportLinks/>
|
|
||||||
<showRelatedLinks>
|
|
||||||
<setHeading>true</setHeading>
|
|
||||||
</showRelatedLinks>
|
|
||||||
<showFileAttachments/>
|
|
||||||
<showRelatedItems/>
|
|
||||||
</divIfNotEmpty>
|
|
||||||
</divIfNotEmpty>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div id="pageFooter" class="endFloat" classIf="right, borderRight">
|
|
||||||
<useLastModified/>
|
|
||||||
<showLink id="toTop">
|
|
||||||
<link>#top</link>
|
|
||||||
<name>toTop</name>
|
|
||||||
</showLink>
|
|
||||||
<!-- <showUserBanner/> -->
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div id="footer">
|
|
||||||
<div id="footerContent">
|
|
||||||
<showStaticMenu id="footerMenu" name="footerMenu"/>
|
|
||||||
<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></link>
|
|
||||||
-->
|
|
||||||
</showImage>
|
|
||||||
<showImage class="logoWelfare addLeftFloat">
|
|
||||||
<src>images/footer/welfare.png</src>
|
|
||||||
<alt>layout/page/footer/welfare/alt</alt>
|
|
||||||
<name>layout/page/footer/welfare/name</name>
|
|
||||||
<title>layout/page/footer/welfare/title</title>
|
|
||||||
<link>http://www.welfare-societies.de</link>
|
|
||||||
</showImage>
|
|
||||||
<showImage class="logoVifapol addLeftFloat">
|
|
||||||
<src>images/footer/Vifapol.png</src>
|
|
||||||
<alt>layout/page/footer/vifapol/alt</alt>
|
|
||||||
<name>layout/page/footer/vifapol/name</name>
|
|
||||||
<title>layout/page/footer/vifapol/title</title>
|
|
||||||
<link>http://www.vifapol.de</link>
|
|
||||||
</showImage>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</body>
|
|
||||||
</pageLayout>
|
|
||||||
|
|
@ -1,177 +0,0 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
|
|
||||||
<!--
|
|
||||||
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/>.
|
|
||||||
-->
|
|
||||||
|
|
||||||
<pageLayout>
|
|
||||||
<head>
|
|
||||||
<title>
|
|
||||||
<separator>: </separator>
|
|
||||||
<showText>
|
|
||||||
<line>layout/page/head/title</line>
|
|
||||||
</showText>
|
|
||||||
<usePageTitle/>
|
|
||||||
</title>
|
|
||||||
<useCSSLoader/>
|
|
||||||
</head>
|
|
||||||
<body>
|
|
||||||
<div id="shadowLeft">
|
|
||||||
<div id="shadowRight">
|
|
||||||
<div id="head">
|
|
||||||
<div id="topRow">
|
|
||||||
<showLanguageSelector/>
|
|
||||||
<div>
|
|
||||||
<showStaticMenu name="topMenu" id="topMenu"/>
|
|
||||||
<showQuicksearch/>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div id="logos">
|
|
||||||
<showImage class="logoUniBremen">
|
|
||||||
<src>images/logoUniBremen.png</src>
|
|
||||||
<alt>layout/page/header/logoUniBremen/alt</alt>
|
|
||||||
<name>layout/page/header/logoUniBremen/name</name>
|
|
||||||
<title>layout/page/header/logoUniBremen/title</title>
|
|
||||||
<link>http://www.uni-bremen.de</link>
|
|
||||||
</showImage>
|
|
||||||
<showImage class="logoInstitut">
|
|
||||||
<src>images/logoInstitut.png</src>
|
|
||||||
<alt>layout/page/header/logoInstitut/alt</alt>
|
|
||||||
<name>layout/page/header/logoInstitut/name</name>
|
|
||||||
<title>layout/page/header/logoInstitut/title</title>
|
|
||||||
<link>/navigation/</link>
|
|
||||||
</showImage>
|
|
||||||
</div>
|
|
||||||
<div id="header">
|
|
||||||
<div id="nav">
|
|
||||||
<showNavigationMenu>
|
|
||||||
<setMinLevel>0</setMinLevel>
|
|
||||||
<setMaxLevel>1</setMaxLevel>
|
|
||||||
<setFirstLevelMode>vertical</setFirstLevelMode>
|
|
||||||
<setRootLevelStaticText>true</setRootLevelStaticText>
|
|
||||||
</showNavigationMenu>
|
|
||||||
</div>
|
|
||||||
<showHeaderImage class="headerImage"/>
|
|
||||||
<showBreadcrumbs/>
|
|
||||||
</div>
|
|
||||||
<div class="endFloat"/>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div id="pageWrapper">
|
|
||||||
<div id="leftWrap" classIf="right, borderRight">
|
|
||||||
<divIfNotEmpty id="left">
|
|
||||||
<divIfNotEmpty id="menu">
|
|
||||||
<useNavigationHeading>
|
|
||||||
<setLevel>1</setLevel>
|
|
||||||
</useNavigationHeading>
|
|
||||||
<showNavigationMenu>
|
|
||||||
<setMinLevel>2</setMinLevel>
|
|
||||||
<setMaxLevel>4</setMaxLevel>
|
|
||||||
<setRootLevelStaticText>false</setRootLevelStaticText>
|
|
||||||
</showNavigationMenu>
|
|
||||||
</divIfNotEmpty>
|
|
||||||
|
|
||||||
<divIfNotEmpty id="events">
|
|
||||||
<showList>
|
|
||||||
<useListHeader/>
|
|
||||||
<useList>eventList</useList>
|
|
||||||
</showList>
|
|
||||||
</divIfNotEmpty>
|
|
||||||
</divIfNotEmpty>
|
|
||||||
|
|
||||||
<div id="center">
|
|
||||||
<div id="content" setTypeClass="true">
|
|
||||||
<showContent>
|
|
||||||
<usePageTitle/>
|
|
||||||
<useContent/>
|
|
||||||
</showContent>
|
|
||||||
|
|
||||||
<showList>
|
|
||||||
<useListHeader/>
|
|
||||||
<useList>contentEventList</useList>
|
|
||||||
</showList>
|
|
||||||
|
|
||||||
<showList>
|
|
||||||
<usePaginatorHeader/>
|
|
||||||
<usePaginatorNavbar/>
|
|
||||||
<useList>itemList</useList>
|
|
||||||
<usePaginatorNavbar/>
|
|
||||||
</showList>
|
|
||||||
|
|
||||||
<useOrgaUnitTab/>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<divIfNotEmpty id="right">
|
|
||||||
<divIfNotEmpty id="info">
|
|
||||||
<showNotes/>
|
|
||||||
<showList>
|
|
||||||
<useListHeader/>
|
|
||||||
<useList>newsList</useList>
|
|
||||||
</showList>
|
|
||||||
<showRelatedLinks>
|
|
||||||
<setHeading>true</setHeading>
|
|
||||||
</showRelatedLinks>
|
|
||||||
<showFileAttachments/>
|
|
||||||
<showRelatedItems/>
|
|
||||||
</divIfNotEmpty>
|
|
||||||
</divIfNotEmpty>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div id="pageFooter" class="endFloat" classIf="right, borderRight">
|
|
||||||
<useLastModified/>
|
|
||||||
<showLink id="toTop">
|
|
||||||
<link>#top</link>
|
|
||||||
<name>toTop</name>
|
|
||||||
</showLink>
|
|
||||||
<!-- <showUserBanner/> -->
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div id="footer">
|
|
||||||
<div id="footerContent">
|
|
||||||
<showStaticMenu id="footerMenu" name="footerMenu"/>
|
|
||||||
<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></link>
|
|
||||||
-->
|
|
||||||
</showImage>
|
|
||||||
<showImage class="logoWelfare addLeftFloat">
|
|
||||||
<src>images/footer/welfare.png</src>
|
|
||||||
<alt>layout/page/footer/welfare/alt</alt>
|
|
||||||
<name>layout/page/footer/welfare/name</name>
|
|
||||||
<title>layout/page/footer/welfare/title</title>
|
|
||||||
<link>http://www.welfare-societies.de</link>
|
|
||||||
</showImage>
|
|
||||||
<showImage class="logoVifapol addLeftFloat">
|
|
||||||
<src>images/footer/Vifapol.png</src>
|
|
||||||
<alt>layout/page/footer/vifapol/alt</alt>
|
|
||||||
<name>layout/page/footer/vifapol/name</name>
|
|
||||||
<title>layout/page/footer/vifapol/title</title>
|
|
||||||
<link>http://www.vifapol.de</link>
|
|
||||||
</showImage>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</body>
|
|
||||||
</pageLayout>
|
|
||||||
|
|
@ -1,25 +0,0 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
|
|
||||||
<!--
|
|
||||||
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/>.
|
|
||||||
-->
|
|
||||||
|
|
||||||
<settings>
|
|
||||||
<setting id="setFullName">false</setting>
|
|
||||||
<setting id="setNameDetails">false</setting>
|
|
||||||
</settings>
|
|
||||||
|
|
@ -1,78 +0,0 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
|
|
||||||
<!--
|
|
||||||
Copyright: 2010, Jens Pelzetter
|
|
||||||
|
|
||||||
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/>.
|
|
||||||
-->
|
|
||||||
|
|
||||||
<settings>
|
|
||||||
|
|
||||||
<setting id="setImage">false</setting>
|
|
||||||
<setting id="setImageCaption">true</setting>
|
|
||||||
<setting id="setImageMaxHeight"></setting>
|
|
||||||
<setting id="setImageMaxWidth"></setting>
|
|
||||||
|
|
||||||
<setting id="setAddendum">true</setting>
|
|
||||||
<setting id="setShortDesc">true</setting>
|
|
||||||
<setting id="setDesc">true</setting>
|
|
||||||
|
|
||||||
<setting id="descTab/setImage">true</setting>
|
|
||||||
<setting id="summaryTab/setImage">true</setting>
|
|
||||||
<setting id="tabs/setImageCaption">true</setting>
|
|
||||||
<setting id="tabs/setImageMaxHeight"></setting>
|
|
||||||
<setting id="tabs/setImageMaxWidth"></setting>
|
|
||||||
|
|
||||||
<setting id="subNavSeparator"></setting>
|
|
||||||
|
|
||||||
<setting id="listView/setLinkToDetails">false</setting>
|
|
||||||
<setting id="listView/setLeadText">true</setting>
|
|
||||||
<setting id="listView/setLeadTextLength">440</setting>
|
|
||||||
<setting id="listView/setMoreButton">true</setting>
|
|
||||||
|
|
||||||
<setting id="linkView/setLinkToDetails">false</setting>
|
|
||||||
<setting id="linkView/setImageAndText">true</setting>
|
|
||||||
<setting id="linkView/setImage">true</setting>
|
|
||||||
<setting id="linkView/setImageMaxHeight">200</setting>
|
|
||||||
<setting id="linkView/setImageMaxWidth">200</setting>
|
|
||||||
<setting id="linkView/setImageCaption">true</setting>
|
|
||||||
<setting id="linkView/setDescription">true</setting>
|
|
||||||
<setting id="linkView/setDescriptionLength">0</setting>
|
|
||||||
<setting id="linkView/setMoreButton">false</setting>
|
|
||||||
|
|
||||||
<setting id="subDepartmentList/mode">ullist</setting>
|
|
||||||
<setting id="subDepartmentList/linkSubDepartment">true</setting>
|
|
||||||
<setting id="subDepartmentList/showHead">true</setting>
|
|
||||||
<setting id="subDepartmentList/linkHead">true</setting>
|
|
||||||
<setting id="subDepartmentList/showShortDesc">true</setting>
|
|
||||||
|
|
||||||
<setting id="projectList/mode">ullist</setting>
|
|
||||||
<setting id="projectList/linkProject">true</setting>
|
|
||||||
<setting id="projectList/showMembers">true</setting>
|
|
||||||
<setting id="projectList/emphHead">true</setting>
|
|
||||||
<setting id="projectList/linkMember">false</setting>
|
|
||||||
<setting id="projectList/showShortDesc">true</setting>
|
|
||||||
|
|
||||||
<setting id="memberList/mode">ullist</setting>
|
|
||||||
<setting id="memberList/collect">true</setting>
|
|
||||||
<setting id="memberList/linkMember">true</setting>
|
|
||||||
<setting id="memberList/showTitles">true</setting>
|
|
||||||
<setting id="memberList/showRoom">true</setting>
|
|
||||||
<setting id="memberList/showPhone">true</setting>
|
|
||||||
<setting id="memberList/showEmail">true</setting>
|
|
||||||
<setting id="memberList/linkEmail">true</setting>
|
|
||||||
|
|
||||||
</settings>
|
|
||||||
|
|
@ -1,78 +0,0 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
|
|
||||||
<!--
|
|
||||||
Copyright: 2010, Jens Pelzetter
|
|
||||||
|
|
||||||
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/>.
|
|
||||||
-->
|
|
||||||
|
|
||||||
<settings>
|
|
||||||
|
|
||||||
<setting id="setImage">false</setting>
|
|
||||||
<setting id="setImageCaption">true</setting>
|
|
||||||
<setting id="setImageMaxHeight"></setting>
|
|
||||||
<setting id="setImageMaxWidth"></setting>
|
|
||||||
|
|
||||||
<setting id="setAddendum">true</setting>
|
|
||||||
<setting id="setShortDesc">true</setting>
|
|
||||||
<setting id="setDesc">true</setting>
|
|
||||||
|
|
||||||
<setting id="descTab/setImage">true</setting>
|
|
||||||
<setting id="summaryTab/setImage">true</setting>
|
|
||||||
<setting id="tabs/setImageCaption">true</setting>
|
|
||||||
<setting id="tabs/setImageMaxHeight"></setting>
|
|
||||||
<setting id="tabs/setImageMaxWidth"></setting>
|
|
||||||
|
|
||||||
<setting id="subNavSeparator"></setting>
|
|
||||||
|
|
||||||
<setting id="listView/setLinkToDetails">false</setting>
|
|
||||||
<setting id="listView/setLeadText">true</setting>
|
|
||||||
<setting id="listView/setLeadTextLength">0</setting>
|
|
||||||
<setting id="listView/setMoreButton">false</setting>
|
|
||||||
|
|
||||||
<setting id="linkView/setLinkToDetails">false</setting>
|
|
||||||
<setting id="linkView/setImageAndText">true</setting>
|
|
||||||
<setting id="linkView/setImage">true</setting>
|
|
||||||
<setting id="linkView/setImageMaxHeight"></setting>
|
|
||||||
<setting id="linkView/setImageMaxWidth"></setting>
|
|
||||||
<setting id="linkView/setImageCaption">true</setting>
|
|
||||||
<setting id="linkView/setDescription">true</setting>
|
|
||||||
<setting id="linkView/setDescriptionLength">0</setting>
|
|
||||||
<setting id="linkView/setMoreButton">false</setting>
|
|
||||||
|
|
||||||
<setting id="subDepartmentList/mode">ullist</setting>
|
|
||||||
<setting id="subDepartmentList/linkSubDepartment">true</setting>
|
|
||||||
<setting id="subDepartmentList/showHead">true</setting>
|
|
||||||
<setting id="subDepartmentList/linkHead">true</setting>
|
|
||||||
<setting id="subDepartmentList/showShortDesc">true</setting>
|
|
||||||
|
|
||||||
<setting id="projectList/mode">ullist</setting>
|
|
||||||
<setting id="projectList/linkProject">true</setting>
|
|
||||||
<setting id="projectList/showMembers">true</setting>
|
|
||||||
<setting id="projectList/emphHead">true</setting>
|
|
||||||
<setting id="projectList/linkMember">false</setting>
|
|
||||||
<setting id="projectList/showShortDesc">true</setting>
|
|
||||||
|
|
||||||
<setting id="memberList/mode">ullist</setting>
|
|
||||||
<setting id="memberList/collect">true</setting>
|
|
||||||
<setting id="memberList/linkMember">true</setting>
|
|
||||||
<setting id="memberList/showTitles">true</setting>
|
|
||||||
<setting id="memberList/showRoom">true</setting>
|
|
||||||
<setting id="memberList/showPhone">true</setting>
|
|
||||||
<setting id="memberList/showEmail">true</setting>
|
|
||||||
<setting id="memberList/linkEmail">true</setting>
|
|
||||||
|
|
||||||
</settings>
|
|
||||||
|
|
@ -1,27 +0,0 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
|
|
||||||
<!--
|
|
||||||
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/>.
|
|
||||||
-->
|
|
||||||
|
|
||||||
<settings>
|
|
||||||
<setting id="setFullname">false</setting>
|
|
||||||
<setting id="setNameDetails">false</setting>
|
|
||||||
<setting id="setDescription">true</setting>
|
|
||||||
<setting id="setDescriptionLength">0</setting>
|
|
||||||
</settings>
|
|
||||||
|
|
@ -1,266 +0,0 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
|
|
||||||
<!--
|
|
||||||
Copyright: 2010, Jens Pelzetter
|
|
||||||
|
|
||||||
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/>.
|
|
||||||
-->
|
|
||||||
|
|
||||||
<settings>
|
|
||||||
|
|
||||||
<setting id="setImage">true</setting>
|
|
||||||
<setting id="setImageCaption">true</setting>
|
|
||||||
<setting id="setImageMaxHeight"></setting>
|
|
||||||
<setting id="setImageMaxWidth"></setting>
|
|
||||||
|
|
||||||
<setting id="authorListModel">list</setting>
|
|
||||||
|
|
||||||
<setting id="listView/setLinkToDetails">false</setting>
|
|
||||||
<setting id="listView/setLeadText">true</setting>
|
|
||||||
<setting id="listView/setLeadTextLength">440</setting>
|
|
||||||
<setting id="listView/setMoreButton">true</setting>
|
|
||||||
|
|
||||||
<setting id="linkView/setLinkToDetails">false</setting>
|
|
||||||
<setting id="linkView/setImageAndText">true</setting>
|
|
||||||
<setting id="linkView/setImage">true</setting>
|
|
||||||
<setting id="linkView/setImageMaxHeight">200</setting>
|
|
||||||
<setting id="linkView/setImageMaxWidth">200</setting>
|
|
||||||
<setting id="linkView/setImageCaption">true</setting>
|
|
||||||
<setting id="linkView/setDescription">true</setting>
|
|
||||||
<setting id="linkView/setDescriptionLength">0</setting>
|
|
||||||
<setting id="linkView/setMoreButton">false</setting>
|
|
||||||
|
|
||||||
<!-- Settings for the SciPublicationsList -->
|
|
||||||
<setting id="list/setSortLinks">true</setting>
|
|
||||||
|
|
||||||
<!-- Settings for the detail view of an article in a collected volume -->
|
|
||||||
<setting id="articleInCollectedVolume/setImage">true</setting>
|
|
||||||
<setting id="articleInCollectedVolume/setImageCaption">true</setting>
|
|
||||||
<setting id="articleInCollectedVolume/setImageMaxHeight"></setting>
|
|
||||||
<setting id="articleInCollectedVolume/setImageMaxWidth"></setting>
|
|
||||||
|
|
||||||
<setting id="articleInCollectedVolume/setAbstract">true</setting>
|
|
||||||
<setting id="articleInCollectedVolume/setAuthors">true</setting>
|
|
||||||
<setting id="articleInCollectedVolume/setChapter">true</setting>
|
|
||||||
<setting id="articleInCollectedVolume/setCollectedVolume">true</setting>
|
|
||||||
<setting id="articleInCollectedVolume/setIsbn">true</setting>
|
|
||||||
<setting id="articleInCollectedVolume/setMisc">true</setting>
|
|
||||||
<setting id="articleInCollectedVolume/setPages">true</setting>
|
|
||||||
<setting id="articleInCollectedVolume/setPublisher">true</setting>
|
|
||||||
<setting id="articleInCollectedVolume/setUrl">true</setting>
|
|
||||||
<setting id="articleInCollectedVolume/setYear">true</setting>
|
|
||||||
|
|
||||||
<!-- Settings for the detail view of an article in a journal -->
|
|
||||||
<setting id="articleInJournal/setImage">true</setting>
|
|
||||||
<setting id="articleInJournal/setImageCaption">true</setting>
|
|
||||||
<setting id="articleInJournal/setImageMaxHeight"></setting>
|
|
||||||
<setting id="articleInJournal/setImageMaxWidth"></setting>
|
|
||||||
|
|
||||||
<setting id="articleInJournal/setAbstract">true</setting>
|
|
||||||
<setting id="articleInJournal/setAuthors">true</setting>
|
|
||||||
<setting id="articleInJournal/setIssn">true</setting>
|
|
||||||
<setting id="articleInJournal/setIssue">true</setting>
|
|
||||||
<setting id="articleInJournal/setJournal">true</setting>
|
|
||||||
<setting id="articleInJournal/setMisc">true</setting>
|
|
||||||
<setting id="articleInJournal/setPages">true</setting>
|
|
||||||
<setting id="articleInJournal/setPublicationDate">true</setting>
|
|
||||||
<setting id="articleInJournal/setUrl">true</setting>
|
|
||||||
<setting id="articleInJournal/setVolume">true</setting>
|
|
||||||
<setting id="articleInJournal/setYear">true</setting>
|
|
||||||
|
|
||||||
<!-- Settings for the detail view of a collected volume -->
|
|
||||||
<setting id="collectedVolume/setImage">true</setting>
|
|
||||||
<setting id="collectedVolume/setImageCaption">true</setting>
|
|
||||||
<setting id="collectedVolume/setImageMaxHeight"></setting>
|
|
||||||
<setting id="collectedVolume/setImageMaxWidth"></setting>
|
|
||||||
|
|
||||||
<setting id="collectedVolume/setAbstract">true</setting>
|
|
||||||
<setting id="collectedVolume/setArticles">true</setting>
|
|
||||||
<setting id="collectedVolume/setAuthors">true</setting>
|
|
||||||
<setting id="collectedVolume/setEdition">true</setting>
|
|
||||||
<setting id="collectedVolume/setIsbn">true</setting>
|
|
||||||
<setting id="collectedVolume/setMisc">true</setting>
|
|
||||||
<setting id="collectedVolume/setNumberOfPages">true</setting>
|
|
||||||
<setting id="collectedVolume/setNumberOfVolumes">true</setting>
|
|
||||||
<setting id="collectedVolume/setPublisher">true</setting>
|
|
||||||
<setting id="collectedVolume/setSeries">true</setting>
|
|
||||||
<setting id="collectedVolume/setUrl">true</setting>
|
|
||||||
<setting id="collectedVolume/setVolume">true</setting>
|
|
||||||
<setting id="collectedVolume/setYear">true</setting>
|
|
||||||
<setting id="collectedVolume/setArticles">true</setting>
|
|
||||||
|
|
||||||
<!-- Settings for the detail view of an expertise -->
|
|
||||||
<setting id="expertise/setImage">true</setting>
|
|
||||||
<setting id="expertise/setImageCaption">true</setting>
|
|
||||||
<setting id="expertise/setImageMaxHeight"></setting>
|
|
||||||
<setting id="expertise/setImageMaxWidth"></setting>
|
|
||||||
|
|
||||||
<setting id="expertise/setAbstract">true</setting>
|
|
||||||
<setting id="expertise/setAutors">true</setting>
|
|
||||||
<setting id="expertise/setMisc">true</setting>
|
|
||||||
<setting id="expertise/setNumberOfPages">true</setting>
|
|
||||||
<setting id="expertise/setOrderer">true</setting>
|
|
||||||
<setting id="expertise/setOrganization">true</setting>
|
|
||||||
<setting id="expertise/setPlace">true</setting>
|
|
||||||
<setting id="expertise/setSeries">false</setting>
|
|
||||||
<setting id="expertise/setUrl">true</setting>
|
|
||||||
<setting id="expertise/setYear">true</setting>
|
|
||||||
|
|
||||||
<!-- Settings for the detail view of a grey literature publication -->
|
|
||||||
<setting id="greyLiterature/setImage">true</setting>
|
|
||||||
<setting id="greyLiterature/setImageCaption">true</setting>
|
|
||||||
<setting id="greyLiterature/setImageMaxHeight"></setting>
|
|
||||||
<setting id="greyLiterature/setImageMaxWidth"></setting>
|
|
||||||
|
|
||||||
<setting id="greyLiterature/setAbstract">true</setting>
|
|
||||||
<setting id="greyLiterature/setAuthors">true</setting>
|
|
||||||
<setting id="greyLiterature/setMisc">true</setting>
|
|
||||||
<setting id="greyLiterature/setNumber">true</setting>
|
|
||||||
<setting id="greyLiterature/setNumberOfPages">true</setting>
|
|
||||||
<setting id="greyLiterature/setOrganization">true</setting>
|
|
||||||
<setting id="greyLiterature/setPages">true</setting>
|
|
||||||
<setting id="greyLiterature/setPlace">true</setting>
|
|
||||||
<setting id="greyLiterature/setSeries">true</setting>
|
|
||||||
<setting id="greyLiterature/setUrl">false</setting>
|
|
||||||
<setting id="greyLiterature/setYear">true</setting>
|
|
||||||
|
|
||||||
<!-- Settings for the detail view of an in proceedings publication -->
|
|
||||||
<setting id="inProceedings/setImage">true</setting>
|
|
||||||
<setting id="inProceedings/setImageCaption">true</setting>
|
|
||||||
<setting id="inProceedings/setImageMaxHeight"></setting>
|
|
||||||
<setting id="inProceedings/setImageMaxWidth"></setting>
|
|
||||||
|
|
||||||
<setting id="inProceedings/setAbstract">true</setting>
|
|
||||||
<setting id="inProceedings/setAuthors">true</setting>
|
|
||||||
<setting id="inProceedings/setMisc">true</setting>
|
|
||||||
<setting id="inProceedings/setPages">true</setting>
|
|
||||||
<setting id="inProceedings/setProceedings">true</setting>
|
|
||||||
<setting id="inProceedings/setSeries">true</setting>
|
|
||||||
<setting id="inProceedings/setUrl">true</setting>
|
|
||||||
<setting id="inProceedings/setYear">true</setting>
|
|
||||||
|
|
||||||
<!-- Settings for the detail view of an internet article -->
|
|
||||||
<setting id="internetArticle/setImage">true</setting>
|
|
||||||
<setting id="internetArticle/setImageCaption">true</setting>
|
|
||||||
<setting id="internetArticle/setImageMaxHeight"></setting>
|
|
||||||
<setting id="internetArticle/setImageMaxWidth"></setting>
|
|
||||||
|
|
||||||
<setting id="internetArticle/setAbstract">true</setting>
|
|
||||||
<setting id="internetArticle/setAuthors">true</setting>
|
|
||||||
<setting id="internetArticle/setEdition">true</setting>
|
|
||||||
<setting id="internetArticle/setIssn">true</setting>
|
|
||||||
<setting id="internetArticle/setMisc">true</setting>
|
|
||||||
<setting id="internetArticle/setNumber">true</setting>
|
|
||||||
<setting id="internetArticle/setNumberOfPages">true</setting>
|
|
||||||
<setting id="internetArticle/setOrganization">true</setting>
|
|
||||||
<setting id="internetArticle/setPlace">true</setting>
|
|
||||||
<setting id="internetArticle/setPublicationDate">true</setting>
|
|
||||||
<setting id="internetArticle/setSeries">true</setting>
|
|
||||||
<setting id="internetArticle/setYear">true</setting>
|
|
||||||
|
|
||||||
<!-- Settings for the detail view of a journal -->
|
|
||||||
<setting id="journal/setAbstract">true</setting>
|
|
||||||
<setting id="journal/setArticles">true</setting>
|
|
||||||
<setting id="journal/setIssn">true</setting>
|
|
||||||
<setting id="journal/setPeriodOfPublication">true</setting>
|
|
||||||
|
|
||||||
<!-- Settings for the detail view of a monograph -->
|
|
||||||
<setting id="monograph/setImage">true</setting>
|
|
||||||
<setting id="monograph/setImageCaption">true</setting>
|
|
||||||
<setting id="monograph/setImageMaxHeight"></setting>
|
|
||||||
<setting id="monograph/setImageMaxWidth"></setting>
|
|
||||||
|
|
||||||
<setting id="monograph/setAbstract">true</setting>
|
|
||||||
<setting id="monograph/setAuthors">true</setting>
|
|
||||||
<setting id="monograph/setEdition">true</setting>
|
|
||||||
<setting id="monograph/setIsbn">true</setting>
|
|
||||||
<setting id="monograph/setMisc">true</setting>
|
|
||||||
<setting id="monograph/setNumberOfPages">true</setting>
|
|
||||||
<setting id="monograph/setNumberOfVolumes">true</setting>
|
|
||||||
<setting id="monograph/setPublisher">true</setting>
|
|
||||||
<setting id="monograph/setSeries">true</setting>
|
|
||||||
<setting id="monograph/setUrl">true</setting>
|
|
||||||
<setting id="monograph/setVolume">true</setting>
|
|
||||||
<setting id="monograph/setYear">true</setting>
|
|
||||||
|
|
||||||
<!-- Settings for the detail view of an proceedings publication -->
|
|
||||||
<setting id="proceedings/setImage">true</setting>
|
|
||||||
<setting id="proceedings/setImageCaption">true</setting>
|
|
||||||
<setting id="proceedings/setImageMaxHeight"></setting>
|
|
||||||
<setting id="proceedings/setImageMaxWidth"></setting>
|
|
||||||
|
|
||||||
<setting id="proceedings/setAbstract">true</setting>
|
|
||||||
<setting id="proceedings/setAuthors">true</setting>
|
|
||||||
<setting id="proceedings/setDateOfConference">true</setting>
|
|
||||||
<setting id="proceedings/setIsbn">true</setting>
|
|
||||||
<setting id="proceedings/setMisc">true</setting>
|
|
||||||
<setting id="proceedings/setNameOfConference">true</setting>
|
|
||||||
<setting id="proceedings/setNumberOfPages">true</setting>
|
|
||||||
<setting id="proceedings/setNumberOfVolumes">true</setting>
|
|
||||||
<setting id="proceedings/setOrganizerOfConference">true</setting>
|
|
||||||
<setting id="proceedings/setPapers">true</setting>
|
|
||||||
<setting id="proceedings/setPlaceOfConference">true</setting>
|
|
||||||
<setting id="proceedings/setPublisher">true</setting>
|
|
||||||
<setting id="proceedings/setSeries">true</setting>
|
|
||||||
<setting id="proceedings/setUrl">true</setting>
|
|
||||||
<setting id="proceedings/setVolume">true</setting>
|
|
||||||
<setting id="proceedings/setYear">true</setting>
|
|
||||||
|
|
||||||
<!-- Settings for the detail view of a review -->
|
|
||||||
<setting id="review/setImage">true</setting>
|
|
||||||
<setting id="review/setImageCaption">true</setting>
|
|
||||||
<setting id="review/setImageMaxHeight"></setting>
|
|
||||||
<setting id="review/setImageMaxWidth"></setting>
|
|
||||||
|
|
||||||
<setting id="review/setAbstract">true</setting>
|
|
||||||
<setting id="review/setAuthors">true</setting>
|
|
||||||
<setting id="review/setIssn">true</setting>
|
|
||||||
<setting id="review/setIssue">true</setting>
|
|
||||||
<setting id="review/setJournal">true</setting>
|
|
||||||
<setting id="review/setMisc">true</setting>
|
|
||||||
<setting id="review/setPages">true</setting>
|
|
||||||
<setting id="review/setPublicationDate">true</setting>
|
|
||||||
<setting id="review/setUrl">true</setting>
|
|
||||||
<setting id="review/setVolume">true</setting>
|
|
||||||
<setting id="review/setYear">true</setting>
|
|
||||||
|
|
||||||
<!-- Settings for the detail view of a series -->
|
|
||||||
<setting id="series/setImage">true</setting>
|
|
||||||
<setting id="series/setImageCaption">true</setting>
|
|
||||||
<setting id="series/setImageMaxHeight"></setting>
|
|
||||||
<setting id="series/setImageMaxWidth"></setting>
|
|
||||||
|
|
||||||
<setting id="series/setAbstract">true</setting>
|
|
||||||
<setting id="series/setEditors">true</setting>
|
|
||||||
<setting id="series/setVolumes">true</setting>
|
|
||||||
|
|
||||||
<!-- Settings for the detail view of a working paper -->
|
|
||||||
<setting id="workingPaper/setImage">true</setting>
|
|
||||||
<setting id="workingPaper/setImageCaption">true</setting>
|
|
||||||
<setting id="workingPaper/setImageMaxHeight"></setting>
|
|
||||||
<setting id="workingPaper/setImageMaxWidth"></setting>
|
|
||||||
|
|
||||||
<setting id="workingPaper/setAbstract">true</setting>
|
|
||||||
<setting id="workingPaper/setAuthors">true</setting>
|
|
||||||
<setting id="workingPaper/setMisc">true</setting>
|
|
||||||
<setting id="workingPaper/setNumber">true</setting>
|
|
||||||
<setting id="workingPaper/setNumberOfPages">true</setting>
|
|
||||||
<setting id="workingPaper/setOrganization">true</setting>
|
|
||||||
<setting id="workingPaper/setPlace">true</setting>
|
|
||||||
<setting id="workingPaper/setYear">true</setting>
|
|
||||||
|
|
||||||
|
|
||||||
</settings>
|
|
||||||
|
|
@ -1,76 +0,0 @@
|
||||||
<?xml version="1.0"?>
|
|
||||||
<!--
|
|
||||||
Copyright: 2010,2011 Jens Pelzetter
|
|
||||||
|
|
||||||
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/>.
|
|
||||||
-->
|
|
||||||
|
|
||||||
<!--
|
|
||||||
|
|
||||||
This file defines the format for bibliographic references in lists.
|
|
||||||
-->
|
|
||||||
|
|
||||||
<bibrefFormat>
|
|
||||||
|
|
||||||
<!-- Default format for publications" -->
|
|
||||||
<bibrefPublicationFormat>
|
|
||||||
<authors separator=""/><year pre=" (" post="): " ifEmpty=": "/><title highlight="false" separator=". "/><edition separator=". "/><publisher separator=". "/><misc separator=". "/><series separator=". "/>
|
|
||||||
</bibrefPublicationFormat>
|
|
||||||
|
|
||||||
<!-- Format for authors -->
|
|
||||||
<bibrefAuthorFormat separator="; ">
|
|
||||||
<surname separator=", "/><givenName/><editor/>
|
|
||||||
</bibrefAuthorFormat>
|
|
||||||
|
|
||||||
<!-- Format for publisher -->
|
|
||||||
<bibrefPublisherFormat>
|
|
||||||
<place separator=": "/><name/>
|
|
||||||
</bibrefPublisherFormat>
|
|
||||||
|
|
||||||
<!-- Format for in series data, if any -->
|
|
||||||
<bibrefInSeriesFormat setPreText="true">
|
|
||||||
<editor/><year pre="(" post="): "/><title separator=". "/><publisher separator=". "/>
|
|
||||||
</bibrefInSeriesFormat>
|
|
||||||
|
|
||||||
<!-- Format for the editor of an series -->
|
|
||||||
<bibrefInSeriesEditorFormat separator="; " setPreText="false">
|
|
||||||
<surname separator=", "/><givenName/>
|
|
||||||
</bibrefInSeriesEditorFormat>
|
|
||||||
|
|
||||||
<!--
|
|
||||||
Format for an article in a collected volume. The collected volume information in formateed according to the
|
|
||||||
default format defined by <bibrefPublicationFormat.
|
|
||||||
-->
|
|
||||||
<bibrefArticleInCollectedVolumeFormat>
|
|
||||||
<authors separator=" "/><year pre="(" post="): "/><title separator=". "/><collectedVolume preText="collectedVolumePreText"/><pages preText="pagesPreText" betweenText="pagesBetweenText" separator=". "/><misc separator=". "/>
|
|
||||||
</bibrefArticleInCollectedVolumeFormat>
|
|
||||||
|
|
||||||
<!-- Format for an article in a journal -->
|
|
||||||
<bibrefArticleInJournalFormat>
|
|
||||||
<authors separator=" "/><year pre="(" post="): "/><title separator=". "/><journal preText="journalPreText" separator=", "/><volume separator=", "/><issue separator=". "/><pages preText="pagesPreText" betweenText="pagesBetweenText" separator=". "/><misc separator=". "/>
|
|
||||||
</bibrefArticleInJournalFormat>
|
|
||||||
|
|
||||||
<!-- Format for a in proceedings publications -->
|
|
||||||
<bibrefInProceedingsFormat>
|
|
||||||
<authors separator=" "/><year pre="(" post="): "/><title highlight="false" separator=". "/><proceedings preText="proceedingsPreText" separator=""/><pages preText="pagesPreText" betweenText="pagesBetweenText" separator=". "/><misc separator=". "/>
|
|
||||||
</bibrefInProceedingsFormat>
|
|
||||||
|
|
||||||
<!-- Format for a review -->
|
|
||||||
<bibrefReviewFormat>
|
|
||||||
<authors separator=" "/><year pre="(" post="): "/><title separator=". "/><journal preText="journalPreText" separator=", "/><volume separator=", "/><issue separator=". "/><pages preText="pagesPreText" betweenText="pagesBetweenText" separator="."/><misc separator=". "/>
|
|
||||||
</bibrefReviewFormat>
|
|
||||||
|
|
||||||
</bibrefFormat>
|
|
||||||
|
|
@ -1,149 +0,0 @@
|
||||||
<?xml version="1.0"?>
|
|
||||||
<!--
|
|
||||||
Copyright: 2010,2011 Jens Pelzetter
|
|
||||||
|
|
||||||
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/>.
|
|
||||||
-->
|
|
||||||
|
|
||||||
<!--
|
|
||||||
|
|
||||||
This file defines the format for bibliographic references in lists.
|
|
||||||
-->
|
|
||||||
|
|
||||||
<bibrefFormat>
|
|
||||||
|
|
||||||
<!--
|
|
||||||
Format for an article in a collected volume. The collected volume information is formated using the
|
|
||||||
format definied by <bibrefCollectedVolumeFormat>.
|
|
||||||
-->
|
|
||||||
<bibrefArticleInCollectedVolumeFormat>
|
|
||||||
<authors after=" "/><year before=" (" after=") "/><title/><collectedVolume before=", " preText="collectedVolumePreText"/><pages before=", " betweenText="pagesBetweenText"/><misc before=", "/>
|
|
||||||
</bibrefArticleInCollectedVolumeFormat>
|
|
||||||
|
|
||||||
<!--
|
|
||||||
Format for an article in a journal. The journal information is formated using the format defined
|
|
||||||
by <bibrefJournalFormat>.
|
|
||||||
-->
|
|
||||||
<bibrefArticleInJournalFormat>
|
|
||||||
<authors after=" "/><year before=" (" after=") "/><title/><journal before=", " preText="journalPreText"/><volume before=" "/><issue before=": "/><pages before=", " betweenText="pagesBetweenText"/><misc before=", "/>
|
|
||||||
</bibrefArticleInJournalFormat>
|
|
||||||
|
|
||||||
<!--
|
|
||||||
Format for a collected volume.
|
|
||||||
-->
|
|
||||||
<bibrefCollectedVolumeFormat>
|
|
||||||
<authors after=" "/><year before=" (" after=") " /><title/><edition before=", "/><publisher before=", "/><misc before=", "/>
|
|
||||||
</bibrefCollectedVolumeFormat>
|
|
||||||
|
|
||||||
<!--
|
|
||||||
Format for an expertise
|
|
||||||
-->
|
|
||||||
<bibrefExpertiseFormat>
|
|
||||||
<authors after=" "/><year before=" (" after=") "/><title/><place before=", "/><organization before=": "/><struct name="expertiseSeriesInfo" before=" (" after=")" ifEmpty=", "/><misc after=". "/>
|
|
||||||
</bibrefExpertiseFormat>
|
|
||||||
|
|
||||||
<!--
|
|
||||||
Format for grey literature
|
|
||||||
-->
|
|
||||||
<bibrefGreyLiteratureFormat>
|
|
||||||
<authors after=" "/><year before=" (" after=") "/><title/><place before=", "/><organization before=": "/><series /><number before=" "/><misc before=", "/>
|
|
||||||
</bibrefGreyLiteratureFormat>
|
|
||||||
|
|
||||||
<!--
|
|
||||||
Format for a in proceedings publications. The proceedings part is formated using the
|
|
||||||
format definied by <bibrefProceedingsFormat>
|
|
||||||
-->
|
|
||||||
<bibrefInProceedingsFormat>
|
|
||||||
<authors after=" "/><year before="(" after=") "/><title/><proceedings before=" "/><pages before=", " betweenText="pagesBetweenText"/><misc before=", "/>
|
|
||||||
</bibrefInProceedingsFormat>
|
|
||||||
|
|
||||||
<!--
|
|
||||||
Format for a InternetArticle
|
|
||||||
-->
|
|
||||||
<bibrefInternetArticleFormat>
|
|
||||||
<authors after=" "/><year before=" (" after=") "/><title/><place before=", "/><organization before=": "/><char vaue=" ("/><series /><number/><char value=") "/><url before=", "/><misc before=", "/>
|
|
||||||
</bibrefInternetArticleFormat>
|
|
||||||
|
|
||||||
<!--
|
|
||||||
Format for a journal
|
|
||||||
-->
|
|
||||||
<bibrefJournalFormat>
|
|
||||||
<title/>
|
|
||||||
</bibrefJournalFormat>
|
|
||||||
|
|
||||||
<!-- Format for a monograph -->
|
|
||||||
<bibrefMonographFormat>
|
|
||||||
<authors after=" "/><year before=" (" after=") "/><title/><edition before=", "/><publisher before=", "/><misc before=", "/>
|
|
||||||
</bibrefMonographFormat>
|
|
||||||
|
|
||||||
<bibrefProceedingsFormat>
|
|
||||||
<title/><year before=" (" after=") " ifEmpty=" "/><publisher after=". "/><misc after=". "/><series after=". "/>
|
|
||||||
</bibrefProceedingsFormat>
|
|
||||||
|
|
||||||
<!-- Format for a review -->
|
|
||||||
<bibrefReviewFormat>
|
|
||||||
<authors after=" "/><year before=" (" after=") "/><title/><journal before=", " preText="journalPreText"/><volume before=" "/><issue before=": "/><pages before=", " betweenText="pagesBetweenText"/><misc before=", "/>
|
|
||||||
</bibrefReviewFormat>
|
|
||||||
|
|
||||||
<bibrefWorkingPaperFormat>
|
|
||||||
<authors after=" "/><year before=" (" after=") "/><title/><place before=", "/><organization before=": "/><struct name="wpSeriesInfo" before=" (" after=") "/><misc before=", "/>
|
|
||||||
</bibrefWorkingPaperFormat>
|
|
||||||
|
|
||||||
<structDefs>
|
|
||||||
|
|
||||||
<structDef name="expertiseSeriesInfo">
|
|
||||||
<series after=" "/><number preText="expertiseNumberPreText"/>
|
|
||||||
</structDef>
|
|
||||||
|
|
||||||
<structDef name="wpSeriesInfo">
|
|
||||||
<series after=" "/><number preText="wpNumberPreText"/><year before="/"/>
|
|
||||||
</structDef>
|
|
||||||
|
|
||||||
</structDefs>
|
|
||||||
<!--
|
|
||||||
<bibrefWorkingPaperFormat>
|
|
||||||
<authors after=" "/><year before=" (" after=") "/><title/><place before=", "/><organization before=": "/><series before=" "/><number preText="wpNumberPreText" before=" "/><misc before=", "/>
|
|
||||||
</bibrefWorkingPaperFormat>-->
|
|
||||||
|
|
||||||
<!--
|
|
||||||
***************************
|
|
||||||
Subformats for authors etc.
|
|
||||||
***************************
|
|
||||||
-->
|
|
||||||
|
|
||||||
|
|
||||||
<!-- Format for authors -->
|
|
||||||
<bibrefAuthorFormat separator="; ">
|
|
||||||
<surname after=", "/><givenName/><editor/>
|
|
||||||
</bibrefAuthorFormat>
|
|
||||||
|
|
||||||
<!-- Format for publisher -->
|
|
||||||
<bibrefPublisherFormat>
|
|
||||||
<place after=": "/><name/>
|
|
||||||
</bibrefPublisherFormat>
|
|
||||||
|
|
||||||
<!-- Format for in series data, if any -->
|
|
||||||
<bibrefInSeriesFormat setPreText="true">
|
|
||||||
<editor/><year before="(" after=") "/><title after=". "/><publisher after=". "/>
|
|
||||||
</bibrefInSeriesFormat>
|
|
||||||
|
|
||||||
<!-- Format for the editor of an series -->
|
|
||||||
<bibrefInSeriesEditorFormat after="; ">
|
|
||||||
<surname after=", "/><givenName/>
|
|
||||||
</bibrefInSeriesEditorFormat>
|
|
||||||
|
|
||||||
|
|
||||||
</bibrefFormat>
|
|
||||||
|
|
@ -1,30 +0,0 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
|
|
||||||
<!--
|
|
||||||
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/>.
|
|
||||||
-->
|
|
||||||
|
|
||||||
<settings>
|
|
||||||
<setting id="languages">[de] en</setting>
|
|
||||||
<setting id="showDebug">false</setting>
|
|
||||||
|
|
||||||
<setting id="css/media">screen</setting>
|
|
||||||
<setting id="css/media">print</setting>
|
|
||||||
|
|
||||||
<setting id="separator"> | </setting>
|
|
||||||
</settings>
|
|
||||||
|
|
@ -1,565 +0,0 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<xsl:stylesheet
|
|
||||||
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
|
|
||||||
xmlns:bebop="http://www.arsdigita.com/bebop/1.0"
|
|
||||||
xmlns:aplaws="http://www.arsdigita.com/aplaws/1.0"
|
|
||||||
xmlns:ui="http://www.arsdigita.com/ui/1.0"
|
|
||||||
xmlns:cms="http://www.arsdigita.com/cms/1.0"
|
|
||||||
xmlns:nav="http://ccm.redhat.com/london/navigation"
|
|
||||||
xmlns:terms="http://xmlns.redhat.com/london/terms/1.0"
|
|
||||||
exclude-result-prefixes="xsl bebop aplaws ui nav cms terms"
|
|
||||||
version="1.0">
|
|
||||||
|
|
||||||
<xsl:import href="../types/ContentTypes.xsl"/>
|
|
||||||
|
|
||||||
<xsl:param name="theme-prefix"/>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<xsl:template name="header">
|
|
||||||
|
|
||||||
<!--HEADER -->
|
|
||||||
|
|
||||||
<div id="header">
|
|
||||||
|
|
||||||
<div id="logo">
|
|
||||||
<a href="{$dispatcher-prefix}/portal/" title="APLAWS+ home">
|
|
||||||
<img src="{$theme-prefix}/images/aplawsplus.gif" hspace="5" width="158" height="30" alt="APLAWS+ logo" />
|
|
||||||
</a>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
|
|
||||||
<div id="utils">
|
|
||||||
<span class="hide">|</span>
|
|
||||||
<a href="{$dispatcher-prefix}/portal/" title="home" accesskey="1">home</a>
|
|
||||||
<xsl:text disable-output-escaping="yes">&</xsl:text>nbsp;|
|
|
||||||
<xsl:text disable-output-escaping="yes">&</xsl:text>nbsp;
|
|
||||||
<!-- atoz disabled, currently it only display categories (and indes pages), not content.
|
|
||||||
so, it's not so useful for general content pages
|
|
||||||
<a href="{$dispatcher-prefix}/atoz" title="a-z">a-z</a><xsl:text disable-output-escaping="yes">&
|
|
||||||
</xsl:text>nbsp;|<xsl:text disable-output-escaping="yes">&</xsl:text>nbsp;
|
|
||||||
-->
|
|
||||||
<a href="{$dispatcher-prefix}/navigation/sitemap.jsp" title="site map" accesskey="3">site map</a>
|
|
||||||
<xsl:text disable-output-escaping="yes">&</xsl:text>nbsp;|
|
|
||||||
<xsl:text disable-output-escaping="yes">&</xsl:text>nbsp;
|
|
||||||
<a href="/contact" title="contact us" accesskey="9">contact us</a>
|
|
||||||
<xsl:text disable-output-escaping="yes">&</xsl:text>nbsp;|
|
|
||||||
<xsl:text disable-output-escaping="yes">&</xsl:text>nbsp;
|
|
||||||
<a href="/help" title="help" accesskey="6">help</a>
|
|
||||||
<xsl:text disable-output-escaping="yes">&</xsl:text>nbsp;
|
|
||||||
<xsl:text disable-output-escaping="yes">&</xsl:text>nbsp;
|
|
||||||
</div>
|
|
||||||
|
|
||||||
|
|
||||||
<div id="search">
|
|
||||||
|
|
||||||
<form name="search" method="get" action="{$dispatcher-prefix}/search/">
|
|
||||||
<label for="topSearch" accesskey="4">Search</label>
|
|
||||||
<input class="searchBox" id="topSearch" name="terms" value="search" />
|
|
||||||
<label for="topGo">Go</label>
|
|
||||||
<input type="submit" name="Submit" id="topGo" value="GO" class="go" />
|
|
||||||
<xsl:apply-templates select="bebop:pageState" />
|
|
||||||
</form>
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
|
||||||
<br id="clear"/>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<!--TOP LEVEL NAVIGATION -->
|
|
||||||
<!-- hard coded navigation arranged horizonally, deactivated
|
|
||||||
<div id="tlcNav">
|
|
||||||
|
|
||||||
<span class="hide">|</span>
|
|
||||||
|
|
||||||
<p>
|
|
||||||
<xsl:call-template name="TLC"/>
|
|
||||||
</p>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
-->
|
|
||||||
|
|
||||||
</xsl:template>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<!--BREADCRUMB -->
|
|
||||||
<xsl:template name="breadcrumb">
|
|
||||||
|
|
||||||
<span class="hide">|</span>
|
|
||||||
<div id="bread">
|
|
||||||
<p>
|
|
||||||
<b>
|
|
||||||
<a href="{$dispatcher-prefix}/portal/" title="home">home</a><xsl:text disable-output-escaping="yes">&</xsl:text>nbsp;<xsl:text disable-output-escaping="yes">&</xsl:text>gt;<xsl:text disable-output-escaping="yes">&</xsl:text>nbsp;</b>
|
|
||||||
<span class="hide">|</span>
|
|
||||||
<xsl:for-each select="nav:categoryPath/nav:category[not(position()=1)]">
|
|
||||||
<xsl:choose>
|
|
||||||
<xsl:when test="not(position()=last())">
|
|
||||||
<a>
|
|
||||||
<xsl:attribute name="href"><xsl:value-of select="@url" /></xsl:attribute>
|
|
||||||
<xsl:attribute name="title"><xsl:value-of select="@description" /></xsl:attribute>
|
|
||||||
<xsl:value-of select="@title" />
|
|
||||||
</a>
|
|
||||||
<span class="hide">|</span>
|
|
||||||
<xsl:text disable-output-escaping="yes">&</xsl:text>nbsp;<span class="breadArrow"><xsl:text disable-output-escaping="yes">&</xsl:text>gt;</span><xsl:text disable-output-escaping="yes">&</xsl:text>nbsp;
|
|
||||||
</xsl:when>
|
|
||||||
<xsl:otherwise>
|
|
||||||
<span class="breadHi"><xsl:value-of select="@title" /></span>
|
|
||||||
</xsl:otherwise>
|
|
||||||
</xsl:choose>
|
|
||||||
</xsl:for-each>
|
|
||||||
</p>
|
|
||||||
<span class="hide">|</span>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</xsl:template>
|
|
||||||
|
|
||||||
|
|
||||||
<!-- aplaws council navigation categories,
|
|
||||||
originally CONFIGURED TO MATCH LGCL TOP CATEGORIES, hard coded
|
|
||||||
may be used as an example if someone really needs hard coded navigation categories -->
|
|
||||||
<!-- deactivated for now
|
|
||||||
<xsl:template name="TLC">
|
|
||||||
<span class="hide">|</span>
|
|
||||||
<a href="{$dispatcher-prefix}/navigation/first-cat" title="First Category">first categoty</a>
|
|
||||||
<xsl:text disable-output-escaping="yes">&</xsl:text>nbsp;|<xsl:text disable-output-escaping="yes">&
|
|
||||||
</xsl:text>nbsp;
|
|
||||||
<a href="{$dispatcher-prefix}/navigation/second-cat" title="Second Category">second category</a>
|
|
||||||
<xsl:text disable-output-escaping="yes">&</xsl:text>nbsp;|<xsl:text disable-output-escaping="yes">&
|
|
||||||
</xsl:text>nbsp;
|
|
||||||
<a href="{$dispatcher-prefix}/navigation/third-cat" title="Third Category">third category</a>
|
|
||||||
<xsl:text disable-output-escaping="yes">&</xsl:text>nbsp;|<xsl:text disable-output-escaping="yes">&
|
|
||||||
</xsl:text>nbsp;
|
|
||||||
<a href="{$dispatcher-prefix}/navigation/last-cat" title="Last Category">last category</a>
|
|
||||||
</xsl:template>
|
|
||||||
|
|
||||||
-->
|
|
||||||
|
|
||||||
|
|
||||||
<xsl:template name="footer">
|
|
||||||
<div id="footer">
|
|
||||||
|
|
||||||
<!-- if you use hard coded navigation categories, you may repeat them at the bottom of each page -->
|
|
||||||
<!-- deactivated for now
|
|
||||||
<p id="foottlc">
|
|
||||||
<span class="hide">|</span>
|
|
||||||
<a href="{$dispatcher-prefix}/navigation/first-cat" title="First Category">first categoty</a>
|
|
||||||
<xsl:text disable-output-escaping="yes">&</xsl:text>nbsp;|<xsl:text disable-output-escaping="yes">&
|
|
||||||
</xsl:text>nbsp;
|
|
||||||
<a href="{$dispatcher-prefix}/navigation/second-cat" title="Second Category">second category</a>
|
|
||||||
<xsl:text disable-output-escaping="yes">&</xsl:text>nbsp;|<xsl:text disable-output-escaping="yes">&
|
|
||||||
</xsl:text>nbsp;
|
|
||||||
<a href="{$dispatcher-prefix}/navigation/third-cat" title="Third Category">third category</a>
|
|
||||||
<xsl:text disable-output-escaping="yes">&</xsl:text>nbsp;|<xsl:text disable-output-escaping="yes">&
|
|
||||||
</xsl:text>nbsp;
|
|
||||||
<a href="{$dispatcher-prefix}/navigation/last-cat" title="Last Category">last category</a>
|
|
||||||
</p>
|
|
||||||
-->
|
|
||||||
|
|
||||||
<p id="legal">
|
|
||||||
<span class="hide">|</span>
|
|
||||||
<a href="/copyright" title="copyright">copyright</a>
|
|
||||||
<xsl:text disable-output-escaping="yes">&nbsp;|&nbsp;</xsl:text>
|
|
||||||
<!-- <xsl:text disable-output-escaping="yes">&</xsl:text>nbsp; -->
|
|
||||||
<a href="/disclaimer" title="disclaimer and privacy statement" accesskey="8">disclaimer and privacy statement</a>
|
|
||||||
<xsl:text disable-output-escaping="yes">&nbsp;|</xsl:text>
|
|
||||||
<xsl:text disable-output-escaping="yes">&</xsl:text>nbsp;
|
|
||||||
<a href="/contact" title="contact" accesskey="9">contact</a>
|
|
||||||
<xsl:text disable-output-escaping="yes">&</xsl:text>nbsp;|
|
|
||||||
<xsl:text disable-output-escaping="yes">&</xsl:text>nbsp;
|
|
||||||
<a href="/accessibility" title="accessibility statement" accesskey="0">accessibility</a>
|
|
||||||
</p>
|
|
||||||
|
|
||||||
|
|
||||||
<p>
|
|
||||||
<span class="hide">|</span>
|
|
||||||
<a href="http://validator.w3.org/check/referer">
|
|
||||||
<img border="0" src="{$theme-prefix}/images/w3c-xhtml.png" alt="Valid HTML 4.01!" height="31" width="88" /></a>
|
|
||||||
<span class="hide">|</span>
|
|
||||||
<a href="http://jigsaw.w3.org/css-validator/">
|
|
||||||
<img style="border:0;width:88px;height:31px" src="{$theme-prefix}/images/w3c-css.png" alt="Valid CSS!" /></a>
|
|
||||||
</p>
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<xsl:call-template name="aplaws:bodyDebug"/>
|
|
||||||
|
|
||||||
</xsl:template>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<xsl:template name="pageContent">
|
|
||||||
<a class="intLink" name="top" />
|
|
||||||
<xsl:choose>
|
|
||||||
<!-- CIs -->
|
|
||||||
<xsl:when test="cms:contentPanel">
|
|
||||||
<xsl:apply-templates select="cms:contentPanel/cms:item"/>
|
|
||||||
<xsl:call-template name="fileAttachments" />
|
|
||||||
<xsl:call-template name="associatedLinks" />
|
|
||||||
<font family="arial">Data Protection and Information Sharing notice. No personal information you have given us will be passed on to third parties for commercial purposes. The Council's policy is that all information will be shared among officers and other agencies where the legal framework allows it, if this will help to improve the service you receive and to develop other services. If you do not wish certain information about you to be exchanged within the Council, you can request that this does not happen.
|
|
||||||
</font>
|
|
||||||
</xsl:when>
|
|
||||||
<!-- A-Z -->
|
|
||||||
<xsl:when test="cms:alphabetNavigation">
|
|
||||||
<xsl:apply-templates select="ui:simplePageContent/cms:alphabetNavigation"/>
|
|
||||||
<div id="navSpace"><img src="{$theme-prefix}/images/spacer.gif" alt="*" /></div>
|
|
||||||
</xsl:when>
|
|
||||||
<!-- Nav pages -->
|
|
||||||
<xsl:otherwise>
|
|
||||||
<xsl:call-template name="greeting" />
|
|
||||||
<xsl:call-template name="contentLinks" />
|
|
||||||
</xsl:otherwise>
|
|
||||||
</xsl:choose>
|
|
||||||
</xsl:template>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<xsl:template name="Title">
|
|
||||||
<xsl:choose>
|
|
||||||
<xsl:when test="cms:contentPanel">
|
|
||||||
<xsl:value-of select="cms:contentPanel/cms:item/title"/>
|
|
||||||
</xsl:when>
|
|
||||||
<xsl:when test="cms:alphabetNavigation">A to Z</xsl:when>
|
|
||||||
<xsl:otherwise>
|
|
||||||
<xsl:for-each select="/bebop:page/nav:categoryMenu//nav:category[@isSelected='true']">
|
|
||||||
<xsl:if test="position() = last()">
|
|
||||||
<xsl:value-of select="@title"/>
|
|
||||||
</xsl:if>
|
|
||||||
</xsl:for-each>
|
|
||||||
</xsl:otherwise>
|
|
||||||
</xsl:choose>
|
|
||||||
</xsl:template>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<xsl:template name="greeting">
|
|
||||||
<xsl:for-each select="nav:greetingItem[@id='greetingItem']/cms:item">
|
|
||||||
<div id="greeting">
|
|
||||||
|
|
||||||
<xsl:choose>
|
|
||||||
|
|
||||||
<xsl:when test="type[label = 'MultiPartArticle']">
|
|
||||||
<xsl:call-template name="CT_MultiPartArticle_graphics" />
|
|
||||||
</xsl:when>
|
|
||||||
|
|
||||||
<xsl:when test="type[label = 'Site Proxy']">
|
|
||||||
<xsl:call-template name="CT_SiteProxy_graphics" />
|
|
||||||
</xsl:when>
|
|
||||||
|
|
||||||
<xsl:otherwise>
|
|
||||||
<xsl:for-each select="imageCaptions">
|
|
||||||
<div id="CI_Image">
|
|
||||||
<img align="right">
|
|
||||||
<xsl:attribute name="src"><xsl:value-of select="$dispatcher-prefix"/>/cms-service/stream/image/?image_id=<xsl:value-of select="imageAsset/id" /></xsl:attribute>
|
|
||||||
<xsl:attribute name="alt"><xsl:value-of select="caption" /></xsl:attribute>
|
|
||||||
</img>
|
|
||||||
</div>
|
|
||||||
</xsl:for-each>
|
|
||||||
<p>
|
|
||||||
<xsl:value-of disable-output-escaping="yes" select="./textAsset/content"/>
|
|
||||||
</p>
|
|
||||||
</xsl:otherwise>
|
|
||||||
|
|
||||||
</xsl:choose>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
</xsl:for-each>
|
|
||||||
</xsl:template>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<xsl:template name="contentLinks">
|
|
||||||
<xsl:variable name="thisCategory" select="nav:categoryPath/nav:category[position()=last()]/@id"/>
|
|
||||||
<xsl:choose>
|
|
||||||
<xsl:when test="nav:dateOrderCategories/nav:category[@id=$thisCategory]">
|
|
||||||
<!-- this category should have items date ordered -->
|
|
||||||
<xsl:call-template name="datedContentLinks">
|
|
||||||
<xsl:with-param name="order" select = "nav:dateOrderCategories/nav:category[@id=$thisCategory]/@order"/>
|
|
||||||
</xsl:call-template>
|
|
||||||
</xsl:when>
|
|
||||||
<xsl:otherwise>
|
|
||||||
<xsl:call-template name="undatedContentLinks"/>
|
|
||||||
</xsl:otherwise>
|
|
||||||
</xsl:choose>
|
|
||||||
</xsl:template>
|
|
||||||
|
|
||||||
<xsl:template name="undatedContentLinks">
|
|
||||||
|
|
||||||
<xsl:for-each select="nav:simpleObjectList/nav:objectList">
|
|
||||||
<div id="contentLinks">
|
|
||||||
<xsl:for-each select="nav:item">
|
|
||||||
<a>
|
|
||||||
<xsl:attribute name="href"><xsl:value-of select="nav:path" /></xsl:attribute>
|
|
||||||
<xsl:attribute name="title"><xsl:value-of select="nav:attribute[@name='title']" /></xsl:attribute>
|
|
||||||
<xsl:value-of select="nav:attribute[@name='title']" />
|
|
||||||
</a>
|
|
||||||
<span class="hide">|</span>
|
|
||||||
</xsl:for-each>
|
|
||||||
</div>
|
|
||||||
</xsl:for-each>
|
|
||||||
</xsl:template>
|
|
||||||
|
|
||||||
<xsl:template name="datedContentLinks">
|
|
||||||
<xsl:param name="order"/>
|
|
||||||
<xsl:comment>Dated Links</xsl:comment>
|
|
||||||
<xsl:for-each select="nav:simpleObjectList/nav:objectList">
|
|
||||||
<div id="contentLinks">
|
|
||||||
<xsl:comment>Items ordered in <xsl:value-of select ="$order"/> order</xsl:comment>
|
|
||||||
<xsl:for-each select="nav:item">
|
|
||||||
<!-- nb can't put nav:attribute[@name='launchDate' and @usage='sort'] into a variable because it
|
|
||||||
will not be initialised for items without launch date, and so sort will fail -->
|
|
||||||
<xsl:sort select="nav:attribute[@name='launchDate']/@year" order = "{$order}" data-type="number"/>
|
|
||||||
<xsl:sort select="nav:attribute[@name='launchDate']/@month" order = "{$order}" data-type="number"/>
|
|
||||||
<xsl:sort select="nav:attribute[@name='launchDate']/@day" order = "{$order}" data-type="number"/>
|
|
||||||
<xsl:sort select="nav:attribute[@name='launchDate']/@hour" order = "{$order}" data-type="number"/>
|
|
||||||
<xsl:sort select="nav:attribute[@name='launchDate']/@minute" order = "{$order}" data-type="number"/>
|
|
||||||
<xsl:sort select="nav:attribute[@name='launchDate']/@second" order = "{$order}" data-type="number"/>
|
|
||||||
<xsl:sort select="nav:attribute[@name='title']"/>
|
|
||||||
<a>
|
|
||||||
<xsl:attribute name="href"><xsl:value-of select="nav:path" /></xsl:attribute>
|
|
||||||
<xsl:attribute name="title"><xsl:value-of select="nav:attribute[@name='title']" /></xsl:attribute>
|
|
||||||
<!-- if there is a launch date, prepend title with date, so that the order of
|
|
||||||
entries makes sense -->
|
|
||||||
<xsl:if test="nav:attribute[@name='launchDate']">
|
|
||||||
|
|
||||||
<xsl:value-of select="nav:attribute[@name='launchDate']"/> -
|
|
||||||
<!-- line above displays the locale specific version of the date - personally I think
|
|
||||||
the default long version looks awful - maybe short format can be specified in
|
|
||||||
com.arsdigita.london.navigation.DataCollectionRenderer. Alternative approach
|
|
||||||
is to construct short date with the available attributes eg UK version below
|
|
||||||
(which could do with some left padding on day & month so that the dates align correctly)
|
|
||||||
<xsl:value-of select="nav:attribute[@name='launchDate']/@day"/>/
|
|
||||||
<xsl:value-of select="nav:attribute[@name='launchDate']/@month"/>/
|
|
||||||
<xsl:value-of select="nav:attribute[@name='launchDate']/@year"/> - -->
|
|
||||||
</xsl:if>
|
|
||||||
<xsl:value-of select="nav:attribute[@name='title']" />
|
|
||||||
</a>
|
|
||||||
<span class="hide">|</span>
|
|
||||||
</xsl:for-each>
|
|
||||||
</div>
|
|
||||||
</xsl:for-each>
|
|
||||||
</xsl:template>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<xsl:template name="fileAttachments">
|
|
||||||
<xsl:if test="cms:contentPanel/cms:item/fileAttachments">
|
|
||||||
<div class="attachment">
|
|
||||||
<h2>Related Files:</h2>
|
|
||||||
<ul class="linklist">
|
|
||||||
<xsl:for-each select="cms:contentPanel/cms:item/fileAttachments">
|
|
||||||
<xsl:sort select="fileOrder" data-type="number" />
|
|
||||||
<li>
|
|
||||||
<xsl:value-of select="name"/> -
|
|
||||||
<xsl:value-of select="description"/>
|
|
||||||
<a href="{$dispatcher-prefix}/cms-service/stream/asset/?asset_id={./id}" title="view file">[View]</a>
|
|
||||||
<a href="{$dispatcher-prefix}/cms-service/download/asset/?asset_id={./id}" title="save file to your computer">[Save]</a>
|
|
||||||
</li>
|
|
||||||
</xsl:for-each>
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
</xsl:if>
|
|
||||||
</xsl:template>
|
|
||||||
|
|
||||||
<!-- URL Encoding Template Begin -->
|
|
||||||
<!-- Taken on as is basis.Written by Mike J. Brown, mike@skew.org.
|
|
||||||
No license; use freely, but credit me if reproducing in print.
|
|
||||||
Characters we'll support.
|
|
||||||
We could add control chars 0-31 and 127-159, but we won't.
|
|
||||||
-->
|
|
||||||
<xsl:variable name="ascii"> !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~</xsl:variable>
|
|
||||||
<xsl:variable name="latin1"> ¡¢£¤¥¦§¨©ª«¬­®¯°±²³´µ¶·¸¹º»¼½¾¿ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖרÙÚÛÜÝÞßàáâãäåæçèéêëìíîïðñòóôõö÷øùúûüýþÿ</xsl:variable>
|
|
||||||
|
|
||||||
<!-- Characters that usually don't need to be escaped -->
|
|
||||||
<xsl:variable name="safe">!'()*-.0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ_abcdefghijklmnopqrstuvwxyz~</xsl:variable>
|
|
||||||
|
|
||||||
<xsl:variable name="hex" >0123456789ABCDEF</xsl:variable>
|
|
||||||
<xsl:template name="url-encode">
|
|
||||||
<xsl:param name="str"/>
|
|
||||||
<xsl:if test="$str">
|
|
||||||
<xsl:variable name="first-char" select="substring($str,1,1)"/>
|
|
||||||
<xsl:choose>
|
|
||||||
<xsl:when test="contains($safe,$first-char)">
|
|
||||||
<xsl:value-of select="$first-char"/>
|
|
||||||
</xsl:when>
|
|
||||||
<xsl:otherwise>
|
|
||||||
<xsl:variable name="codepoint">
|
|
||||||
<xsl:choose>
|
|
||||||
<xsl:when test="contains($ascii,$first-char)">
|
|
||||||
<xsl:value-of select="string-length(substring-before($ascii,$first-char)) + 32"/>
|
|
||||||
</xsl:when>
|
|
||||||
<xsl:when test="contains($latin1,$first-char)">
|
|
||||||
<xsl:value-of select="string-length(substring-before($latin1,$first-char)) + 160"/>
|
|
||||||
</xsl:when>
|
|
||||||
<xsl:otherwise>
|
|
||||||
<xsl:message terminate="no">Warning: string contains a character that is out of range! Substituting "?".</xsl:message>
|
|
||||||
<xsl:text>63</xsl:text>
|
|
||||||
</xsl:otherwise>
|
|
||||||
</xsl:choose>
|
|
||||||
</xsl:variable>
|
|
||||||
<xsl:variable name="hex-digit1" select="substring($hex,floor($codepoint div 16) + 1,1)"/>
|
|
||||||
<xsl:variable name="hex-digit2" select="substring($hex,$codepoint mod 16 + 1,1)"/>
|
|
||||||
<xsl:value-of select="concat('%',$hex-digit1,$hex-digit2)"/>
|
|
||||||
</xsl:otherwise>
|
|
||||||
</xsl:choose>
|
|
||||||
<xsl:if test="string-length($str) > 1">
|
|
||||||
<xsl:call-template name="url-encode">
|
|
||||||
<xsl:with-param name="str" select="substring($str,2)"/>
|
|
||||||
</xsl:call-template>
|
|
||||||
</xsl:if>
|
|
||||||
</xsl:if>
|
|
||||||
</xsl:template>
|
|
||||||
<!-- URL Encoding Template End -->
|
|
||||||
|
|
||||||
<xsl:template name="associatedLinks">
|
|
||||||
<xsl:if test="cms:contentPanel/cms:item/links">
|
|
||||||
<div class="attachment">
|
|
||||||
<h2>Associated Links:</h2>
|
|
||||||
<ul class="linklist">
|
|
||||||
<xsl:for-each select="cms:contentPanel/cms:item/links">
|
|
||||||
<xsl:sort select="linkOrder" data-type="number" />
|
|
||||||
<li>
|
|
||||||
<a>
|
|
||||||
<xsl:attribute name="href">
|
|
||||||
<xsl:choose>
|
|
||||||
<xsl:when test="targetType='internalLink'">
|
|
||||||
<xsl:text>/redirect/?oid=</xsl:text>
|
|
||||||
<xsl:call-template name="url-encode">
|
|
||||||
<xsl:with-param name="str">
|
|
||||||
<xsl:value-of select="targetItem/@oid"/>
|
|
||||||
</xsl:with-param>
|
|
||||||
</xsl:call-template>
|
|
||||||
<!-- <xsl:text>/redirect/?oid=</xsl:text><xsl:value-of select="targetItem/@oid"/> -->
|
|
||||||
</xsl:when>
|
|
||||||
<xsl:otherwise>
|
|
||||||
<xsl:value-of select="targetURI"/>
|
|
||||||
</xsl:otherwise>
|
|
||||||
</xsl:choose>
|
|
||||||
</xsl:attribute>
|
|
||||||
<xsl:attribute name="title"><xsl:value-of select="./linkDescription" /></xsl:attribute>
|
|
||||||
<xsl:if test="./targetWindow">
|
|
||||||
<xsl:attribute name="target"><xsl:value-of select="./targetWindow" /></xsl:attribute>
|
|
||||||
</xsl:if>
|
|
||||||
<xsl:value-of disable-output-escaping="yes" select="./linkTitle" />
|
|
||||||
</a>
|
|
||||||
- <xsl:value-of select="./linkDescription" />
|
|
||||||
|
|
||||||
</li>
|
|
||||||
</xsl:for-each>
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
</xsl:if>
|
|
||||||
</xsl:template>
|
|
||||||
|
|
||||||
|
|
||||||
<xsl:template name="relatedItems">
|
|
||||||
<xsl:for-each select="nav:relatedItems">
|
|
||||||
<h2>Related Items</h2>
|
|
||||||
<xsl:for-each select="nav:relatedItem">
|
|
||||||
<a href="{@path}" title="{@title}"><xsl:value-of select="@title" /></a>
|
|
||||||
</xsl:for-each>
|
|
||||||
<span class="hide">|</span>
|
|
||||||
</xsl:for-each>
|
|
||||||
</xsl:template>
|
|
||||||
|
|
||||||
|
|
||||||
<xsl:template name="metaData">
|
|
||||||
<meta name="eGMS.accessibility" scheme="WCAG" content="Double-A" />
|
|
||||||
<meta name="DCTERMS.audience" content="" scheme="LGAL" href="http://www.esd.org.uk/standards/lgal/" />
|
|
||||||
<xsl:for-each select="descendant::dublinCore">
|
|
||||||
<meta name="DC.coverage.spatial" scheme="ONS SNAC" content="{./dcCoverageSpatialRef}" />
|
|
||||||
<meta name="DC.coverage.temporal.beginnningDate" scheme="ISO 639-2" ><xsl:attribute name="content"><xsl:call-template name="metaDate"><xsl:with-param name="date" select="./dcTemporalBegin" /></xsl:call-template></xsl:attribute></meta>
|
|
||||||
<meta name="DC.coverage.temporal.endDate" scheme="ISO 639-2" ><xsl:attribute name="content"><xsl:call-template name="metaDate"><xsl:with-param name="date" select="./dcTemporalEnd" /></xsl:call-template></xsl:attribute></meta>
|
|
||||||
<meta name="DC.creator" content="{./dcCreatorOwner}" />
|
|
||||||
<meta name="Dc.date.valid" scheme="ISO8601" ><xsl:attribute name="content"><xsl:call-template name="metaDate"><xsl:with-param name="date" select="./dcDateValid" /></xsl:call-template></xsl:attribute></meta>
|
|
||||||
<meta name="eGMS.disposal.review" scheme="ISO8601" ><xsl:attribute name="content"><xsl:call-template name="metaDate"><xsl:with-param name="date" select="./dcDisposalReview" /></xsl:call-template></xsl:attribute></meta>
|
|
||||||
<meta name="DC.identifier" content="" schmeme="URI"/>
|
|
||||||
<meta name="DC.language" content="{./dcLanguage}" scheme="ISO 639-2" />
|
|
||||||
<meta name="DC.publisher" content="{./dcPublisher}" />
|
|
||||||
<meta name="DC.rights" content="{./dcRights}" />
|
|
||||||
<meta name="DC.relation.isFormatOf" content="{$context-prefix}{//bebop:page/@url}?output=xml" />
|
|
||||||
<meta name="DC.subject"><xsl:attribute name="content"><xsl:call-template name="metaTranslate"><xsl:with-param name="toTranslate" select="./dcKeywords" /></xsl:call-template></xsl:attribute></meta>
|
|
||||||
</xsl:for-each>
|
|
||||||
|
|
||||||
<xsl:for-each select="terms:assignedTerms/terms:term">
|
|
||||||
<xsl:choose>
|
|
||||||
<xsl:when test="@domain='GCL'">
|
|
||||||
<meta name="eGMS.subject.category" content="{@name}" scheme="GCL" href="http://www.esd.org.uk/standards/gcl/gcl.xml" />
|
|
||||||
</xsl:when>
|
|
||||||
<xsl:when test="@domain='LGCL'">
|
|
||||||
<meta name="eGMS.subject.category" content="{@name}" scheme="LGCL" href="http://www.esd.org.uk/standards/lgcl/lgcl.xml" />
|
|
||||||
</xsl:when>
|
|
||||||
<xsl:when test="@domain='LGSL'">
|
|
||||||
<meta name="eGMS.subject.service" content="{@id}" scheme="LGSL" href="http://www.esd.org.uk/standards/lgsl/lgsl.xml" />
|
|
||||||
</xsl:when>
|
|
||||||
<xsl:when test="@domain='LGIL'">
|
|
||||||
<meta name="eGMS.subject.interaction" content="{@name}" scheme="LGIL" href="http://www.esd.org.uk/standards/lgil/lgil.xml" />
|
|
||||||
</xsl:when>
|
|
||||||
</xsl:choose>
|
|
||||||
</xsl:for-each>
|
|
||||||
|
|
||||||
<meta name="DC.title">
|
|
||||||
<xsl:attribute name="content">APLAWS+: <xsl:call-template name="Title" /></xsl:attribute>
|
|
||||||
</meta>
|
|
||||||
|
|
||||||
</xsl:template>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<xsl:template name="metaTranslate">
|
|
||||||
<xsl:param name="toTranslate" />
|
|
||||||
<xsl:value-of select="translate($toTranslate,',' , ';')" />
|
|
||||||
</xsl:template>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<xsl:template name="metaDate"><xsl:param name="date" />20<xsl:value-of select="substring($date, 8, 2)" />
|
|
||||||
<xsl:text>-</xsl:text>
|
|
||||||
<xsl:variable name="month"
|
|
||||||
select="substring($date, 4, 3)"/>
|
|
||||||
<xsl:choose>
|
|
||||||
<xsl:when test="$month='Jan'">01</xsl:when>
|
|
||||||
<xsl:when test="$month='Feb'">02</xsl:when>
|
|
||||||
<xsl:when test="$month='Mar'">03</xsl:when>
|
|
||||||
<xsl:when test="$month='Apr'">04</xsl:when>
|
|
||||||
<xsl:when test="$month='May'">05</xsl:when>
|
|
||||||
<xsl:when test="$month='Jun'">06</xsl:when>
|
|
||||||
<xsl:when test="$month='Jul'">07</xsl:when>
|
|
||||||
<xsl:when test="$month='Aug'">08</xsl:when>
|
|
||||||
<xsl:when test="$month='Sep'">09</xsl:when>
|
|
||||||
<xsl:when test="$month='Oct'">10</xsl:when>
|
|
||||||
<xsl:when test="$month='Nov'">11</xsl:when>
|
|
||||||
<xsl:when test="$month='Dec'">12</xsl:when>
|
|
||||||
</xsl:choose>
|
|
||||||
<xsl:text>-</xsl:text>
|
|
||||||
<!-- Day -->
|
|
||||||
<xsl:value-of select="number(substring($date, 1, 2))" />
|
|
||||||
</xsl:template>
|
|
||||||
|
|
||||||
|
|
||||||
<xsl:template name="aplaws:bodyDebug">
|
|
||||||
<div class="bodyDebug">
|
|
||||||
<xsl:apply-templates select="ui:debugPanel"/>
|
|
||||||
<xsl:apply-templates select="bebop:structure"/>
|
|
||||||
</div>
|
|
||||||
</xsl:template>
|
|
||||||
|
|
||||||
|
|
||||||
</xsl:stylesheet>
|
|
||||||
Loading…
Reference in New Issue