lenya/src/webapp/lenya/pubs/unipublic/xslt/article/live articles.xsl,1.9,1.10
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/live
In directory erbium:/tmp/cvs-serv29079/src/webapp/lenya/pubs/unipublic/xslt/article/live
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/live/articles.xsl,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** articles.xsl 1 Apr 2003 13:18:51 -0000 1.9
--- articles.xsl 8 May 2003 10:09:37 -0000 1.10
***************
*** 15,19 ****
<div class="art-pretitle">
<p> </p>
! <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">
--- 15,19 ----
<div class="art-pretitle">
<p> </p>
! <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">
***************
*** 57,61 ****
<!--
<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/>
-->
</p>
--- 57,61 ----
<!--
<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/>
-->
</p>