|
|
Choosing A Webhost: |
svn commit: r389799 - in /lenya/branches/BRANCH_1_2_X/src/webapp: global-si: msg#00237cms.lenya.cvs
Author: jann Date: Wed Mar 29 06:17:20 2006 New Revision: 389799 URL: http://svn.apache.org/viewcvs?rev=389799&view=rev Log: Use the url defined in publication.xconf for the live area. It it is not set the respective input module construct the url from request parameters. Modified: lenya/branches/BRANCH_1_2_X/src/webapp/global-sitemap.xmap lenya/branches/BRANCH_1_2_X/src/webapp/lenya/xslt/menu/menu2xhtml.xsl Modified: lenya/branches/BRANCH_1_2_X/src/webapp/global-sitemap.xmap URL: http://svn.apache.org/viewcvs/lenya/branches/BRANCH_1_2_X/src/webapp/global-sitemap.xmap?rev=389799&r1=389798&r2=389799&view=diff ============================================================================== --- lenya/branches/BRANCH_1_2_X/src/webapp/global-sitemap.xmap (original) +++ lenya/branches/BRANCH_1_2_X/src/webapp/global-sitemap.xmap Wed Mar 29 06:17:20 2006 @@ -297,6 +297,7 @@ <map:parameter name="servertime" value="{date-i18n:currentDate}"/> <map:parameter name="workflowstate" value="{workflow:state}"/> <map:parameter name="islive" value="{workflow:variable.is_live}"/> + <map:parameter name="proxy-url-live" value="{proxy-url:live:{page-envelope:document-id}:{page-envelope:document-language}}"/> </map:transform> </map:otherwise> </map:select> Modified: lenya/branches/BRANCH_1_2_X/src/webapp/lenya/xslt/menu/menu2xhtml.xsl URL: http://svn.apache.org/viewcvs/lenya/branches/BRANCH_1_2_X/src/webapp/lenya/xslt/menu/menu2xhtml.xsl?rev=389799&r1=389798&r2=389799&view=diff ============================================================================== --- lenya/branches/BRANCH_1_2_X/src/webapp/lenya/xslt/menu/menu2xhtml.xsl (original) +++ lenya/branches/BRANCH_1_2_X/src/webapp/lenya/xslt/menu/menu2xhtml.xsl Wed Mar 29 06:17:20 2006 @@ -35,6 +35,7 @@ <xsl:param name="servertime"/> <xsl:param name="workflowstate"/> <xsl:param name="islive"/> +<xsl:param name="proxy-url-live"/> <xsl:variable name="image-prefix"><xsl:value-of select="$contextprefix"/>/lenya/menu/images</xsl:variable> @@ -143,6 +144,9 @@ </xsl:variable> <xsl:choose> + <xsl:when test="$tab-area='live'"> + <li id="area-{$tab-area}"><a href="{$proxy-url-live}" target="_blank"> <span><i18n:text><xsl:value-of select="$tab-name"/></i18n:text></span></a></li> + </xsl:when> <xsl:when test="starts-with($completearea, $tab-area-prefix)"> <li id="area-{$tab-area}-active"><a href="{$contextprefix}/{$publicationid}/{$tab-area}{normalize-space($tab-documenturl)}"> <span><i18n:text><xsl:value-of select="$tab-name"/></i18n:text></span></a></li> </xsl:when>
|
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | svn commit: r389764 - /lenya/trunk/src/modules/webdav/java/src/org/apache/lenya/cms/usecases/webdav/Put.java, thorsten |
|---|---|
| Next by Date: | svn commit: r389800 - /lenya/trunk/src/targets/webapp-build.xml, thorsten |
| Previous by Thread: | svn commit: r389764 - /lenya/trunk/src/modules/webdav/java/src/org/apache/lenya/cms/usecases/webdav/Put.java, thorsten |
| Next by Thread: | svn commit: r389800 - /lenya/trunk/src/targets/webapp-build.xml, thorsten |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
Free MagazinesCisco NewsReceive a free quarterly e-newsletter with exclusive articles on how Cisco IT uses its own products and solutions to enable the business. subscribe Systems Management News, the newspaper for IT systems administration and data center managers! Each issue of Systems Management News is chock-full of news and analysis to help you understand what's happening in your field. subscribe The Enterprise Newsweekly eWeek is the essential technology information source for builders of e-business. subscribe Oracle Magazine Oracle Magazine contains technology strategy articles, sample code, tips, Oracle and partner news, how to articles for developers and DBAs, and more. Oracle (NASDAQ: ORCL) is the world's largest enterprise software company. subscribe Total Telecom Total Telecom is "The Economist of the communications industry". subscribe |