Parent Directory
|
Revision Log
Added test for multiply-defined terms.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"> <html lang="en"> <head> <title>Wiki Console Style Test Page</title> <link rel="stylesheet" type="text/css" href="WikiConsole.css" /> <script type="text/javascript"> function hello() { alert("Hello."); } </script> </head> <body> <h1>The Big Title</h1> <h3>The Normal Title</h3> <p>Standard paragraph with <strong>bold</strong>, <em>italic</em>, and <code>code</code> text.</p> <pre> Preformatted paragraph </pre> <blockquote>Blockquotes are important for calling attention to text.</blockquote> <table> <tr><th>Column 1</th><th>Column 2</th><th>Column 3</th> <tr><td>Date1</td><td>Module1</td><td>This is message 1 from module 1</td></tr> <tr><td>Date2</td><td>Module1</td><td>This is message 2 from module 1. It has more text in it, because we're hoping to be able to text multiple lines in a table cell.</td></tr> <tr><td>Date3</td><td>Module1</td><td>Complex trace message:<pre> text line 1 text line 2 </pre> </td></tr> </table> <p>Final paragraph just for appearance's sake.</p> <ol> <li><span class="item">Numbered list.</span></li> <li><span class="item">Second item.</span></li> <li><span class="item">Sub list.<ol> <li><span class="item">Level 2</span></li> <li><span class="item">Level 2, number 2</span></li> </ol></span></li> <li><span class="item">Sub hash.<dl> <dt>Cat</dt> <dt>Feline</dt> <dd>superior life form known for its <em>beauty</em> and <strong>intelligence</strong></dd> <dt>Human</dt> <dd>the preferred servant of a cat<ol> <li>Type 1: child</li> <li>Type 2: adult</li> </ol></dd> <dt>The Girl</dt> <dd>The acknowledged leader of the cats, The Girl is a human with the intelligence and cunning of a cat, and the forceful personality of a tropical storm.</dd> </dl></span></li> </ol> <p>Here we have an <a href="#anchor" onclick="hello()">internal link</a> and an <a href="http://www.nowhere.com">external link</a>.</p> <p>Anchor <a name="anchor">here</a>.</p> <p>Famous <span class="marker">markers</span> are special.</p> </body> </html>
MCS Webmaster | ViewVC Help |
Powered by ViewVC 1.0.3 |