Author: gmcdonald Date: Mon May 11 06:44:26 2009 New Revision: 773477 URL: http://svn.apache.org/viewvc?rev=773477&view=rev Log: Add figure id to sample documents to keep the content aligned with commit from FOR-1154
Modified: forrest/trunk/examples/contentIntegration/src/documentation/content/xdocs/samples/document-v20.xml forrest/trunk/site-author/content/xdocs/dtdx/document-v20.xml forrest/trunk/whiteboard/forrest2/core/src/examples/forrest1SeedSite/src/xdocs/samples/sample.xml forrest/trunk/whiteboard/multipleSites/subsite-secondSeed/src/documentation/content/xdocs/samples1/sample.xml forrest/trunk/whiteboard/multipleSites/subsite-seed/src/documentation/content/xdocs/samples1/sample.xml Modified: forrest/trunk/examples/contentIntegration/src/documentation/content/xdocs/samples/document-v20.xml URL: http://svn.apache.org/viewvc/forrest/trunk/examples/contentIntegration/src/documentation/content/xdocs/samples/document-v20.xml?rev=773477&r1=773476&r2=773477&view=diff ============================================================================== --- forrest/trunk/examples/contentIntegration/src/documentation/content/xdocs/samples/document-v20.xml (original) +++ forrest/trunk/examples/contentIntegration/src/documentation/content/xdocs/samples/document-v20.xml Mon May 11 06:44:26 2009 @@ -345,7 +345,7 @@ And a <code><figure></code> to end all of this. Note that this can also be implemented with an <code><img></code> element. </p> - <figure src="images/project-logo.png" alt="The fine Forrest logo" width="220" height="65"/> + <figure src="images/project-logo.png" alt="The fine Forrest logo" id="forrest-logo" width="220" height="65"/> </section>--> <!--<section id="area-map"> <title>Using map and area</title> Modified: forrest/trunk/site-author/content/xdocs/dtdx/document-v20.xml URL: http://svn.apache.org/viewvc/forrest/trunk/site-author/content/xdocs/dtdx/document-v20.xml?rev=773477&r1=773476&r2=773477&view=diff ============================================================================== --- forrest/trunk/site-author/content/xdocs/dtdx/document-v20.xml (original) +++ forrest/trunk/site-author/content/xdocs/dtdx/document-v20.xml Mon May 11 06:44:26 2009 @@ -345,7 +345,7 @@ And a <code><figure></code> to end all of this. Note that this can also be implemented with an <code><img></code> element. </p> - <figure src="images/project-logo.png" alt="The fine Forrest logo" width="220" height="65"/> + <figure src="images/project-logo.png" alt="The fine Forrest logo" id="forrest-logo" width="220" height="65"/> </section> <section id="area-map"> <title>Using map and area</title> Modified: forrest/trunk/whiteboard/forrest2/core/src/examples/forrest1SeedSite/src/xdocs/samples/sample.xml URL: http://svn.apache.org/viewvc/forrest/trunk/whiteboard/forrest2/core/src/examples/forrest1SeedSite/src/xdocs/samples/sample.xml?rev=773477&r1=773476&r2=773477&view=diff ============================================================================== --- forrest/trunk/whiteboard/forrest2/core/src/examples/forrest1SeedSite/src/xdocs/samples/sample.xml (original) +++ forrest/trunk/whiteboard/forrest2/core/src/examples/forrest1SeedSite/src/xdocs/samples/sample.xml Mon May 11 06:44:26 2009 @@ -337,7 +337,7 @@ And a <code><figure></code> to end all of this. Note that this can also be implemented with an <code><img></code> element. </p> - <figure src="images/project-logo.png" alt="The fine Forrest logo" width="220" height="65"/> + <figure src="images/project-logo.png" alt="The fine Forrest logo" id="forrest-logo" width="220" height="65"/> </section> <section id="link-class"> <title>Using class attribute on links</title> Modified: forrest/trunk/whiteboard/multipleSites/subsite-secondSeed/src/documentation/content/xdocs/samples1/sample.xml URL: http://svn.apache.org/viewvc/forrest/trunk/whiteboard/multipleSites/subsite-secondSeed/src/documentation/content/xdocs/samples1/sample.xml?rev=773477&r1=773476&r2=773477&view=diff ============================================================================== --- forrest/trunk/whiteboard/multipleSites/subsite-secondSeed/src/documentation/content/xdocs/samples1/sample.xml (original) +++ forrest/trunk/whiteboard/multipleSites/subsite-secondSeed/src/documentation/content/xdocs/samples1/sample.xml Mon May 11 06:44:26 2009 @@ -337,7 +337,7 @@ And a <code><figure></code> to end all of this. Note that this can also be implemented with an <code><img></code> element. </p> - <figure src="images/project-logo.png" alt="The fine Forrest logo" width="220" height="65"/> + <figure src="images/project-logo.png" alt="The fine Forrest logo" id="forrest-logo" width="220" height="65"/> </section> <section id="link-class"> <title>Using class attribute on links</title> Modified: forrest/trunk/whiteboard/multipleSites/subsite-seed/src/documentation/content/xdocs/samples1/sample.xml URL: http://svn.apache.org/viewvc/forrest/trunk/whiteboard/multipleSites/subsite-seed/src/documentation/content/xdocs/samples1/sample.xml?rev=773477&r1=773476&r2=773477&view=diff ============================================================================== --- forrest/trunk/whiteboard/multipleSites/subsite-seed/src/documentation/content/xdocs/samples1/sample.xml (original) +++ forrest/trunk/whiteboard/multipleSites/subsite-seed/src/documentation/content/xdocs/samples1/sample.xml Mon May 11 06:44:26 2009 @@ -337,7 +337,7 @@ And a <code><figure></code> to end all of this. Note that this can also be implemented with an <code><img></code> element. </p> - <figure src="images/project-logo.png" alt="The fine Forrest logo" width="220" height="65"/> + <figure src="images/project-logo.png" alt="The fine Forrest logo" id="forrest-logo" width="220" height="65"/> </section> <section id="link-class"> <title>Using class attribute on links</title>