You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by jh...@apache.org on 2005/09/07 10:05:03 UTC

svn commit: r279274 - in /cocoon/branches/BRANCH_2_1_X/src/blocks/forms/samples/dreamteam: content/teamTemplate.jx sitemap.xmap

Author: jheymans
Date: Wed Sep  7 01:04:43 2005
New Revision: 279274

URL: http://svn.apache.org/viewcvs?rev=279274&view=rev
Log:
Fixed image path, added 'back to samples' link

Modified:
    cocoon/branches/BRANCH_2_1_X/src/blocks/forms/samples/dreamteam/content/teamTemplate.jx
    cocoon/branches/BRANCH_2_1_X/src/blocks/forms/samples/dreamteam/sitemap.xmap

Modified: cocoon/branches/BRANCH_2_1_X/src/blocks/forms/samples/dreamteam/content/teamTemplate.jx
URL: http://svn.apache.org/viewcvs/cocoon/branches/BRANCH_2_1_X/src/blocks/forms/samples/dreamteam/content/teamTemplate.jx?rev=279274&r1=279273&r2=279274&view=diff
==============================================================================
--- cocoon/branches/BRANCH_2_1_X/src/blocks/forms/samples/dreamteam/content/teamTemplate.jx (original)
+++ cocoon/branches/BRANCH_2_1_X/src/blocks/forms/samples/dreamteam/content/teamTemplate.jx Wed Sep  7 01:04:43 2005
@@ -240,7 +240,10 @@
       <h2>When everything is valid</h2>
       <p class="developer-note"> When <i>Submit</i> is pressed, and all rows validate, the <i>prot_buildTeam</i>
         function takes over and hands the selected team to the Manager class for further processing. Finally the
-        function passes flow onto the <i>showteam</i> pipeline. </p>
+        function passes flow onto the <i>showteam</i> pipeline. </p>        
+    <p>
+      <a href="../">Back to samples</a>
+    </p>            
     </body>
   </html>
 </jx:template>

Modified: cocoon/branches/BRANCH_2_1_X/src/blocks/forms/samples/dreamteam/sitemap.xmap
URL: http://svn.apache.org/viewcvs/cocoon/branches/BRANCH_2_1_X/src/blocks/forms/samples/dreamteam/sitemap.xmap?rev=279274&r1=279273&r2=279274&view=diff
==============================================================================
--- cocoon/branches/BRANCH_2_1_X/src/blocks/forms/samples/dreamteam/sitemap.xmap (original)
+++ cocoon/branches/BRANCH_2_1_X/src/blocks/forms/samples/dreamteam/sitemap.xmap Wed Sep  7 01:04:43 2005
@@ -126,7 +126,7 @@
       <!-- images                                    -->
       <!-- ========================================= -->
       <map:match pattern="resources/*.gif">
-        <map:read mime-type="image/gif" src="resource://org/apache/cocoon/forms/resources/{1}.gif"/>
+        <map:read mime-type="image/gif" src="resource://org/apache/cocoon/forms/resources/img/{1}.gif"/>
       </map:match>
       <map:match pattern="flags/*.gif">
         <map:read mime-type="image/gif" src="resources/flags/{1}.gif"/>