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><em></code> <strong><code><strong></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><icon></code>s too.</li>
<li>Another possibility is the <code><img></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><a href="faq.html"></code></dt>
+ <dt><code><a href="../index.html"></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><a href="faq.html#forrest"></code></dt>
+ <dt><code><a href="../index.html#status"></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><section></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><img></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><fork href="faq.html"></p></td>
+ <td><p><fork href="../index.html"></p></td>
- <td><a class="fork" href="faq.html"><a class="fork"
- href="faq.html"></a></td>
+ <td><a class="fork" href="../index.html"><a class="fork"
+ href="../index.html"></a></td>
</tr>
<tr>
- <td><p><jump href="faq.html"></p></td>
+ <td><p><jump href="../index.html"></p></td>
- <td><p><a class="jump" href="faq.html"><a class="jump"
- href="faq.html"></a></p></td>
+ <td><p><a class="jump" href="../index.html"><a class="jump"
+ href="../index.html"></a></p></td>
</tr>
</table>
</section>