logo       
Google Custom Search
    AddThis Social Bookmark Button

svn commit: r209458 - in /lenya/branches/BRANCH_1_2_X/src/webapp/lenya/cont: msg#00023

Subject: svn commit: r209458 - in /lenya/branches/BRANCH_1_2_X/src/webapp/lenya/content: info/archive.xsp info/copy.xsp info/cut.xsp info/deactivate.xsp info/delete.xsp info/paste.xsp info/restore.xsp publishing/submit-screen.xsp
Author: edith
Date: Wed Jul  6 06:38:23 2005
New Revision: 209458

URL: http://svn.apache.org/viewcvs?rev=209458&view=rev
Log:
Please Wait Message build while publishing, submiting, deactivating, copying, 
cuting, pasting, archiving, deletein, restoring

Modified:
    lenya/branches/BRANCH_1_2_X/src/webapp/lenya/content/info/archive.xsp
    lenya/branches/BRANCH_1_2_X/src/webapp/lenya/content/info/copy.xsp
    lenya/branches/BRANCH_1_2_X/src/webapp/lenya/content/info/cut.xsp
    lenya/branches/BRANCH_1_2_X/src/webapp/lenya/content/info/deactivate.xsp
    lenya/branches/BRANCH_1_2_X/src/webapp/lenya/content/info/delete.xsp
    lenya/branches/BRANCH_1_2_X/src/webapp/lenya/content/info/paste.xsp
    lenya/branches/BRANCH_1_2_X/src/webapp/lenya/content/info/restore.xsp
    
lenya/branches/BRANCH_1_2_X/src/webapp/lenya/content/publishing/submit-screen.xsp

Modified: lenya/branches/BRANCH_1_2_X/src/webapp/lenya/content/info/archive.xsp
URL: 
http://svn.apache.org/viewcvs/lenya/branches/BRANCH_1_2_X/src/webapp/lenya/content/info/archive.xsp?rev=209458&r1=209457&r2=209458&view=diff
==============================================================================
--- lenya/branches/BRANCH_1_2_X/src/webapp/lenya/content/info/archive.xsp 
(original)
+++ lenya/branches/BRANCH_1_2_X/src/webapp/lenya/content/info/archive.xsp Wed 
Jul  6 06:38:23 2005
@@ -15,7 +15,7 @@
   limitations under the License.
 -->
 
-<!-- $Id: archive.xsp,v 1.12 2004/03/13 12:31:30 gregor Exp $ -->
+<!-- $Id$ -->
 
 <xsp:page 
   language="java" 
@@ -33,6 +33,7 @@
   
   <page>
     <info>
+      <context-prefix><input:get-attribute module="page-envelope" 
name="context-prefix" as="string"/></context-prefix>
       <request-uri><xsp-request:get-uri/></request-uri>
       <document-id><input:get-attribute module="page-envelope" as="string" 
name="document-id"/></document-id>
       <area><input:get-attribute module="page-envelope" as="string" 
name="area"/></area>

Modified: lenya/branches/BRANCH_1_2_X/src/webapp/lenya/content/info/copy.xsp
URL: 
http://svn.apache.org/viewcvs/lenya/branches/BRANCH_1_2_X/src/webapp/lenya/content/info/copy.xsp?rev=209458&r1=209457&r2=209458&view=diff
==============================================================================
--- lenya/branches/BRANCH_1_2_X/src/webapp/lenya/content/info/copy.xsp 
(original)
+++ lenya/branches/BRANCH_1_2_X/src/webapp/lenya/content/info/copy.xsp Wed Jul  
6 06:38:23 2005
@@ -15,7 +15,7 @@
   limitations under the License.
 -->
 
-<!-- $Id: copy.xsp,v 1.9 2004/03/13 12:31:30 gregor Exp $ -->
+<!-- $Id$ -->
 
 <xsp:page 
   language="java" 
@@ -26,6 +26,7 @@
 
 <page>
 <info>
+  <context-prefix><input:get-attribute module="page-envelope" 
name="context-prefix" as="string"/></context-prefix>
   <document-id><input:get-attribute module="page-envelope" as="string" 
