You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by an...@apache.org on 2007/06/13 16:42:39 UTC

svn commit: r546891 - in /lenya/trunk/src: modules-core/workflow/usecases/publish.jx webapp/lenya/content/exception/publication-does-not-exist.jx

Author: andreas
Date: Wed Jun 13 07:42:38 2007
New Revision: 546891

URL: http://svn.apache.org/viewvc?view=rev&rev=546891
Log:
Fixed link URLs according to proxy transformer

Modified:
    lenya/trunk/src/modules-core/workflow/usecases/publish.jx
    lenya/trunk/src/webapp/lenya/content/exception/publication-does-not-exist.jx

Modified: lenya/trunk/src/modules-core/workflow/usecases/publish.jx
URL: http://svn.apache.org/viewvc/lenya/trunk/src/modules-core/workflow/usecases/publish.jx?view=diff&rev=546891&r1=546890&r2=546891
==============================================================================
--- lenya/trunk/src/modules-core/workflow/usecases/publish.jx (original)
+++ lenya/trunk/src/modules-core/workflow/usecases/publish.jx Wed Jun 13 07:42:38 2007
@@ -90,7 +90,7 @@
                   <ul>
                     <jx:forEach var="link" items="${unpublishedLinks}">
                       <li>
-                        <a href="${request.contextPath}${link.getCanonicalWebappURL()}">
+                        <a href="${link.getCanonicalWebappURL()}">
                           <jx:out value="${link.getMetaData('http://purl.org/dc/elements/1.1/').getFirstValue('title')}"/></a>
                         <span>
                           (<jx:out value="${link.getPath()}"/>,

Modified: lenya/trunk/src/webapp/lenya/content/exception/publication-does-not-exist.jx
URL: http://svn.apache.org/viewvc/lenya/trunk/src/webapp/lenya/content/exception/publication-does-not-exist.jx?view=diff&rev=546891&r1=546890&r2=546891
==============================================================================
--- lenya/trunk/src/webapp/lenya/content/exception/publication-does-not-exist.jx (original)
+++ lenya/trunk/src/webapp/lenya/content/exception/publication-does-not-exist.jx Wed Jun 13 07:42:38 2007
@@ -19,7 +19,7 @@
         </i18n:translate>
       </p>
       <p>
-        <a href="/${contextPath}"><i18n:text>Back</i18n:text></a>
+        <a href="/index.html"><i18n:text>Back</i18n:text></a>
       </p>
     </page:body>
     



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@lenya.apache.org
For additional commands, e-mail: commits-help@lenya.apache.org