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 2005/01/25 11:54:09 UTC

svn commit: r126369 - /lenya/trunk/src/webapp/lenya/usecase.xmap

Author: andreas
Date: Tue Jan 25 02:54:07 2005
New Revision: 126369

URL: http://svn.apache.org/viewcvs?view=rev&rev=126369
Log:
usecase framework for submit and reject
Modified:
   lenya/trunk/src/webapp/lenya/usecase.xmap

Modified: lenya/trunk/src/webapp/lenya/usecase.xmap
Url: http://svn.apache.org/viewcvs/lenya/trunk/src/webapp/lenya/usecase.xmap?view=diff&rev=126369&p1=lenya/trunk/src/webapp/lenya/usecase.xmap&r1=126368&p2=lenya/trunk/src/webapp/lenya/usecase.xmap&r2=126369
==============================================================================
--- lenya/trunk/src/webapp/lenya/usecase.xmap	(original)
+++ lenya/trunk/src/webapp/lenya/usecase.xmap	Tue Jan 25 02:54:07 2005
@@ -172,32 +172,6 @@
         <!-- usecase -->
 
 
-        <!-- Submit -->
-        <map:match pattern="submit" type="usecase">
-          <map:match pattern="showscreen" type="step">
-            <map:generate type="serverpages" src="fallback://lenya/content/publishing/submit-screen.xsp"/>
-            <map:transform src="fallback://lenya/xslt/publishing/submit-screen.xsl">
-              <map:parameter name="use-request-parameters" value="true"/>
-            </map:transform>
-            <map:transform src="cocoon:/notification/{../../1}/submit.xsl"/>
-            <map:call resource="style-cms-page"/>
-          </map:match>
-        </map:match>
-        <!-- / Submit -->
-        
-        <!-- Reject -->
-        <map:match pattern="reject" type="usecase">
-          <map:match pattern="showscreen" type="step">
-            <map:generate type="serverpages" src="fallback://lenya/content/publishing/reject-screen.xsp"/>
-            <map:transform src="fallback://lenya/xslt/publishing/reject-screen.xsl">
-              <map:parameter name="use-request-parameters" value="true"/>
-            </map:transform>
-            <map:transform src="cocoon:/notification/{../../1}/reject.xsl"/>
-            <map:call resource="style-cms-page"/>
-          </map:match>
-        </map:match>
-        <!-- / Reject -->
-        
         <!-- Publish -->
         <map:match pattern="publish" type="usecase">
           

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