name="document-id"/></document-id>
   <area><input:get-attribute module="page-envelope" as="string" 
name="area"/></area>
   <request-uri><xsp-request:get-uri/></request-uri>

Modified: lenya/branches/BRANCH_1_2_X/src/webapp/lenya/content/info/cut.xsp
URL: 
http://svn.apache.org/viewcvs/lenya/branches/BRANCH_1_2_X/src/webapp/lenya/content/info/cut.xsp?rev=209458&r1=209457&r2=209458&view=diff
==============================================================================
--- lenya/branches/BRANCH_1_2_X/src/webapp/lenya/content/info/cut.xsp (original)
+++ lenya/branches/BRANCH_1_2_X/src/webapp/lenya/content/info/cut.xsp Wed Jul  
6 06:38:23 2005
@@ -15,7 +15,7 @@
   limitations under the License.
 -->
 
-<!-- $Id: cut.xsp,v 1.9 2004/03/13 12:31:30 gregor Exp $ -->
+<!-- $Id$ -->
 
 <xsp:page 
   language="java" 
@@ -26,6 +26,7 @@
 
 <page>
 <info>
+  <context-prefix><input:get-attribute module="page-envelope" 
name="context-prefix" as="string"/></context-prefix>
   <document-id><input:get-attribute module="page-envelope" as="string" 
name="document-id"/></document-id>
   <area><input:get-attribute module="page-envelope" as="string" 
name="area"/></area>
   <request-uri><xsp-request:get-uri/></request-uri>

Modified: 
lenya/branches/BRANCH_1_2_X/src/webapp/lenya/content/info/deactivate.xsp
URL: 
http://svn.apache.org/viewcvs/lenya/branches/BRANCH_1_2_X/src/webapp/lenya/content/info/deactivate.xsp?rev=209458&r1=209457&r2=209458&view=diff
==============================================================================
--- lenya/branches/BRANCH_1_2_X/src/webapp/lenya/content/info/deactivate.xsp 
(original)
+++ lenya/branches/BRANCH_1_2_X/src/webapp/lenya/content/info/deactivate.xsp 
Wed Jul  6 06:38:23 2005
@@ -15,7 +15,7 @@
   limitations under the License.
 -->
 
-<!-- $Id: deactivate.xsp,v 1.15 2004/03/13 12:31:30 gregor Exp $ -->
+<!-- $Id$ -->
 
 <xsp:page 
   language="java" 
@@ -37,6 +37,7 @@
 <page>
   <info>
     
+    <context-prefix><input:get-attribute module="page-envelope" 
name="context-prefix" as="string"/></context-prefix>
     <request-uri><xsp-request:get-uri/></request-uri>
     <document-id><input:get-attribute module="page-envelope" as="string" 
name="document-id"/></document-id>
     <document-language><input:get-attribute module="page-envelope" 
name="document-language" as="string"/></document-language>

Modified: lenya/branches/BRANCH_1_2_X/src/webapp/lenya/content/info/delete.xsp
URL: 
http://svn.apache.org/viewcvs/lenya/branches/BRANCH_1_2_X/src/webapp/lenya/content/info/delete.xsp?rev=209458&r1=209457&r2=209458&view=diff
==============================================================================
--- lenya/branches/BRANCH_1_2_X/src/webapp/lenya/content/info/delete.xsp 
(original)
+++ lenya/branches/BRANCH_1_2_X/src/webapp/lenya/content/info/delete.xsp Wed 
Jul  6 06:38:23 2005
@@ -33,6 +33,7 @@
   
   <page>
     <info>
+      <context-prefix><input:get-attribute module="page-envelope" 
name="context-prefix" as="string"/></context-prefix>
       <request-uri><xsp-request:get-uri/></request-uri>
       <document-id><input:get-attribute module="page-envelope" as="string" 
name="document-id"/></document-id>
       <area><input:get-attribute module="page-envelope" as="string" 
name="area"/></area>

