crossley 2002/10/13 17:12:52
Modified: src/scratchpad/webapp/samples/sitebuilder/datasources
addElement.jsp deleteElement.jsp menu.main.xml
src/scratchpad/webapp/samples/sitebuilder/stylesheets
layout.2.xsl match.edit.xsl operation-result.xsl
pipeline.edit.xsl replacer.xsp sitemap.edit.xsl
sitemap.openSubSite.xsl sitemap.view.xsl
Log:
Amended pathnames to include /samples/ to reflect where samples have been moved.
Fixes bug: 12922
Submitted by: Andreas Hochsteger <[EMAIL PROTECTED]>
Revision Changes Path
1.2 +2 -2
xml-cocoon2/src/scratchpad/webapp/samples/sitebuilder/datasources/addElement.jsp
Index: addElement.jsp
===================================================================
RCS file:
/home/cvs/xml-cocoon2/src/scratchpad/webapp/samples/sitebuilder/datasources/addElement.jsp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- addElement.jsp 2 Jul 2002 06:27:04 -0000 1.1
+++ addElement.jsp 14 Oct 2002 00:12:51 -0000 1.2
@@ -69,7 +69,7 @@
tb.append(" xmlns:xsl=\"http://www.w3.org/1999/XSL/Transform\""
);
tb.append(" xmlns:map=\"http://apache.org/cocoon/sitemap/1.0\""
);
tb.append(" >"
);
-tb.append(" <xsl:include href=\"" + cocoonPrefix +
"sitebuilder/stylesheets/sitemapEditHelper.xsl\" />");
+tb.append(" <xsl:include href=\"" + cocoonPrefix +
"/samples/sitebuilder/stylesheets/sitemapEditHelper.xsl\" />");
tb.append(" <xsl:template match=\"" + request.getParameter("parentElementXPath") +
"\">" );
@@ -133,4 +133,4 @@
}
%>
-</operation>
\ No newline at end of file
+</operation>
1.2 +1 -1
xml-cocoon2/src/scratchpad/webapp/samples/sitebuilder/datasources/deleteElement.jsp
Index: deleteElement.jsp
===================================================================
RCS file:
/home/cvs/xml-cocoon2/src/scratchpad/webapp/samples/sitebuilder/datasources/deleteElement.jsp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- deleteElement.jsp 2 Jul 2002 06:27:04 -0000 1.1
+++ deleteElement.jsp 14 Oct 2002 00:12:51 -0000 1.2
@@ -111,4 +111,4 @@
}
%>
-</operation>
\ No newline at end of file
+</operation>
1.2 +1 -1
xml-cocoon2/src/scratchpad/webapp/samples/sitebuilder/datasources/menu.main.xml
Index: menu.main.xml
===================================================================
RCS file:
/home/cvs/xml-cocoon2/src/scratchpad/webapp/samples/sitebuilder/datasources/menu.main.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- menu.main.xml 2 Jul 2002 06:27:04 -0000 1.1
+++ menu.main.xml 14 Oct 2002 00:12:51 -0000 1.2
@@ -7,6 +7,6 @@
</critical:channel>
-->
<critical:channel name="Menu">
- <critical:item title="Open site" link="/cocoon/sitebuilder/" />
+ <critical:item title="Open site" link="/cocoon/samples/sitebuilder/" />
</critical:channel>
</critical:menu>
1.2 +1 -1
xml-cocoon2/src/scratchpad/webapp/samples/sitebuilder/stylesheets/layout.2.xsl
Index: layout.2.xsl
===================================================================
RCS file:
/home/cvs/xml-cocoon2/src/scratchpad/webapp/samples/sitebuilder/stylesheets/layout.2.xsl,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- layout.2.xsl 2 Jul 2002 06:27:05 -0000 1.1
+++ layout.2.xsl 14 Oct 2002 00:12:51 -0000 1.2
@@ -5,7 +5,7 @@
<HTML>
<HEAD>
<TITLE>Sitebuilder</TITLE>
- <link rel="stylesheet"
href="/cocoon/sitebuilder/staticFile/sitebuilder.css" type="text/css" />
+ <link rel="stylesheet"
href="/cocoon/samples/sitebuilder/staticFile/sitebuilder.css" type="text/css" />
</HEAD>
<BODY bgcolor="white">
1.2 +13 -13
xml-cocoon2/src/scratchpad/webapp/samples/sitebuilder/stylesheets/match.edit.xsl
Index: match.edit.xsl
===================================================================
RCS file:
/home/cvs/xml-cocoon2/src/scratchpad/webapp/samples/sitebuilder/stylesheets/match.edit.xsl,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- match.edit.xsl 2 Jul 2002 06:27:05 -0000 1.1
+++ match.edit.xsl 14 Oct 2002 00:12:51 -0000 1.2
@@ -26,7 +26,7 @@
<td class="sitebuilder_sitemapViewEdit">
<a class="sitebuilder_sitemapViewEdit">
- <xsl:attribute
name="href">/cocoon/sitebuilder/pipeline/edit/?siteName=<xsl:value-of
select="$siteName" />&pipelineId=<xsl:value-of select="$pipelineId"
/></xsl:attribute>
+ <xsl:attribute
name="href">/cocoon/samples/sitebuilder/pipeline/edit/?siteName=<xsl:value-of
select="$siteName" />&pipelineId=<xsl:value-of select="$pipelineId"
/></xsl:attribute>
[Edit Pipeline]</a>
@@ -40,20 +40,20 @@
<td class="sitebuilder_sitemapViewEdit">
<xsl:if test="count(map:generate)+count(map:read)+count(map:aggregate) =
0">
<a class="sitebuilder_sitemapViewEdit">
- <xsl:attribute
name="href">/cocoon/sitebuilder/match/newAggregate/?siteName=<xsl:value-of
select="$siteName" />&pipelineId=<xsl:value-of select="$pipelineId"
/>&matchId=<xsl:value-of select="$matchId" /></xsl:attribute>
+ <xsl:attribute
name="href">/cocoon/samples/sitebuilder/match/newAggregate/?siteName=<xsl:value-of
select="$siteName" />&pipelineId=<xsl:value-of select="$pipelineId"
/>&matchId=<xsl:value-of select="$matchId" /></xsl:attribute>
[Add Aggregation]</a>
<br />
<a class="sitebuilder_sitemapViewEdit">
- <xsl:attribute
name="href">/cocoon/sitebuilder/match/newGenerate/?siteName=<xsl:value-of
select="$siteName" />&pipelineId=<xsl:value-of select="$pipelineId"
/>&matchId=<xsl:value-of select="$matchId" /></xsl:attribute>
+ <xsl:attribute
name="href">/cocoon/samples/sitebuilder/match/newGenerate/?siteName=<xsl:value-of
select="$siteName" />&pipelineId=<xsl:value-of select="$pipelineId"
/>&matchId=<xsl:value-of select="$matchId" /></xsl:attribute>
[Add Generator]</a>
<br />
<a class="sitebuilder_sitemapViewEdit">
- <xsl:attribute
name="href">/cocoon/sitebuilder/match/newRead/?siteName=<xsl:value-of
select="$siteName" />&pipelineId=<xsl:value-of select="$pipelineId"
/>&matchId=<xsl:value-of select="$matchId" /></xsl:attribute>
+ <xsl:attribute
name="href">/cocoon/samples/sitebuilder/match/newRead/?siteName=<xsl:value-of
select="$siteName" />&pipelineId=<xsl:value-of select="$pipelineId"
/>&matchId=<xsl:value-of select="$matchId" /></xsl:attribute>
[Add Reader]</a>
@@ -70,7 +70,7 @@
<td class="sitebuilder_sitemapViewEdit">
<a class="sitebuilder_sitemapViewEdit">
- <xsl:attribute
name="href">/cocoon/sitebuilder/match/newTransform/?siteName=<xsl:value-of
select="$siteName" />&pipelineId=<xsl:value-of select="$pipelineId"
/>&matchId=<xsl:value-of select="$matchId" /></xsl:attribute>
+ <xsl:attribute
name="href">/cocoon/samples/sitebuilder/match/newTransform/?siteName=<xsl:value-of
select="$siteName" />&pipelineId=<xsl:value-of select="$pipelineId"
/>&matchId=<xsl:value-of select="$matchId" /></xsl:attribute>
[Add]</a>
@@ -86,7 +86,7 @@
<td class="sitebuilder_sitemapViewEdit">
<xsl:if test="count(map:serialize) = 0">
<a class="sitebuilder_sitemapViewEdit">
- <xsl:attribute
name="href">/cocoon/sitebuilder/match/newSerialize/?siteName=<xsl:value-of
select="$siteName" />&pipelineId=<xsl:value-of select="$pipelineId"
/>&matchId=<xsl:value-of select="$matchId" /></xsl:attribute>
+ <xsl:attribute
name="href">/cocoon/samples/sitebuilder/match/newSerialize/?siteName=<xsl:value-of
select="$siteName" />&pipelineId=<xsl:value-of select="$pipelineId"
/>&matchId=<xsl:value-of select="$matchId" /></xsl:attribute>
[Add]</a>
@@ -148,9 +148,9 @@
Aggregation under <em><<xsl:if test="@ns"><xsl:value-of select="@ns"
/>:</xsl:if><xsl:value-of select="@element" />></em> of:
</td>
<td class="sitebuilder_sitemapViewEdit">
- <a class="sitebuilder_sitemapViewEdit"><xsl:attribute
name="href">/cocoon/sitebuilder/match/deleteElement/process?siteName=<xsl:value-of
select="$siteName" />&elementId=<xsl:value-of select="@id"
/>&followup_siteName=<xsl:value-of select="$siteName"
/>&followup_pipelineId=<xsl:value-of select="$pipelineId"
/>&followup_matchId=<xsl:value-of select="$matchId"
/></xsl:attribute>[Remove]</a><br/>
+ <a class="sitebuilder_sitemapViewEdit"><xsl:attribute
name="href">/cocoon/samples/sitebuilder/match/deleteElement/process?siteName=<xsl:value-of
select="$siteName" />&elementId=<xsl:value-of select="@id"
/>&followup_siteName=<xsl:value-of select="$siteName"
/>&followup_pipelineId=<xsl:value-of select="$pipelineId"
/>&followup_matchId=<xsl:value-of select="$matchId"
/></xsl:attribute>[Remove]</a><br/>
<a class="sitebuilder_sitemapViewEdit">
- <xsl:attribute
name="href">/cocoon/sitebuilder/match/newGeneratePart/?siteName=<xsl:value-of
select="$siteName" />&pipelineId=<xsl:value-of select="$pipelineId"
/>&matchId=<xsl:value-of select="$matchId" />&aggregateId=<xsl:value-of
select="@id" /></xsl:attribute>
+ <xsl:attribute
name="href">/cocoon/samples/sitebuilder/match/newGeneratePart/?siteName=<xsl:value-of
select="$siteName" />&pipelineId=<xsl:value-of select="$pipelineId"
/>&matchId=<xsl:value-of select="$matchId" />&aggregateId=<xsl:value-of
select="@id" /></xsl:attribute>
[Add Part]</a>
<br />
</td>
@@ -164,7 +164,7 @@
<div class="sitebuilder_aggregateParts"><xsl:value-of select="@src" /> under
<xsl:if test="@ns">'<xsl:value-of select="@ns" />':</xsl:if><em><<xsl:value-of
select="@element" />></em></div>
</td>
<td class="sitebuilder_sitemapViewEdit">
- <a class="sitebuilder_sitemapViewEdit"><xsl:attribute
name="href">/cocoon/sitebuilder/match/deleteElement/process?siteName=<xsl:value-of
select="$siteName" />&elementId=<xsl:value-of select="@id"
/>&followup_siteName=<xsl:value-of select="$siteName"
/>&followup_pipelineId=<xsl:value-of select="$pipelineId"
/>&followup_matchId=<xsl:value-of select="$matchId"
/></xsl:attribute>[Remove]</a><br/>
+ <a class="sitebuilder_sitemapViewEdit"><xsl:attribute
name="href">/cocoon/samples/sitebuilder/match/deleteElement/process?siteName=<xsl:value-of
select="$siteName" />&elementId=<xsl:value-of select="@id"
/>&followup_siteName=<xsl:value-of select="$siteName"
/>&followup_pipelineId=<xsl:value-of select="$pipelineId"
/>&followup_matchId=<xsl:value-of select="$matchId"
/></xsl:attribute>[Remove]</a><br/>
</td>
</tr>
</xsl:template>
@@ -175,7 +175,7 @@
Reader for <xsl:value-of select="@src" />
</td>
<td class="sitebuilder_sitemapViewEdit">
- <a class="sitebuilder_sitemapViewEdit"><xsl:attribute
name="href">/cocoon/sitebuilder/match/deleteElement/process?siteName=<xsl:value-of
select="$siteName" />&elementId=<xsl:value-of select="@id"
/>&followup_siteName=<xsl:value-of select="$siteName"
/>&followup_pipelineId=<xsl:value-of select="$pipelineId"
/>&followup_matchId=<xsl:value-of select="$matchId"
/></xsl:attribute>[Remove]</a><br/>
+ <a class="sitebuilder_sitemapViewEdit"><xsl:attribute
name="href">/cocoon/samples/sitebuilder/match/deleteElement/process?siteName=<xsl:value-of
select="$siteName" />&elementId=<xsl:value-of select="@id"
/>&followup_siteName=<xsl:value-of select="$siteName"
/>&followup_pipelineId=<xsl:value-of select="$pipelineId"
/>&followup_matchId=<xsl:value-of select="$matchId"
/></xsl:attribute>[Remove]</a><br/>
</td>
</tr>
</xsl:template>
@@ -199,7 +199,7 @@
<xsl:value-of select="@src" />
</td>
<td class="sitebuilder_sitemapViewEdit">
- <a class="sitebuilder_sitemapViewEdit"><xsl:attribute
name="href">/cocoon/sitebuilder/match/deleteElement/process?siteName=<xsl:value-of
select="$siteName" />&elementId=<xsl:value-of select="@id"
/>&followup_siteName=<xsl:value-of select="$siteName"
/>&followup_pipelineId=<xsl:value-of select="$pipelineId"
/>&followup_matchId=<xsl:value-of select="$matchId"
/></xsl:attribute>[Remove]</a><br/>
+ <a class="sitebuilder_sitemapViewEdit"><xsl:attribute
name="href">/cocoon/samples/sitebuilder/match/deleteElement/process?siteName=<xsl:value-of
select="$siteName" />&elementId=<xsl:value-of select="@id"
/>&followup_siteName=<xsl:value-of select="$siteName"
/>&followup_pipelineId=<xsl:value-of select="$pipelineId"
/>&followup_matchId=<xsl:value-of select="$matchId"
/></xsl:attribute>[Remove]</a><br/>
</td>
</tr>
</xsl:template>
@@ -221,7 +221,7 @@
<xsl:value-of select="@src" />
</td>
<td class="sitebuilder_sitemapViewEdit">
- <a class="sitebuilder_sitemapViewEdit"><xsl:attribute
name="href">/cocoon/sitebuilder/match/deleteElement/process?siteName=<xsl:value-of
select="$siteName" />&elementId=<xsl:value-of select="@id"
/>&followup_siteName=<xsl:value-of select="$siteName"
/>&followup_pipelineId=<xsl:value-of select="$pipelineId"
/>&followup_matchId=<xsl:value-of select="$matchId"
/></xsl:attribute>[Remove]</a><br/>
+ <a class="sitebuilder_sitemapViewEdit"><xsl:attribute
name="href">/cocoon/samples/sitebuilder/match/deleteElement/process?siteName=<xsl:value-of
select="$siteName" />&elementId=<xsl:value-of select="@id"
/>&followup_siteName=<xsl:value-of select="$siteName"
/>&followup_pipelineId=<xsl:value-of select="$pipelineId"
/>&followup_matchId=<xsl:value-of select="$matchId"
/></xsl:attribute>[Remove]</a><br/>
</td>
</tr>
</xsl:template>
@@ -240,7 +240,7 @@
</xsl:choose>
</td>
<td class="sitebuilder_sitemapViewEdit">
- <a class="sitebuilder_sitemapViewEdit"><xsl:attribute
name="href">/cocoon/sitebuilder/match/deleteElement/process?siteName=<xsl:value-of
select="$siteName" />&elementId=<xsl:value-of select="@id"
/>&followup_siteName=<xsl:value-of select="$siteName"
/>&followup_pipelineId=<xsl:value-of select="$pipelineId"
/>&followup_matchId=<xsl:value-of select="$matchId"
/></xsl:attribute>[Remove]</a><br/>
+ <a class="sitebuilder_sitemapViewEdit"><xsl:attribute
name="href">/cocoon/samples/sitebuilder/match/deleteElement/process?siteName=<xsl:value-of
select="$siteName" />&elementId=<xsl:value-of select="@id"
/>&followup_siteName=<xsl:value-of select="$siteName"
/>&followup_pipelineId=<xsl:value-of select="$pipelineId"
/>&followup_matchId=<xsl:value-of select="$matchId"
/></xsl:attribute>[Remove]</a><br/>
</td>
</tr>
</xsl:template>
1.2 +1 -1
xml-cocoon2/src/scratchpad/webapp/samples/sitebuilder/stylesheets/operation-result.xsl
Index: operation-result.xsl
===================================================================
RCS file:
/home/cvs/xml-cocoon2/src/scratchpad/webapp/samples/sitebuilder/stylesheets/operation-result.xsl,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- operation-result.xsl 2 Jul 2002 06:27:05 -0000 1.1
+++ operation-result.xsl 14 Oct 2002 00:12:51 -0000 1.2
@@ -37,4 +37,4 @@
</xsl:template>
-</xsl:stylesheet>
\ No newline at end of file
+</xsl:stylesheet>
1.2 +4 -4
xml-cocoon2/src/scratchpad/webapp/samples/sitebuilder/stylesheets/pipeline.edit.xsl
Index: pipeline.edit.xsl
===================================================================
RCS file:
/home/cvs/xml-cocoon2/src/scratchpad/webapp/samples/sitebuilder/stylesheets/pipeline.edit.xsl,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- pipeline.edit.xsl 2 Jul 2002 06:27:05 -0000 1.1
+++ pipeline.edit.xsl 14 Oct 2002 00:12:51 -0000 1.2
@@ -22,7 +22,7 @@
Edit Pipeline
</td>
<td class="sitebuilder_sitemapViewEdit">
- <a class="sitebuilder_sitemapViewEdit"><xsl:attribute
name="href">/cocoon/sitebuilder/sitemap/edit/?siteName=<xsl:value-of
select="$siteName" /></xsl:attribute>[Edit Sitemap]
+ <a class="sitebuilder_sitemapViewEdit"><xsl:attribute
name="href">/cocoon/samples/sitebuilder/sitemap/edit/?siteName=<xsl:value-of
select="$siteName" /></xsl:attribute>[Edit Sitemap]
</a><br />
</td>
@@ -32,7 +32,7 @@
Matches
</td>
<td class="sitebuilder_sitemapViewEdit">
- <a class="sitebuilder_sitemapViewEdit"><xsl:attribute
name="href">/cocoon/sitebuilder/pipeline/newMatch/?siteName=<xsl:value-of
select="$siteName" />&pipelineId=<xsl:value-of select="$pipelineId"
/></xsl:attribute>[Add]</a><br />
+ <a class="sitebuilder_sitemapViewEdit"><xsl:attribute
name="href">/cocoon/samples/sitebuilder/pipeline/newMatch/?siteName=<xsl:value-of
select="$siteName" />&pipelineId=<xsl:value-of select="$pipelineId"
/></xsl:attribute>[Add]</a><br />
</td>
</tr>
@@ -52,8 +52,8 @@
Match for <em>"<xsl:value-of select="@pattern" />"</em>
</td>
<td class="sitebuilder_sitemapViewEdit">
- <a class="sitebuilder_sitemapViewEdit"><xsl:attribute
name="href">/cocoon/sitebuilder/pipeline/deleteElement/process?siteName=<xsl:value-of
select="$siteName" />&elementId=<xsl:value-of select="@id"
/>&followup_siteName=<xsl:value-of select="$siteName"
/>&followup_pipelineId=<xsl:value-of select="$pipelineId"
/></xsl:attribute>[Remove]</a><br/>
- <a class="sitebuilder_sitemapViewEdit"><xsl:attribute
name="href">/cocoon/sitebuilder/match/edit/?siteName=<xsl:value-of select="$siteName"
/>&pipelineId=<xsl:value-of select="$pipelineId" />&matchId=<xsl:value-of
select="@id" /></xsl:attribute>[Edit]</a><br />
+ <a class="sitebuilder_sitemapViewEdit"><xsl:attribute
name="href">/cocoon/samples/sitebuilder/pipeline/deleteElement/process?siteName=<xsl:value-of
select="$siteName" />&elementId=<xsl:value-of select="@id"
/>&followup_siteName=<xsl:value-of select="$siteName"
/>&followup_pipelineId=<xsl:value-of select="$pipelineId"
/></xsl:attribute>[Remove]</a><br/>
+ <a class="sitebuilder_sitemapViewEdit"><xsl:attribute
name="href">/cocoon/samples/sitebuilder/match/edit/?siteName=<xsl:value-of
select="$siteName" />&pipelineId=<xsl:value-of select="$pipelineId"
/>&matchId=<xsl:value-of select="@id" /></xsl:attribute>[Edit]</a><br />
</td>
</tr>
</xsl:template>
1.2 +1 -1
xml-cocoon2/src/scratchpad/webapp/samples/sitebuilder/stylesheets/replacer.xsp
Index: replacer.xsp
===================================================================
RCS file:
/home/cvs/xml-cocoon2/src/scratchpad/webapp/samples/sitebuilder/stylesheets/replacer.xsp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- replacer.xsp 2 Jul 2002 06:27:05 -0000 1.1
+++ replacer.xsp 14 Oct 2002 00:12:51 -0000 1.2
@@ -38,4 +38,4 @@
</xsl:copy>
</xsl:template>
</xsl:stylesheet>
-</xsp:page>
\ No newline at end of file
+</xsp:page>
1.2 +11 -11
xml-cocoon2/src/scratchpad/webapp/samples/sitebuilder/stylesheets/sitemap.edit.xsl
Index: sitemap.edit.xsl
===================================================================
RCS file:
/home/cvs/xml-cocoon2/src/scratchpad/webapp/samples/sitebuilder/stylesheets/sitemap.edit.xsl,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sitemap.edit.xsl 2 Jul 2002 06:27:05 -0000 1.1
+++ sitemap.edit.xsl 14 Oct 2002 00:12:51 -0000 1.2
@@ -20,7 +20,7 @@
Edit Sitemap
</td>
<td class="sitebuilder_sitemapViewEdit">
- <a class="sitebuilder_sitemapViewEdit"><xsl:attribute
name="href">/cocoon/sitebuilder/sitemap/view/?siteName=<xsl:value-of
select="$siteName" /></xsl:attribute>[View]
+ <a class="sitebuilder_sitemapViewEdit"><xsl:attribute
name="href">/cocoon/samples/sitebuilder/sitemap/view/?siteName=<xsl:value-of
select="$siteName" /></xsl:attribute>[View]
</a><br />
</td>
@@ -30,7 +30,7 @@
Generators
</td>
<td class="sitebuilder_sitemapViewEdit">
- <a class="sitebuilder_sitemapViewEdit"><xsl:attribute
name="href">/cocoon/sitebuilder/sitemap/newGenerator/?siteName=<xsl:value-of
select="$siteName" /></xsl:attribute>[Add]
+ <a class="sitebuilder_sitemapViewEdit"><xsl:attribute
name="href">/cocoon/samples/sitebuilder/sitemap/newGenerator/?siteName=<xsl:value-of
select="$siteName" /></xsl:attribute>[Add]
</a><br />
</td>
</tr>
@@ -44,7 +44,7 @@
Transformers
</td>
<td class="sitebuilder_sitemapViewEdit">
- <a class="sitebuilder_sitemapViewEdit"><xsl:attribute
name="href">/cocoon/sitebuilder/sitemap/newTransformer/?siteName=<xsl:value-of
select="$siteName" /></xsl:attribute>[Add]
+ <a class="sitebuilder_sitemapViewEdit"><xsl:attribute
name="href">/cocoon/samples/sitebuilder/sitemap/newTransformer/?siteName=<xsl:value-of
select="$siteName" /></xsl:attribute>[Add]
</a><br />
</td>
</tr>
@@ -58,7 +58,7 @@
Readers
</td>
<td class="sitebuilder_sitemapViewEdit">
- <a class="sitebuilder_sitemapViewEdit"><xsl:attribute
name="href">/cocoon/sitebuilder/sitemap/newReader/?siteName=<xsl:value-of
select="$siteName" /></xsl:attribute>[Add]</a><br />
+ <a class="sitebuilder_sitemapViewEdit"><xsl:attribute
name="href">/cocoon/samples/sitebuilder/sitemap/newReader/?siteName=<xsl:value-of
select="$siteName" /></xsl:attribute>[Add]</a><br />
</td>
</tr>
<tr>
@@ -71,7 +71,7 @@
Serializers
</td>
<td class="sitebuilder_sitemapViewEdit">
- <a class="sitebuilder_sitemapViewEdit"><xsl:attribute
name="href">/cocoon/sitebuilder/sitemap/newSerializer/?siteName=<xsl:value-of
select="$siteName" /></xsl:attribute>[Add]</a><br />
+ <a class="sitebuilder_sitemapViewEdit"><xsl:attribute
name="href">/cocoon/samples/sitebuilder/sitemap/newSerializer/?siteName=<xsl:value-of
select="$siteName" /></xsl:attribute>[Add]</a><br />
</td>
</tr>
<tr>
@@ -84,7 +84,7 @@
Selectors
</td>
<td class="sitebuilder_sitemapViewEdit">
- <a class="sitebuilder_sitemapViewEdit"><xsl:attribute
name="href">/cocoon/sitebuilder/sitemap/newSelector/?siteName=<xsl:value-of
select="$siteName" /></xsl:attribute>[Add]</a><br />
+ <a class="sitebuilder_sitemapViewEdit"><xsl:attribute
name="href">/cocoon/samples/sitebuilder/sitemap/newSelector/?siteName=<xsl:value-of
select="$siteName" /></xsl:attribute>[Add]</a><br />
</td>
</tr>
<tr>
@@ -97,7 +97,7 @@
Matchers
</td>
<td class="sitebuilder_sitemapViewEdit">
- <a class="sitebuilder_sitemapViewEdit"><xsl:attribute
name="href">/cocoon/sitebuilder/sitemap/newMatcher/?siteName=<xsl:value-of
select="$siteName" /></xsl:attribute>[Add]</a><br />
+ <a class="sitebuilder_sitemapViewEdit"><xsl:attribute
name="href">/cocoon/samples/sitebuilder/sitemap/newMatcher/?siteName=<xsl:value-of
select="$siteName" /></xsl:attribute>[Add]</a><br />
</td>
</tr>
<tr>
@@ -110,7 +110,7 @@
Actions
</td>
<td class="sitebuilder_sitemapViewEdit">
- <a class="sitebuilder_sitemapViewEdit"><xsl:attribute
name="href">/cocoon/sitebuilder/sitemap/newAction/?siteName=<xsl:value-of
select="$siteName" /></xsl:attribute>[Add]</a><br />
+ <a class="sitebuilder_sitemapViewEdit"><xsl:attribute
name="href">/cocoon/samples/sitebuilder/sitemap/newAction/?siteName=<xsl:value-of
select="$siteName" /></xsl:attribute>[Add]</a><br />
</td>
</tr>
<tr>
@@ -123,7 +123,7 @@
Pipelines
</td>
<td class="sitebuilder_sitemapViewEdit">
- <a class="sitebuilder_sitemapViewEdit"><xsl:attribute
name="href">/cocoon/sitebuilder/sitemap/newPipeline/?siteName=<xsl:value-of
select="$siteName" /></xsl:attribute>[Add]</a><br />
+ <a class="sitebuilder_sitemapViewEdit"><xsl:attribute
name="href">/cocoon/samples/sitebuilder/sitemap/newPipeline/?siteName=<xsl:value-of
select="$siteName" /></xsl:attribute>[Add]</a><br />
</td>
</tr>
<xsl:apply-templates select="map:pipelines/map:pipeline" />
@@ -157,8 +157,8 @@
</div>
</td>
<td class="sitebuilder_sitemapViewEdit">
- <a class="sitebuilder_sitemapViewEdit"><xsl:attribute
name="href">/cocoon/sitebuilder/sitemap/deleteElement/process?siteName=<xsl:value-of
select="$siteName" />&elementId=<xsl:value-of select="@id"
/>&followup_siteName=<xsl:value-of select="$siteName"
/></xsl:attribute>[Remove]</a><br/>
- <a class="sitebuilder_sitemapViewEdit"><xsl:attribute
name="href">/cocoon/sitebuilder/pipeline/edit/?siteName=<xsl:value-of
select="$siteName" />&pipelineId=<xsl:value-of select="@id"
/></xsl:attribute>[Edit]</a><br />
+ <a class="sitebuilder_sitemapViewEdit"><xsl:attribute
name="href">/cocoon/samples/sitebuilder/sitemap/deleteElement/process?siteName=<xsl:value-of
select="$siteName" />&elementId=<xsl:value-of select="@id"
/>&followup_siteName=<xsl:value-of select="$siteName"
/></xsl:attribute>[Remove]</a><br/>
+ <a class="sitebuilder_sitemapViewEdit"><xsl:attribute
name="href">/cocoon/samples/sitebuilder/pipeline/edit/?siteName=<xsl:value-of
select="$siteName" />&pipelineId=<xsl:value-of select="@id"
/></xsl:attribute>[Edit]</a><br />
</td>
</tr>
</xsl:template>
1.2 +1 -1
xml-cocoon2/src/scratchpad/webapp/samples/sitebuilder/stylesheets/sitemap.openSubSite.xsl
Index: sitemap.openSubSite.xsl
===================================================================
RCS file:
/home/cvs/xml-cocoon2/src/scratchpad/webapp/samples/sitebuilder/stylesheets/sitemap.openSubSite.xsl,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sitemap.openSubSite.xsl 2 Jul 2002 06:27:05 -0000 1.1
+++ sitemap.openSubSite.xsl 14 Oct 2002 00:12:51 -0000 1.2
@@ -37,7 +37,7 @@
<xsl:value-of select="substring-before(@uri-prefix,'/')" />
</td>
<td class="sitebuilder_sitemapViewEdit">
- <a class="sitebuilder_sitemapViewEdit"><xsl:attribute
name="href">/cocoon/sitebuilder/sitemap/view/?siteName=<xsl:value-of
select="$siteName" /><xsl:value-of select="substring-before(@src,'/')"
/></xsl:attribute>[Open]
+ <a class="sitebuilder_sitemapViewEdit"><xsl:attribute
name="href">/cocoon/samples/sitebuilder/sitemap/view/?siteName=<xsl:value-of
select="$siteName" /><xsl:value-of select="substring-before(@src,'/')"
/></xsl:attribute>[Open]
</a>
</td>
</tr>
1.2 +1 -1
xml-cocoon2/src/scratchpad/webapp/samples/sitebuilder/stylesheets/sitemap.view.xsl
Index: sitemap.view.xsl
===================================================================
RCS file:
/home/cvs/xml-cocoon2/src/scratchpad/webapp/samples/sitebuilder/stylesheets/sitemap.view.xsl,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sitemap.view.xsl 2 Jul 2002 06:27:05 -0000 1.1
+++ sitemap.view.xsl 14 Oct 2002 00:12:51 -0000 1.2
@@ -21,7 +21,7 @@
View Sitemap
</td>
<td class="sitebuilder_sitemapViewEdit">
- <a class="sitebuilder_sitemapViewEdit"><xsl:attribute
name="href">/cocoon/sitebuilder/sitemap/edit/?siteName=<xsl:value-of
select="$siteName" /></xsl:attribute>[Edit]
+ <a class="sitebuilder_sitemapViewEdit"><xsl:attribute
name="href">/cocoon/samples/sitebuilder/sitemap/edit/?siteName=<xsl:value-of
select="$siteName" /></xsl:attribute>[Edit]
</a>
----------------------------------------------------------------------
In case of troubles, e-mail: [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]