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 15:18:51 UTC

svn commit: r279320 - in /cocoon/blocks/forms/trunk/samples/dreamteam: content/teamTemplate.jx sitemap.xmap

Author: jheymans
Date: Wed Sep  7 06:18:44 2005
New Revision: 279320

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

Modified:
    cocoon/blocks/forms/trunk/samples/dreamteam/content/teamTemplate.jx
    cocoon/blocks/forms/trunk/samples/dreamteam/sitemap.xmap

Modified: cocoon/blocks/forms/trunk/samples/dreamteam/content/teamTemplate.jx
URL: http://svn.apache.org/viewcvs/cocoon/blocks/forms/trunk/samples/dreamteam/content/teamTemplate.jx?rev=279320&r1=279319&r2=279320&view=diff
==============================================================================
--- cocoon/blocks/forms/trunk/samples/dreamteam/content/teamTemplate.jx (original)
+++ cocoon/blocks/forms/trunk/samples/dreamteam/content/teamTemplate.jx Wed Sep  7 06:18:44 2005
@@ -241,6 +241,9 @@
       <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>
+    <p>
+      <a href="../">Back to samples</a>
+    </p>            
     </body>
   </html>
 </jx:template>

Modified: cocoon/blocks/forms/trunk/samples/dreamteam/sitemap.xmap
URL: http://svn.apache.org/viewcvs/cocoon/blocks/forms/trunk/samples/dreamteam/sitemap.xmap?rev=279320&r1=279319&r2=279320&view=diff
==============================================================================
--- cocoon/blocks/forms/trunk/samples/dreamteam/sitemap.xmap (original)
+++ cocoon/blocks/forms/trunk/samples/dreamteam/sitemap.xmap Wed Sep  7 06:18:44 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"/>