Modified: lenya/branches/BRANCH_1_2_X/src/webapp/lenya/content/info/paste.xsp
URL: 
http://svn.apache.org/viewcvs/lenya/branches/BRANCH_1_2_X/src/webapp/lenya/content/info/paste.xsp?rev=209458&r1=209457&r2=209458&view=diff
==============================================================================
--- lenya/branches/BRANCH_1_2_X/src/webapp/lenya/content/info/paste.xsp 
(original)
+++ lenya/branches/BRANCH_1_2_X/src/webapp/lenya/content/info/paste.xsp Wed Jul 
 6 06:38:23 2005
@@ -15,7 +15,7 @@
   limitations under the License.
 -->
 
-<!-- $Id: paste.xsp,v 1.12 2004/03/13 12:31:30 gregor Exp $ -->
+<!-- $Id$ -->
 
 <xsp:page 
   language="java" 
@@ -27,6 +27,7 @@
   
 <page>
   <info>
+    <context-prefix><input:get-attribute module="page-envelope" 
name="context-prefix" as="string"/></context-prefix>
     <first-document-id><xsp-session:get-attribute 
name="org.apache.lenya.cms.info.firstdocid"/></first-document-id>
     <sec-document-id><input:get-attribute module="page-envelope" as="string" 
name="document-id"/></sec-document-id>
     <first-area><xsp-session:get-attribute 
name="org.apache.lenya.cms.info.firstarea"/></first-area>

Modified: lenya/branches/BRANCH_1_2_X/src/webapp/lenya/content/info/restore.xsp
URL: 
http://svn.apache.org/viewcvs/lenya/branches/BRANCH_1_2_X/src/webapp/lenya/content/info/restore.xsp?rev=209458&r1=209457&r2=209458&view=diff
==============================================================================
--- lenya/branches/BRANCH_1_2_X/src/webapp/lenya/content/info/restore.xsp 
(original)
+++ lenya/branches/BRANCH_1_2_X/src/webapp/lenya/content/info/restore.xsp Wed 
Jul  6 06:38:23 2005
@@ -34,6 +34,7 @@
 
 <page>
 <info>
+   <context-prefix><input:get-attribute module="page-envelope" 
name="context-prefix" as="string"/></context-prefix>
    <xsp:logic>
     Publication publication = (Publication) <input:get-attribute 
module="page-envelope" as="object" name="publication"/>;
     String documentId = (String) <input:get-attribute module="page-envelope" 
as="object" name="document-id"/>;

Modified: 
lenya/branches/BRANCH_1_2_X/src/webapp/lenya/content/publishing/submit-screen.xsp
URL: 
http://svn.apache.org/viewcvs/lenya/branches/BRANCH_1_2_X/src/webapp/lenya/content/publishing/submit-screen.xsp?rev=209458&r1=209457&r2=209458&view=diff
==============================================================================
--- 
lenya/branches/BRANCH_1_2_X/src/webapp/lenya/content/publishing/submit-screen.xsp
 (original)
+++ 
lenya/branches/BRANCH_1_2_X/src/webapp/lenya/content/publishing/submit-screen.xsp
 Wed Jul  6 06:38:23 2005
@@ -15,7 +15,7 @@
   limitations under the License.
 -->
 
-<!-- $Id: submit-screen.xsp,v 1.7 2004/03/13 12:31:32 gregor Exp $ -->
+<!-- $Id$ -->
 
 <xsp:page
        language="java"
@@ -35,6 +35,7 @@
   <usecase:referer><input:get-attribute module="request" name="requestURI" 
as="string"/></usecase:referer>
   <publication-id><xsp-session:get-attribute 
name="org.apache.lenya.cms.cocoon.acting.Authenticator.id"/></publication-id>
   <document-id><input:get-attribute module="page-envelope" as="string" 
name="document-id"/></document-id>
+  <usecase:context-prefix><input:get-attribute module="page-envelope" 
name="context-prefix" as="string"/></usecase:context-prefix>
   
        <not:users>
        <xsp:logic>



Try Searching:
servers, voip, java, networking, microsoft ...
<Prev in Thread] Current Thread [Next in Thread>