Neueste Version von Mandalay mit weiteren Verbesserungen im ContentCenter
git-svn-id: https://svn.libreccm.org/ccm/trunk@2307 8810af33-2d31-482b-a856-94f89814c4dfmaster
parent
860088e3c0
commit
ed9b7d50e3
File diff suppressed because it is too large
Load Diff
|
|
@ -41,6 +41,7 @@
|
|||
* {
|
||||
margin: 0em;
|
||||
padding: 0em;
|
||||
word-wrap: break-word;
|
||||
}
|
||||
|
||||
html {
|
||||
|
|
@ -52,6 +53,17 @@ body {
|
|||
font-family: Verdana, Helvetica, Arial, sans-serif;
|
||||
color: #4a4a4a;
|
||||
background-color: #ffffff;
|
||||
text-align: justify;
|
||||
hyphens: auto;
|
||||
-o-hyphens: auto;
|
||||
-ie-hyphens: auto;
|
||||
-moz-hyphens: auto;
|
||||
-webkit-hyphens: auto;
|
||||
}
|
||||
|
||||
.contentWidth {
|
||||
width: 1000px !important;
|
||||
margin: 0 auto !important;
|
||||
}
|
||||
|
||||
#pageWrap {
|
||||
|
|
@ -143,26 +155,12 @@ p + p {
|
|||
margin-top: 1em;
|
||||
}
|
||||
|
||||
/* Tabellen */
|
||||
table {
|
||||
}
|
||||
|
||||
th {
|
||||
}
|
||||
|
||||
td {
|
||||
}
|
||||
|
||||
/* Listen-Elemente */
|
||||
#content ul,
|
||||
#content ol {
|
||||
margin: 1em 0em;
|
||||
margin-left: 2.5em ;
|
||||
/* color: #75051d !important; */
|
||||
}
|
||||
|
||||
#content li {
|
||||
/* color: #75051d; */
|
||||
}
|
||||
|
||||
#itemList ul,
|
||||
|
|
@ -1008,6 +1006,7 @@ div.endFloat {
|
|||
|
||||
/*--------Images in CT---------------*/
|
||||
#content div.image {
|
||||
position: relative;
|
||||
float: right;
|
||||
margin: 2em 1em 0.75em 1.25em;
|
||||
}
|
||||
|
|
@ -1039,7 +1038,6 @@ div.image.right {
|
|||
float: right !important;
|
||||
}
|
||||
|
||||
|
||||
/*-------CT NewsItem--------*/
|
||||
|
||||
#content #newsDate {
|
||||
|
|
@ -1100,12 +1098,14 @@ div.image.right {
|
|||
|
||||
/*-------Key / Value------------------*/
|
||||
.key {
|
||||
display: table-cell;
|
||||
width: 12em;
|
||||
padding-right: 0.8em;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.value {
|
||||
display: table-cell;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
|
|
@ -1369,8 +1369,8 @@ margin-top: 1em;
|
|||
}
|
||||
|
||||
#content form.multiline input[type="submit"] {
|
||||
clear: both;
|
||||
margin-left : 12.7em;
|
||||
clear: both;
|
||||
margin-left : 12.7em;
|
||||
}
|
||||
|
||||
/*---Profile-----*/
|
||||
|
|
|
|||
|
|
@ -126,7 +126,7 @@
|
|||
<!-- DE Ein Text-Label -->
|
||||
<!-- EN A text label -->
|
||||
<xsl:template match="bebop:label">
|
||||
<xsl:call-template name="mandalay:bebopLabelText">
|
||||
<xsl:call-template name="mandalay:bebopLabelText">
|
||||
<xsl:with-param name="text">
|
||||
<xsl:value-of select="."/>
|
||||
</xsl:with-param>
|
||||
|
|
|
|||
|
|
@ -45,6 +45,9 @@
|
|||
<xsl:param name="layoutTree" select="."/>
|
||||
|
||||
<div id="bebopTabbedPane">
|
||||
<xsl:call-template name="mandalay:setIdAndClass">
|
||||
<xsl:with-param name="currentLayoutNode" select="$layoutTree"/>
|
||||
</xsl:call-template>
|
||||
<xsl:apply-templates select="bebop:tabStrip">
|
||||
<xsl:with-param name="setTabPaneMode">
|
||||
<!-- DE Hole alle benötigten Einstellungen-->
|
||||
|
|
|
|||
|
|
@ -79,12 +79,12 @@
|
|||
<xsl:if test="@width">
|
||||
<xsl:attribute name="width">
|
||||
<xsl:value-of select="@width"/>
|
||||
</xsl:attribute>
|
||||
</xsl:attribute>
|
||||
</xsl:if>
|
||||
<xsl:if test="@height">
|
||||
<xsl:attribute name="height">
|
||||
<xsl:value-of select="@height"/>
|
||||
</xsl:attribute>
|
||||
</xsl:attribute>
|
||||
</xsl:if>
|
||||
<div class="cmsImageInfoOverlay">
|
||||
<xsl:if test="$setImageName = 'true'">
|
||||
|
|
|
|||
|
|
@ -49,40 +49,52 @@
|
|||
<xsl:with-param name="id" select="'summary/itemSummary/header'"/>
|
||||
</xsl:call-template>
|
||||
</h3>
|
||||
<div class="cmsSummaryBody">
|
||||
<span class="key">
|
||||
<xsl:call-template name="mandalay:getStaticText">
|
||||
<xsl:with-param name="module" select="'cms'"/>
|
||||
<xsl:with-param name="id" select="'summary/itemSummary/type'"/>
|
||||
</xsl:call-template>
|
||||
</span>
|
||||
<xsl:value-of select="@objectType"/>
|
||||
<br />
|
||||
<span class="key">
|
||||
<xsl:call-template name="mandalay:getStaticText">
|
||||
<xsl:with-param name="module" select="'cms'"/>
|
||||
<xsl:with-param name="id" select="'summary/itemSummary/name'"/>
|
||||
</xsl:call-template>
|
||||
</span>
|
||||
<xsl:value-of select="@name"/>
|
||||
<br />
|
||||
<span class="key">
|
||||
<xsl:call-template name="mandalay:getStaticText">
|
||||
<xsl:with-param name="module" select="'cms'"/>
|
||||
<xsl:with-param name="id" select="'summary/itemSummary/title'"/>
|
||||
</xsl:call-template>
|
||||
</span>
|
||||
<xsl:value-of select="@title"/>
|
||||
<br />
|
||||
<xsl:apply-templates select="cms:subjectCategories"/>
|
||||
<span class="key">
|
||||
<xsl:call-template name="mandalay:getStaticText">
|
||||
<xsl:with-param name="module" select="'cms'"/>
|
||||
<xsl:with-param name="id" select="'summary/itemSummary/description'"/>
|
||||
</xsl:call-template>
|
||||
</span>
|
||||
<xsl:value-of disable-output-escaping="yes" select="@description"/>
|
||||
<br />
|
||||
<div class="cmsSummaryBody table">
|
||||
<div class="tableRow">
|
||||
<span class="key">
|
||||
<xsl:call-template name="mandalay:getStaticText">
|
||||
<xsl:with-param name="module" select="'cms'"/>
|
||||
<xsl:with-param name="id" select="'summary/itemSummary/type'"/>
|
||||
</xsl:call-template>
|
||||
</span>
|
||||
<span class="value">
|
||||
<xsl:value-of select="@objectType"/>
|
||||
</span>
|
||||
</div>
|
||||
<div class="tableRow">
|
||||
<span class="key">
|
||||
<xsl:call-template name="mandalay:getStaticText">
|
||||
<xsl:with-param name="module" select="'cms'"/>
|
||||
<xsl:with-param name="id" select="'summary/itemSummary/name'"/>
|
||||
</xsl:call-template>
|
||||
</span>
|
||||
<span class="value">
|
||||
<xsl:value-of select="@name"/>
|
||||
</span>
|
||||
</div>
|
||||
<div class="tableRow">
|
||||
<span class="key">
|
||||
<xsl:call-template name="mandalay:getStaticText">
|
||||
<xsl:with-param name="module" select="'cms'"/>
|
||||
<xsl:with-param name="id" select="'summary/itemSummary/title'"/>
|
||||
</xsl:call-template>
|
||||
</span>
|
||||
<span class="value">
|
||||
<xsl:value-of select="@title"/>
|
||||
</span>
|
||||
</div>
|
||||
<xsl:apply-templates select="cms:subjectCategories"/>
|
||||
<div class="tableRow">
|
||||
<span class="key">
|
||||
<xsl:call-template name="mandalay:getStaticText">
|
||||
<xsl:with-param name="module" select="'cms'"/>
|
||||
<xsl:with-param name="id" select="'summary/itemSummary/description'"/>
|
||||
</xsl:call-template>
|
||||
</span>
|
||||
<span class="value">
|
||||
<xsl:value-of disable-output-escaping="yes" select="@description"/>
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</xsl:template>
|
||||
|
|
@ -90,23 +102,27 @@
|
|||
<!-- DE Zeigt die subjectCategories an -->
|
||||
<!-- EN show subject categories -->
|
||||
<xsl:template match="cms:subjectCategories">
|
||||
<span class="key">
|
||||
<xsl:call-template name="mandalay:getStaticText">
|
||||
<xsl:with-param name="module" select="'cms'"/>
|
||||
<xsl:with-param name="id" select="'summary/itemSummary/subjectCategories'"/>
|
||||
</xsl:call-template>
|
||||
</span>
|
||||
<xsl:apply-templates/>
|
||||
<br />
|
||||
<div class="tableRow">
|
||||
<span class="key">
|
||||
<xsl:call-template name="mandalay:getStaticText">
|
||||
<xsl:with-param name="module" select="'cms'"/>
|
||||
<xsl:with-param name="id" select="'summary/itemSummary/subjectCategories'"/>
|
||||
</xsl:call-template>
|
||||
</span>
|
||||
<span class="value">
|
||||
<xsl:apply-templates/>
|
||||
</span>
|
||||
</div>
|
||||
</xsl:template>
|
||||
|
||||
<!-- DE Zeigt eine subjectCategory an -->
|
||||
<!-- EN Shows a subject category -->
|
||||
<xsl:template match="cms:subjectCategory">
|
||||
<xsl:value-of disable-output-escaping="yes" select="."/>
|
||||
<xsl:if test="position() != last()">
|
||||
<br />
|
||||
</xsl:if>
|
||||
<ul>
|
||||
<li>
|
||||
<xsl:value-of disable-output-escaping="yes" select="."/>
|
||||
</li>
|
||||
</ul>
|
||||
</xsl:template>
|
||||
|
||||
<!-- DE Zeigt die Kategorien an-->
|
||||
|
|
@ -132,8 +148,11 @@
|
|||
<!-- EN cms:category is using to different syntax. The other one is located
|
||||
in cmsCategoryStep. -->
|
||||
<xsl:template match="cms:category" mode="summary">
|
||||
<xsl:value-of disable-output-escaping="yes" select="."/>
|
||||
<br />
|
||||
<ul class="categoryList">
|
||||
<li>
|
||||
<xsl:value-of disable-output-escaping="yes" select="."/>
|
||||
</li>
|
||||
</ul>
|
||||
</xsl:template>
|
||||
|
||||
<!-- DE Zeigt den stabilen Link an-->
|
||||
|
|
@ -164,7 +183,7 @@
|
|||
<xsl:with-param name="id" select="'summary/lifecycle/header'"/>
|
||||
</xsl:call-template>
|
||||
</h3>
|
||||
<div class="cmsSummaryBody">
|
||||
<div class="cmsSummaryBody table">
|
||||
<xsl:choose>
|
||||
<xsl:when test="@noLifecycle">
|
||||
<span class="noInfo">
|
||||
|
|
@ -175,57 +194,61 @@
|
|||
</span>
|
||||
</xsl:when>
|
||||
<xsl:otherwise>
|
||||
<xsl:value-of select="@name"/>
|
||||
<xsl:choose>
|
||||
<xsl:when test="@hasBegun='false'">
|
||||
<xsl:call-template name="mandalay:getStaticText">
|
||||
<xsl:with-param name="module" select="'cms'"/>
|
||||
<xsl:with-param name="id" select="'summary/lifecycle/itemNotYetPublished/startText'"/>
|
||||
</xsl:call-template>
|
||||
<xsl:value-of select="@startDate"/>
|
||||
<xsl:call-template name="mandalay:getStaticText">
|
||||
<xsl:with-param name="module" select="'cms'"/>
|
||||
<xsl:with-param name="id" select="'summary/lifecycle/itemNotYetPublished/middleText'"/>
|
||||
</xsl:call-template>
|
||||
<xsl:value-of select="@endDateString"/>
|
||||
<xsl:call-template name="mandalay:getStaticText">
|
||||
<xsl:with-param name="module" select="'cms'"/>
|
||||
<xsl:with-param name="id" select="'summary/lifecycle/itemNotYetPublished/endText'"/>
|
||||
</xsl:call-template>
|
||||
</xsl:when>
|
||||
<xsl:when test="@hasEnded='true'">
|
||||
<xsl:call-template name="mandalay:getStaticText">
|
||||
<xsl:with-param name="module" select="'cms'"/>
|
||||
<xsl:with-param name="id" select="'summary/lifecycle/itemAlreadyEnded/startText'"/>
|
||||
</xsl:call-template>
|
||||
<xsl:value-of select="@startDate"/>
|
||||
<xsl:call-template name="mandalay:getStaticText">
|
||||
<xsl:with-param name="module" select="'cms'"/>
|
||||
<xsl:with-param name="id" select="'summary/lifecycle/itemAlreadyEnded/middleText'"/>
|
||||
</xsl:call-template>
|
||||
<xsl:value-of select="@endDate"/>
|
||||
<xsl:call-template name="mandalay:getStaticText">
|
||||
<xsl:with-param name="module" select="'cms'"/>
|
||||
<xsl:with-param name="id" select="'summary/lifecycle/itemAlreadyEnded/endText'"/>
|
||||
</xsl:call-template>
|
||||
</xsl:when>
|
||||
<xsl:otherwise>
|
||||
<xsl:call-template name="mandalay:getStaticText">
|
||||
<xsl:with-param name="module" select="'cms'"/>
|
||||
<xsl:with-param name="id" select="'summary/lifecycle/itemPublished/startText'"/>
|
||||
</xsl:call-template>
|
||||
<xsl:value-of select="@startDate"/>
|
||||
<xsl:call-template name="mandalay:getStaticText">
|
||||
<xsl:with-param name="module" select="'cms'"/>
|
||||
<xsl:with-param name="id" select="'summary/lifecycle/itemPublished/middleText'"/>
|
||||
</xsl:call-template>
|
||||
<xsl:value-of select="@endDateString"/>
|
||||
<xsl:call-template name="mandalay:getStaticText">
|
||||
<xsl:with-param name="module" select="'cms'"/>
|
||||
<xsl:with-param name="id" select="'summary/lifecycle/itemPublished/endText'"/>
|
||||
</xsl:call-template>
|
||||
</xsl:otherwise>
|
||||
</xsl:choose>
|
||||
<span class="key">
|
||||
<xsl:value-of select="@name"/>
|
||||
</span>
|
||||
<span class="value">
|
||||
<xsl:choose>
|
||||
<xsl:when test="@hasBegun='false'">
|
||||
<xsl:call-template name="mandalay:getStaticText">
|
||||
<xsl:with-param name="module" select="'cms'"/>
|
||||
<xsl:with-param name="id" select="'summary/lifecycle/itemNotYetPublished/startText'"/>
|
||||
</xsl:call-template>
|
||||
<xsl:value-of select="@startDate"/>
|
||||
<xsl:call-template name="mandalay:getStaticText">
|
||||
<xsl:with-param name="module" select="'cms'"/>
|
||||
<xsl:with-param name="id" select="'summary/lifecycle/itemNotYetPublished/middleText'"/>
|
||||
</xsl:call-template>
|
||||
<xsl:value-of select="@endDateString"/>
|
||||
<xsl:call-template name="mandalay:getStaticText">
|
||||
<xsl:with-param name="module" select="'cms'"/>
|
||||
<xsl:with-param name="id" select="'summary/lifecycle/itemNotYetPublished/endText'"/>
|
||||
</xsl:call-template>
|
||||
</xsl:when>
|
||||
<xsl:when test="@hasEnded='true'">
|
||||
<xsl:call-template name="mandalay:getStaticText">
|
||||
<xsl:with-param name="module" select="'cms'"/>
|
||||
<xsl:with-param name="id" select="'summary/lifecycle/itemAlreadyEnded/startText'"/>
|
||||
</xsl:call-template>
|
||||
<xsl:value-of select="@startDate"/>
|
||||
<xsl:call-template name="mandalay:getStaticText">
|
||||
<xsl:with-param name="module" select="'cms'"/>
|
||||
<xsl:with-param name="id" select="'summary/lifecycle/itemAlreadyEnded/middleText'"/>
|
||||
</xsl:call-template>
|
||||
<xsl:value-of select="@endDate"/>
|
||||
<xsl:call-template name="mandalay:getStaticText">
|
||||
<xsl:with-param name="module" select="'cms'"/>
|
||||
<xsl:with-param name="id" select="'summary/lifecycle/itemAlreadyEnded/endText'"/>
|
||||
</xsl:call-template>
|
||||
</xsl:when>
|
||||
<xsl:otherwise>
|
||||
<xsl:call-template name="mandalay:getStaticText">
|
||||
<xsl:with-param name="module" select="'cms'"/>
|
||||
<xsl:with-param name="id" select="'summary/lifecycle/itemPublished/startText'"/>
|
||||
</xsl:call-template>
|
||||
<xsl:value-of select="@startDate"/>
|
||||
<xsl:call-template name="mandalay:getStaticText">
|
||||
<xsl:with-param name="module" select="'cms'"/>
|
||||
<xsl:with-param name="id" select="'summary/lifecycle/itemPublished/middleText'"/>
|
||||
</xsl:call-template>
|
||||
<xsl:value-of select="@endDateString"/>
|
||||
<xsl:call-template name="mandalay:getStaticText">
|
||||
<xsl:with-param name="module" select="'cms'"/>
|
||||
<xsl:with-param name="id" select="'summary/lifecycle/itemPublished/endText'"/>
|
||||
</xsl:call-template>
|
||||
</xsl:otherwise>
|
||||
</xsl:choose>
|
||||
</span>
|
||||
</xsl:otherwise>
|
||||
</xsl:choose>
|
||||
</div>
|
||||
|
|
@ -274,19 +297,21 @@
|
|||
</xsl:call-template>
|
||||
</xsl:variable>
|
||||
|
||||
<div class="cmsTask">
|
||||
<span class="key">
|
||||
<div class="cmsTask tableRow">
|
||||
<span class="tableCell">
|
||||
<span class="key">
|
||||
<xsl:value-of select="@name"/>
|
||||
</span>
|
||||
<span class="status">
|
||||
(
|
||||
<xsl:value-of select="@state"/>
|
||||
)
|
||||
</span>
|
||||
<span class="status tableCell">
|
||||
(
|
||||
<xsl:value-of select="@state"/>
|
||||
)
|
||||
</span>
|
||||
</span>
|
||||
<xsl:if test="$setComments = 'true'">
|
||||
<xsl:if test="not(cms:taskComment)">
|
||||
<xsl:if test="setNoComment = 'true'">
|
||||
<span class="noInfo">
|
||||
<span class="noInfo tableCell">
|
||||
<xsl:call-template name="mandalay:getStaticText">
|
||||
<xsl:with-param name="module" select="'cms'"/>
|
||||
<xsl:with-param name="id" select="'summary/workflow/noComment'"/>
|
||||
|
|
@ -325,25 +350,30 @@
|
|||
<xsl:with-param name="id" select="'summary/revisionSummary/header'"/>
|
||||
</xsl:call-template>
|
||||
</h3>
|
||||
<div class="cmsSummaryBody">
|
||||
<span class="cmsCurrentRevision">
|
||||
<xsl:value-of select="@lastModifiedDate"/>
|
||||
|
||||
<xsl:call-template name="mandalay:getStaticText">
|
||||
<xsl:with-param name="module" select="'cms'"/>
|
||||
<xsl:with-param name="id" select="'summary/revisionSummary/currentRevision'"/>
|
||||
</xsl:call-template>
|
||||
</span>
|
||||
<br />
|
||||
<div class="cmsSummaryBody table">
|
||||
<div class="tableRow">
|
||||
<span class="cmsCurrentRevision tableCell">
|
||||
<xsl:value-of select="@lastModifiedDate"/>
|
||||
</span>
|
||||
<span class="cmsCurrentRevision tableCell">
|
||||
<xsl:call-template name="mandalay:getStaticText">
|
||||
<xsl:with-param name="module" select="'cms'"/>
|
||||
<xsl:with-param name="id" select="'summary/revisionSummary/currentRevision'"/>
|
||||
</xsl:call-template>
|
||||
</span>
|
||||
</div>
|
||||
<xsl:apply-templates/>
|
||||
<span class="cmsInitialRevision">
|
||||
<xsl:value-of select="@creationDate"/>
|
||||
|
||||
<xsl:call-template name="mandalay:getStaticText">
|
||||
<xsl:with-param name="module" select="'cms'"/>
|
||||
<xsl:with-param name="id" select="'summary/revisionSummary/initialRevision'"/>
|
||||
</xsl:call-template>
|
||||
</span>
|
||||
<div class="tableRow">
|
||||
<span class="cmsInitialRevision tableCell">
|
||||
<xsl:value-of select="@creationDate"/>
|
||||
</span>
|
||||
<span class="cmsInitialRevision tableCell">
|
||||
<xsl:call-template name="mandalay:getStaticText">
|
||||
<xsl:with-param name="module" select="'cms'"/>
|
||||
<xsl:with-param name="id" select="'summary/revisionSummary/initialRevision'"/>
|
||||
</xsl:call-template>
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</xsl:template>
|
||||
|
|
@ -351,8 +381,8 @@
|
|||
<!-- DE Zeigt Informationen über eine Transaktion an -->
|
||||
<!-- EN Shows information about transactions -->
|
||||
<xsl:template match="cms:transaction">
|
||||
<div class="cmsTransaction">
|
||||
<span class="cmsTransactionDate">
|
||||
<div class="cmsTransaction tableRow">
|
||||
<span class="cmsTransactionDate tableCell">
|
||||
<a href="/ccm{@url}">
|
||||
<xsl:attribute name="title">
|
||||
<xsl:call-template name="mandalay:getStaticText">
|
||||
|
|
@ -369,12 +399,10 @@
|
|||
<xsl:value-of select="@date"/>
|
||||
</a>
|
||||
</span>
|
||||
|
||||
<span class="cmsTransactionAuthor">
|
||||
<span class="cmsTransactionAuthor tableCell">
|
||||
<xsl:value-of select="@author"/>
|
||||
</span>
|
||||
|
||||
<span class="cmsTransactionLink">
|
||||
<span class="cmsTransactionLink tableCell">
|
||||
</span>
|
||||
</div>
|
||||
</xsl:template>
|
||||
|
|
|
|||
|
|
@ -33,7 +33,9 @@
|
|||
xmlns:subsite="http://ccm.redhat.com/subsite/1.0"
|
||||
xmlns:terms="http://xmlns.redhat.com/london/terms/1.0"
|
||||
xmlns:ppp="http://www.arsdigita.com/PublicPersonalProfile/1.0"
|
||||
xmlns:atoz="http://www.arsdigita.com/atoz/1.0"
|
||||
xmlns:mandalay="http://mandalay.quasiweb.de"
|
||||
xmlns:atoz="http://xmlns.redhat.com/atoz/1.0"
|
||||
exclude-result-prefixes="xsl aplaws bebop cms docs forum mandalay nav portal ppp search subsite terms ui"
|
||||
version="1.0">
|
||||
|
||||
|
|
@ -71,35 +73,43 @@
|
|||
<!-- DE Wichtig für die CSS-Auszeichung mit id und class und für die Colorset-Funktion -->
|
||||
<!-- EN Helper function for block creating tags -->
|
||||
<!-- EN needed for css-attributes id and class and for the colorset feature -->
|
||||
<xsl:template name="mandalay:setParameters">
|
||||
<xsl:template name="mandalay:setIdAndClass">
|
||||
<xsl:param name="currentLayoutNode" select="."/>
|
||||
|
||||
<xsl:variable name="condClass">
|
||||
<xsl:if test="@classIf">
|
||||
<xsl:if test="$currentLayoutNode/@classIf">
|
||||
<!-- DE Funktioniert leider nicht in einer Zeile, daher die Hilfsvariable -->
|
||||
<xsl:variable name="key" select="substring-before(@classIf, ',')"/>
|
||||
<xsl:variable name="key" select="substring-before($currentLayoutNode/@classIf, ',')"/>
|
||||
<xsl:variable name="condition">
|
||||
<xsl:apply-templates select="//*[@id=$key]"/>
|
||||
</xsl:variable>
|
||||
|
||||
<xsl:if test="normalize-space($condition)">
|
||||
<xsl:value-of select="substring-after(@classIf, ', ')"/>
|
||||
<xsl:value-of select="substring-after($currentLayoutNode/@classIf, ', ')"/>
|
||||
</xsl:if>
|
||||
</xsl:if>
|
||||
</xsl:variable>
|
||||
|
||||
<xsl:variable name="typeClass">
|
||||
<xsl:if test="$currentLayoutNode/@setTypeClass='true'">
|
||||
<xsl:call-template name="mandalay:getContentTypeName"/>
|
||||
</xsl:if>
|
||||
</xsl:variable>
|
||||
|
||||
<xsl:variable name="colorClass">
|
||||
<xsl:if test="@withColorset='true'">
|
||||
<xsl:if test="$currentLayoutNode/@withColorset='true'">
|
||||
<xsl:call-template name="mandalay:getColorset"/>
|
||||
</xsl:if>
|
||||
</xsl:variable>
|
||||
|
||||
<xsl:if test="@id">
|
||||
<xsl:if test="$currentLayoutNode/@id">
|
||||
<xsl:attribute name="id">
|
||||
<xsl:value-of select="@id"/>
|
||||
</xsl:attribute>
|
||||
</xsl:if>
|
||||
<xsl:if test="@class or $condClass != '' or $colorClass != ''">
|
||||
<xsl:if test="$currentLayoutNode/@class or $condClass != '' or $typeClass != '' or $colorClass != ''">
|
||||
<xsl:attribute name="class">
|
||||
<xsl:value-of select="concat(@class, ' ', $condClass, ' ', $colorClass)"/>
|
||||
<xsl:value-of select="normalize-space(concat($currentLayoutNode/@class, ' ', $condClass, ' ', $typeClass, ' ', $colorClass))"/>
|
||||
</xsl:attribute>
|
||||
</xsl:if>
|
||||
</xsl:template>
|
||||
|
|
@ -209,7 +219,7 @@
|
|||
|
||||
<xsl:template match="body">
|
||||
<body>
|
||||
<xsl:call-template name="mandalay:setParameters"/>
|
||||
<xsl:call-template name="mandalay:setIdAndClass"/>
|
||||
<span id="top"/>
|
||||
<a href="#startcontent" accesskey="S" class="navHide">
|
||||
<xsl:attribute name="title">
|
||||
|
|
@ -227,14 +237,14 @@
|
|||
|
||||
<xsl:template match="span">
|
||||
<span>
|
||||
<xsl:call-template name="mandalay:setParameters"/>
|
||||
<xsl:call-template name="mandalay:setIdAndClass"/>
|
||||
<xsl:apply-templates/>
|
||||
</span>
|
||||
</xsl:template>
|
||||
|
||||
<xsl:template match="div">
|
||||
<div>
|
||||
<xsl:call-template name="mandalay:setParameters"/>
|
||||
<xsl:call-template name="mandalay:setIdAndClass"/>
|
||||
<xsl:apply-templates/>
|
||||
</div>
|
||||
</xsl:template>
|
||||
|
|
@ -246,7 +256,7 @@
|
|||
|
||||
<xsl:if test="normalize-space($divContent)">
|
||||
<div>
|
||||
<xsl:call-template name="mandalay:setParameters"/>
|
||||
<xsl:call-template name="mandalay:setIdAndClass"/>
|
||||
<xsl:apply-templates/>
|
||||
</div>
|
||||
</xsl:if>
|
||||
|
|
@ -425,7 +435,7 @@
|
|||
<!-- DE Wenn die Liste nicht leer ist -->
|
||||
<xsl:if test="$resultTree//*[@id=$list]/*[name()!='nav:noContent']">
|
||||
<div>
|
||||
<xsl:call-template name="mandalay:setParameters"/>
|
||||
<xsl:call-template name="mandalay:setIdAndClass"/>
|
||||
<xsl:attribute name="id"><xsl:value-of select="$list"/></xsl:attribute>
|
||||
<xsl:apply-templates/>
|
||||
</div>
|
||||
|
|
@ -457,7 +467,7 @@
|
|||
<!-- DE Div-Container für die Suchergebnisse -->
|
||||
<xsl:template match="showSearch">
|
||||
<!--<div>-->
|
||||
<xsl:call-template name="mandalay:setParameters"/>
|
||||
<xsl:call-template name="mandalay:setIdAndClass"/>
|
||||
<xsl:apply-templates/>
|
||||
<!--</div>-->
|
||||
</xsl:template>
|
||||
|
|
@ -465,7 +475,7 @@
|
|||
<!-- DE Suchformular -->
|
||||
<xsl:template match="useSearchForm">
|
||||
<!--<div>-->
|
||||
<xsl:call-template name="mandalay:setParameters"/>
|
||||
<xsl:call-template name="mandalay:setIdAndClass"/>
|
||||
<xsl:apply-templates select="$resultTree//bebop:form">
|
||||
<xsl:with-param name="layoutTree" select="."/>
|
||||
</xsl:apply-templates>
|
||||
|
|
@ -475,7 +485,7 @@
|
|||
<!-- DE Ergebnisse der Suche -->
|
||||
<xsl:template match="useSearchResults">
|
||||
<!--<div>-->
|
||||
<xsl:call-template name="mandalay:setParameters"/>
|
||||
<xsl:call-template name="mandalay:setIdAndClass"/>
|
||||
<xsl:apply-templates select="$resultTree//search:results">
|
||||
<xsl:with-param name="layoutTree" select="."/>
|
||||
</xsl:apply-templates>
|
||||
|
|
@ -529,14 +539,14 @@
|
|||
|
||||
<xsl:template match="showImage">
|
||||
<div>
|
||||
<xsl:call-template name="mandalay:setParameters"/>
|
||||
<xsl:call-template name="mandalay:setIdAndClass"/>
|
||||
<xsl:call-template name="mandalay:staticImage"/>
|
||||
</div>
|
||||
</xsl:template>
|
||||
|
||||
<xsl:template match="showStaticMenu">
|
||||
<div>
|
||||
<xsl:call-template name="mandalay:setParameters"/>
|
||||
<xsl:call-template name="mandalay:setIdAndClass"/>
|
||||
<xsl:call-template name="mandalay:staticMenu"/>
|
||||
</div>
|
||||
</xsl:template>
|
||||
|
|
@ -545,7 +555,7 @@
|
|||
<xsl:choose>
|
||||
<xsl:when test="@id!='' or @class!='' or @withColorset='true'">
|
||||
<span>
|
||||
<xsl:call-template name="mandalay:setParameters"/>
|
||||
<xsl:call-template name="mandalay:setIdAndClass"/>
|
||||
<xsl:call-template name="mandalay:getStaticText">
|
||||
<xsl:with-param name="id" select="line"/>
|
||||
</xsl:call-template>
|
||||
|
|
@ -563,7 +573,7 @@
|
|||
<xsl:choose>
|
||||
<xsl:when test="@id!='' or @class!='' or @withColorset='true'">
|
||||
<span>
|
||||
<xsl:call-template name="mandalay:setParameters"/>
|
||||
<xsl:call-template name="mandalay:setIdAndClass"/>
|
||||
<xsl:call-template name="mandalay:staticLink"/>
|
||||
</span>
|
||||
</xsl:when>
|
||||
|
|
|
|||
|
|
@ -195,4 +195,4 @@
|
|||
</a>
|
||||
</xsl:template>
|
||||
|
||||
</xsl:stylesheet>
|
||||
</xsl:stylesheet>
|
||||
|
|
@ -63,7 +63,7 @@
|
|||
<line id="summary/revisionSummary/viewRevision">Version ansehen</line>
|
||||
|
||||
<line id="categoryStep/header">Kategorien zuweisen</line>
|
||||
<line id="categoryStep/addCategories">Kategorien ändern</line>
|
||||
<line id="categoryStep/addCategories">Kategoriezuweisung ändern</line>
|
||||
<line id="categoryStep/noCategories">Es sind keine Kategorien dieses Kontextes zugewiesen</line>
|
||||
<line id="categoryStep/removeCategory">Zuweisung aufheben</line>
|
||||
|
||||
|
|
|
|||
|
|
@ -43,8 +43,4 @@
|
|||
<line id="layout/page/title/search">Suche</line>
|
||||
<line id="layout/page/title/login">Login</line>
|
||||
<line id="layout/page/title/sitemap">Sitemap</line>
|
||||
|
||||
<line id="scicms/version">v2.1.0</line>
|
||||
<line id="menu/title/scicms">Zur Homepage von ScientificCMS</line>
|
||||
<line id="menu/name/scicms">ScientificCMS </line>
|
||||
</translations>
|
||||
|
|
|
|||
|
|
@ -63,7 +63,7 @@
|
|||
<line id="summary/revisionSummary/viewRevision">View Revision</line>
|
||||
|
||||
<line id="categoryStep/header">Assign Categories</line>
|
||||
<line id="categoryStep/addCategories">Change categories</line>
|
||||
<line id="categoryStep/addCategories">Change associated categories</line>
|
||||
<line id="categoryStep/noCategories">There are no categories assigned in this context.</line>
|
||||
<line id="categoryStep/removeCategory">Remove</line>
|
||||
|
||||
|
|
|
|||
|
|
@ -43,8 +43,4 @@
|
|||
<line id="layout/page/title/search">Search</line>
|
||||
<line id="layout/page/title/login">Login</line>
|
||||
<line id="layout/page/title/sitemap">Sitemap</line>
|
||||
|
||||
<line id="scicms/version">v2.1.0</line>
|
||||
<line id="menu/title/scicms">Go to homepage of ScientificCMS</line>
|
||||
<line id="menu/name/scicms">ScientificCMS </line>
|
||||
</translations>
|
||||
|
|
|
|||
|
|
@ -31,7 +31,7 @@
|
|||
<useCSSLoader/>
|
||||
</head>
|
||||
<body id="cmsPage">
|
||||
<div id="cmsHeader">
|
||||
<div id="cmsHeader" class="headerHeight">
|
||||
<div class="minWidth">
|
||||
<showImage class="logo">
|
||||
<src>images/logo.png</src>
|
||||
|
|
@ -50,7 +50,7 @@
|
|||
<useLogoutLink/>
|
||||
</showCMSGlobalNavigation>
|
||||
</div>
|
||||
<showTabbedPane/>
|
||||
<showTabbedPane class="minWidth"/>
|
||||
</div>
|
||||
</div>
|
||||
<div id="cmsBreadcrumbs" class="minWidth">
|
||||
|
|
@ -58,51 +58,54 @@
|
|||
<separator> > </separator>
|
||||
</showBebopContextBar>
|
||||
</div>
|
||||
<div id="cmsContent">
|
||||
<div id="left">
|
||||
<div class="columnHead">
|
||||
<showContentType/>
|
||||
<span id="workflowwidget">
|
||||
<!--
|
||||
Workflow Widget
|
||||
-->
|
||||
</span>
|
||||
<div id="cmsContent" class="minWidth headerHeight">
|
||||
<div id="left">
|
||||
<div class="columnHead">
|
||||
<showContentType/>
|
||||
<span id="workflowwidget">
|
||||
<!--
|
||||
Workflow Widget
|
||||
-->
|
||||
</span>
|
||||
</div>
|
||||
<div class="columnContent">
|
||||
<showLeftColumn/>
|
||||
</div>
|
||||
</div>
|
||||
<div class="columnContent">
|
||||
<showLeftColumn/>
|
||||
<div id="right">
|
||||
<div class="columnHead">
|
||||
<div class="contenttitle">
|
||||
<showBebopPageTitle/>
|
||||
</div>
|
||||
<div id="contentlanguagewidget">
|
||||
<!--
|
||||
Sprache
|
||||
-->
|
||||
</div>
|
||||
<div id="contentviewmenu">
|
||||
<showCMSGlobalNavigation>
|
||||
<usePreviewLink/>
|
||||
</showCMSGlobalNavigation>
|
||||
</div>
|
||||
</div>
|
||||
<div id="content" class="columnContent">
|
||||
<showBodyColumn/>
|
||||
</div>
|
||||
</div>
|
||||
<div class="endFloat"/>
|
||||
</div>
|
||||
<div id="right">
|
||||
<div class="columnHead">
|
||||
<div class="contenttitle">
|
||||
<showBebopPageTitle/>
|
||||
</div>
|
||||
<div id="contentlanguagewidget">
|
||||
<!--
|
||||
Sprache
|
||||
-->
|
||||
</div>
|
||||
<div id="contentviewmenu">
|
||||
<showCMSGlobalNavigation>
|
||||
<usePreviewLink/>
|
||||
</showCMSGlobalNavigation>
|
||||
</div>
|
||||
</div>
|
||||
<div id="content" class="columnContent">
|
||||
<showBodyColumn/>
|
||||
</div>
|
||||
</div>
|
||||
<div class="endFloat"/>
|
||||
</div>
|
||||
|
||||
<div id="cmsFooter">
|
||||
<showSystemInformation/>
|
||||
<showCMSGlobalNavigation>
|
||||
<useContentCenterLink/>
|
||||
<useWorkspaceLink/>
|
||||
</showCMSGlobalNavigation>
|
||||
<showCMSGlobalNavigation>
|
||||
<useHelpLink/>
|
||||
</showCMSGlobalNavigation>
|
||||
<div class="minWidth">
|
||||
<showSystemInformation/>
|
||||
<showCMSGlobalNavigation>
|
||||
<useContentCenterLink/>
|
||||
<useWorkspaceLink/>
|
||||
</showCMSGlobalNavigation>
|
||||
<showCMSGlobalNavigation>
|
||||
<useHelpLink/>
|
||||
</showCMSGlobalNavigation>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</pageLayout>
|
||||
|
|
|
|||
|
|
@ -23,9 +23,9 @@
|
|||
<!-- <setting id="csspath">Address</setting> -->
|
||||
|
||||
<setting id="setImage">true</setting>
|
||||
<setting id="setImageMaxHeight">300</setting>
|
||||
<setting id="setImageMaxWidth">300</setting>
|
||||
<setting id="setImageCaption">true</setting>
|
||||
<setting id="setImageMaxHeight"></setting>
|
||||
<setting id="setImageMaxWidth"></setting>
|
||||
<setting id="setLeadText">true</setting>
|
||||
<setting id="setShowKeys">false</setting>
|
||||
|
||||
|
|
|
|||
|
|
@ -23,8 +23,8 @@
|
|||
<!-- <setting id="csspath">Article</setting> -->
|
||||
|
||||
<setting id="setImage">true</setting>
|
||||
<setting id="setImageMaxHeight"></setting>
|
||||
<setting id="setImageMaxWidth"></setting>
|
||||
<setting id="setImageMaxHeight">300</setting>
|
||||
<setting id="setImageMaxWidth">300</setting>
|
||||
<setting id="setImageCaption">true</setting>
|
||||
<setting id="setLeadText">true</setting>
|
||||
|
||||
|
|
|
|||
|
|
@ -23,8 +23,8 @@
|
|||
<!-- <setting id="csspath">Bookmark</setting> -->
|
||||
|
||||
<setting id="setImage">true</setting>
|
||||
<setting id="setImageMaxHeight"></setting>
|
||||
<setting id="setImageMaxWidth"></setting>
|
||||
<setting id="setImageMaxHeight">300</setting>
|
||||
<setting id="setImageMaxWidth">300</setting>
|
||||
<setting id="setImageCaption">true</setting>
|
||||
<setting id="setLeadText">true</setting>
|
||||
|
||||
|
|
|
|||
|
|
@ -27,8 +27,8 @@
|
|||
<setting id="setDateFormat">S</setting>
|
||||
|
||||
<setting id="setImage">true</setting>
|
||||
<setting id="setImageMaxHeight"></setting>
|
||||
<setting id="setImageMaxWidth"></setting>
|
||||
<setting id="setImageMaxHeight">300</setting>
|
||||
<setting id="setImageMaxWidth">300</setting>
|
||||
<setting id="setImageCaption">true</setting>
|
||||
<setting id="setLeadText">true</setting>
|
||||
|
||||
|
|
|
|||
|
|
@ -23,8 +23,8 @@
|
|||
<!-- <setting id="csspath">FAQItem</setting> -->
|
||||
|
||||
<setting id="setImage">true</setting>
|
||||
<setting id="setImageMaxHeight"></setting>
|
||||
<setting id="setImageMaxWidth"></setting>
|
||||
<setting id="setImageMaxHeight">300</setting>
|
||||
<setting id="setImageMaxWidth">300</setting>
|
||||
<setting id="setImageCaption">true</setting>
|
||||
<setting id="setLeadText">true</setting>
|
||||
|
||||
|
|
|
|||
|
|
@ -25,8 +25,8 @@
|
|||
<setting id="separator"> | </setting>
|
||||
|
||||
<setting id="setImage">true</setting>
|
||||
<setting id="setImageMaxHeight"></setting>
|
||||
<setting id="setImageMaxWidth"></setting>
|
||||
<setting id="setImageMaxHeight">300</setting>
|
||||
<setting id="setImageMaxWidth">300</setting>
|
||||
<setting id="setImageCaption">true</setting>
|
||||
<setting id="setLeadText">true</setting>
|
||||
<setting id="setViewLink">true</setting>
|
||||
|
|
|
|||
|
|
@ -23,8 +23,8 @@
|
|||
<!-- <setting id="csspath">Form</setting> -->
|
||||
|
||||
<setting id="setImage">true</setting>
|
||||
<setting id="setImageMaxHeight"></setting>
|
||||
<setting id="setImageMaxWidth"></setting>
|
||||
<setting id="setImageMaxHeight">300</setting>
|
||||
<setting id="setImageMaxWidth">300</setting>
|
||||
<setting id="setImageCaption">true</setting>
|
||||
<setting id="setLeadText">true</setting>
|
||||
|
||||
|
|
|
|||
|
|
@ -22,9 +22,9 @@
|
|||
<settings>
|
||||
|
||||
<setting id="setImage">true</setting>
|
||||
<setting id="setImageMaxHeight">300</setting>
|
||||
<setting id="setImageMaxWidth">300</setting>
|
||||
<setting id="setImageCaption">true</setting>
|
||||
<setting id="setImageMaxHeight"></setting>
|
||||
<setting id="setImageMaxWidth"></setting>
|
||||
|
||||
<setting id="setRoles">true</setting>
|
||||
<setting id="setSubUnits">true</setting>
|
||||
|
|
|
|||
|
|
@ -26,9 +26,9 @@
|
|||
<setting id="setGender">false</setting>
|
||||
<setting id="setDescription">false</setting>
|
||||
<setting id="setImage">true</setting>
|
||||
<setting id="setImageMaxHeight"></setting>
|
||||
<setting id="setImageMaxWidth"></setting>
|
||||
<setting id="setImageCaption"></setting>
|
||||
<setting id="setImageMaxHeight">300</setting>
|
||||
<setting id="setImageMaxWidth">300</setting>
|
||||
<setting id="setImageCaption">true</setting>
|
||||
|
||||
<setting id="listView/setLeadText">true</setting>
|
||||
<setting id="listView/setLeadTextLength">440</setting>
|
||||
|
|
|
|||
|
|
@ -23,8 +23,8 @@
|
|||
<!-- <setting id="csspath">GlossaryItem</setting> -->
|
||||
|
||||
<setting id="setImage">true</setting>
|
||||
<setting id="setImageMaxHeight"></setting>
|
||||
<setting id="setImageMaxWidth"></setting>
|
||||
<setting id="setImageMaxHeight">300</setting>
|
||||
<setting id="setImageMaxWidth">300</setting>
|
||||
<setting id="setImageCaption">true</setting>
|
||||
|
||||
<setting id="listView/setLinkToDetails">false</setting>
|
||||
|
|
|
|||
|
|
@ -21,9 +21,9 @@
|
|||
|
||||
<settings>
|
||||
<setting id="setLeadText">true</setting>
|
||||
<setting id="setImage">true</setting>
|
||||
<setting id="setImageMaxHeight">200</setting>
|
||||
<setting id="setImageMaxWidth">200</setting>
|
||||
<setting id="setImageMaxHeight">300</setting>
|
||||
<setting id="setImageMaxWidth">300</setting>
|
||||
<setting id="setImageCaption">true</setting>
|
||||
<setting id="setImageCaption">true</setting>
|
||||
<setting id="setShowKeys">true</setting>
|
||||
|
||||
|
|
|
|||
|
|
@ -26,8 +26,8 @@
|
|||
<setting id="setGender">false</setting>
|
||||
<setting id="setDescription">false</setting>
|
||||
<setting id="setImage">true</setting>
|
||||
<setting id="setImageMaxHeight"></setting>
|
||||
<setting id="setImageMaxWidth"></setting>
|
||||
<setting id="setImageMaxHeight">300</setting>
|
||||
<setting id="setImageMaxWidth">300</setting>
|
||||
<setting id="setImageCaption"></setting>
|
||||
|
||||
<setting id="listView/setLeadText">true</setting>
|
||||
|
|
|
|||
|
|
@ -29,8 +29,8 @@
|
|||
<setting id="setSectionListHeading">false</setting>
|
||||
|
||||
<setting id="setImage">true</setting>
|
||||
<setting id="setImageMaxHeight"></setting>
|
||||
<setting id="setImageMaxWidth"></setting>
|
||||
<setting id="setImageMaxHeight">300</setting>
|
||||
<setting id="setImageMaxWidth">300</setting>
|
||||
<setting id="setImageCaption">true</setting>
|
||||
<setting id="setLeadText">true</setting>
|
||||
<setting id="setLastLinkToTopAfter">false</setting>
|
||||
|
|
|
|||
|
|
@ -24,8 +24,8 @@
|
|||
|
||||
<setting id="setNewsDate">true</setting>
|
||||
<setting id="setImage">true</setting>
|
||||
<setting id="setImageMaxHeight"></setting>
|
||||
<setting id="setImageMaxWidth"></setting>
|
||||
<setting id="setImageMaxHeight">300</setting>
|
||||
<setting id="setImageMaxWidth">300</setting>
|
||||
<setting id="setImageCaption">true</setting>
|
||||
<setting id="setLeadText">true</setting>
|
||||
|
||||
|
|
|
|||
|
|
@ -22,9 +22,9 @@
|
|||
<settings>
|
||||
|
||||
<setting id="setImage">true</setting>
|
||||
<setting id="setImageMaxHeight">300</setting>
|
||||
<setting id="setImageMaxWidth">300</setting>
|
||||
<setting id="setImageCaption">true</setting>
|
||||
<setting id="setImageMaxHeight"></setting>
|
||||
<setting id="setImageMaxWidth"></setting>
|
||||
|
||||
<setting id="setDirection">true</setting>
|
||||
<setting id="directionSetLink">true</setting>
|
||||
|
|
|
|||
|
|
@ -22,9 +22,9 @@
|
|||
<settings>
|
||||
|
||||
<setting id="setImage">true</setting>
|
||||
<setting id="setImageMaxHeight">300</setting>
|
||||
<setting id="setImageMaxWidth">300</setting>
|
||||
<setting id="setImageCaption">true</setting>
|
||||
<setting id="setImageMaxHeight"></setting>
|
||||
<setting id="setImageMaxWidth"></setting>
|
||||
|
||||
<setting id="setTeam">true</setting>
|
||||
<setting id="setOrgaUnits">true</setting>
|
||||
|
|
|
|||
|
|
@ -22,9 +22,9 @@
|
|||
<settings>
|
||||
|
||||
<setting id="setImage">true</setting>
|
||||
<setting id="setImageMaxHeight">300</setting>
|
||||
<setting id="setImageMaxWidth">300</setting>
|
||||
<setting id="setImageCaption">true</setting>
|
||||
<setting id="setImageMaxHeight"></setting>
|
||||
<setting id="setImageMaxWidth"></setting>
|
||||
|
||||
<setting id="setDirection">true</setting>
|
||||
<setting id="setCoordination">true</setting>
|
||||
|
|
|
|||
|
|
@ -23,8 +23,8 @@
|
|||
|
||||
<setting id="setImage">false</setting>
|
||||
<setting id="setImageCaption">true</setting>
|
||||
<setting id="setImageMaxHeight"></setting>
|
||||
<setting id="setImageMaxWidth"></setting>
|
||||
<setting id="setImageMaxHeight">300</setting>
|
||||
<setting id="setImageMaxWidth">300</setting>
|
||||
|
||||
<setting id="setAddendum">true</setting>
|
||||
<setting id="setShortDesc">true</setting>
|
||||
|
|
|
|||
|
|
@ -23,8 +23,8 @@
|
|||
|
||||
<setting id="setImage">false</setting>
|
||||
<setting id="setImageCaption">true</setting>
|
||||
<setting id="setImageMaxHeight"></setting>
|
||||
<setting id="setImageMaxWidth"></setting>
|
||||
<setting id="setImageMaxHeight">300</setting>
|
||||
<setting id="setImageMaxWidth">300</setting>
|
||||
|
||||
<setting id="setAddendum">true</setting>
|
||||
<setting id="setShortDesc">true</setting>
|
||||
|
|
|
|||
|
|
@ -28,4 +28,4 @@
|
|||
|
||||
<setting id="contactentry/homepage/show">false</setting>
|
||||
<setting id="contactentry/visitingHours/show">false</setting>
|
||||
</settings>
|
||||
</settings>
|
||||
|
|
@ -23,8 +23,8 @@
|
|||
|
||||
<setting id="setImage">true</setting>
|
||||
<setting id="setImageCaption">true</setting>
|
||||
<setting id="setImageMaxHeight"></setting>
|
||||
<setting id="setImageMaxWidth"></setting>
|
||||
<setting id="setImageMaxHeight">300</setting>
|
||||
<setting id="setImageMaxWidth">300</setting>
|
||||
|
||||
<setting id="setAddendum">true</setting>
|
||||
<setting id="setShortDesc">true</setting>
|
||||
|
|
|
|||
|
|
@ -23,8 +23,8 @@
|
|||
|
||||
<setting id="setImage">false</setting>
|
||||
<setting id="setImageCaption">true</setting>
|
||||
<setting id="setImageMaxHeight"></setting>
|
||||
<setting id="setImageMaxWidth"></setting>
|
||||
<setting id="setImageMaxHeight">300</setting>
|
||||
<setting id="setImageMaxWidth">300</setting>
|
||||
|
||||
<setting id="setAddendum">true</setting>
|
||||
<setting id="setShortDesc">true</setting>
|
||||
|
|
@ -76,6 +76,4 @@
|
|||
<setting id="memberList/showEmail">true</setting>
|
||||
<setting id="memberList/linkEmail">true</setting>
|
||||
|
||||
|
||||
|
||||
</settings>
|
||||
|
|
|
|||
|
|
@ -22,8 +22,8 @@
|
|||
<settings>
|
||||
<setting id="setImage">true</setting>
|
||||
<setting id="setImageCaption">true</setting>
|
||||
<setting id="setImageMaxHeight"></setting>
|
||||
<setting id="setImageMaxWidth"></setting>
|
||||
<setting id="setImageMaxHeight">300</setting>
|
||||
<setting id="setImageMaxWidth">300</setting>
|
||||
|
||||
<setting id="authorListMode">list</setting>
|
||||
|
||||
|
|
|
|||
|
|
@ -24,8 +24,8 @@
|
|||
|
||||
<setting id="setLeadText">true</setting>
|
||||
<setting id="setImage">true</setting>
|
||||
<setting id="setImageMaxHeight"></setting>
|
||||
<setting id="setImageMaxWidth"></setting>
|
||||
<setting id="setImageMaxHeight">300</setting>
|
||||
<setting id="setImageMaxWidth">300</setting>
|
||||
<setting id="setImageCaption">true</setting>
|
||||
<setting id="setLeadText">true</setting>
|
||||
|
||||
|
|
|
|||
|
|
@ -23,8 +23,8 @@
|
|||
<!-- <setting id="csspath">Form</setting> -->
|
||||
|
||||
<setting id="setImage">true</setting>
|
||||
<setting id="setImageMaxHeight"></setting>
|
||||
<setting id="setImageMaxWidth"></setting>
|
||||
<setting id="setImageMaxHeight">300</setting>
|
||||
<setting id="setImageMaxWidth">300</setting>
|
||||
<setting id="setImageCaption">true</setting>
|
||||
<setting id="setLeadText">true</setting>
|
||||
|
||||
|
|
|
|||
|
|
@ -51,7 +51,7 @@
|
|||
|
||||
<xsl:template match="showDynamicImage">
|
||||
<div>
|
||||
<xsl:call-template name="mandalay:setParameters"/>
|
||||
<xsl:call-template name="mandalay:setIdAndClass"/>
|
||||
<xsl:call-template name="mandalay:dynamicImage"/>
|
||||
</div>
|
||||
</xsl:template>
|
||||
|
|
|
|||
|
|
@ -118,7 +118,6 @@
|
|||
<xsl:with-param name="default" select="'true'"/>
|
||||
</xsl:call-template>
|
||||
</xsl:variable>
|
||||
|
||||
<xsl:variable name="setLifespan">
|
||||
<xsl:call-template name="mandalay:getSetting">
|
||||
<xsl:with-param name="module" select="'SciProject'"/>
|
||||
|
|
|
|||
|
|
@ -266,10 +266,10 @@
|
|||
</xsl:if>
|
||||
|
||||
<ul>
|
||||
<xsl:for-each select="./volumes/publication">
|
||||
<xsl:sort select="./@volume" data-type="number" order="descending"/>
|
||||
<xsl:sort select="./yearOfPublication" data-type="number" order="descending"/>
|
||||
<xsl:sort select="./title" data-type="text"/>
|
||||
<xsl:for-each select="./volumes/publication">
|
||||
<xsl:sort select="./@volume" data-type="number" order="descending"/>
|
||||
<xsl:sort select="./yearOfPublication" data-type="number" order="descending"/>
|
||||
<xsl:sort select="./title" data-type="text"/>
|
||||
<li>
|
||||
<xsl:apply-templates select="." mode="list_view"/>
|
||||
</li>
|
||||
|
|
|
|||
|
|
@ -38,76 +38,71 @@
|
|||
-->
|
||||
|
||||
<!-- Process the format for an article in a collected volume -->
|
||||
<xsl:template name="bibrefArticleInCollectedVolume"
|
||||
match="bibrefArticleInCollectedVolumeFormat">
|
||||
<xsl:template name="bibrefArticleInCollectedVolume" match="bibrefArticleInCollectedVolumeFormat">
|
||||
<!-- Parameters for publication data -->
|
||||
<xsl:param name="authors" />
|
||||
<xsl:param name="chapter" />
|
||||
<xsl:param name="collectedVolume" />
|
||||
<xsl:param name="misc" select="''" />
|
||||
<xsl:param name="pagesFrom" />
|
||||
<xsl:param name="pagesTo" />
|
||||
<xsl:param name="reviewed" />
|
||||
<xsl:param name="series" />
|
||||
<xsl:param name="title" />
|
||||
<xsl:param name="year" />
|
||||
<xsl:param name="authors"/>
|
||||
<xsl:param name="chapter"/>
|
||||
<xsl:param name="collectedVolume"/>
|
||||
<xsl:param name="misc" select="''"/>
|
||||
<xsl:param name="pagesFrom"/>
|
||||
<xsl:param name="pagesTo"/>
|
||||
<xsl:param name="reviewed"/>
|
||||
<xsl:param name="series"/>
|
||||
<xsl:param name="title"/>
|
||||
<xsl:param name="year"/>
|
||||
<!-- Technical parameters -->
|
||||
<xsl:param name="oid" />
|
||||
<xsl:param name="useRelativeUrl" select="'false'" />
|
||||
<xsl:param name="oid"/>
|
||||
<xsl:param name="useRelativeUrl" select="'false'"/>
|
||||
<xsl:apply-templates>
|
||||
<!-- Publication data -->
|
||||
<xsl:with-param name="authors" select="$authors" />
|
||||
<xsl:with-param name="chapter" select="$chapter" />
|
||||
<xsl:with-param name="collectedVolume"
|
||||
select="$collectedVolume" />
|
||||
<xsl:with-param name="misc" select="$misc" />
|
||||
<xsl:with-param name="pagesFrom" select="$pagesFrom" />
|
||||
<xsl:with-param name="pagesTo" select="$pagesTo" />
|
||||
<xsl:with-param name="reviewed" select="$reviewed" />
|
||||
<xsl:with-param name="series" select="$series" />
|
||||
<xsl:with-param name="title" select="$title" />
|
||||
<xsl:with-param name="year" select="$year" />
|
||||
<xsl:with-param name="authors" select="$authors"/>
|
||||
<xsl:with-param name="chapter" select="$chapter"/>
|
||||
<xsl:with-param name="collectedVolume" select="$collectedVolume"/>
|
||||
<xsl:with-param name="misc" select="$misc"/>
|
||||
<xsl:with-param name="pagesFrom" select="$pagesFrom"/>
|
||||
<xsl:with-param name="pagesTo" select="$pagesTo"/>
|
||||
<xsl:with-param name="reviewed" select="$reviewed"/>
|
||||
<xsl:with-param name="series" select="$series"/>
|
||||
<xsl:with-param name="title" select="$title"/>
|
||||
<xsl:with-param name="year" select="$year"/>
|
||||
<!-- Technical data -->
|
||||
<xsl:with-param name="oid" select="$oid" />
|
||||
<xsl:with-param name="useRelativeUrl"
|
||||
select="$useRelativeUrl" />
|
||||
</xsl:apply-templates>
|
||||
<xsl:with-param name="oid" select="$oid"/>
|
||||
<xsl:with-param name="useRelativeUrl" select="$useRelativeUrl"/>
|
||||
</xsl:apply-templates>
|
||||
</xsl:template>
|
||||
|
||||
<!-- Process the format for an article in a journal -->
|
||||
<xsl:template name="bibrefArticleInJournal"
|
||||
match="bibrefArticleInJournalFormat">
|
||||
<xsl:template name="bibrefArticleInJournal" match="bibrefArticleInJournalFormat">
|
||||
<!-- Publication data -->
|
||||
<xsl:param name="authors" />
|
||||
<xsl:param name="issue" />
|
||||
<xsl:param name="journal" />
|
||||
<xsl:param name="misc" select="''" />
|
||||
<xsl:param name="pagesFrom" />
|
||||
<xsl:param name="pagesTo" />
|
||||
<xsl:param name="publicationDate" />
|
||||
<xsl:param name="reviewed" />
|
||||
<xsl:param name="series" />
|
||||
<xsl:param name="title" />
|
||||
<xsl:param name="volume" />
|
||||
<xsl:param name="year" />
|
||||
<xsl:param name="authors"/>
|
||||
<xsl:param name="issue"/>
|
||||
<xsl:param name="journal"/>
|
||||
<xsl:param name="misc" select="''"/>
|
||||
<xsl:param name="pagesFrom"/>
|
||||
<xsl:param name="pagesTo"/>
|
||||
<xsl:param name="publicationDate"/>
|
||||
<xsl:param name="reviewed"/>
|
||||
<xsl:param name="series"/>
|
||||
<xsl:param name="title"/>
|
||||
<xsl:param name="volume"/>
|
||||
<xsl:param name="year"/>
|
||||
<!-- Technical data -->
|
||||
<xsl:param name="oid" />
|
||||
<xsl:param name="useRelativeUrl" select="'false'" />
|
||||
<xsl:param name="oid"/>
|
||||
<xsl:param name="useRelativeUrl" select="'false'"/>
|
||||
<xsl:apply-templates>
|
||||
<!-- Publication data -->
|
||||
<xsl:with-param name="authors" select="$authors" />
|
||||
<xsl:with-param name="issue" select="$issue" />
|
||||
<xsl:with-param name="journal" select="$journal" />
|
||||
<xsl:with-param name="misc" select="$misc" />
|
||||
<xsl:with-param name="pagesFrom" select="$pagesFrom" />
|
||||
<xsl:with-param name="pagesTo" select="$pagesTo" />
|
||||
<xsl:with-param name="publicationDate"
|
||||
select="$publicationDate" />
|
||||
<xsl:with-param name="reviewed" select="$reviewed" />
|
||||
<xsl:with-param name="series" select="$series" />
|
||||
<xsl:with-param name="title" select="$title" />
|
||||
<xsl:with-param name="volume" select="$volume" />
|
||||
<xsl:with-param name="year" select="$year" />
|
||||
<xsl:with-param name="authors" select="$authors"/>
|
||||
<xsl:with-param name="issue" select="$issue"/>
|
||||
<xsl:with-param name="journal" select="$journal"/>
|
||||
<xsl:with-param name="misc" select="$misc"/>
|
||||
<xsl:with-param name="pagesFrom" select="$pagesFrom"/>
|
||||
<xsl:with-param name="pagesTo" select="$pagesTo"/>
|
||||
<xsl:with-param name="publicationDate" select="$publicationDate"/>
|
||||
<xsl:with-param name="reviewed" select="$reviewed"/>
|
||||
<xsl:with-param name="series" select="$series"/>
|
||||
<xsl:with-param name="title" select="$title"/>
|
||||
<xsl:with-param name="volume" select="$volume"/>
|
||||
<xsl:with-param name="year" select="$year"/>
|
||||
<!-- Technical data -->
|
||||
<xsl:with-param name="oid" select="$oid" />
|
||||
<xsl:with-param name="useRelativeUrl"
|
||||
|
|
|
|||
Loading…
Reference in New Issue