@@ -1,9 +1,11 | |||||
1 | <html> |
|
1 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> | |
|
2 | <html xmlns="http://www.w3.org/1999/xhtml"> | |||
2 | <head> |
|
3 | <head> | |
3 | <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> |
|
4 | <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> | |
|
5 | <meta http-equiv="Content-Style-Type" content="text/css" /> | |||
4 | <title>Wiki formatting</title> |
|
6 | <title>Wiki formatting</title> | |
5 | <link rel="stylesheet" href="html.css" type="text/css"> |
|
7 | <link rel="stylesheet" href="html.css" type="text/css" /> | |
6 | <style> |
|
8 | <style type="text/css"> | |
7 | h1 { font-family: Verdana, sans-serif; font-size: 14px; text-align: center; color: #444; } |
|
9 | h1 { font-family: Verdana, sans-serif; font-size: 14px; text-align: center; color: #444; } | |
8 | table { font-family: Verdana, sans-serif; font-size: 12px; color: #444; } |
|
10 | table { font-family: Verdana, sans-serif; font-size: 12px; color: #444; } | |
9 | table td { vertical-align: top; background-color: #f5f5f5; height: 2em; vertical-align: middle;} |
|
11 | table td { vertical-align: top; background-color: #f5f5f5; height: 2em; vertical-align: middle;} | |
@@ -20,13 +22,13 table td h3 { font-size: 1.2em; text-align: left; } | |||||
20 |
|
22 | |||
21 | <table width="100%"> |
|
23 | <table width="100%"> | |
22 | <tr><th colspan="3">Font Styles</th></tr> |
|
24 | <tr><th colspan="3">Font Styles</th></tr> | |
23 | <tr><th><img src="../../images/jstoolbar/bt_strong.png" style="border: 1px solid #bbb;" /></th><td width="50%">*Strong*</td><td width="50%"><strong>Strong</strong></td></tr> |
|
25 | <tr><th><img src="../../images/jstoolbar/bt_strong.png" style="border: 1px solid #bbb;" alt="Strong" /></th><td width="50%">*Strong*</td><td width="50%"><strong>Strong</strong></td></tr> | |
24 | <tr><th><img src="../../images/jstoolbar/bt_em.png" style="border: 1px solid #bbb;" /></th><td>_Italic_</td><td><em>Italic</em></td></tr> |
|
26 | <tr><th><img src="../../images/jstoolbar/bt_em.png" style="border: 1px solid #bbb;" alt="Italic" /></th><td>_Italic_</td><td><em>Italic</em></td></tr> | |
25 | <tr><th><img src="../../images/jstoolbar/bt_ins.png" style="border: 1px solid #bbb;" /></th><td>+Underline+</td><td><ins>Underline</ins></td></tr> |
|
27 | <tr><th><img src="../../images/jstoolbar/bt_ins.png" style="border: 1px solid #bbb;" alt="Underline" /></th><td>+Underline+</td><td><ins>Underline</ins></td></tr> | |
26 | <tr><th><img src="../../images/jstoolbar/bt_del.png" style="border: 1px solid #bbb;" /></th><td>-Deleted-</td><td><del>Deleted</del></td></tr> |
|
28 | <tr><th><img src="../../images/jstoolbar/bt_del.png" style="border: 1px solid #bbb;" alt="Deleted" /></th><td>-Deleted-</td><td><del>Deleted</del></td></tr> | |
27 |
<tr><th |
|
29 | <tr><th></th><td>??Quote??</td><td><cite>Quote</cite></td></tr> | |
28 | <tr><th><img src="../../images/jstoolbar/bt_code.png" style="border: 1px solid #bbb;" /></th><td>@Code@</td><td><code>Code</code></td></tr> |
|
30 | <tr><th><img src="../../images/jstoolbar/bt_code.png" style="border: 1px solid #bbb;" alt="Inline Code" /></th><td>@Inline Code@</td><td><code>Inline Code</code></td></tr> | |
29 | <tr><th></th><td><pre><br> lines<br /> of code<br /></pre></td><td> |
|
31 | <tr><th><img src="../../images/jstoolbar/bt_pre.png" style="border: 1px solid #bbb;" alt="Preformatted text" /></th><td><pre><br /> lines<br /> of code<br /></pre></td><td> | |
30 | <pre> |
|
32 | <pre> | |
31 | lines |
|
33 | lines | |
32 | of code |
|
34 | of code | |
@@ -34,24 +36,24 table td h3 { font-size: 1.2em; text-align: left; } | |||||
34 | </td></tr> |
|
36 | </td></tr> | |
35 |
|
37 | |||
36 | <tr><th colspan="3">Lists</th></tr> |
|
38 | <tr><th colspan="3">Lists</th></tr> | |
37 | <tr><th><img src="../../images/jstoolbar/bt_ul.png" style="border: 1px solid #bbb;" /></th><td>* Item 1<br />* Item 2</td><td><ul><li>Item 1</li><li>Item 2</li></ul></td></tr> |
|
39 | <tr><th><img src="../../images/jstoolbar/bt_ul.png" style="border: 1px solid #bbb;" alt="Unordered list" /></th><td>* Item 1<br />* Item 2</td><td><ul><li>Item 1</li><li>Item 2</li></ul></td></tr> | |
38 | <tr><th><img src="../../images/jstoolbar/bt_ol.png" style="border: 1px solid #bbb;" /></th><td># Item 1<br /># Item 2</td><td><ol><li>Item 1</li><li>Item 2</li></ol></td></tr> |
|
40 | <tr><th><img src="../../images/jstoolbar/bt_ol.png" style="border: 1px solid #bbb;" alt="Ordered list" /></th><td># Item 1<br /># Item 2</td><td><ol><li>Item 1</li><li>Item 2</li></ol></td></tr> | |
39 |
|
41 | |||
40 | <tr><th colspan="3">Headings</th></tr> |
|
42 | <tr><th colspan="3">Headings</th></tr> | |
41 | <tr><th></th><td>h1. Title 1</td><td><h1>Title 1</h1></td></tr> |
|
43 | <tr><th><img src="../../images/jstoolbar/bt_h1.png" style="border: 1px solid #bbb;" alt="Heading 1" /></th><td>h1. Title 1</td><td><h1>Title 1</h1></td></tr> | |
42 |
<tr><th><img src="../../images/jstoolbar/bt_h |
|
44 | <tr><th><img src="../../images/jstoolbar/bt_h2.png" style="border: 1px solid #bbb;" alt="Heading 2" /></th><td>h2. Title 2</td><td><h2>Title 2</h2></td></tr> | |
43 | <tr><th></th><td>h3. Title 3</td><td><h3>Title 3</h3></td></tr> |
|
45 | <tr><th><img src="../../images/jstoolbar/bt_h3.png" style="border: 1px solid #bbb;" alt="Heading 3" /></th><td>h3. Title 3</td><td><h3>Title 3</h3></td></tr> | |
44 |
|
46 | |||
45 | <tr><th colspan="3">Links</th></tr> |
|
47 | <tr><th colspan="3">Links</th></tr> | |
46 | <tr><th></th><td>http://foo.bar</td><td><a href="#">http://foo.bar</a></td></tr> |
|
48 | <tr><th></th><td>http://foo.bar</td><td><a href="#">http://foo.bar</a></td></tr> | |
47 | <tr><th><img src="../../images/jstoolbar/bt_link.png" style="border: 1px solid #bbb;" /></th><td>[[Wiki page]]</td><td><a href="#">Wiki page</a></td></tr> |
|
49 | <tr><th><img src="../../images/jstoolbar/bt_link.png" style="border: 1px solid #bbb;" alt="Link to a Wiki page" /></th><td>[[Wiki page]]</td><td><a href="#">Wiki page</a></td></tr> | |
48 | <tr><th></th><td>Issue #12</td><td>Issue <a href="#">#12</a></td></tr> |
|
50 | <tr><th></th><td>Issue #12</td><td>Issue <a href="#">#12</a></td></tr> | |
49 | <tr><th></th><td>Revision r43</td><td>Revision <a href="#">r43</a></td></tr> |
|
51 | <tr><th></th><td>Revision r43</td><td>Revision <a href="#">r43</a></td></tr> | |
50 |
|
52 | |||
51 | <tr><th colspan="3">Inline images</th></tr> |
|
53 | <tr><th colspan="3">Inline images</th></tr> | |
52 | <tr><th></th><td>!<em>image_url</em>!</td><td></td></tr> |
|
54 | <tr><th><img src="../../images/jstoolbar/bt_img.png" style="border: 1px solid #bbb;" alt="Image" /></th><td>!<em>image_url</em>!</td><td></td></tr> | |
53 | <tr><th></th><td>!<em>attached_image</em>!</td><td></td></tr> |
|
55 | <tr><th></th><td>!<em>attached_image</em>!</td><td></td></tr> | |
54 | </table> |
|
56 | </table> | |
55 |
|
57 | |||
56 | </body> |
|
58 | </body> | |
57 | </html> No newline at end of file |
|
59 | </html> |
General Comments 0
You need to be logged in to leave comments.
Login now