lenya/src/webapp/lenya/pubs/unipublic/xslt/article articles.xsl,1.26,1.27
Christian Egli <[email protected]>
| Newsgroups | gmane.comp.cms.wyona.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /repository/lenya/src/webapp/lenya/pubs/unipublic/xslt/article
In directory erbium:/tmp/cvs-serv29079/src/webapp/lenya/pubs/unipublic/xslt/article
Modified Files:
articles.xsl
Log Message:
According to the uri scheme standard the request parameters for
usecase and step are named "lenya.usecase" and "lenya.step". This is
now corrected for all publications and in the root sitemap.
Index: articles.xsl
===================================================================
RCS file: /repository/lenya/src/webapp/lenya/pubs/unipublic/xslt/article/articles.xsl,v
retrieving revision 1.26
retrieving revision 1.27
diff -C2 -d -r1.26 -r1.27
*** articles.xsl 1 Apr 2003 13:18:51 -0000 1.26
--- articles.xsl 8 May 2003 10:09:37 -0000 1.27
***************
*** 19,23 ****
<td class="tsr-text"><b>Teaser-Image</b></td>
<td class="tsr-text">
! <a href="index.html?usecase=uploadimage&step=showteaserscreen&documentid={$documentid}&xpath=/NewsML/NewsItem/NewsComponent[1]/ContentItem/DataContent/nitf/body/body.head/hedline">
<xsl:choose>
<xsl:when test="body/body.head/media">
--- 19,23 ----
<td class="tsr-text"><b>Teaser-Image</b></td>
<td class="tsr-text">
! <a href="index.html?lenya.usecase=uploadimage&lenya.step=showteaserscreen&documentid={$documentid}&xpath=/NewsML/NewsItem/NewsComponent[1]/ContentItem/DataContent/nitf/body/body.head/hedline">
<xsl:choose>
<xsl:when test="body/body.head/media">
***************
*** 45,49 ****
<div class="art-author"><xsl:apply-templates select="body/body.head/byline"/></div>
<xsl:if test="$authoring">
! <a href="index.html?usecase=uploadimage&step=showscreen&documentid={$documentid}&xpath=/NewsML/NewsItem/NewsComponent[1]/ContentItem/DataContent/nitf/body/body.content/block[1]/*[1]&insertBefore=true"><img src="/lenya/lenya/images/util/reddot.gif" alt="Insert Image" border="0"/></a><br/>
</xsl:if>
<xsl:apply-templates select="body/body.content/block"/>
--- 45,49 ----
<div class="art-author"><xsl:apply-templates select="body/body.head/byline"/></div>
<xsl:if test="$authoring">
! <a href="index.html?lenya.usecase=uploadimage&lenya.step=showscreen&documentid={$documentid}&xpath=/NewsML/NewsItem/NewsComponent[1]/ContentItem/DataContent/nitf/body/body.content/block[1]/*[1]&insertBefore=true"><img src="/lenya/lenya/images/util/reddot.gif" alt="Insert Image" border="0"/></a><br/>
</xsl:if>
<xsl:apply-templates select="body/body.content/block"/>
***************
*** 69,73 ****
<xsl:if test="$authoring">
<br/>
! <a href="index.html?usecase=uploadimage&step=showscreen&documentid={$documentid}&xpath=/NewsML/NewsItem/NewsComponent[1]/ContentItem/DataContent/nitf/body/body.content/block[{$block-position}]/p[{count(preceding-sibling::p)+1}]"><img src="/lenya/lenya/images/util/reddot.gif" alt="Insert Image" border="0"/></a><br/>
</xsl:if>
</p>
--- 69,73 ----
<xsl:if test="$authoring">
<br/>
! <a href="index.html?lenya.usecase=uploadimage&lenya.step=showscreen&documentid={$documentid}&xpath=/NewsML/NewsItem/NewsComponent[1]/ContentItem/DataContent/nitf/body/body.content/block[{$block-position}]/p[{count(preceding-sibling::p)+1}]"><img src="/lenya/lenya/images/util/reddot.gif" alt="Insert Image" border="0"/></a><br/>
</xsl:if>
</p>