mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@18974 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
162 lines
6.7 KiB
XML
162 lines
6.7 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!--
|
|
* Copyright (C) 2005-2010 Alfresco Software Limited.
|
|
*
|
|
* This file is part of Alfresco
|
|
*
|
|
* Alfresco is free software: you can redistribute it and/or modify
|
|
* it under the terms of the GNU Lesser General Public License as published by
|
|
* the Free Software Foundation, either version 3 of the License, or
|
|
* (at your option) any later version.
|
|
*
|
|
* Alfresco 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 Lesser General Public License for more details.
|
|
*
|
|
* You should have received a copy of the GNU Lesser General Public License
|
|
* along with Alfresco. If not, see <http://www.gnu.org/licenses/>.
|
|
|
|
|
|
Produces an html rendition of a press release
|
|
-->
|
|
<xsl:stylesheet version="1.0"
|
|
xmlns:xhtml="http://www.w3.org/1999/xhtml"
|
|
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
|
|
xmlns:pr="http://www.alfresco.org/alfresco/pr"
|
|
xmlns:fn="http://www.w3.org/2005/02/xpath-functions"
|
|
exclude-result-prefixes="xhtml">
|
|
<xsl:output method="html" encoding="UTF-8" indent="yes"
|
|
doctype-public="-//W3C//DTD XHTML 1.0 Transitional//EN"
|
|
doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"/>
|
|
|
|
<xsl:preserve-space elements="*"/>
|
|
|
|
<xsl:template match="/">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<!-- include common navigation components using SSIs (see web.xml for more information) -->
|
|
<xsl:comment>#include virtual="/assets/include_in_head.html"</xsl:comment>
|
|
<title><xsl:value-of select="/pr:press_release/pr:title"/></title>
|
|
<meta name="description" lang="en" >
|
|
<xsl:attribute name="content"><xsl:value-of select="/pr:press_release/pr:title"/></xsl:attribute>
|
|
</meta>
|
|
<style type="text/css">
|
|
p.leader {
|
|
font-weight: 700;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<div id="container">
|
|
<xsl:comment>#include virtual="/assets/include_main_navigation.html"</xsl:comment>
|
|
<xsl:comment>#include virtual="/about/navigation.html"</xsl:comment>
|
|
<div id="content"> </div>
|
|
<!-- Main Content -->
|
|
<div id="main_content">
|
|
|
|
<!-- BEGIN MAIN CONTENT -->
|
|
<h1><xsl:value-of select="/pr:press_release/pr:title"/></h1>
|
|
<p><strong><xsl:value-of select="/pr:press_release/pr:abstract"/></strong></p>
|
|
<p></p>
|
|
<xsl:for-each select="/pr:press_release/pr:body">
|
|
<p>
|
|
<xsl:variable name="body-text"><xsl:value-of select="normalize-space(.)" disable-output-escaping="yes"/></xsl:variable>
|
|
<xsl:if test="position()=1"><xsl:value-of select="normalize-space(/pr:press_release/pr:location)"/>—<xsl:value-of select="normalize-space(/pr:press_release/pr:launch_date)"/>—</xsl:if><xsl:value-of select="alf:encodeQuotes($body-text)" disable-output-escaping="yes"/>
|
|
</p>
|
|
</xsl:for-each>
|
|
<xsl:for-each select="/pr:press_release/pr:include_company_footer">
|
|
<xsl:variable name="cf-id"><xsl:value-of select="."/></xsl:variable>
|
|
<!-- load the xml document for the company footer using a built in FormDataFunction -->
|
|
<xsl:variable name="cf" select="alf:parseXMLDocument($cf-id)"/>
|
|
<h2>About <xsl:value-of select="$cf/pr:name"/></h2>
|
|
<xsl:for-each select="$cf/pr:body">
|
|
<xsl:variable name="bd-text"><xsl:value-of select="normalize-space(.)" disable-output-escaping="yes"/></xsl:variable>
|
|
<p><xsl:value-of select="alf:encodeQuotes($bd-text)" disable-output-escaping="yes"/></p>
|
|
</xsl:for-each>
|
|
</xsl:for-each>
|
|
<xsl:if test="/pr:press_release/pr:include_media_contacts='true'">
|
|
<h2>Media Contacts</h2>
|
|
<div><p>John Newton<br />Alfresco Software Inc.<br />+44 1628 860639<br />press@alfresco.com</p></div>
|
|
<div><p>Chuck Tanowitz<br />Schwartz Communications<br />+1 781 684-0770<br />alfresco@schwartz-pr.com</p></div>
|
|
</xsl:if>
|
|
<!-- END MAIN CONTENT -->
|
|
<xsl:element name="a">
|
|
<xsl:attribute name="href">
|
|
<xsl:value-of select="fn:replaceAll(string($alf:form_instance_data_file_name), '.xml', '.txt')"/>
|
|
</xsl:attribute>
|
|
<xsl:text>view plain text version</xsl:text>
|
|
</xsl:element>
|
|
</div>
|
|
<!-- Feature Content -->
|
|
<div id="right_content">
|
|
<div class="box_blue">
|
|
<h2>Press Releases By Category</h2>
|
|
|
|
<!-- store the current category in a variable for later comparison -->
|
|
<xsl:variable name="my_category"
|
|
select="/pr:press_release/pr:category"/>
|
|
<!-- store the current title in a variable for later comparison -->
|
|
<xsl:variable name="my_title"
|
|
select="/pr:press_release/pr:title"/>
|
|
<!-- load all press releases into a variable by calling into a form data function -->
|
|
<xsl:variable name="all_press_releases"
|
|
select="alf:parseXMLDocuments('press-release')"/>
|
|
<ul>
|
|
<!-- select a unique set of categories for the first level navigation -->
|
|
<xsl:for-each select="$all_press_releases[not(pr:category=preceding-sibling::pr:press_release/pr:category)]">
|
|
<xsl:sort select="pr:category"/>
|
|
<li>
|
|
<xsl:choose>
|
|
<!-- for the current category, present all press releases in this category -->
|
|
<xsl:when test="pr:category=$my_category">
|
|
<b><xsl:value-of select="pr:category"/></b>
|
|
<ul>
|
|
<!-- iterate all press releases which are in my_category -->
|
|
<xsl:for-each select="$all_press_releases[pr:category=$my_category]">
|
|
<xsl:sort select="pr:title"/>
|
|
<li>
|
|
<xsl:element name="a">
|
|
<xsl:if test="$my_title=pr:title">
|
|
<xsl:attribute name="style">font-weight:bold;</xsl:attribute>
|
|
</xsl:if>
|
|
<xsl:attribute name="href">
|
|
<xsl:value-of select="fn:replaceAll(string(@alf:file_name), '.xml', '.html')"/>
|
|
</xsl:attribute>
|
|
<xsl:value-of select="pr:title"/>
|
|
</xsl:element>
|
|
</li>
|
|
</xsl:for-each>
|
|
</ul>
|
|
</xsl:when>
|
|
<xsl:otherwise>
|
|
<!--
|
|
for other categories present a link to the first document in that category
|
|
with the category label
|
|
-->
|
|
<xsl:element name="a">
|
|
<xsl:attribute name="href">
|
|
<xsl:value-of select="fn:replaceAll(string(@alf:file_name), '.xml', '.html')"/>
|
|
</xsl:attribute>
|
|
<xsl:value-of select="pr:category"/>
|
|
</xsl:element>
|
|
</xsl:otherwise>
|
|
</xsl:choose>
|
|
</li>
|
|
</xsl:for-each>
|
|
</ul>
|
|
<h2>Press Release Archive</h2>
|
|
<ul>
|
|
<li><a href="/media/releases/archives/index.html">View Archived Releases</a></li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div id="clear"> </div>
|
|
</div>
|
|
<!--All Three End -->
|
|
<xsl:comment>#include virtual="/assets/footer.html"</xsl:comment>
|
|
</body>
|
|
</html>
|
|
</xsl:template>
|
|
</xsl:stylesheet>
|