Author: crossley
Date: Mon Dec 22 19:31:52 2008
New Revision: 728861
URL: http://svn.apache.org/viewvc?rev=728861&view=rev
Log:
Use relative reference. This is just to make the output viewable on the Forrest
zone server, where it is not located at the http server document root.
Modified:
forrest/trunk/main/fresh-site/src/documentation/content/xdocs/samples-b/sample.xml
forrest/trunk/main/fresh-site/src/documentation/content/xdocs/samples-b/usemap.xml
Modified:
forrest/trunk/main/fresh-site/src/documentation/content/xdocs/samples-b/sample.xml
URL:
http://svn.apache.org/viewvc/forrest/trunk/main/fresh-site/src/documentation/content/xdocs/samples-b/sample.xml?rev=728861&r1=728860&r2=728861&view=diff
==============================================================================
---
forrest/trunk/main/fresh-site/src/documentation/content/xdocs/samples-b/sample.xml
(original)
+++
forrest/trunk/main/fresh-site/src/documentation/content/xdocs/samples-b/sample.xml
Mon Dec 22 19:31:52 2008
@@ -352,7 +352,7 @@
<section id="area-map">
<title>Using map and area</title>
<p>
- <img src="/images/usemap.gif" usemap="#my-map"
+ <img src="images/usemap.gif" usemap="#my-map"
alt="usemap demo" width="256" height="256"/>
</p>
<p>
@@ -362,7 +362,7 @@
<area shape="circle" coords="53,172,28"
alt="Circle" href="../index.html"/>
<area shape="default" coords="0,0.256,256"
- alt="Default" href="http://www.apache.org"/>
+ alt="Default" href="http://www.apache.org/"/>
</map>
</p>
</section>
Modified:
forrest/trunk/main/fresh-site/src/documentation/content/xdocs/samples-b/usemap.xml
URL:
http://svn.apache.org/viewvc/forrest/trunk/main/fresh-site/src/documentation/content/xdocs/samples-b/usemap.xml?rev=728861&r1=728860&r2=728861&view=diff
==============================================================================
---
forrest/trunk/main/fresh-site/src/documentation/content/xdocs/samples-b/usemap.xml
(original)
+++
forrest/trunk/main/fresh-site/src/documentation/content/xdocs/samples-b/usemap.xml
Mon Dec 22 19:31:52 2008
@@ -24,7 +24,7 @@
<section id="demo">
<title>Imagemap demo</title>
<p>
- <img src="/images/usemap.gif" usemap="#my-map"
+ <img src="images/usemap.gif" usemap="#my-map"
alt="usemap demo" width="256" height="256"/>
</p>
<p>
@@ -34,7 +34,7 @@
<area shape="circle" coords="53,172,28"
alt="Circle" href="../index.html"/>
<area shape="default" coords="0,0.256,256"
- alt="Default" href="http://www.apache.org"/>
+ alt="Default" href="http://www.apache.org/"/>
</map>
</p>
</section>
@@ -43,7 +43,7 @@
<source>
<![CDATA[
<p>
- <img src="/images/usemap.gif" usemap="#my-map"
+ <img src="images/usemap.gif" usemap="#my-map"
alt="usemap demo" width="256" height="256"/>
</p>
<p>
@@ -53,7 +53,7 @@
<area shape="circle" coords="53,172,28"
alt="Circle" href="../index.html"/>
<area shape="default" coords="0,0.256,256"
- alt="Default" href="http://www.apache.org"/>
+ alt="Default" href="http://www.apache.org/"/>
</map>
</p>
]]>