Author: crossley
Date: Fri Apr  6 23:41:47 2007
New Revision: 526378

URL: http://svn.apache.org/viewvc?view=rev&rev=526378
Log:
Synchronise with the other copies of the Sample document-v20.

Modified:
    
forrest/trunk/whiteboard/forrest2/core/src/examples/forrest1SeedSite/src/xdocs/samples/sample.xml

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?view=diff&rev=526378&r1=526377&r2=526378
==============================================================================
--- 
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
 Fri Apr  6 23:41:47 2007
@@ -75,16 +75,16 @@
           <code>&lt;em&gt;</code> <strong><code>&lt;strong&gt;</code></strong>
           elements.</li> 
         <li>We can use
-          <icon height="22" width="26" src="../images/icon.png" alt="feather"/>
+          <icon height="22" width="26" src="images/icon.png" alt="feather"/>
           <code>&lt;icon&gt;</code>s too.</li> 
         <li>Another possibility is the <code>&lt;img&gt;</code> element:
-          <img src="../images/icon.png" alt="another feather" height="22" 
width="26"/>,
+          <img src="images/icon.png" alt="another feather" height="22" 
width="26"/>,
           which offers the ability to refer to an image map.</li> 
         <li>We have elements for hyperlinking: 
           <dl> 
-            <dt><code>&lt;a href="faq.html"&gt;</code></dt> 
+            <dt><code>&lt;a href="../index.html"&gt;</code></dt> 
             <dd>Use this to
-              <a href="faq.html" title="Example of a document via 
link">link</a>
+              <a href="../index.html" title="Example of a document via 
link">link</a>
               to another document. As per normal, this will open the new 
document
               in the same browser window.</dd> 
 
@@ -94,9 +94,9 @@
               to the named anchor in the current document.
             </dd> 
 
-            <dt><code>&lt;a href="faq.html#forrest"&gt;</code></dt> 
+            <dt><code>&lt;a href="../index.html#status"&gt;</code></dt> 
             <dd>Use this to
-              <a href="faq.html#forrest" title="Example of a document via link 
and anchor">link</a>
+              <a href="../index.html#status" title="Example of a document via 
link and anchor">link</a>
               to another document and go to the named anchor. This will open
               the new document in the same browser window.
             </dd> 
@@ -217,9 +217,8 @@
       </section>
       <section id="section"> 
         <title>Using sections</title>
-        <p>You can use sections to put some structure in your document. For 
some
-          strange historical reason, the section title is an attribute of the
-          <code>&lt;section&gt;</code> element.</p> 
+        <p>You can use sections to put some structure in your document.
+        </p>
       </section> 
       <section id="sub-section">
         <title>Sections, the sequel</title>
@@ -308,7 +307,7 @@
           Note that this can also be implemented with an
           <code>&lt;img&gt;</code> element.
         </p>
-        <figure src="../images/project.png" alt="The fine Forrest logo" 
width="220" height="65"/>      
+        <figure src="images/project-logo.png" alt="The fine Forrest logo" 
width="220" height="65"/>    
       </section>
       <section id="link-class">
         <title>Using class attribute on links</title>
@@ -327,17 +326,17 @@
           </tr>
 
           <tr>
-            <td><p>&lt;fork href="faq.html"&gt;</p></td>
+            <td><p>&lt;fork href="../index.html"&gt;</p></td>
 
-            <td><a class="fork" href="faq.html">&lt;a class="fork"
-            href="faq.html"&gt;</a></td>
+            <td><a class="fork" href="../index.html">&lt;a class="fork"
+            href="../index.html"&gt;</a></td>
           </tr>
 
           <tr>
-            <td><p>&lt;jump href="faq.html"&gt;</p></td>
+            <td><p>&lt;jump href="../index.html"&gt;</p></td>
 
-            <td><p><a class="jump" href="faq.html">&lt;a class="jump"
-            href="faq.html"&gt;</a></p></td>
+            <td><p><a class="jump" href="../index.html">&lt;a class="jump"
+            href="../index.html"&gt;</a></p></td>
           </tr>
         </table>
       </section>