@@ -1,72 +1,66 | |||
|
1 | 1 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
|
2 | 2 | <html xmlns="http://www.w3.org/1999/xhtml"> |
|
3 | 3 | <head> |
|
4 | 4 | <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> |
|
5 | 5 | <meta http-equiv="Content-Style-Type" content="text/css" /> |
|
6 | 6 | <title>Wiki formatting</title> |
|
7 | 7 | <style type="text/css"> |
|
8 | 8 | h1 { font-family: Verdana, sans-serif; font-size: 14px; text-align: center; color: #444; } |
|
9 | 9 | body { font-family: Verdana, sans-serif; font-size: 12px; color: #444; } |
|
10 | 10 | table th { padding-top: 1em; } |
|
11 | 11 | table td { vertical-align: top; background-color: #f5f5f5; height: 2em; vertical-align: middle;} |
|
12 | 12 | table td code { font-size: 1.2em; } |
|
13 | 13 | table td h1 { font-size: 1.8em; text-align: left; } |
|
14 | 14 | table td h2 { font-size: 1.4em; text-align: left; } |
|
15 | 15 | table td h3 { font-size: 1.2em; text-align: left; } |
|
16 | 16 | |
|
17 | table.sample { border-collapse: collapse; border-spacing: 0; margin: 4px; } | |
|
18 | table.sample th, table.sample td { border: solid 1px #bbb; padding: 4px; height: 1em; } | |
|
19 | 17 | </style> |
|
20 | 18 | </head> |
|
21 | 19 | <body> |
|
22 | 20 | |
|
23 | 21 | <h1>Wiki Syntax Quick Reference</h1> |
|
24 | 22 | |
|
25 | 23 | <table style="width:100%"> |
|
26 | 24 | <tr><th colspan="3">Font Styles</th></tr> |
|
27 | 25 | <tr><th><img src="../../images/jstoolbar/bt_strong.png" style="border: 1px solid #bbb;" alt="Strong" /></th><td style="width:50%;">*Strong*</td><td style="width:50%;"><strong>Strong</strong></td></tr> |
|
28 | 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> |
|
29 | 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> |
|
30 | 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> |
|
31 | 29 | <tr><th></th><td>??Quote??</td><td><cite>Quote</cite></td></tr> |
|
32 | 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> |
|
33 | 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> |
|
34 | 32 | <pre> |
|
35 | 33 | lines |
|
36 | 34 | of code |
|
37 | 35 | </pre> |
|
38 | 36 | </td></tr> |
|
39 | 37 | |
|
40 | 38 | <tr><th colspan="3">Lists</th></tr> |
|
41 | 39 | <tr><th><img src="../../images/jstoolbar/bt_ul.png" style="border: 1px solid #bbb;" alt="Unordered list" /></th><td>* Item 1<br />** Sub<br />* Item 2</td><td><ul><li>Item 1<ul><li>Sub</li></ul></li><li>Item 2</li></ul></td></tr> |
|
42 | 40 | <tr><th><img src="../../images/jstoolbar/bt_ol.png" style="border: 1px solid #bbb;" alt="Ordered list" /></th><td># Item 1<br />## Sub<br /># Item 2</td><td><ol><li>Item 1<ol><li>Sub</li></ol></li><li>Item 2</li></ol></td></tr> |
|
43 | 41 | |
|
44 | 42 | <tr><th colspan="3">Headings</th></tr> |
|
45 | 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> |
|
46 | 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> |
|
47 | 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> |
|
48 | 46 | |
|
49 | 47 | <tr><th colspan="3">Links</th></tr> |
|
50 | 48 | <tr><th></th><td>http://foo.bar</td><td><a href="#">http://foo.bar</a></td></tr> |
|
51 | 49 | <tr><th></th><td>"Foo":http://foo.bar</td><td><a href="#">Foo</a></td></tr> |
|
52 | 50 | |
|
53 | 51 | <tr><th colspan="3">Redmine links</th></tr> |
|
54 | 52 | <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> |
|
55 | 53 | <tr><th></th><td>Issue #12</td><td>Issue <a href="#">#12</a></td></tr> |
|
56 | 54 | <tr><th></th><td>Revision r43</td><td>Revision <a href="#">r43</a></td></tr> |
|
57 | 55 | <tr><th></th><td>commit:f30e13e43</td><td><a href="#">f30e13e4</a></td></tr> |
|
58 | 56 | <tr><th></th><td>source:some/file</td><td><a href="#">source:some/file</a></td></tr> |
|
59 | 57 | |
|
60 | 58 | <tr><th colspan="3">Inline images</th></tr> |
|
61 | 59 | <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> |
|
62 | 60 | <tr><th></th><td>!<em>attached_image</em>!</td><td></td></tr> |
|
63 | ||
|
64 | <tr><th colspan="3">Tables</th></tr> | |
|
65 | <tr><th></th><td>|_. A |_. B |_. C |<br />| A | B | C |<br />|/2. row span | B | C |<br />|\2. col span |</td><td><table class="sample"><tbody><th>A</th><th>B</th><th>C</th></tr><tr><td>A</td><td>B</td><td>C</td></tr><tr><td rowspan="2">row span</td><td>B</td><td>C</td></tr><tr><td colspan="2">col span</td></tr></tbody></table></td></tr> | |
|
66 | ||
|
67 | 61 | </table> |
|
68 | 62 | |
|
69 | 63 | <p><a href="wiki_syntax_detailed.html" onclick="window.open('wiki_syntax_detailed.html', '', ''); return false;">More Information</a></p> |
|
70 | 64 | |
|
71 | 65 | </body> |
|
72 | 66 | </html> |
@@ -1,72 +1,66 | |||
|
1 | 1 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
|
2 | 2 | <html xmlns="http://www.w3.org/1999/xhtml"> |
|
3 | 3 | <head> |
|
4 | 4 | <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> |
|
5 | 5 | <meta http-equiv="Content-Style-Type" content="text/css" /> |
|
6 | 6 | <title>Wiki formatting</title> |
|
7 | 7 | <style type="text/css"> |
|
8 | 8 | h1 { font-family: Verdana, sans-serif; font-size: 14px; text-align: center; color: #444; } |
|
9 | 9 | body { font-family: Verdana, sans-serif; font-size: 12px; color: #444; } |
|
10 | 10 | table th { padding-top: 1em; } |
|
11 | 11 | table td { vertical-align: top; background-color: #f5f5f5; height: 2em; vertical-align: middle;} |
|
12 | 12 | table td code { font-size: 1.2em; } |
|
13 | 13 | table td h1 { font-size: 1.8em; text-align: left; } |
|
14 | 14 | table td h2 { font-size: 1.4em; text-align: left; } |
|
15 | 15 | table td h3 { font-size: 1.2em; text-align: left; } |
|
16 | 16 | |
|
17 | table.sample { border-collapse: collapse; border-spacing: 0; margin: 4px; } | |
|
18 | table.sample th, table.sample td { border: solid 1px #bbb; padding: 4px; height: 1em; } | |
|
19 | 17 | </style> |
|
20 | 18 | </head> |
|
21 | 19 | <body> |
|
22 | 20 | |
|
23 | 21 | <h1>Wiki Syntax Quick Reference</h1> |
|
24 | 22 | |
|
25 | 23 | <table style="width:100%"> |
|
26 | 24 | <tr><th colspan="3">Font Styles</th></tr> |
|
27 | 25 | <tr><th><img src="../../images/jstoolbar/bt_strong.png" style="border: 1px solid #bbb;" alt="Strong" /></th><td style="width:50%;">*Strong*</td><td style="width:50%;"><strong>Strong</strong></td></tr> |
|
28 | 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> |
|
29 | 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> |
|
30 | 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> |
|
31 | 29 | <tr><th></th><td>??Quote??</td><td><cite>Quote</cite></td></tr> |
|
32 | 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> |
|
33 | 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> |
|
34 | 32 | <pre> |
|
35 | 33 | lines |
|
36 | 34 | of code |
|
37 | 35 | </pre> |
|
38 | 36 | </td></tr> |
|
39 | 37 | |
|
40 | 38 | <tr><th colspan="3">Lists</th></tr> |
|
41 | 39 | <tr><th><img src="../../images/jstoolbar/bt_ul.png" style="border: 1px solid #bbb;" alt="Unordered list" /></th><td>* Item 1<br />** Sub<br />* Item 2</td><td><ul><li>Item 1<ul><li>Sub</li></ul></li><li>Item 2</li></ul></td></tr> |
|
42 | 40 | <tr><th><img src="../../images/jstoolbar/bt_ol.png" style="border: 1px solid #bbb;" alt="Ordered list" /></th><td># Item 1<br />## Sub<br /># Item 2</td><td><ol><li>Item 1<ol><li>Sub</li></ol></li><li>Item 2</li></ol></td></tr> |
|
43 | 41 | |
|
44 | 42 | <tr><th colspan="3">Headings</th></tr> |
|
45 | 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> |
|
46 | 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> |
|
47 | 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> |
|
48 | 46 | |
|
49 | 47 | <tr><th colspan="3">Links</th></tr> |
|
50 | 48 | <tr><th></th><td>http://foo.bar</td><td><a href="#">http://foo.bar</a></td></tr> |
|
51 | 49 | <tr><th></th><td>"Foo":http://foo.bar</td><td><a href="#">Foo</a></td></tr> |
|
52 | 50 | |
|
53 | 51 | <tr><th colspan="3">Redmine links</th></tr> |
|
54 | 52 | <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> |
|
55 | 53 | <tr><th></th><td>Issue #12</td><td>Issue <a href="#">#12</a></td></tr> |
|
56 | 54 | <tr><th></th><td>Revision r43</td><td>Revision <a href="#">r43</a></td></tr> |
|
57 | 55 | <tr><th></th><td>commit:f30e13e43</td><td><a href="#">f30e13e4</a></td></tr> |
|
58 | 56 | <tr><th></th><td>source:some/file</td><td><a href="#">source:some/file</a></td></tr> |
|
59 | 57 | |
|
60 | 58 | <tr><th colspan="3">Inline images</th></tr> |
|
61 | 59 | <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> |
|
62 | 60 | <tr><th></th><td>!<em>attached_image</em>!</td><td></td></tr> |
|
63 | ||
|
64 | <tr><th colspan="3">Tables</th></tr> | |
|
65 | <tr><th></th><td>|_. A |_. B |_. C |<br />| A | B | C |<br />|/2. row span | B | C |<br />|\2. col span |</td><td><table class="sample"><tbody><th>A</th><th>B</th><th>C</th></tr><tr><td>A</td><td>B</td><td>C</td></tr><tr><td rowspan="2">row span</td><td>B</td><td>C</td></tr><tr><td colspan="2">col span</td></tr></tbody></table></td></tr> | |
|
66 | ||
|
67 | 61 | </table> |
|
68 | 62 | |
|
69 | 63 | <p><a href="wiki_syntax_detailed.html" onclick="window.open('wiki_syntax_detailed.html', '', ''); return false;">More Information</a></p> |
|
70 | 64 | |
|
71 | 65 | </body> |
|
72 | 66 | </html> |
@@ -1,72 +1,66 | |||
|
1 | 1 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
|
2 | 2 | <html xmlns="http://www.w3.org/1999/xhtml"> |
|
3 | 3 | <head> |
|
4 | 4 | <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> |
|
5 | 5 | <meta http-equiv="Content-Style-Type" content="text/css" /> |
|
6 | 6 | <title>Wiki formatting</title> |
|
7 | 7 | <style type="text/css"> |
|
8 | 8 | h1 { font-family: Verdana, sans-serif; font-size: 14px; text-align: center; color: #444; } |
|
9 | 9 | body { font-family: Verdana, sans-serif; font-size: 12px; color: #444; } |
|
10 | 10 | table th { padding-top: 1em; } |
|
11 | 11 | table td { vertical-align: top; background-color: #f5f5f5; height: 2em; vertical-align: middle;} |
|
12 | 12 | table td code { font-size: 1.2em; } |
|
13 | 13 | table td h1 { font-size: 1.8em; text-align: left; } |
|
14 | 14 | table td h2 { font-size: 1.4em; text-align: left; } |
|
15 | 15 | table td h3 { font-size: 1.2em; text-align: left; } |
|
16 | 16 | |
|
17 | table.sample { border-collapse: collapse; border-spacing: 0; margin: 4px; } | |
|
18 | table.sample th, table.sample td { border: solid 1px #bbb; padding: 4px; height: 1em; } | |
|
19 | 17 | </style> |
|
20 | 18 | </head> |
|
21 | 19 | <body> |
|
22 | 20 | |
|
23 | 21 | <h1>Wiki Syntax Quick Reference</h1> |
|
24 | 22 | |
|
25 | 23 | <table style="width:100%"> |
|
26 | 24 | <tr><th colspan="3">Font Styles</th></tr> |
|
27 | 25 | <tr><th><img src="../../images/jstoolbar/bt_strong.png" style="border: 1px solid #bbb;" alt="Strong" /></th><td style="width:50%;">*Strong*</td><td style="width:50%;"><strong>Strong</strong></td></tr> |
|
28 | 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> |
|
29 | 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> |
|
30 | 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> |
|
31 | 29 | <tr><th></th><td>??Quote??</td><td><cite>Quote</cite></td></tr> |
|
32 | 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> |
|
33 | 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> |
|
34 | 32 | <pre> |
|
35 | 33 | lines |
|
36 | 34 | of code |
|
37 | 35 | </pre> |
|
38 | 36 | </td></tr> |
|
39 | 37 | |
|
40 | 38 | <tr><th colspan="3">Lists</th></tr> |
|
41 | 39 | <tr><th><img src="../../images/jstoolbar/bt_ul.png" style="border: 1px solid #bbb;" alt="Unordered list" /></th><td>* Item 1<br />** Sub<br />* Item 2</td><td><ul><li>Item 1<ul><li>Sub</li></ul></li><li>Item 2</li></ul></td></tr> |
|
42 | 40 | <tr><th><img src="../../images/jstoolbar/bt_ol.png" style="border: 1px solid #bbb;" alt="Ordered list" /></th><td># Item 1<br />## Sub<br /># Item 2</td><td><ol><li>Item 1<ol><li>Sub</li></ol></li><li>Item 2</li></ol></td></tr> |
|
43 | 41 | |
|
44 | 42 | <tr><th colspan="3">Headings</th></tr> |
|
45 | 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> |
|
46 | 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> |
|
47 | 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> |
|
48 | 46 | |
|
49 | 47 | <tr><th colspan="3">Links</th></tr> |
|
50 | 48 | <tr><th></th><td>http://foo.bar</td><td><a href="#">http://foo.bar</a></td></tr> |
|
51 | 49 | <tr><th></th><td>"Foo":http://foo.bar</td><td><a href="#">Foo</a></td></tr> |
|
52 | 50 | |
|
53 | 51 | <tr><th colspan="3">Redmine links</th></tr> |
|
54 | 52 | <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> |
|
55 | 53 | <tr><th></th><td>Issue #12</td><td>Issue <a href="#">#12</a></td></tr> |
|
56 | 54 | <tr><th></th><td>Revision r43</td><td>Revision <a href="#">r43</a></td></tr> |
|
57 | 55 | <tr><th></th><td>commit:f30e13e43</td><td><a href="#">f30e13e4</a></td></tr> |
|
58 | 56 | <tr><th></th><td>source:some/file</td><td><a href="#">source:some/file</a></td></tr> |
|
59 | 57 | |
|
60 | 58 | <tr><th colspan="3">Inline images</th></tr> |
|
61 | 59 | <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> |
|
62 | 60 | <tr><th></th><td>!<em>attached_image</em>!</td><td></td></tr> |
|
63 | ||
|
64 | <tr><th colspan="3">Tables</th></tr> | |
|
65 | <tr><th></th><td>|_. A |_. B |_. C |<br />| A | B | C |<br />|/2. row span | B | C |<br />|\2. col span |</td><td><table class="sample"><tbody><th>A</th><th>B</th><th>C</th></tr><tr><td>A</td><td>B</td><td>C</td></tr><tr><td rowspan="2">row span</td><td>B</td><td>C</td></tr><tr><td colspan="2">col span</td></tr></tbody></table></td></tr> | |
|
66 | ||
|
67 | 61 | </table> |
|
68 | 62 | |
|
69 | 63 | <p><a href="wiki_syntax_detailed.html" onclick="window.open('wiki_syntax_detailed.html', '', ''); return false;">More Information</a></p> |
|
70 | 64 | |
|
71 | 65 | </body> |
|
72 | 66 | </html> |
@@ -1,72 +1,66 | |||
|
1 | 1 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
|
2 | 2 | <html xmlns="http://www.w3.org/1999/xhtml"> |
|
3 | 3 | <head> |
|
4 | 4 | <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> |
|
5 | 5 | <meta http-equiv="Content-Style-Type" content="text/css" /> |
|
6 | 6 | <title>Wiki formatting</title> |
|
7 | 7 | <style type="text/css"> |
|
8 | 8 | h1 { font-family: Verdana, sans-serif; font-size: 14px; text-align: center; color: #444; } |
|
9 | 9 | body { font-family: Verdana, sans-serif; font-size: 12px; color: #444; } |
|
10 | 10 | table th { padding-top: 1em; } |
|
11 | 11 | table td { vertical-align: top; background-color: #f5f5f5; height: 2em; vertical-align: middle;} |
|
12 | 12 | table td code { font-size: 1.2em; } |
|
13 | 13 | table td h1 { font-size: 1.8em; text-align: left; } |
|
14 | 14 | table td h2 { font-size: 1.4em; text-align: left; } |
|
15 | 15 | table td h3 { font-size: 1.2em; text-align: left; } |
|
16 | 16 | |
|
17 | table.sample { border-collapse: collapse; border-spacing: 0; margin: 4px; } | |
|
18 | table.sample th, table.sample td { border: solid 1px #bbb; padding: 4px; height: 1em; } | |
|
19 | 17 | </style> |
|
20 | 18 | </head> |
|
21 | 19 | <body> |
|
22 | 20 | |
|
23 | 21 | <h1>Wiki Syntax Quick Reference</h1> |
|
24 | 22 | |
|
25 | 23 | <table style="width:100%"> |
|
26 | 24 | <tr><th colspan="3">Font Styles</th></tr> |
|
27 | 25 | <tr><th><img src="../../images/jstoolbar/bt_strong.png" style="border: 1px solid #bbb;" alt="Strong" /></th><td style="width:50%;">*Strong*</td><td style="width:50%;"><strong>Strong</strong></td></tr> |
|
28 | 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> |
|
29 | 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> |
|
30 | 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> |
|
31 | 29 | <tr><th></th><td>??Quote??</td><td><cite>Quote</cite></td></tr> |
|
32 | 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> |
|
33 | 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> |
|
34 | 32 | <pre> |
|
35 | 33 | lines |
|
36 | 34 | of code |
|
37 | 35 | </pre> |
|
38 | 36 | </td></tr> |
|
39 | 37 | |
|
40 | 38 | <tr><th colspan="3">Lists</th></tr> |
|
41 | 39 | <tr><th><img src="../../images/jstoolbar/bt_ul.png" style="border: 1px solid #bbb;" alt="Unordered list" /></th><td>* Item 1<br />** Sub<br />* Item 2</td><td><ul><li>Item 1<ul><li>Sub</li></ul></li><li>Item 2</li></ul></td></tr> |
|
42 | 40 | <tr><th><img src="../../images/jstoolbar/bt_ol.png" style="border: 1px solid #bbb;" alt="Ordered list" /></th><td># Item 1<br />## Sub<br /># Item 2</td><td><ol><li>Item 1<ol><li>Sub</li></ol></li><li>Item 2</li></ol></td></tr> |
|
43 | 41 | |
|
44 | 42 | <tr><th colspan="3">Headings</th></tr> |
|
45 | 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> |
|
46 | 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> |
|
47 | 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> |
|
48 | 46 | |
|
49 | 47 | <tr><th colspan="3">Links</th></tr> |
|
50 | 48 | <tr><th></th><td>http://foo.bar</td><td><a href="#">http://foo.bar</a></td></tr> |
|
51 | 49 | <tr><th></th><td>"Foo":http://foo.bar</td><td><a href="#">Foo</a></td></tr> |
|
52 | 50 | |
|
53 | 51 | <tr><th colspan="3">Redmine links</th></tr> |
|
54 | 52 | <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> |
|
55 | 53 | <tr><th></th><td>Issue #12</td><td>Issue <a href="#">#12</a></td></tr> |
|
56 | 54 | <tr><th></th><td>Revision r43</td><td>Revision <a href="#">r43</a></td></tr> |
|
57 | 55 | <tr><th></th><td>commit:f30e13e43</td><td><a href="#">f30e13e4</a></td></tr> |
|
58 | 56 | <tr><th></th><td>source:some/file</td><td><a href="#">source:some/file</a></td></tr> |
|
59 | 57 | |
|
60 | 58 | <tr><th colspan="3">Inline images</th></tr> |
|
61 | 59 | <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> |
|
62 | 60 | <tr><th></th><td>!<em>attached_image</em>!</td><td></td></tr> |
|
63 | ||
|
64 | <tr><th colspan="3">Tables</th></tr> | |
|
65 | <tr><th></th><td>|_. A |_. B |_. C |<br />| A | B | C |<br />|/2. row span | B | C |<br />|\2. col span |</td><td><table class="sample"><tbody><th>A</th><th>B</th><th>C</th></tr><tr><td>A</td><td>B</td><td>C</td></tr><tr><td rowspan="2">row span</td><td>B</td><td>C</td></tr><tr><td colspan="2">col span</td></tr></tbody></table></td></tr> | |
|
66 | ||
|
67 | 61 | </table> |
|
68 | 62 | |
|
69 | 63 | <p><a href="wiki_syntax_detailed.html" onclick="window.open('wiki_syntax_detailed.html', '', ''); return false;">More Information</a></p> |
|
70 | 64 | |
|
71 | 65 | </body> |
|
72 | 66 | </html> |
@@ -1,72 +1,66 | |||
|
1 | 1 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
|
2 | 2 | <html xmlns="http://www.w3.org/1999/xhtml"> |
|
3 | 3 | <head> |
|
4 | 4 | <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> |
|
5 | 5 | <meta http-equiv="Content-Style-Type" content="text/css" /> |
|
6 | 6 | <title>Wiki formatting</title> |
|
7 | 7 | <style type="text/css"> |
|
8 | 8 | h1 { font-family: Verdana, sans-serif; font-size: 14px; text-align: center; color: #444; } |
|
9 | 9 | body { font-family: Verdana, sans-serif; font-size: 12px; color: #444; } |
|
10 | 10 | table th { padding-top: 1em; } |
|
11 | 11 | table td { vertical-align: top; background-color: #f5f5f5; height: 2em; vertical-align: middle;} |
|
12 | 12 | table td code { font-size: 1.2em; } |
|
13 | 13 | table td h1 { font-size: 1.8em; text-align: left; } |
|
14 | 14 | table td h2 { font-size: 1.4em; text-align: left; } |
|
15 | 15 | table td h3 { font-size: 1.2em; text-align: left; } |
|
16 | 16 | |
|
17 | table.sample { border-collapse: collapse; border-spacing: 0; margin: 4px; } | |
|
18 | table.sample th, table.sample td { border: solid 1px #bbb; padding: 4px; height: 1em; } | |
|
19 | 17 | </style> |
|
20 | 18 | </head> |
|
21 | 19 | <body> |
|
22 | 20 | |
|
23 | 21 | <h1>Wiki Syntax Quick Reference</h1> |
|
24 | 22 | |
|
25 | 23 | <table style="width:100%"> |
|
26 | 24 | <tr><th colspan="3">Font Styles</th></tr> |
|
27 | 25 | <tr><th><img src="../../images/jstoolbar/bt_strong.png" style="border: 1px solid #bbb;" alt="Strong" /></th><td style="width:50%;">*Strong*</td><td style="width:50%;"><strong>Strong</strong></td></tr> |
|
28 | 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> |
|
29 | 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> |
|
30 | 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> |
|
31 | 29 | <tr><th></th><td>??Quote??</td><td><cite>Quote</cite></td></tr> |
|
32 | 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> |
|
33 | 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> |
|
34 | 32 | <pre> |
|
35 | 33 | lines |
|
36 | 34 | of code |
|
37 | 35 | </pre> |
|
38 | 36 | </td></tr> |
|
39 | 37 | |
|
40 | 38 | <tr><th colspan="3">Lists</th></tr> |
|
41 | 39 | <tr><th><img src="../../images/jstoolbar/bt_ul.png" style="border: 1px solid #bbb;" alt="Unordered list" /></th><td>* Item 1<br />** Sub<br />* Item 2</td><td><ul><li>Item 1<ul><li>Sub</li></ul></li><li>Item 2</li></ul></td></tr> |
|
42 | 40 | <tr><th><img src="../../images/jstoolbar/bt_ol.png" style="border: 1px solid #bbb;" alt="Ordered list" /></th><td># Item 1<br />## Sub<br /># Item 2</td><td><ol><li>Item 1<ol><li>Sub</li></ol></li><li>Item 2</li></ol></td></tr> |
|
43 | 41 | |
|
44 | 42 | <tr><th colspan="3">Headings</th></tr> |
|
45 | 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> |
|
46 | 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> |
|
47 | 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> |
|
48 | 46 | |
|
49 | 47 | <tr><th colspan="3">Links</th></tr> |
|
50 | 48 | <tr><th></th><td>http://foo.bar</td><td><a href="#">http://foo.bar</a></td></tr> |
|
51 | 49 | <tr><th></th><td>"Foo":http://foo.bar</td><td><a href="#">Foo</a></td></tr> |
|
52 | 50 | |
|
53 | 51 | <tr><th colspan="3">Redmine links</th></tr> |
|
54 | 52 | <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> |
|
55 | 53 | <tr><th></th><td>Issue #12</td><td>Issue <a href="#">#12</a></td></tr> |
|
56 | 54 | <tr><th></th><td>Revision r43</td><td>Revision <a href="#">r43</a></td></tr> |
|
57 | 55 | <tr><th></th><td>commit:f30e13e43</td><td><a href="#">f30e13e4</a></td></tr> |
|
58 | 56 | <tr><th></th><td>source:some/file</td><td><a href="#">source:some/file</a></td></tr> |
|
59 | 57 | |
|
60 | 58 | <tr><th colspan="3">Inline images</th></tr> |
|
61 | 59 | <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> |
|
62 | 60 | <tr><th></th><td>!<em>attached_image</em>!</td><td></td></tr> |
|
63 | ||
|
64 | <tr><th colspan="3">Tables</th></tr> | |
|
65 | <tr><th></th><td>|_. A |_. B |_. C |<br />| A | B | C |<br />|/2. row span | B | C |<br />|\2. col span |</td><td><table class="sample"><tbody><th>A</th><th>B</th><th>C</th></tr><tr><td>A</td><td>B</td><td>C</td></tr><tr><td rowspan="2">row span</td><td>B</td><td>C</td></tr><tr><td colspan="2">col span</td></tr></tbody></table></td></tr> | |
|
66 | ||
|
67 | 61 | </table> |
|
68 | 62 | |
|
69 | 63 | <p><a href="wiki_syntax_detailed.html" onclick="window.open('wiki_syntax_detailed.html', '', ''); return false;">More Information</a></p> |
|
70 | 64 | |
|
71 | 65 | </body> |
|
72 | 66 | </html> |
@@ -1,72 +1,66 | |||
|
1 | 1 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
|
2 | 2 | <html xmlns="http://www.w3.org/1999/xhtml"> |
|
3 | 3 | <head> |
|
4 | 4 | <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> |
|
5 | 5 | <meta http-equiv="Content-Style-Type" content="text/css" /> |
|
6 | 6 | <title>Wiki formatting</title> |
|
7 | 7 | <style type="text/css"> |
|
8 | 8 | h1 { font-family: Verdana, sans-serif; font-size: 14px; text-align: center; color: #444; } |
|
9 | 9 | body { font-family: Verdana, sans-serif; font-size: 12px; color: #444; } |
|
10 | 10 | table th { padding-top: 1em; } |
|
11 | 11 | table td { vertical-align: top; background-color: #f5f5f5; height: 2em; vertical-align: middle;} |
|
12 | 12 | table td code { font-size: 1.2em; } |
|
13 | 13 | table td h1 { font-size: 1.8em; text-align: left; } |
|
14 | 14 | table td h2 { font-size: 1.4em; text-align: left; } |
|
15 | 15 | table td h3 { font-size: 1.2em; text-align: left; } |
|
16 | 16 | |
|
17 | table.sample { border-collapse: collapse; border-spacing: 0; margin: 4px; } | |
|
18 | table.sample th, table.sample td { border: solid 1px #bbb; padding: 4px; height: 1em; } | |
|
19 | 17 | </style> |
|
20 | 18 | </head> |
|
21 | 19 | <body> |
|
22 | 20 | |
|
23 | 21 | <h1>Syntaxe Wiki - rychlý náhled</h1> |
|
24 | 22 | |
|
25 | 23 | <table style="width:100%"> |
|
26 | 24 | <tr><th colspan="3">Styly písma</th></tr> |
|
27 |
<tr><th><img src="../../images/jstoolbar/bt_strong.png" style="border: 1px solid #bbb;" alt="Tu |
|
|
25 | <tr><th><img src="../../images/jstoolbar/bt_strong.png" style="border: 1px solid #bbb;" alt="Tučný" /></th><td style="width:50%;">*Tučný*</td><td style="width:50%;"><strong>Tučný</strong></td></tr> | |
|
28 | 26 | <tr><th><img src="../../images/jstoolbar/bt_em.png" style="border: 1px solid #bbb;" alt="Kurzívou" /></th><td>_Kurzívou_</td><td><em>Kurzívou</em></td></tr> |
|
29 | 27 | <tr><th><img src="../../images/jstoolbar/bt_ins.png" style="border: 1px solid #bbb;" alt="Podtržený" /></th><td>+Podtržený+</td><td><ins>Podtržený</ins></td></tr> |
|
30 | 28 | <tr><th><img src="../../images/jstoolbar/bt_del.png" style="border: 1px solid #bbb;" alt="Smazaný" /></th><td>-Smazaný-</td><td><del>Smazaný</del></td></tr> |
|
31 | 29 | <tr><th></th><td>??Citace??</td><td><cite>Citace</cite></td></tr> |
|
32 | 30 | <tr><th><img src="../../images/jstoolbar/bt_code.png" style="border: 1px solid #bbb;" alt="Vnořený kód" /></th><td>@Vnořený kód@</td><td><code>Vnořený kód</code></td></tr> |
|
33 | 31 | <tr><th><img src="../../images/jstoolbar/bt_pre.png" style="border: 1px solid #bbb;" alt="Předformátovaný text" /></th><td><pre><br /> řádky<br /> kódu<br /></pre></td><td> |
|
34 | 32 | <pre> |
|
35 | 33 | řádky |
|
36 | 34 | kódu |
|
37 | 35 | </pre> |
|
38 | 36 | </td></tr> |
|
39 | 37 | |
|
40 | 38 | <tr><th colspan="3">Seznamy</th></tr> |
|
41 | 39 | <tr><th><img src="../../images/jstoolbar/bt_ul.png" style="border: 1px solid #bbb;" alt="Nesetříděný seznam" /></th><td>* Položka 1<br />* Položka 2</td><td><ul><li>Položka 1</li><li>Položka 2</li></ul></td></tr> |
|
42 | 40 | <tr><th><img src="../../images/jstoolbar/bt_ol.png" style="border: 1px solid #bbb;" alt="Setříděný seznam" /></th><td># Položka 1<br /># Položka 2</td><td><ol><li>Položka 1</li><li>Položka 2</li></ol></td></tr> |
|
43 | 41 | |
|
44 | 42 | <tr><th colspan="3">Nadpisy</th></tr> |
|
45 | 43 | <tr><th><img src="../../images/jstoolbar/bt_h1.png" style="border: 1px solid #bbb;" alt="Nadpis 1" /></th><td>h1. Nadpis 1</td><td><h1>Nadpis 1</h1></td></tr> |
|
46 | 44 | <tr><th><img src="../../images/jstoolbar/bt_h2.png" style="border: 1px solid #bbb;" alt="Nadpis 2" /></th><td>h2. Nadpis 2</td><td><h2>Nadpis 2</h2></td></tr> |
|
47 | 45 | <tr><th><img src="../../images/jstoolbar/bt_h3.png" style="border: 1px solid #bbb;" alt="Nadpis 3" /></th><td>h3. Nadpis 3</td><td><h3>Nadpis 3</h3></td></tr> |
|
48 | 46 | |
|
49 | 47 | <tr><th colspan="3">Odkazy</th></tr> |
|
50 | 48 | <tr><th></th><td>http://foo.bar</td><td><a href="#">http://foo.bar</a></td></tr> |
|
51 | 49 | <tr><th></th><td>"Odkaz":http://foo.bar</td><td><a href="#">Odkaz</a></td></tr> |
|
52 | 50 | |
|
53 | 51 | <tr><th colspan="3">Redmine odkazy</th></tr> |
|
54 | 52 | <tr><th><img src="../../images/jstoolbar/bt_link.png" style="border: 1px solid #bbb;" alt="Odkaz na Wiki stránku" /></th><td>[[Wiki stránka]]</td><td><a href="#">Wiki stránka</a></td></tr> |
|
55 | 53 | <tr><th></th><td>Úkol #12</td><td>Úkol <a href="#">#12</a></td></tr> |
|
56 | 54 | <tr><th></th><td>Revize r43</td><td>Revize <a href="#">r43</a></td></tr> |
|
57 | 55 | <tr><th></th><td>commit:f30e13e43</td><td><a href="#">f30e13e4</a></td></tr> |
|
58 | 56 | <tr><th></th><td>source:some/file</td><td><a href="#">source:some/file</a></td></tr> |
|
59 | 57 | |
|
60 | 58 | <tr><th colspan="3">Vnořené obrázky</th></tr> |
|
61 | 59 | <tr><th><img src="../../images/jstoolbar/bt_img.png" style="border: 1px solid #bbb;" alt="Obrázek" /></th><td>!<em>url_obrázku</em>!</td><td></td></tr> |
|
62 | 60 | <tr><th></th><td>!<em>vnořený_obrázek</em>!</td><td></td></tr> |
|
63 | ||
|
64 | <tr><th colspan="3">Tables</th></tr> | |
|
65 | <tr><th></th><td>|_. A |_. B |_. C |<br />| A | B | C |<br />|/2. row span | B | C |<br />|\2. col span |</td><td><table class="sample"><tbody><th>A</th><th>B</th><th>C</th></tr><tr><td>A</td><td>B</td><td>C</td></tr><tr><td rowspan="2">row span</td><td>B</td><td>C</td></tr><tr><td colspan="2">col span</td></tr></tbody></table></td></tr> | |
|
66 | ||
|
67 | 61 | </table> |
|
68 | 62 | |
|
69 | 63 | <p><a href="wiki_syntax_detailed.html" onclick="window.open('wiki_syntax_detailed.html', '', ''); return false;">Více informací</a></p> |
|
70 | 64 | |
|
71 | 65 | </body> |
|
72 | 66 | </html> |
@@ -1,72 +1,66 | |||
|
1 | 1 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
|
2 | 2 | <html xmlns="http://www.w3.org/1999/xhtml"> |
|
3 | 3 | <head> |
|
4 | 4 | <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> |
|
5 | 5 | <meta http-equiv="Content-Style-Type" content="text/css" /> |
|
6 | 6 | <title>Wiki formatting</title> |
|
7 | 7 | <style type="text/css"> |
|
8 | 8 | h1 { font-family: Verdana, sans-serif; font-size: 14px; text-align: center; color: #444; } |
|
9 | 9 | body { font-family: Verdana, sans-serif; font-size: 12px; color: #444; } |
|
10 | 10 | table th { padding-top: 1em; } |
|
11 | 11 | table td { vertical-align: top; background-color: #f5f5f5; height: 2em; vertical-align: middle;} |
|
12 | 12 | table td code { font-size: 1.2em; } |
|
13 | 13 | table td h1 { font-size: 1.8em; text-align: left; } |
|
14 | 14 | table td h2 { font-size: 1.4em; text-align: left; } |
|
15 | 15 | table td h3 { font-size: 1.2em; text-align: left; } |
|
16 | 16 | |
|
17 | table.sample { border-collapse: collapse; border-spacing: 0; margin: 4px; } | |
|
18 | table.sample th, table.sample td { border: solid 1px #bbb; padding: 4px; height: 1em; } | |
|
19 | 17 | </style> |
|
20 | 18 | </head> |
|
21 | 19 | <body> |
|
22 | 20 | |
|
23 | 21 | <h1>Wiki Syntax Quick Reference</h1> |
|
24 | 22 | |
|
25 | 23 | <table style="width:100%"> |
|
26 | 24 | <tr><th colspan="3">Font Styles</th></tr> |
|
27 | 25 | <tr><th><img src="../../images/jstoolbar/bt_strong.png" style="border: 1px solid #bbb;" alt="Strong" /></th><td style="width:50%;">*Strong*</td><td style="width:50%;"><strong>Strong</strong></td></tr> |
|
28 | 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> |
|
29 | 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> |
|
30 | 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> |
|
31 | 29 | <tr><th></th><td>??Quote??</td><td><cite>Quote</cite></td></tr> |
|
32 | 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> |
|
33 | 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> |
|
34 | 32 | <pre> |
|
35 | 33 | lines |
|
36 | 34 | of code |
|
37 | 35 | </pre> |
|
38 | 36 | </td></tr> |
|
39 | 37 | |
|
40 | 38 | <tr><th colspan="3">Lists</th></tr> |
|
41 | 39 | <tr><th><img src="../../images/jstoolbar/bt_ul.png" style="border: 1px solid #bbb;" alt="Unordered list" /></th><td>* Item 1<br />** Sub<br />* Item 2</td><td><ul><li>Item 1<ul><li>Sub</li></ul></li><li>Item 2</li></ul></td></tr> |
|
42 | 40 | <tr><th><img src="../../images/jstoolbar/bt_ol.png" style="border: 1px solid #bbb;" alt="Ordered list" /></th><td># Item 1<br />## Sub<br /># Item 2</td><td><ol><li>Item 1<ol><li>Sub</li></ol></li><li>Item 2</li></ol></td></tr> |
|
43 | 41 | |
|
44 | 42 | <tr><th colspan="3">Headings</th></tr> |
|
45 | 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> |
|
46 | 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> |
|
47 | 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> |
|
48 | 46 | |
|
49 | 47 | <tr><th colspan="3">Links</th></tr> |
|
50 | 48 | <tr><th></th><td>http://foo.bar</td><td><a href="#">http://foo.bar</a></td></tr> |
|
51 | 49 | <tr><th></th><td>"Foo":http://foo.bar</td><td><a href="#">Foo</a></td></tr> |
|
52 | 50 | |
|
53 | 51 | <tr><th colspan="3">Redmine links</th></tr> |
|
54 | 52 | <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> |
|
55 | 53 | <tr><th></th><td>Issue #12</td><td>Issue <a href="#">#12</a></td></tr> |
|
56 | 54 | <tr><th></th><td>Revision r43</td><td>Revision <a href="#">r43</a></td></tr> |
|
57 | 55 | <tr><th></th><td>commit:f30e13e43</td><td><a href="#">f30e13e4</a></td></tr> |
|
58 | 56 | <tr><th></th><td>source:some/file</td><td><a href="#">source:some/file</a></td></tr> |
|
59 | 57 | |
|
60 | 58 | <tr><th colspan="3">Inline images</th></tr> |
|
61 | 59 | <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> |
|
62 | 60 | <tr><th></th><td>!<em>attached_image</em>!</td><td></td></tr> |
|
63 | ||
|
64 | <tr><th colspan="3">Tables</th></tr> | |
|
65 | <tr><th></th><td>|_. A |_. B |_. C |<br />| A | B | C |<br />|/2. row span | B | C |<br />|\2. col span |</td><td><table class="sample"><tbody><th>A</th><th>B</th><th>C</th></tr><tr><td>A</td><td>B</td><td>C</td></tr><tr><td rowspan="2">row span</td><td>B</td><td>C</td></tr><tr><td colspan="2">col span</td></tr></tbody></table></td></tr> | |
|
66 | ||
|
67 | 61 | </table> |
|
68 | 62 | |
|
69 | 63 | <p><a href="wiki_syntax_detailed.html" onclick="window.open('wiki_syntax_detailed.html', '', ''); return false;">More Information</a></p> |
|
70 | 64 | |
|
71 | 65 | </body> |
|
72 | 66 | </html> |
@@ -1,72 +1,66 | |||
|
1 | 1 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
|
2 | 2 | <html xmlns="http://www.w3.org/1999/xhtml"> |
|
3 | 3 | <head> |
|
4 | 4 | <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> |
|
5 | 5 | <meta http-equiv="Content-Style-Type" content="text/css" /> |
|
6 | 6 | <title>Wikiformatierung</title> |
|
7 | 7 | <style type="text/css"> |
|
8 | 8 | h1 { font-family: Verdana, sans-serif; font-size: 14px; text-align: center; color: #444; } |
|
9 | 9 | body { font-family: Verdana, sans-serif; font-size: 12px; color: #444; } |
|
10 | 10 | table th { padding-top: 1em; } |
|
11 | 11 | table td { vertical-align: top; background-color: #f5f5f5; height: 2em; vertical-align: middle;} |
|
12 | 12 | table td code { font-size: 1.2em; } |
|
13 | 13 | table td h1 { font-size: 1.8em; text-align: left; } |
|
14 | 14 | table td h2 { font-size: 1.4em; text-align: left; } |
|
15 | 15 | table td h3 { font-size: 1.2em; text-align: left; } |
|
16 | 16 | |
|
17 | table.sample { border-collapse: collapse; border-spacing: 0; margin: 4px; } | |
|
18 | table.sample th, table.sample td { border: solid 1px #bbb; padding: 4px; height: 1em; } | |
|
19 | 17 | </style> |
|
20 | 18 | </head> |
|
21 | 19 | <body> |
|
22 | 20 | |
|
23 | 21 | <h1>Wiki Syntax Schnellreferenz</h1> |
|
24 | 22 | |
|
25 | 23 | <table style="width:100%"> |
|
26 | 24 | <tr><th colspan="3">Schriftarten</th></tr> |
|
27 | 25 | <tr><th><img src="../../images/jstoolbar/bt_strong.png" style="border: 1px solid #bbb;" alt="Fett" /></th><td style="width:50%;">*Fett*</td><td style="width:50%;"><strong>Fett</strong></td></tr> |
|
28 | 26 | <tr><th><img src="../../images/jstoolbar/bt_em.png" style="border: 1px solid #bbb;" alt="Kursiv" /></th><td>_Kursiv_</td><td><em>Kursiv</em></td></tr> |
|
29 | 27 | <tr><th><img src="../../images/jstoolbar/bt_ins.png" style="border: 1px solid #bbb;" alt="Unterstrichen" /></th><td>+Unterstrichen+</td><td><ins>Unterstrichen</ins></td></tr> |
|
30 | 28 | <tr><th><img src="../../images/jstoolbar/bt_del.png" style="border: 1px solid #bbb;" alt="Durchgestrichen" /></th><td>-Durchgestrichen-</td><td><del>Durchgestrichen</del></td></tr> |
|
31 | 29 | <tr><th></th><td>??Zitat??</td><td><cite>Zitat</cite></td></tr> |
|
32 | 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> |
|
33 | 31 | <tr><th><img src="../../images/jstoolbar/bt_pre.png" style="border: 1px solid #bbb;" alt="Vorformatierter Text" /></th><td><pre><br /> vorformatierte<br /> Codezeilen<br /></pre></td><td> |
|
34 | 32 | <pre> |
|
35 | 33 | vorformartierte |
|
36 | 34 | Codezeilen |
|
37 | 35 | </pre> |
|
38 | 36 | </td></tr> |
|
39 | 37 | |
|
40 | 38 | <tr><th colspan="3">Listen</th></tr> |
|
41 | 39 | <tr><th><img src="../../images/jstoolbar/bt_ul.png" style="border: 1px solid #bbb;" alt="Unsortierte Liste" /></th><td>* Element 1<br />* Element 2</td><td><ul><li>Element 1</li><li>Element 2</li></ul></td></tr> |
|
42 | 40 | <tr><th><img src="../../images/jstoolbar/bt_ol.png" style="border: 1px solid #bbb;" alt="Sortierte Liste" /></th><td># Element 1<br /># Element 2</td><td><ol><li>Element 1</li><li>Element 2</li></ol></td></tr> |
|
43 | 41 | |
|
44 | 42 | <tr><th colspan="3">Überschriften</th></tr> |
|
45 | 43 | <tr><th><img src="../../images/jstoolbar/bt_h1.png" style="border: 1px solid #bbb;" alt="Überschrift 1" /></th><td>h1. Überschrift 1</td><td><h1>Überschrift 1</h1></td></tr> |
|
46 | 44 | <tr><th><img src="../../images/jstoolbar/bt_h2.png" style="border: 1px solid #bbb;" alt="Überschrift 2" /></th><td>h2. Überschrift 2</td><td><h2>Überschrift 2</h2></td></tr> |
|
47 | 45 | <tr><th><img src="../../images/jstoolbar/bt_h3.png" style="border: 1px solid #bbb;" alt="Überschrift 3" /></th><td>h3. Überschrift 3</td><td><h3>Überschrift 3</h3></td></tr> |
|
48 | 46 | |
|
49 | 47 | <tr><th colspan="3">Links</th></tr> |
|
50 | 48 | <tr><th></th><td>http://foo.bar</td><td><a href="#">http://foo.bar</a></td></tr> |
|
51 | 49 | <tr><th></th><td>"Foo":http://foo.bar</td><td><a href="#">Foo</a></td></tr> |
|
52 | 50 | |
|
53 | 51 | <tr><th colspan="3">Redmine Links</th></tr> |
|
54 | 52 | <tr><th><img src="../../images/jstoolbar/bt_link.png" style="border: 1px solid #bbb;" alt="Link zu einer Wiki Seite" /></th><td>[[Wiki Seite]]</td><td><a href="#">Wiki Seite</a></td></tr> |
|
55 | 53 | <tr><th></th><td>Ticket #12</td><td>Ticket <a href="#">#12</a></td></tr> |
|
56 | 54 | <tr><th></th><td>Revision r43</td><td>Revision <a href="#">r43</a></td></tr> |
|
57 | 55 | <tr><th></th><td>commit:f30e13e43</td><td><a href="#">f30e13e4</a></td></tr> |
|
58 | 56 | <tr><th></th><td>source:some/file</td><td><a href="#">source:some/file</a></td></tr> |
|
59 | 57 | |
|
60 | 58 | <tr><th colspan="3">eingebettete Bilder</th></tr> |
|
61 | 59 | <tr><th><img src="../../images/jstoolbar/bt_img.png" style="border: 1px solid #bbb;" alt="Bild" /></th><td>!<em>URL_zu_dem_Bild</em>!</td><td></td></tr> |
|
62 | 60 | <tr><th></th><td>!<em>angehängtes_Bild</em>!</td><td></td></tr> |
|
63 | ||
|
64 | <tr><th colspan="3">Tables</th></tr> | |
|
65 | <tr><th></th><td>|_. A |_. B |_. C |<br />| A | B | C |<br />|/2. row span | B | C |<br />|\2. col span |</td><td><table class="sample"><tbody><th>A</th><th>B</th><th>C</th></tr><tr><td>A</td><td>B</td><td>C</td></tr><tr><td rowspan="2">row span</td><td>B</td><td>C</td></tr><tr><td colspan="2">col span</td></tr></tbody></table></td></tr> | |
|
66 | ||
|
67 | 61 | </table> |
|
68 | 62 | |
|
69 | 63 | <p><a href="wiki_syntax_detailed.html" onclick="window.open('wiki_syntax_detailed.html', '', ''); return false;">weitere Informationen</a></p> |
|
70 | 64 | |
|
71 | 65 | </body> |
|
72 | 66 | </html> |
@@ -1,72 +1,66 | |||
|
1 | 1 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
|
2 | 2 | <html xmlns="http://www.w3.org/1999/xhtml"> |
|
3 | 3 | <head> |
|
4 | 4 | <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> |
|
5 | 5 | <meta http-equiv="Content-Style-Type" content="text/css" /> |
|
6 | 6 | <title>Wiki formatting</title> |
|
7 | 7 | <style type="text/css"> |
|
8 | 8 | h1 { font-family: Verdana, sans-serif; font-size: 14px; text-align: center; color: #444; } |
|
9 | 9 | body { font-family: Verdana, sans-serif; font-size: 12px; color: #444; } |
|
10 | 10 | table th { padding-top: 1em; } |
|
11 | 11 | table td { vertical-align: top; background-color: #f5f5f5; height: 2em; vertical-align: middle;} |
|
12 | 12 | table td code { font-size: 1.2em; } |
|
13 | 13 | table td h1 { font-size: 1.8em; text-align: left; } |
|
14 | 14 | table td h2 { font-size: 1.4em; text-align: left; } |
|
15 | 15 | table td h3 { font-size: 1.2em; text-align: left; } |
|
16 | 16 | |
|
17 | table.sample { border-collapse: collapse; border-spacing: 0; margin: 4px; } | |
|
18 | table.sample th, table.sample td { border: solid 1px #bbb; padding: 4px; height: 1em; } | |
|
19 | 17 | </style> |
|
20 | 18 | </head> |
|
21 | 19 | <body> |
|
22 | 20 | |
|
23 | 21 | <h1>Wiki Syntax Quick Reference</h1> |
|
24 | 22 | |
|
25 | 23 | <table style="width:100%"> |
|
26 | 24 | <tr><th colspan="3">Font Styles</th></tr> |
|
27 | 25 | <tr><th><img src="../../images/jstoolbar/bt_strong.png" style="border: 1px solid #bbb;" alt="Strong" /></th><td style="width:50%;">*Strong*</td><td style="width:50%;"><strong>Strong</strong></td></tr> |
|
28 | 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> |
|
29 | 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> |
|
30 | 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> |
|
31 | 29 | <tr><th></th><td>??Quote??</td><td><cite>Quote</cite></td></tr> |
|
32 | 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> |
|
33 | 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> |
|
34 | 32 | <pre> |
|
35 | 33 | lines |
|
36 | 34 | of code |
|
37 | 35 | </pre> |
|
38 | 36 | </td></tr> |
|
39 | 37 | |
|
40 | 38 | <tr><th colspan="3">Lists</th></tr> |
|
41 | 39 | <tr><th><img src="../../images/jstoolbar/bt_ul.png" style="border: 1px solid #bbb;" alt="Unordered list" /></th><td>* Item 1<br />** Sub<br />* Item 2</td><td><ul><li>Item 1<ul><li>Sub</li></ul></li><li>Item 2</li></ul></td></tr> |
|
42 | 40 | <tr><th><img src="../../images/jstoolbar/bt_ol.png" style="border: 1px solid #bbb;" alt="Ordered list" /></th><td># Item 1<br />## Sub<br /># Item 2</td><td><ol><li>Item 1<ol><li>Sub</li></ol></li><li>Item 2</li></ol></td></tr> |
|
43 | 41 | |
|
44 | 42 | <tr><th colspan="3">Headings</th></tr> |
|
45 | 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> |
|
46 | 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> |
|
47 | 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> |
|
48 | 46 | |
|
49 | 47 | <tr><th colspan="3">Links</th></tr> |
|
50 | 48 | <tr><th></th><td>http://foo.bar</td><td><a href="#">http://foo.bar</a></td></tr> |
|
51 | 49 | <tr><th></th><td>"Foo":http://foo.bar</td><td><a href="#">Foo</a></td></tr> |
|
52 | 50 | |
|
53 | 51 | <tr><th colspan="3">Redmine links</th></tr> |
|
54 | 52 | <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> |
|
55 | 53 | <tr><th></th><td>Issue #12</td><td>Issue <a href="#">#12</a></td></tr> |
|
56 | 54 | <tr><th></th><td>Revision r43</td><td>Revision <a href="#">r43</a></td></tr> |
|
57 | 55 | <tr><th></th><td>commit:f30e13e43</td><td><a href="#">f30e13e4</a></td></tr> |
|
58 | 56 | <tr><th></th><td>source:some/file</td><td><a href="#">source:some/file</a></td></tr> |
|
59 | 57 | |
|
60 | 58 | <tr><th colspan="3">Inline images</th></tr> |
|
61 | 59 | <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> |
|
62 | 60 | <tr><th></th><td>!<em>attached_image</em>!</td><td></td></tr> |
|
63 | ||
|
64 | <tr><th colspan="3">Tables</th></tr> | |
|
65 | <tr><th></th><td>|_. A |_. B |_. C |<br />| A | B | C |<br />|/2. row span | B | C |<br />|\2. col span |</td><td><table class="sample"><tbody><th>A</th><th>B</th><th>C</th></tr><tr><td>A</td><td>B</td><td>C</td></tr><tr><td rowspan="2">row span</td><td>B</td><td>C</td></tr><tr><td colspan="2">col span</td></tr></tbody></table></td></tr> | |
|
66 | ||
|
67 | 61 | </table> |
|
68 | 62 | |
|
69 | 63 | <p><a href="wiki_syntax_detailed.html" onclick="window.open('wiki_syntax_detailed.html', '', ''); return false;">More Information</a></p> |
|
70 | 64 | |
|
71 | 65 | </body> |
|
72 | 66 | </html> |
@@ -1,72 +1,66 | |||
|
1 | 1 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
|
2 | 2 | <html xmlns="http://www.w3.org/1999/xhtml"> |
|
3 | 3 | <head> |
|
4 | 4 | <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> |
|
5 | 5 | <meta http-equiv="Content-Style-Type" content="text/css" /> |
|
6 | 6 | <title>Wiki formatting</title> |
|
7 | 7 | <style type="text/css"> |
|
8 | 8 | h1 { font-family: Verdana, sans-serif; font-size: 14px; text-align: center; color: #444; } |
|
9 | 9 | body { font-family: Verdana, sans-serif; font-size: 12px; color: #444; } |
|
10 | 10 | table th { padding-top: 1em; } |
|
11 | 11 | table td { vertical-align: top; background-color: #f5f5f5; height: 2em; vertical-align: middle;} |
|
12 | 12 | table td code { font-size: 1.2em; } |
|
13 | 13 | table td h1 { font-size: 1.8em; text-align: left; } |
|
14 | 14 | table td h2 { font-size: 1.4em; text-align: left; } |
|
15 | 15 | table td h3 { font-size: 1.2em; text-align: left; } |
|
16 | 16 | |
|
17 | table.sample { border-collapse: collapse; border-spacing: 0; margin: 4px; } | |
|
18 | table.sample th, table.sample td { border: solid 1px #bbb; padding: 4px; height: 1em; } | |
|
19 | 17 | </style> |
|
20 | 18 | </head> |
|
21 | 19 | <body> |
|
22 | 20 | |
|
23 | 21 | <h1>Wiki Syntax Quick Reference</h1> |
|
24 | 22 | |
|
25 | 23 | <table style="width:100%"> |
|
26 | 24 | <tr><th colspan="3">Font Styles</th></tr> |
|
27 | 25 | <tr><th><img src="../../images/jstoolbar/bt_strong.png" style="border: 1px solid #bbb;" alt="Strong" /></th><td style="width:50%;">*Strong*</td><td style="width:50%;"><strong>Strong</strong></td></tr> |
|
28 | 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> |
|
29 | 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> |
|
30 | 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> |
|
31 | 29 | <tr><th></th><td>??Quote??</td><td><cite>Quote</cite></td></tr> |
|
32 | 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> |
|
33 | 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> |
|
34 | 32 | <pre> |
|
35 | 33 | lines |
|
36 | 34 | of code |
|
37 | 35 | </pre> |
|
38 | 36 | </td></tr> |
|
39 | 37 | |
|
40 | 38 | <tr><th colspan="3">Lists</th></tr> |
|
41 | 39 | <tr><th><img src="../../images/jstoolbar/bt_ul.png" style="border: 1px solid #bbb;" alt="Unordered list" /></th><td>* Item 1<br />** Sub<br />* Item 2</td><td><ul><li>Item 1<ul><li>Sub</li></ul></li><li>Item 2</li></ul></td></tr> |
|
42 | 40 | <tr><th><img src="../../images/jstoolbar/bt_ol.png" style="border: 1px solid #bbb;" alt="Ordered list" /></th><td># Item 1<br />## Sub<br /># Item 2</td><td><ol><li>Item 1<ol><li>Sub</li></ol></li><li>Item 2</li></ol></td></tr> |
|
43 | 41 | |
|
44 | 42 | <tr><th colspan="3">Headings</th></tr> |
|
45 | 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> |
|
46 | 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> |
|
47 | 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> |
|
48 | 46 | |
|
49 | 47 | <tr><th colspan="3">Links</th></tr> |
|
50 | 48 | <tr><th></th><td>http://foo.bar</td><td><a href="#">http://foo.bar</a></td></tr> |
|
51 | 49 | <tr><th></th><td>"Foo":http://foo.bar</td><td><a href="#">Foo</a></td></tr> |
|
52 | 50 | |
|
53 | 51 | <tr><th colspan="3">Redmine links</th></tr> |
|
54 | 52 | <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> |
|
55 | 53 | <tr><th></th><td>Issue #12</td><td>Issue <a href="#">#12</a></td></tr> |
|
56 | 54 | <tr><th></th><td>Revision r43</td><td>Revision <a href="#">r43</a></td></tr> |
|
57 | 55 | <tr><th></th><td>commit:f30e13e43</td><td><a href="#">f30e13e4</a></td></tr> |
|
58 | 56 | <tr><th></th><td>source:some/file</td><td><a href="#">source:some/file</a></td></tr> |
|
59 | 57 | |
|
60 | 58 | <tr><th colspan="3">Inline images</th></tr> |
|
61 | 59 | <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> |
|
62 | 60 | <tr><th></th><td>!<em>attached_image</em>!</td><td></td></tr> |
|
63 | ||
|
64 | <tr><th colspan="3">Tables</th></tr> | |
|
65 | <tr><th></th><td>|_. A |_. B |_. C |<br />| A | B | C |<br />|/2. row span | B | C |<br />|\2. col span |</td><td><table class="sample"><tbody><th>A</th><th>B</th><th>C</th></tr><tr><td>A</td><td>B</td><td>C</td></tr><tr><td rowspan="2">row span</td><td>B</td><td>C</td></tr><tr><td colspan="2">col span</td></tr></tbody></table></td></tr> | |
|
66 | ||
|
67 | 61 | </table> |
|
68 | 62 | |
|
69 | 63 | <p><a href="wiki_syntax_detailed.html" onclick="window.open('wiki_syntax_detailed.html', '', ''); return false;">More Information</a></p> |
|
70 | 64 | |
|
71 | 65 | </body> |
|
72 | 66 | </html> |
@@ -1,72 +1,66 | |||
|
1 | 1 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
|
2 | 2 | <html xmlns="http://www.w3.org/1999/xhtml"> |
|
3 | 3 | <head> |
|
4 | 4 | <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> |
|
5 | 5 | <meta http-equiv="Content-Style-Type" content="text/css" /> |
|
6 | 6 | <title>Wiki formatting</title> |
|
7 | 7 | <style type="text/css"> |
|
8 | 8 | h1 { font-family: Verdana, sans-serif; font-size: 14px; text-align: center; color: #444; } |
|
9 | 9 | body { font-family: Verdana, sans-serif; font-size: 12px; color: #444; } |
|
10 | 10 | table th { padding-top: 1em; } |
|
11 | 11 | table td { vertical-align: top; background-color: #f5f5f5; height: 2em; vertical-align: middle;} |
|
12 | 12 | table td code { font-size: 1.2em; } |
|
13 | 13 | table td h1 { font-size: 1.8em; text-align: left; } |
|
14 | 14 | table td h2 { font-size: 1.4em; text-align: left; } |
|
15 | 15 | table td h3 { font-size: 1.2em; text-align: left; } |
|
16 | 16 | |
|
17 | table.sample { border-collapse: collapse; border-spacing: 0; margin: 4px; } | |
|
18 | table.sample th, table.sample td { border: solid 1px #bbb; padding: 4px; height: 1em; } | |
|
19 | 17 | </style> |
|
20 | 18 | </head> |
|
21 | 19 | <body> |
|
22 | 20 | |
|
23 | 21 | <h1>Wiki Syntax Quick Reference</h1> |
|
24 | 22 | |
|
25 | 23 | <table style="width:100%"> |
|
26 | 24 | <tr><th colspan="3">Font Styles</th></tr> |
|
27 | 25 | <tr><th><img src="../../images/jstoolbar/bt_strong.png" style="border: 1px solid #bbb;" alt="Strong" /></th><td style="width:50%;">*Strong*</td><td style="width:50%;"><strong>Strong</strong></td></tr> |
|
28 | 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> |
|
29 | 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> |
|
30 | 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> |
|
31 | 29 | <tr><th></th><td>??Quote??</td><td><cite>Quote</cite></td></tr> |
|
32 | 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> |
|
33 | 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> |
|
34 | 32 | <pre> |
|
35 | 33 | lines |
|
36 | 34 | of code |
|
37 | 35 | </pre> |
|
38 | 36 | </td></tr> |
|
39 | 37 | |
|
40 | 38 | <tr><th colspan="3">Lists</th></tr> |
|
41 | 39 | <tr><th><img src="../../images/jstoolbar/bt_ul.png" style="border: 1px solid #bbb;" alt="Unordered list" /></th><td>* Item 1<br />** Sub<br />* Item 2</td><td><ul><li>Item 1<ul><li>Sub</li></ul></li><li>Item 2</li></ul></td></tr> |
|
42 | 40 | <tr><th><img src="../../images/jstoolbar/bt_ol.png" style="border: 1px solid #bbb;" alt="Ordered list" /></th><td># Item 1<br />## Sub<br /># Item 2</td><td><ol><li>Item 1<ol><li>Sub</li></ol></li><li>Item 2</li></ol></td></tr> |
|
43 | 41 | |
|
44 | 42 | <tr><th colspan="3">Headings</th></tr> |
|
45 | 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> |
|
46 | 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> |
|
47 | 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> |
|
48 | 46 | |
|
49 | 47 | <tr><th colspan="3">Links</th></tr> |
|
50 | 48 | <tr><th></th><td>http://foo.bar</td><td><a href="#">http://foo.bar</a></td></tr> |
|
51 | 49 | <tr><th></th><td>"Foo":http://foo.bar</td><td><a href="#">Foo</a></td></tr> |
|
52 | 50 | |
|
53 | 51 | <tr><th colspan="3">Redmine links</th></tr> |
|
54 | 52 | <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> |
|
55 | 53 | <tr><th></th><td>Issue #12</td><td>Issue <a href="#">#12</a></td></tr> |
|
56 | 54 | <tr><th></th><td>Revision r43</td><td>Revision <a href="#">r43</a></td></tr> |
|
57 | 55 | <tr><th></th><td>commit:f30e13e43</td><td><a href="#">f30e13e4</a></td></tr> |
|
58 | 56 | <tr><th></th><td>source:some/file</td><td><a href="#">source:some/file</a></td></tr> |
|
59 | 57 | |
|
60 | 58 | <tr><th colspan="3">Inline images</th></tr> |
|
61 | 59 | <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> |
|
62 | 60 | <tr><th></th><td>!<em>attached_image</em>!</td><td></td></tr> |
|
63 | ||
|
64 | <tr><th colspan="3">Tables</th></tr> | |
|
65 | <tr><th></th><td>|_. A |_. B |_. C |<br />| A | B | C |<br />|/2. row span | B | C |<br />|\2. col span |</td><td><table class="sample"><tbody><th>A</th><th>B</th><th>C</th></tr><tr><td>A</td><td>B</td><td>C</td></tr><tr><td rowspan="2">row span</td><td>B</td><td>C</td></tr><tr><td colspan="2">col span</td></tr></tbody></table></td></tr> | |
|
66 | ||
|
67 | 61 | </table> |
|
68 | 62 | |
|
69 | 63 | <p><a href="wiki_syntax_detailed.html" onclick="window.open('wiki_syntax_detailed.html', '', ''); return false;">More Information</a></p> |
|
70 | 64 | |
|
71 | 65 | </body> |
|
72 | 66 | </html> |
@@ -1,73 +1,67 | |||
|
1 | 1 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
|
2 | 2 | <html xmlns="http://www.w3.org/1999/xhtml"> |
|
3 | 3 | <head> |
|
4 | 4 | <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> |
|
5 | 5 | <meta http-equiv="Content-Style-Type" content="text/css" /> |
|
6 | 6 | <title>Formato de la Wiki</title> |
|
7 | 7 | <style type="text/css"> |
|
8 | 8 | h1 { font-family: Verdana, sans-serif; font-size: 14px; text-align: center; color: #444; } |
|
9 | 9 | body { font-family: Verdana, sans-serif; font-size: 12px; color: #444; } |
|
10 | 10 | table th { padding-top: 1em; } |
|
11 | 11 | table td { vertical-align: top; background-color: #f5f5f5; height: 2em; vertical-align: middle;} |
|
12 | 12 | table td code { font-size: 1.2em; } |
|
13 | 13 | table td h1 { font-size: 1.8em; text-align: left; } |
|
14 | 14 | table td h2 { font-size: 1.4em; text-align: left; } |
|
15 | 15 | table td h3 { font-size: 1.2em; text-align: left; } |
|
16 | 16 | |
|
17 | table.sample { border-collapse: collapse; border-spacing: 0; margin: 4px; } | |
|
18 | table.sample th, table.sample td { border: solid 1px #bbb; padding: 4px; height: 1em; } | |
|
19 | 17 | </style> |
|
20 | 18 | </head> |
|
21 | 19 | <body> |
|
22 | 20 | |
|
23 | 21 | <h1>Guia Rápida de Sintaxis de la Wiki</h1> |
|
24 | 22 | |
|
25 | 23 | <table style="width:100%"> |
|
26 | 24 | <tr><th colspan="3">Estilo de fuentes</th></tr> |
|
27 | 25 | <tr><th><img src="../../images/jstoolbar/bt_strong.png" style="border: 1px solid #bbb;" alt="Negrita" /></th><td style="width:50%;">*Negrita*</td><td style="width:50%;"><strong>Negrita</strong></td></tr> |
|
28 | 26 | <tr><th><img src="../../images/jstoolbar/bt_em.png" style="border: 1px solid #bbb;" alt="Cursiva" /></th><td>_Cursiva_</td><td><em>Cursiva</em></td></tr> |
|
29 | 27 | <tr><th><img src="../../images/jstoolbar/bt_ins.png" style="border: 1px solid #bbb;" alt="Subrayado" /></th><td>+Subrayado+</td><td><ins>Subrayado</ins></td></tr> |
|
30 | 28 | <tr><th><img src="../../images/jstoolbar/bt_del.png" style="border: 1px solid #bbb;" alt="Tachado" /></th><td>-Tachado-</td><td><del>Tachado</del></td></tr> |
|
31 | 29 | <tr><th></th><td>??Cita??</td><td><cite>Cita</cite></td></tr> |
|
32 | 30 | <tr><th><img src="../../images/jstoolbar/bt_code.png" style="border: 1px solid #bbb;" alt="Código en linea" /></th><td>@Código en linea@</td><td><code>Código en linea</code></td></tr> |
|
33 | 31 | <tr><th><img src="../../images/jstoolbar/bt_pre.png" style="border: 1px solid #bbb;" alt="Có preformateado" /></th><td><pre><br /> Líneas<br /> de có<br /></pre></td><td> |
|
34 | 32 | <pre> |
|
35 | 33 | líneas |
|
36 | 34 | de código |
|
37 | 35 | </pre> |
|
38 | 36 | </td></tr> |
|
39 | 37 | |
|
40 | 38 | <tr><th colspan="3">Listas</th></tr> |
|
41 | 39 | <tr><th><img src="../../images/jstoolbar/bt_ul.png" style="border: 1px solid #bbb;" alt="Lista no ordenada" /></th><td>* artículo 1<br />* artículo 2</td><td><ul><li>artículo 1</li><li>artículo 2</li></ul></td></tr> |
|
42 | 40 | <tr><th><img src="../../images/jstoolbar/bt_ol.png" style="border: 1px solid #bbb;" alt="Lista ordenada" /></th><td># artículo 1<br /># artículo 2</td><td><ol><li>artículo 1</li><li>artículo 2</li></ol></td></tr> |
|
43 | 41 | |
|
44 | 42 | <tr><th colspan="3">Cabeceras</th></tr> |
|
45 | 43 | <tr><th><img src="../../images/jstoolbar/bt_h1.png" style="border: 1px solid #bbb;" alt="Cabecera 1" /></th><td>h1. Título 1</td><td><h1>Título 1</h1></td></tr> |
|
46 | 44 | <tr><th><img src="../../images/jstoolbar/bt_h2.png" style="border: 1px solid #bbb;" alt="Cabecera 2" /></th><td>h2. Título 2</td><td><h2>Título 2</h2></td></tr> |
|
47 | 45 | <tr><th><img src="../../images/jstoolbar/bt_h3.png" style="border: 1px solid #bbb;" alt="Cabecera 3" /></th><td>h3. Título 3</td><td><h3>Título 3</h3></td></tr> |
|
48 | 46 | |
|
49 | 47 | <tr><th colspan="3">Enlaces</th></tr> |
|
50 | 48 | <tr><th></th><td>http://foo.bar</td><td><a href="#">http://foo.bar</a></td></tr> |
|
51 | 49 | <tr><th></th><td>"Foo":http://foo.bar</td><td><a href="#">Foo</a></td></tr> |
|
52 | 50 | |
|
53 | 51 | <tr><th colspan="3">Enlaces de Redmine</th></tr> |
|
54 | 52 | <tr><th><img src="../../images/jstoolbar/bt_link.png" style="border: 1px solid #bbb;" alt="Enlace a una página de la Wiki" /></th><td>[[pagina Wiki]]</td><td><a href="#">Pagina Wiki</a></td></tr> |
|
55 | 53 | <tr><th><img src="../../images/jstoolbar/bt_link.png" style="border: 1px solid #bbb;" alt="Enlace a una página de la Wiki con nombre descripciptivo" /></th><td>[[pagina Wiki|Nombre descriptivo]]</td><td><a href="#">Nombre descriptivo</a></td></tr> |
|
56 | 54 | <tr><th></th><td>Petición #12</td><td>Petición <a href="#">#12</a></td></tr> |
|
57 | 55 | <tr><th></th><td>Revisión r43</td><td>Revisión <a href="#">r43</a></td></tr> |
|
58 | 56 | <tr><th></th><td>commit:f30e13e43</td><td><a href="#">f30e13e4</a></td></tr> |
|
59 | 57 | <tr><th></th><td>source:some/file</td><td><a href="#">source:some/file</a></td></tr> |
|
60 | 58 | |
|
61 | 59 | <tr><th colspan="3">Imágenes en línea</th></tr> |
|
62 | 60 | <tr><th><img src="../../images/jstoolbar/bt_img.png" style="border: 1px solid #bbb;" alt="Imagen" /></th><td>!<em>imagen_url</em>!</td><td></td></tr> |
|
63 | 61 | <tr><th></th><td>!<em>imagen_adjunta</em>!</td><td></td></tr> |
|
64 | ||
|
65 | <tr><th colspan="3">Tables</th></tr> | |
|
66 | <tr><th></th><td>|_. A |_. B |_. C |<br />| A | B | C |<br />|/2. row span | B | C |<br />|\2. col span |</td><td><table class="sample"><tbody><th>A</th><th>B</th><th>C</th></tr><tr><td>A</td><td>B</td><td>C</td></tr><tr><td rowspan="2">row span</td><td>B</td><td>C</td></tr><tr><td colspan="2">col span</td></tr></tbody></table></td></tr> | |
|
67 | ||
|
68 | 62 | </table> |
|
69 | 63 | |
|
70 | 64 | <p><a href="wiki_syntax_detailed.html" onclick="window.open('wiki_syntax_detailed.html', '', ''); return false;">Más información</a></p> |
|
71 | 65 | |
|
72 | 66 | </body> |
|
73 | 67 | </html> |
@@ -1,72 +1,66 | |||
|
1 | 1 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
|
2 | 2 | <html xmlns="http://www.w3.org/1999/xhtml"> |
|
3 | 3 | <head> |
|
4 | 4 | <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> |
|
5 | 5 | <meta http-equiv="Content-Style-Type" content="text/css" /> |
|
6 | 6 | <title>Wiki formatting</title> |
|
7 | 7 | <style type="text/css"> |
|
8 | 8 | h1 { font-family: Verdana, sans-serif; font-size: 14px; text-align: center; color: #444; } |
|
9 | 9 | body { font-family: Verdana, sans-serif; font-size: 12px; color: #444; } |
|
10 | 10 | table th { padding-top: 1em; } |
|
11 | 11 | table td { vertical-align: top; background-color: #f5f5f5; height: 2em; vertical-align: middle;} |
|
12 | 12 | table td code { font-size: 1.2em; } |
|
13 | 13 | table td h1 { font-size: 1.8em; text-align: left; } |
|
14 | 14 | table td h2 { font-size: 1.4em; text-align: left; } |
|
15 | 15 | table td h3 { font-size: 1.2em; text-align: left; } |
|
16 | 16 | |
|
17 | table.sample { border-collapse: collapse; border-spacing: 0; margin: 4px; } | |
|
18 | table.sample th, table.sample td { border: solid 1px #bbb; padding: 4px; height: 1em; } | |
|
19 | 17 | </style> |
|
20 | 18 | </head> |
|
21 | 19 | <body> |
|
22 | 20 | |
|
23 | 21 | <h1>Wiki Syntax Quick Reference</h1> |
|
24 | 22 | |
|
25 | 23 | <table style="width:100%"> |
|
26 | 24 | <tr><th colspan="3">Font Styles</th></tr> |
|
27 | 25 | <tr><th><img src="../../images/jstoolbar/bt_strong.png" style="border: 1px solid #bbb;" alt="Strong" /></th><td style="width:50%;">*Strong*</td><td style="width:50%;"><strong>Strong</strong></td></tr> |
|
28 | 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> |
|
29 | 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> |
|
30 | 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> |
|
31 | 29 | <tr><th></th><td>??Quote??</td><td><cite>Quote</cite></td></tr> |
|
32 | 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> |
|
33 | 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> |
|
34 | 32 | <pre> |
|
35 | 33 | lines |
|
36 | 34 | of code |
|
37 | 35 | </pre> |
|
38 | 36 | </td></tr> |
|
39 | 37 | |
|
40 | 38 | <tr><th colspan="3">Lists</th></tr> |
|
41 | 39 | <tr><th><img src="../../images/jstoolbar/bt_ul.png" style="border: 1px solid #bbb;" alt="Unordered list" /></th><td>* Item 1<br />** Sub<br />* Item 2</td><td><ul><li>Item 1<ul><li>Sub</li></ul></li><li>Item 2</li></ul></td></tr> |
|
42 | 40 | <tr><th><img src="../../images/jstoolbar/bt_ol.png" style="border: 1px solid #bbb;" alt="Ordered list" /></th><td># Item 1<br />## Sub<br /># Item 2</td><td><ol><li>Item 1<ol><li>Sub</li></ol></li><li>Item 2</li></ol></td></tr> |
|
43 | 41 | |
|
44 | 42 | <tr><th colspan="3">Headings</th></tr> |
|
45 | 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> |
|
46 | 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> |
|
47 | 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> |
|
48 | 46 | |
|
49 | 47 | <tr><th colspan="3">Links</th></tr> |
|
50 | 48 | <tr><th></th><td>http://foo.bar</td><td><a href="#">http://foo.bar</a></td></tr> |
|
51 | 49 | <tr><th></th><td>"Foo":http://foo.bar</td><td><a href="#">Foo</a></td></tr> |
|
52 | 50 | |
|
53 | 51 | <tr><th colspan="3">Redmine links</th></tr> |
|
54 | 52 | <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> |
|
55 | 53 | <tr><th></th><td>Issue #12</td><td>Issue <a href="#">#12</a></td></tr> |
|
56 | 54 | <tr><th></th><td>Revision r43</td><td>Revision <a href="#">r43</a></td></tr> |
|
57 | 55 | <tr><th></th><td>commit:f30e13e43</td><td><a href="#">f30e13e4</a></td></tr> |
|
58 | 56 | <tr><th></th><td>source:some/file</td><td><a href="#">source:some/file</a></td></tr> |
|
59 | 57 | |
|
60 | 58 | <tr><th colspan="3">Inline images</th></tr> |
|
61 | 59 | <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> |
|
62 | 60 | <tr><th></th><td>!<em>attached_image</em>!</td><td></td></tr> |
|
63 | ||
|
64 | <tr><th colspan="3">Tables</th></tr> | |
|
65 | <tr><th></th><td>|_. A |_. B |_. C |<br />| A | B | C |<br />|/2. row span | B | C |<br />|\2. col span |</td><td><table class="sample"><tbody><th>A</th><th>B</th><th>C</th></tr><tr><td>A</td><td>B</td><td>C</td></tr><tr><td rowspan="2">row span</td><td>B</td><td>C</td></tr><tr><td colspan="2">col span</td></tr></tbody></table></td></tr> | |
|
66 | ||
|
67 | 61 | </table> |
|
68 | 62 | |
|
69 | 63 | <p><a href="wiki_syntax_detailed.html" onclick="window.open('wiki_syntax_detailed.html', '', ''); return false;">More Information</a></p> |
|
70 | 64 | |
|
71 | 65 | </body> |
|
72 | 66 | </html> |
@@ -1,72 +1,66 | |||
|
1 | 1 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
|
2 | 2 | <html xmlns="http://www.w3.org/1999/xhtml"> |
|
3 | 3 | <head> |
|
4 | 4 | <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> |
|
5 | 5 | <meta http-equiv="Content-Style-Type" content="text/css" /> |
|
6 | 6 | <title>Wiki formatting</title> |
|
7 | 7 | <style type="text/css"> |
|
8 | 8 | h1 { font-family: Verdana, sans-serif; font-size: 14px; text-align: center; color: #444; } |
|
9 | 9 | body { font-family: Verdana, sans-serif; font-size: 12px; color: #444; } |
|
10 | 10 | table th { padding-top: 1em; } |
|
11 | 11 | table td { vertical-align: top; background-color: #f5f5f5; height: 2em; vertical-align: middle;} |
|
12 | 12 | table td code { font-size: 1.2em; } |
|
13 | 13 | table td h1 { font-size: 1.8em; text-align: left; } |
|
14 | 14 | table td h2 { font-size: 1.4em; text-align: left; } |
|
15 | 15 | table td h3 { font-size: 1.2em; text-align: left; } |
|
16 | 16 | |
|
17 | table.sample { border-collapse: collapse; border-spacing: 0; margin: 4px; } | |
|
18 | table.sample th, table.sample td { border: solid 1px #bbb; padding: 4px; height: 1em; } | |
|
19 | 17 | </style> |
|
20 | 18 | </head> |
|
21 | 19 | <body> |
|
22 | 20 | |
|
23 | 21 | <h1>Wiki Syntax Quick Reference</h1> |
|
24 | 22 | |
|
25 | 23 | <table style="width:100%"> |
|
26 | 24 | <tr><th colspan="3">Font Styles</th></tr> |
|
27 | 25 | <tr><th><img src="../../images/jstoolbar/bt_strong.png" style="border: 1px solid #bbb;" alt="Strong" /></th><td style="width:50%;">*Strong*</td><td style="width:50%;"><strong>Strong</strong></td></tr> |
|
28 | 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> |
|
29 | 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> |
|
30 | 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> |
|
31 | 29 | <tr><th></th><td>??Quote??</td><td><cite>Quote</cite></td></tr> |
|
32 | 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> |
|
33 | 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> |
|
34 | 32 | <pre> |
|
35 | 33 | lines |
|
36 | 34 | of code |
|
37 | 35 | </pre> |
|
38 | 36 | </td></tr> |
|
39 | 37 | |
|
40 | 38 | <tr><th colspan="3">Lists</th></tr> |
|
41 | 39 | <tr><th><img src="../../images/jstoolbar/bt_ul.png" style="border: 1px solid #bbb;" alt="Unordered list" /></th><td>* Item 1<br />** Sub<br />* Item 2</td><td><ul><li>Item 1<ul><li>Sub</li></ul></li><li>Item 2</li></ul></td></tr> |
|
42 | 40 | <tr><th><img src="../../images/jstoolbar/bt_ol.png" style="border: 1px solid #bbb;" alt="Ordered list" /></th><td># Item 1<br />## Sub<br /># Item 2</td><td><ol><li>Item 1<ol><li>Sub</li></ol></li><li>Item 2</li></ol></td></tr> |
|
43 | 41 | |
|
44 | 42 | <tr><th colspan="3">Headings</th></tr> |
|
45 | 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> |
|
46 | 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> |
|
47 | 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> |
|
48 | 46 | |
|
49 | 47 | <tr><th colspan="3">Links</th></tr> |
|
50 | 48 | <tr><th></th><td>http://foo.bar</td><td><a href="#">http://foo.bar</a></td></tr> |
|
51 | 49 | <tr><th></th><td>"Foo":http://foo.bar</td><td><a href="#">Foo</a></td></tr> |
|
52 | 50 | |
|
53 | 51 | <tr><th colspan="3">Redmine links</th></tr> |
|
54 | 52 | <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> |
|
55 | 53 | <tr><th></th><td>Issue #12</td><td>Issue <a href="#">#12</a></td></tr> |
|
56 | 54 | <tr><th></th><td>Revision r43</td><td>Revision <a href="#">r43</a></td></tr> |
|
57 | 55 | <tr><th></th><td>commit:f30e13e43</td><td><a href="#">f30e13e4</a></td></tr> |
|
58 | 56 | <tr><th></th><td>source:some/file</td><td><a href="#">source:some/file</a></td></tr> |
|
59 | 57 | |
|
60 | 58 | <tr><th colspan="3">Inline images</th></tr> |
|
61 | 59 | <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> |
|
62 | 60 | <tr><th></th><td>!<em>attached_image</em>!</td><td></td></tr> |
|
63 | ||
|
64 | <tr><th colspan="3">Tables</th></tr> | |
|
65 | <tr><th></th><td>|_. A |_. B |_. C |<br />| A | B | C |<br />|/2. row span | B | C |<br />|\2. col span |</td><td><table class="sample"><tbody><th>A</th><th>B</th><th>C</th></tr><tr><td>A</td><td>B</td><td>C</td></tr><tr><td rowspan="2">row span</td><td>B</td><td>C</td></tr><tr><td colspan="2">col span</td></tr></tbody></table></td></tr> | |
|
66 | ||
|
67 | 61 | </table> |
|
68 | 62 | |
|
69 | 63 | <p><a href="wiki_syntax_detailed.html" onclick="window.open('wiki_syntax_detailed.html', '', ''); return false;">More Information</a></p> |
|
70 | 64 | |
|
71 | 65 | </body> |
|
72 | 66 | </html> |
@@ -1,72 +1,66 | |||
|
1 | 1 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
|
2 | 2 | <html xmlns="http://www.w3.org/1999/xhtml"> |
|
3 | 3 | <head> |
|
4 | 4 | <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> |
|
5 | 5 | <meta http-equiv="Content-Style-Type" content="text/css" /> |
|
6 | 6 | <title>Wiki formatting</title> |
|
7 | 7 | <style type="text/css"> |
|
8 | 8 | h1 { font-family: Verdana, sans-serif; font-size: 14px; text-align: center; color: #444; } |
|
9 | 9 | body { font-family: Verdana, sans-serif; font-size: 12px; color: #444; } |
|
10 | 10 | table th { padding-top: 1em; } |
|
11 | 11 | table td { vertical-align: top; background-color: #f5f5f5; height: 2em; vertical-align: middle;} |
|
12 | 12 | table td code { font-size: 1.2em; } |
|
13 | 13 | table td h1 { font-size: 1.8em; text-align: left; } |
|
14 | 14 | table td h2 { font-size: 1.4em; text-align: left; } |
|
15 | 15 | table td h3 { font-size: 1.2em; text-align: left; } |
|
16 | 16 | |
|
17 | table.sample { border-collapse: collapse; border-spacing: 0; margin: 4px; } | |
|
18 | table.sample th, table.sample td { border: solid 1px #bbb; padding: 4px; height: 1em; } | |
|
19 | 17 | </style> |
|
20 | 18 | </head> |
|
21 | 19 | <body> |
|
22 | 20 | |
|
23 | 21 | <h1>Wiki Syntax Quick Reference</h1> |
|
24 | 22 | |
|
25 | 23 | <table style="width:100%"> |
|
26 | 24 | <tr><th colspan="3">Font Styles</th></tr> |
|
27 | 25 | <tr><th><img src="../../images/jstoolbar/bt_strong.png" style="border: 1px solid #bbb;" alt="Strong" /></th><td style="width:50%;">*Strong*</td><td style="width:50%;"><strong>Strong</strong></td></tr> |
|
28 | 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> |
|
29 | 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> |
|
30 | 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> |
|
31 | 29 | <tr><th></th><td>??Quote??</td><td><cite>Quote</cite></td></tr> |
|
32 | 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> |
|
33 | 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> |
|
34 | 32 | <pre> |
|
35 | 33 | lines |
|
36 | 34 | of code |
|
37 | 35 | </pre> |
|
38 | 36 | </td></tr> |
|
39 | 37 | |
|
40 | 38 | <tr><th colspan="3">Lists</th></tr> |
|
41 | 39 | <tr><th><img src="../../images/jstoolbar/bt_ul.png" style="border: 1px solid #bbb;" alt="Unordered list" /></th><td>* Item 1<br />** Sub<br />* Item 2</td><td><ul><li>Item 1<ul><li>Sub</li></ul></li><li>Item 2</li></ul></td></tr> |
|
42 | 40 | <tr><th><img src="../../images/jstoolbar/bt_ol.png" style="border: 1px solid #bbb;" alt="Ordered list" /></th><td># Item 1<br />## Sub<br /># Item 2</td><td><ol><li>Item 1<ol><li>Sub</li></ol></li><li>Item 2</li></ol></td></tr> |
|
43 | 41 | |
|
44 | 42 | <tr><th colspan="3">Headings</th></tr> |
|
45 | 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> |
|
46 | 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> |
|
47 | 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> |
|
48 | 46 | |
|
49 | 47 | <tr><th colspan="3">Links</th></tr> |
|
50 | 48 | <tr><th></th><td>http://foo.bar</td><td><a href="#">http://foo.bar</a></td></tr> |
|
51 | 49 | <tr><th></th><td>"Foo":http://foo.bar</td><td><a href="#">Foo</a></td></tr> |
|
52 | 50 | |
|
53 | 51 | <tr><th colspan="3">Redmine links</th></tr> |
|
54 | 52 | <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> |
|
55 | 53 | <tr><th></th><td>Issue #12</td><td>Issue <a href="#">#12</a></td></tr> |
|
56 | 54 | <tr><th></th><td>Revision r43</td><td>Revision <a href="#">r43</a></td></tr> |
|
57 | 55 | <tr><th></th><td>commit:f30e13e43</td><td><a href="#">f30e13e4</a></td></tr> |
|
58 | 56 | <tr><th></th><td>source:some/file</td><td><a href="#">source:some/file</a></td></tr> |
|
59 | 57 | |
|
60 | 58 | <tr><th colspan="3">Inline images</th></tr> |
|
61 | 59 | <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> |
|
62 | 60 | <tr><th></th><td>!<em>attached_image</em>!</td><td></td></tr> |
|
63 | ||
|
64 | <tr><th colspan="3">Tables</th></tr> | |
|
65 | <tr><th></th><td>|_. A |_. B |_. C |<br />| A | B | C |<br />|/2. row span | B | C |<br />|\2. col span |</td><td><table class="sample"><tbody><th>A</th><th>B</th><th>C</th></tr><tr><td>A</td><td>B</td><td>C</td></tr><tr><td rowspan="2">row span</td><td>B</td><td>C</td></tr><tr><td colspan="2">col span</td></tr></tbody></table></td></tr> | |
|
66 | ||
|
67 | 61 | </table> |
|
68 | 62 | |
|
69 | 63 | <p><a href="wiki_syntax_detailed.html" onclick="window.open('wiki_syntax_detailed.html', '', ''); return false;">More Information</a></p> |
|
70 | 64 | |
|
71 | 65 | </body> |
|
72 | 66 | </html> |
@@ -1,72 +1,66 | |||
|
1 | 1 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
|
2 | 2 | <html xmlns="http://www.w3.org/1999/xhtml"> |
|
3 | 3 | <head> |
|
4 | 4 | <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> |
|
5 | 5 | <meta http-equiv="Content-Style-Type" content="text/css" /> |
|
6 | 6 | <title>Wiki formatting</title> |
|
7 | 7 | <style type="text/css"> |
|
8 | 8 | h1 { font-family: Verdana, sans-serif; font-size: 14px; text-align: center; color: #444; } |
|
9 | 9 | body { font-family: Verdana, sans-serif; font-size: 12px; color: #444; } |
|
10 | 10 | table th { padding-top: 1em; } |
|
11 | 11 | table td { vertical-align: top; background-color: #f5f5f5; height: 2em; vertical-align: middle;} |
|
12 | 12 | table td code { font-size: 1.2em; } |
|
13 | 13 | table td h1 { font-size: 1.8em; text-align: left; } |
|
14 | 14 | table td h2 { font-size: 1.4em; text-align: left; } |
|
15 | 15 | table td h3 { font-size: 1.2em; text-align: left; } |
|
16 | 16 | |
|
17 | table.sample { border-collapse: collapse; border-spacing: 0; margin: 4px; } | |
|
18 | table.sample th, table.sample td { border: solid 1px #bbb; padding: 4px; height: 1em; } | |
|
19 | 17 | </style> |
|
20 | 18 | </head> |
|
21 | 19 | <body> |
|
22 | 20 | |
|
23 | 21 | <h1>Wiki Syntax Quick Reference</h1> |
|
24 | 22 | |
|
25 | 23 | <table style="width:100%"> |
|
26 | 24 | <tr><th colspan="3">Font Styles</th></tr> |
|
27 | 25 | <tr><th><img src="../../images/jstoolbar/bt_strong.png" style="border: 1px solid #bbb;" alt="Strong" /></th><td style="width:50%;">*Strong*</td><td style="width:50%;"><strong>Strong</strong></td></tr> |
|
28 | 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> |
|
29 | 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> |
|
30 | 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> |
|
31 | 29 | <tr><th></th><td>??Quote??</td><td><cite>Quote</cite></td></tr> |
|
32 | 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> |
|
33 | 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> |
|
34 | 32 | <pre> |
|
35 | 33 | lines |
|
36 | 34 | of code |
|
37 | 35 | </pre> |
|
38 | 36 | </td></tr> |
|
39 | 37 | |
|
40 | 38 | <tr><th colspan="3">Lists</th></tr> |
|
41 | 39 | <tr><th><img src="../../images/jstoolbar/bt_ul.png" style="border: 1px solid #bbb;" alt="Unordered list" /></th><td>* Item 1<br />** Sub<br />* Item 2</td><td><ul><li>Item 1<ul><li>Sub</li></ul></li><li>Item 2</li></ul></td></tr> |
|
42 | 40 | <tr><th><img src="../../images/jstoolbar/bt_ol.png" style="border: 1px solid #bbb;" alt="Ordered list" /></th><td># Item 1<br />## Sub<br /># Item 2</td><td><ol><li>Item 1<ol><li>Sub</li></ol></li><li>Item 2</li></ol></td></tr> |
|
43 | 41 | |
|
44 | 42 | <tr><th colspan="3">Headings</th></tr> |
|
45 | 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> |
|
46 | 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> |
|
47 | 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> |
|
48 | 46 | |
|
49 | 47 | <tr><th colspan="3">Links</th></tr> |
|
50 | 48 | <tr><th></th><td>http://foo.bar</td><td><a href="#">http://foo.bar</a></td></tr> |
|
51 | 49 | <tr><th></th><td>"Foo":http://foo.bar</td><td><a href="#">Foo</a></td></tr> |
|
52 | 50 | |
|
53 | 51 | <tr><th colspan="3">Redmine links</th></tr> |
|
54 | 52 | <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> |
|
55 | 53 | <tr><th></th><td>Issue #12</td><td>Issue <a href="#">#12</a></td></tr> |
|
56 | 54 | <tr><th></th><td>Revision r43</td><td>Revision <a href="#">r43</a></td></tr> |
|
57 | 55 | <tr><th></th><td>commit:f30e13e43</td><td><a href="#">f30e13e4</a></td></tr> |
|
58 | 56 | <tr><th></th><td>source:some/file</td><td><a href="#">source:some/file</a></td></tr> |
|
59 | 57 | |
|
60 | 58 | <tr><th colspan="3">Inline images</th></tr> |
|
61 | 59 | <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> |
|
62 | 60 | <tr><th></th><td>!<em>attached_image</em>!</td><td></td></tr> |
|
63 | ||
|
64 | <tr><th colspan="3">Tables</th></tr> | |
|
65 | <tr><th></th><td>|_. A |_. B |_. C |<br />| A | B | C |<br />|/2. row span | B | C |<br />|\2. col span |</td><td><table class="sample"><tbody><th>A</th><th>B</th><th>C</th></tr><tr><td>A</td><td>B</td><td>C</td></tr><tr><td rowspan="2">row span</td><td>B</td><td>C</td></tr><tr><td colspan="2">col span</td></tr></tbody></table></td></tr> | |
|
66 | ||
|
67 | 61 | </table> |
|
68 | 62 | |
|
69 | 63 | <p><a href="wiki_syntax_detailed.html" onclick="window.open('wiki_syntax_detailed.html', '', ''); return false;">More Information</a></p> |
|
70 | 64 | |
|
71 | 65 | </body> |
|
72 | 66 | </html> |
@@ -1,72 +1,66 | |||
|
1 | 1 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
|
2 | 2 | <html xmlns="http://www.w3.org/1999/xhtml"> |
|
3 | 3 | <head> |
|
4 | 4 | <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> |
|
5 | 5 | <meta http-equiv="Content-Style-Type" content="text/css" /> |
|
6 | 6 | <title>Wiki formatting</title> |
|
7 | 7 | <style type="text/css"> |
|
8 | 8 | h1 { font-family: Verdana, sans-serif; font-size: 14px; text-align: center; color: #444; } |
|
9 | 9 | body { font-family: Verdana, sans-serif; font-size: 12px; color: #444; } |
|
10 | 10 | table th { padding-top: 1em; } |
|
11 | 11 | table td { vertical-align: top; background-color: #f5f5f5; height: 2em; vertical-align: middle;} |
|
12 | 12 | table td code { font-size: 1.2em; } |
|
13 | 13 | table td h1 { font-size: 1.8em; text-align: left; } |
|
14 | 14 | table td h2 { font-size: 1.4em; text-align: left; } |
|
15 | 15 | table td h3 { font-size: 1.2em; text-align: left; } |
|
16 | 16 | |
|
17 | table.sample { border-collapse: collapse; border-spacing: 0; margin: 4px; } | |
|
18 | table.sample th, table.sample td { border: solid 1px #bbb; padding: 4px; height: 1em; } | |
|
19 | 17 | </style> |
|
20 | 18 | </head> |
|
21 | 19 | <body> |
|
22 | 20 | |
|
23 | 21 | <h1>Syntaxe rapide des Wikis</h1> |
|
24 | 22 | |
|
25 | 23 | <table style="width:100%"> |
|
26 | 24 | <tr><th colspan="3">Font Styles</th></tr> |
|
27 | 25 | <tr><th><img src="../../images/jstoolbar/bt_strong.png" style="border: 1px solid #bbb;" alt="Strong" /></th><td style="width:50%;">*Gras*</td><td style="width:50%;"><strong>Gras</strong></td></tr> |
|
28 | 26 | <tr><th><img src="../../images/jstoolbar/bt_em.png" style="border: 1px solid #bbb;" alt="Italic" /></th><td>_Italique_</td><td><em>Italique</em></td></tr> |
|
29 | 27 | <tr><th><img src="../../images/jstoolbar/bt_ins.png" style="border: 1px solid #bbb;" alt="Underline" /></th><td>+Sous-ligné+</td><td><ins>Sous-ligné</ins></td></tr> |
|
30 | 28 | <tr><th><img src="../../images/jstoolbar/bt_del.png" style="border: 1px solid #bbb;" alt="Deleted" /></th><td>-Barré-</td><td><del>Barré</del></td></tr> |
|
31 | 29 | <tr><th></th><td>??Citation??</td><td><cite>Citation</cite></td></tr> |
|
32 | 30 | <tr><th><img src="../../images/jstoolbar/bt_code.png" style="border: 1px solid #bbb;" alt="Inline Code" /></th><td>@Code en ligne@</td><td><code>Code en ligne</code></td></tr> |
|
33 | 31 | <tr><th><img src="../../images/jstoolbar/bt_pre.png" style="border: 1px solid #bbb;" alt="Preformatted text" /></th><td><pre><br /> lignes<br /> de code<br /></pre></td><td> |
|
34 | 32 | <pre> |
|
35 | 33 | lignes |
|
36 | 34 | de code |
|
37 | 35 | </pre> |
|
38 | 36 | </td></tr> |
|
39 | 37 | |
|
40 | 38 | <tr><th colspan="3">Listes</th></tr> |
|
41 | 39 | <tr><th><img src="../../images/jstoolbar/bt_ul.png" style="border: 1px solid #bbb;" alt="Unordered list" /></th><td>* Item 1<br />** Sub<br />* Item 2</td><td><ul><li>Item 1<ul><li>Sub</li></ul></li><li>Item 2</li></ul></td></tr> |
|
42 | 40 | <tr><th><img src="../../images/jstoolbar/bt_ol.png" style="border: 1px solid #bbb;" alt="Ordered list" /></th><td># Item 1<br />## Sub<br /># Item 2</td><td><ol><li>Item 1<ol><li>Sub</li></ol></li><li>Item 2</li></ol></td></tr> |
|
43 | 41 | |
|
44 | 42 | <tr><th colspan="3">Titres</th></tr> |
|
45 | 43 | <tr><th><img src="../../images/jstoolbar/bt_h1.png" style="border: 1px solid #bbb;" alt="Heading 1" /></th><td>h1. Titre 1</td><td><h1>Titre 1</h1></td></tr> |
|
46 | 44 | <tr><th><img src="../../images/jstoolbar/bt_h2.png" style="border: 1px solid #bbb;" alt="Heading 2" /></th><td>h2. Titre 2</td><td><h2>Titre 2</h2></td></tr> |
|
47 | 45 | <tr><th><img src="../../images/jstoolbar/bt_h3.png" style="border: 1px solid #bbb;" alt="Heading 3" /></th><td>h3. Titre 3</td><td><h3>Titre 3</h3></td></tr> |
|
48 | 46 | |
|
49 | 47 | <tr><th colspan="3">Liens</th></tr> |
|
50 | 48 | <tr><th></th><td>http://foo.bar</td><td><a href="#">http://foo.bar</a></td></tr> |
|
51 | 49 | <tr><th></th><td>"Foo":http://foo.bar</td><td><a href="#">Foo</a></td></tr> |
|
52 | 50 | |
|
53 | 51 | <tr><th colspan="3">Liens Redmine</th></tr> |
|
54 | 52 | <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> |
|
55 | 53 | <tr><th></th><td>Demande #12</td><td>Demande <a href="#">#12</a></td></tr> |
|
56 | 54 | <tr><th></th><td>Revision r43</td><td>Revision <a href="#">r43</a></td></tr> |
|
57 | 55 | <tr><th></th><td>commit:f30e13e43</td><td><a href="#">f30e13e4</a></td></tr> |
|
58 | 56 | <tr><th></th><td>source:some/file</td><td><a href="#">source:some/file</a></td></tr> |
|
59 | 57 | |
|
60 | 58 | <tr><th colspan="3">Images en ligne</th></tr> |
|
61 | 59 | <tr><th><img src="../../images/jstoolbar/bt_img.png" style="border: 1px solid #bbb;" alt="Image" /></th><td>!<em>url_de_l_image</em>!</td><td></td></tr> |
|
62 | 60 | <tr><th></th><td>!<em>image_en_pièce_jointe</em>!</td><td></td></tr> |
|
63 | ||
|
64 | <tr><th colspan="3">Tables</th></tr> | |
|
65 | <tr><th></th><td>|_. A |_. B |_. C |<br />| A | B | C |<br />|/2. row span | B | C |<br />|\2. col span |</td><td><table class="sample"><tbody><th>A</th><th>B</th><th>C</th></tr><tr><td>A</td><td>B</td><td>C</td></tr><tr><td rowspan="2">row span</td><td>B</td><td>C</td></tr><tr><td colspan="2">col span</td></tr></tbody></table></td></tr> | |
|
66 | ||
|
67 | 61 | </table> |
|
68 | 62 | |
|
69 | 63 | <p><a href="wiki_syntax_detailed.html" onclick="window.open('wiki_syntax_detailed.html', '', ''); return false;">Plus d'informations</a></p> |
|
70 | 64 | |
|
71 | 65 | </body> |
|
72 | 66 | </html> |
@@ -1,72 +1,66 | |||
|
1 | 1 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
|
2 | 2 | <html xmlns="http://www.w3.org/1999/xhtml"> |
|
3 | 3 | <head> |
|
4 | 4 | <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> |
|
5 | 5 | <meta http-equiv="Content-Style-Type" content="text/css" /> |
|
6 | 6 | <title>Wiki formatting</title> |
|
7 | 7 | <style type="text/css"> |
|
8 | 8 | h1 { font-family: Verdana, sans-serif; font-size: 14px; text-align: center; color: #444; } |
|
9 | 9 | body { font-family: Verdana, sans-serif; font-size: 12px; color: #444; } |
|
10 | 10 | table th { padding-top: 1em; } |
|
11 | 11 | table td { vertical-align: top; background-color: #f5f5f5; height: 2em; vertical-align: middle;} |
|
12 | 12 | table td code { font-size: 1.2em; } |
|
13 | 13 | table td h1 { font-size: 1.8em; text-align: left; } |
|
14 | 14 | table td h2 { font-size: 1.4em; text-align: left; } |
|
15 | 15 | table td h3 { font-size: 1.2em; text-align: left; } |
|
16 | 16 | |
|
17 | table.sample { border-collapse: collapse; border-spacing: 0; margin: 4px; } | |
|
18 | table.sample th, table.sample td { border: solid 1px #bbb; padding: 4px; height: 1em; } | |
|
19 | 17 | </style> |
|
20 | 18 | </head> |
|
21 | 19 | <body> |
|
22 | 20 | |
|
23 | 21 | <h1>Wiki Syntax Quick Reference</h1> |
|
24 | 22 | |
|
25 | 23 | <table style="width:100%"> |
|
26 | 24 | <tr><th colspan="3">Font Styles</th></tr> |
|
27 | 25 | <tr><th><img src="../../images/jstoolbar/bt_strong.png" style="border: 1px solid #bbb;" alt="Strong" /></th><td style="width:50%;">*Strong*</td><td style="width:50%;"><strong>Strong</strong></td></tr> |
|
28 | 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> |
|
29 | 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> |
|
30 | 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> |
|
31 | 29 | <tr><th></th><td>??Quote??</td><td><cite>Quote</cite></td></tr> |
|
32 | 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> |
|
33 | 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> |
|
34 | 32 | <pre> |
|
35 | 33 | lines |
|
36 | 34 | of code |
|
37 | 35 | </pre> |
|
38 | 36 | </td></tr> |
|
39 | 37 | |
|
40 | 38 | <tr><th colspan="3">Lists</th></tr> |
|
41 | 39 | <tr><th><img src="../../images/jstoolbar/bt_ul.png" style="border: 1px solid #bbb;" alt="Unordered list" /></th><td>* Item 1<br />** Sub<br />* Item 2</td><td><ul><li>Item 1<ul><li>Sub</li></ul></li><li>Item 2</li></ul></td></tr> |
|
42 | 40 | <tr><th><img src="../../images/jstoolbar/bt_ol.png" style="border: 1px solid #bbb;" alt="Ordered list" /></th><td># Item 1<br />## Sub<br /># Item 2</td><td><ol><li>Item 1<ol><li>Sub</li></ol></li><li>Item 2</li></ol></td></tr> |
|
43 | 41 | |
|
44 | 42 | <tr><th colspan="3">Headings</th></tr> |
|
45 | 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> |
|
46 | 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> |
|
47 | 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> |
|
48 | 46 | |
|
49 | 47 | <tr><th colspan="3">Links</th></tr> |
|
50 | 48 | <tr><th></th><td>http://foo.bar</td><td><a href="#">http://foo.bar</a></td></tr> |
|
51 | 49 | <tr><th></th><td>"Foo":http://foo.bar</td><td><a href="#">Foo</a></td></tr> |
|
52 | 50 | |
|
53 | 51 | <tr><th colspan="3">Redmine links</th></tr> |
|
54 | 52 | <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> |
|
55 | 53 | <tr><th></th><td>Issue #12</td><td>Issue <a href="#">#12</a></td></tr> |
|
56 | 54 | <tr><th></th><td>Revision r43</td><td>Revision <a href="#">r43</a></td></tr> |
|
57 | 55 | <tr><th></th><td>commit:f30e13e43</td><td><a href="#">f30e13e4</a></td></tr> |
|
58 | 56 | <tr><th></th><td>source:some/file</td><td><a href="#">source:some/file</a></td></tr> |
|
59 | 57 | |
|
60 | 58 | <tr><th colspan="3">Inline images</th></tr> |
|
61 | 59 | <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> |
|
62 | 60 | <tr><th></th><td>!<em>attached_image</em>!</td><td></td></tr> |
|
63 | ||
|
64 | <tr><th colspan="3">Tables</th></tr> | |
|
65 | <tr><th></th><td>|_. A |_. B |_. C |<br />| A | B | C |<br />|/2. row span | B | C |<br />|\2. col span |</td><td><table class="sample"><tbody><th>A</th><th>B</th><th>C</th></tr><tr><td>A</td><td>B</td><td>C</td></tr><tr><td rowspan="2">row span</td><td>B</td><td>C</td></tr><tr><td colspan="2">col span</td></tr></tbody></table></td></tr> | |
|
66 | ||
|
67 | 61 | </table> |
|
68 | 62 | |
|
69 | 63 | <p><a href="wiki_syntax_detailed.html" onclick="window.open('wiki_syntax_detailed.html', '', ''); return false;">More Information</a></p> |
|
70 | 64 | |
|
71 | 65 | </body> |
|
72 | 66 | </html> |
@@ -1,72 +1,66 | |||
|
1 | 1 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
|
2 | 2 | <html xmlns="http://www.w3.org/1999/xhtml"> |
|
3 | 3 | <head> |
|
4 | 4 | <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> |
|
5 | 5 | <meta http-equiv="Content-Style-Type" content="text/css" /> |
|
6 | 6 | <title>Wiki formatting</title> |
|
7 | 7 | <style type="text/css"> |
|
8 | 8 | h1 { font-family: Verdana, sans-serif; font-size: 14px; text-align: center; color: #444; } |
|
9 | 9 | body { font-family: Verdana, sans-serif; font-size: 12px; color: #444; } |
|
10 | 10 | table th { padding-top: 1em; } |
|
11 | 11 | table td { vertical-align: top; background-color: #f5f5f5; height: 2em; vertical-align: middle;} |
|
12 | 12 | table td code { font-size: 1.2em; } |
|
13 | 13 | table td h1 { font-size: 1.8em; text-align: left; } |
|
14 | 14 | table td h2 { font-size: 1.4em; text-align: left; } |
|
15 | 15 | table td h3 { font-size: 1.2em; text-align: left; } |
|
16 | 16 | |
|
17 | table.sample { border-collapse: collapse; border-spacing: 0; margin: 4px; } | |
|
18 | table.sample th, table.sample td { border: solid 1px #bbb; padding: 4px; height: 1em; } | |
|
19 | 17 | </style> |
|
20 | 18 | </head> |
|
21 | 19 | <body> |
|
22 | 20 | |
|
23 | 21 | <h1>Wiki Syntax Quick Reference</h1> |
|
24 | 22 | |
|
25 | 23 | <table style="width:100%"> |
|
26 | 24 | <tr><th colspan="3">Font Styles</th></tr> |
|
27 | 25 | <tr><th><img src="../../images/jstoolbar/bt_strong.png" style="border: 1px solid #bbb;" alt="Strong" /></th><td style="width:50%;">*Strong*</td><td style="width:50%;"><strong>Strong</strong></td></tr> |
|
28 | 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> |
|
29 | 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> |
|
30 | 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> |
|
31 | 29 | <tr><th></th><td>??Quote??</td><td><cite>Quote</cite></td></tr> |
|
32 | 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> |
|
33 | 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> |
|
34 | 32 | <pre> |
|
35 | 33 | lines |
|
36 | 34 | of code |
|
37 | 35 | </pre> |
|
38 | 36 | </td></tr> |
|
39 | 37 | |
|
40 | 38 | <tr><th colspan="3">Lists</th></tr> |
|
41 | 39 | <tr><th><img src="../../images/jstoolbar/bt_ul.png" style="border: 1px solid #bbb;" alt="Unordered list" /></th><td>* Item 1<br />** Sub<br />* Item 2</td><td><ul><li>Item 1<ul><li>Sub</li></ul></li><li>Item 2</li></ul></td></tr> |
|
42 | 40 | <tr><th><img src="../../images/jstoolbar/bt_ol.png" style="border: 1px solid #bbb;" alt="Ordered list" /></th><td># Item 1<br />## Sub<br /># Item 2</td><td><ol><li>Item 1<ol><li>Sub</li></ol></li><li>Item 2</li></ol></td></tr> |
|
43 | 41 | |
|
44 | 42 | <tr><th colspan="3">Headings</th></tr> |
|
45 | 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> |
|
46 | 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> |
|
47 | 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> |
|
48 | 46 | |
|
49 | 47 | <tr><th colspan="3">Links</th></tr> |
|
50 | 48 | <tr><th></th><td>http://foo.bar</td><td><a href="#">http://foo.bar</a></td></tr> |
|
51 | 49 | <tr><th></th><td>"Foo":http://foo.bar</td><td><a href="#">Foo</a></td></tr> |
|
52 | 50 | |
|
53 | 51 | <tr><th colspan="3">Redmine links</th></tr> |
|
54 | 52 | <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> |
|
55 | 53 | <tr><th></th><td>Issue #12</td><td>Issue <a href="#">#12</a></td></tr> |
|
56 | 54 | <tr><th></th><td>Revision r43</td><td>Revision <a href="#">r43</a></td></tr> |
|
57 | 55 | <tr><th></th><td>commit:f30e13e43</td><td><a href="#">f30e13e4</a></td></tr> |
|
58 | 56 | <tr><th></th><td>source:some/file</td><td><a href="#">source:some/file</a></td></tr> |
|
59 | 57 | |
|
60 | 58 | <tr><th colspan="3">Inline images</th></tr> |
|
61 | 59 | <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> |
|
62 | 60 | <tr><th></th><td>!<em>attached_image</em>!</td><td></td></tr> |
|
63 | ||
|
64 | <tr><th colspan="3">Tables</th></tr> | |
|
65 | <tr><th></th><td>|_. A |_. B |_. C |<br />| A | B | C |<br />|/2. row span | B | C |<br />|\2. col span |</td><td><table class="sample"><tbody><th>A</th><th>B</th><th>C</th></tr><tr><td>A</td><td>B</td><td>C</td></tr><tr><td rowspan="2">row span</td><td>B</td><td>C</td></tr><tr><td colspan="2">col span</td></tr></tbody></table></td></tr> | |
|
66 | ||
|
67 | 61 | </table> |
|
68 | 62 | |
|
69 | 63 | <p><a href="wiki_syntax_detailed.html" onclick="window.open('wiki_syntax_detailed.html', '', ''); return false;">More Information</a></p> |
|
70 | 64 | |
|
71 | 65 | </body> |
|
72 | 66 | </html> |
@@ -1,72 +1,66 | |||
|
1 | 1 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
|
2 | 2 | <html xmlns="http://www.w3.org/1999/xhtml"> |
|
3 | 3 | <head> |
|
4 | 4 | <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> |
|
5 | 5 | <meta http-equiv="Content-Style-Type" content="text/css" /> |
|
6 | 6 | <title>Wiki formatting</title> |
|
7 | 7 | <style type="text/css"> |
|
8 | 8 | h1 { font-family: Verdana, sans-serif; font-size: 14px; text-align: center; color: #444; } |
|
9 | 9 | body { font-family: Verdana, sans-serif; font-size: 12px; color: #444; } |
|
10 | 10 | table th { padding-top: 1em; } |
|
11 | 11 | table td { vertical-align: top; background-color: #f5f5f5; height: 2em; vertical-align: middle;} |
|
12 | 12 | table td code { font-size: 1.2em; } |
|
13 | 13 | table td h1 { font-size: 1.8em; text-align: left; } |
|
14 | 14 | table td h2 { font-size: 1.4em; text-align: left; } |
|
15 | 15 | table td h3 { font-size: 1.2em; text-align: left; } |
|
16 | 16 | |
|
17 | table.sample { border-collapse: collapse; border-spacing: 0; margin: 4px; } | |
|
18 | table.sample th, table.sample td { border: solid 1px #bbb; padding: 4px; height: 1em; } | |
|
19 | 17 | </style> |
|
20 | 18 | </head> |
|
21 | 19 | <body> |
|
22 | 20 | |
|
23 | 21 | <h1>Wiki Syntax Quick Reference</h1> |
|
24 | 22 | |
|
25 | 23 | <table style="width:100%"> |
|
26 | 24 | <tr><th colspan="3">Font Styles</th></tr> |
|
27 | 25 | <tr><th><img src="../../images/jstoolbar/bt_strong.png" style="border: 1px solid #bbb;" alt="Strong" /></th><td style="width:50%;">*Strong*</td><td style="width:50%;"><strong>Strong</strong></td></tr> |
|
28 | 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> |
|
29 | 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> |
|
30 | 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> |
|
31 | 29 | <tr><th></th><td>??Quote??</td><td><cite>Quote</cite></td></tr> |
|
32 | 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> |
|
33 | 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> |
|
34 | 32 | <pre> |
|
35 | 33 | lines |
|
36 | 34 | of code |
|
37 | 35 | </pre> |
|
38 | 36 | </td></tr> |
|
39 | 37 | |
|
40 | 38 | <tr><th colspan="3">Lists</th></tr> |
|
41 | 39 | <tr><th><img src="../../images/jstoolbar/bt_ul.png" style="border: 1px solid #bbb;" alt="Unordered list" /></th><td>* Item 1<br />** Sub<br />* Item 2</td><td><ul><li>Item 1<ul><li>Sub</li></ul></li><li>Item 2</li></ul></td></tr> |
|
42 | 40 | <tr><th><img src="../../images/jstoolbar/bt_ol.png" style="border: 1px solid #bbb;" alt="Ordered list" /></th><td># Item 1<br />## Sub<br /># Item 2</td><td><ol><li>Item 1<ol><li>Sub</li></ol></li><li>Item 2</li></ol></td></tr> |
|
43 | 41 | |
|
44 | 42 | <tr><th colspan="3">Headings</th></tr> |
|
45 | 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> |
|
46 | 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> |
|
47 | 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> |
|
48 | 46 | |
|
49 | 47 | <tr><th colspan="3">Links</th></tr> |
|
50 | 48 | <tr><th></th><td>http://foo.bar</td><td><a href="#">http://foo.bar</a></td></tr> |
|
51 | 49 | <tr><th></th><td>"Foo":http://foo.bar</td><td><a href="#">Foo</a></td></tr> |
|
52 | 50 | |
|
53 | 51 | <tr><th colspan="3">Redmine links</th></tr> |
|
54 | 52 | <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> |
|
55 | 53 | <tr><th></th><td>Issue #12</td><td>Issue <a href="#">#12</a></td></tr> |
|
56 | 54 | <tr><th></th><td>Revision r43</td><td>Revision <a href="#">r43</a></td></tr> |
|
57 | 55 | <tr><th></th><td>commit:f30e13e43</td><td><a href="#">f30e13e4</a></td></tr> |
|
58 | 56 | <tr><th></th><td>source:some/file</td><td><a href="#">source:some/file</a></td></tr> |
|
59 | 57 | |
|
60 | 58 | <tr><th colspan="3">Inline images</th></tr> |
|
61 | 59 | <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> |
|
62 | 60 | <tr><th></th><td>!<em>attached_image</em>!</td><td></td></tr> |
|
63 | ||
|
64 | <tr><th colspan="3">Tables</th></tr> | |
|
65 | <tr><th></th><td>|_. A |_. B |_. C |<br />| A | B | C |<br />|/2. row span | B | C |<br />|\2. col span |</td><td><table class="sample"><tbody><th>A</th><th>B</th><th>C</th></tr><tr><td>A</td><td>B</td><td>C</td></tr><tr><td rowspan="2">row span</td><td>B</td><td>C</td></tr><tr><td colspan="2">col span</td></tr></tbody></table></td></tr> | |
|
66 | ||
|
67 | 61 | </table> |
|
68 | 62 | |
|
69 | 63 | <p><a href="wiki_syntax_detailed.html" onclick="window.open('wiki_syntax_detailed.html', '', ''); return false;">More Information</a></p> |
|
70 | 64 | |
|
71 | 65 | </body> |
|
72 | 66 | </html> |
@@ -1,72 +1,66 | |||
|
1 | 1 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
|
2 | 2 | <html xmlns="http://www.w3.org/1999/xhtml"> |
|
3 | 3 | <head> |
|
4 | 4 | <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> |
|
5 | 5 | <meta http-equiv="Content-Style-Type" content="text/css" /> |
|
6 | 6 | <title>Wiki formatting</title> |
|
7 | 7 | <style type="text/css"> |
|
8 | 8 | h1 { font-family: Verdana, sans-serif; font-size: 14px; text-align: center; color: #444; } |
|
9 | 9 | body { font-family: Verdana, sans-serif; font-size: 12px; color: #444; } |
|
10 | 10 | table th { padding-top: 1em; } |
|
11 | 11 | table td { vertical-align: top; background-color: #f5f5f5; height: 2em; vertical-align: middle;} |
|
12 | 12 | table td code { font-size: 1.2em; } |
|
13 | 13 | table td h1 { font-size: 1.8em; text-align: left; } |
|
14 | 14 | table td h2 { font-size: 1.4em; text-align: left; } |
|
15 | 15 | table td h3 { font-size: 1.2em; text-align: left; } |
|
16 | 16 | |
|
17 | table.sample { border-collapse: collapse; border-spacing: 0; margin: 4px; } | |
|
18 | table.sample th, table.sample td { border: solid 1px #bbb; padding: 4px; height: 1em; } | |
|
19 | 17 | </style> |
|
20 | 18 | </head> |
|
21 | 19 | <body> |
|
22 | 20 | |
|
23 | 21 | <h1>Wiki Syntax Quick Reference</h1> |
|
24 | 22 | |
|
25 | 23 | <table style="width:100%"> |
|
26 | 24 | <tr><th colspan="3">Font Styles</th></tr> |
|
27 | 25 | <tr><th><img src="../../images/jstoolbar/bt_strong.png" style="border: 1px solid #bbb;" alt="Strong" /></th><td style="width:50%;">*Strong*</td><td style="width:50%;"><strong>Strong</strong></td></tr> |
|
28 | 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> |
|
29 | 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> |
|
30 | 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> |
|
31 | 29 | <tr><th></th><td>??Quote??</td><td><cite>Quote</cite></td></tr> |
|
32 | 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> |
|
33 | 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> |
|
34 | 32 | <pre> |
|
35 | 33 | lines |
|
36 | 34 | of code |
|
37 | 35 | </pre> |
|
38 | 36 | </td></tr> |
|
39 | 37 | |
|
40 | 38 | <tr><th colspan="3">Lists</th></tr> |
|
41 | 39 | <tr><th><img src="../../images/jstoolbar/bt_ul.png" style="border: 1px solid #bbb;" alt="Unordered list" /></th><td>* Item 1<br />** Sub<br />* Item 2</td><td><ul><li>Item 1<ul><li>Sub</li></ul></li><li>Item 2</li></ul></td></tr> |
|
42 | 40 | <tr><th><img src="../../images/jstoolbar/bt_ol.png" style="border: 1px solid #bbb;" alt="Ordered list" /></th><td># Item 1<br />## Sub<br /># Item 2</td><td><ol><li>Item 1<ol><li>Sub</li></ol></li><li>Item 2</li></ol></td></tr> |
|
43 | 41 | |
|
44 | 42 | <tr><th colspan="3">Headings</th></tr> |
|
45 | 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> |
|
46 | 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> |
|
47 | 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> |
|
48 | 46 | |
|
49 | 47 | <tr><th colspan="3">Links</th></tr> |
|
50 | 48 | <tr><th></th><td>http://foo.bar</td><td><a href="#">http://foo.bar</a></td></tr> |
|
51 | 49 | <tr><th></th><td>"Foo":http://foo.bar</td><td><a href="#">Foo</a></td></tr> |
|
52 | 50 | |
|
53 | 51 | <tr><th colspan="3">Redmine links</th></tr> |
|
54 | 52 | <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> |
|
55 | 53 | <tr><th></th><td>Issue #12</td><td>Issue <a href="#">#12</a></td></tr> |
|
56 | 54 | <tr><th></th><td>Revision r43</td><td>Revision <a href="#">r43</a></td></tr> |
|
57 | 55 | <tr><th></th><td>commit:f30e13e43</td><td><a href="#">f30e13e4</a></td></tr> |
|
58 | 56 | <tr><th></th><td>source:some/file</td><td><a href="#">source:some/file</a></td></tr> |
|
59 | 57 | |
|
60 | 58 | <tr><th colspan="3">Inline images</th></tr> |
|
61 | 59 | <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> |
|
62 | 60 | <tr><th></th><td>!<em>attached_image</em>!</td><td></td></tr> |
|
63 | ||
|
64 | <tr><th colspan="3">Tables</th></tr> | |
|
65 | <tr><th></th><td>|_. A |_. B |_. C |<br />| A | B | C |<br />|/2. row span | B | C |<br />|\2. col span |</td><td><table class="sample"><tbody><th>A</th><th>B</th><th>C</th></tr><tr><td>A</td><td>B</td><td>C</td></tr><tr><td rowspan="2">row span</td><td>B</td><td>C</td></tr><tr><td colspan="2">col span</td></tr></tbody></table></td></tr> | |
|
66 | ||
|
67 | 61 | </table> |
|
68 | 62 | |
|
69 | 63 | <p><a href="wiki_syntax_detailed.html" onclick="window.open('wiki_syntax_detailed.html', '', ''); return false;">More Information</a></p> |
|
70 | 64 | |
|
71 | 65 | </body> |
|
72 | 66 | </html> |
@@ -1,72 +1,66 | |||
|
1 | 1 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
|
2 | 2 | <html xmlns="http://www.w3.org/1999/xhtml"> |
|
3 | 3 | <head> |
|
4 | 4 | <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> |
|
5 | 5 | <meta http-equiv="Content-Style-Type" content="text/css" /> |
|
6 | 6 | <title>Wiki formatting</title> |
|
7 | 7 | <style type="text/css"> |
|
8 | 8 | h1 { font-family: Verdana, sans-serif; font-size: 14px; text-align: center; color: #444; } |
|
9 | 9 | body { font-family: Verdana, sans-serif; font-size: 12px; color: #444; } |
|
10 | 10 | table th { padding-top: 1em; } |
|
11 | 11 | table td { vertical-align: top; background-color: #f5f5f5; height: 2em; vertical-align: middle;} |
|
12 | 12 | table td code { font-size: 1.2em; } |
|
13 | 13 | table td h1 { font-size: 1.8em; text-align: left; } |
|
14 | 14 | table td h2 { font-size: 1.4em; text-align: left; } |
|
15 | 15 | table td h3 { font-size: 1.2em; text-align: left; } |
|
16 | 16 | |
|
17 | table.sample { border-collapse: collapse; border-spacing: 0; margin: 4px; } | |
|
18 | table.sample th, table.sample td { border: solid 1px #bbb; padding: 4px; height: 1em; } | |
|
19 | 17 | </style> |
|
20 | 18 | </head> |
|
21 | 19 | <body> |
|
22 | 20 | |
|
23 | 21 | <h1>Wiki Syntax Quick Reference</h1> |
|
24 | 22 | |
|
25 | 23 | <table style="width:100%"> |
|
26 | 24 | <tr><th colspan="3">Font Styles</th></tr> |
|
27 | 25 | <tr><th><img src="../../images/jstoolbar/bt_strong.png" style="border: 1px solid #bbb;" alt="Strong" /></th><td style="width:50%;">*Strong*</td><td style="width:50%;"><strong>Strong</strong></td></tr> |
|
28 | 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> |
|
29 | 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> |
|
30 | 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> |
|
31 | 29 | <tr><th></th><td>??Quote??</td><td><cite>Quote</cite></td></tr> |
|
32 | 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> |
|
33 | 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> |
|
34 | 32 | <pre> |
|
35 | 33 | lines |
|
36 | 34 | of code |
|
37 | 35 | </pre> |
|
38 | 36 | </td></tr> |
|
39 | 37 | |
|
40 | 38 | <tr><th colspan="3">Lists</th></tr> |
|
41 | 39 | <tr><th><img src="../../images/jstoolbar/bt_ul.png" style="border: 1px solid #bbb;" alt="Unordered list" /></th><td>* Item 1<br />** Sub<br />* Item 2</td><td><ul><li>Item 1<ul><li>Sub</li></ul></li><li>Item 2</li></ul></td></tr> |
|
42 | 40 | <tr><th><img src="../../images/jstoolbar/bt_ol.png" style="border: 1px solid #bbb;" alt="Ordered list" /></th><td># Item 1<br />## Sub<br /># Item 2</td><td><ol><li>Item 1<ol><li>Sub</li></ol></li><li>Item 2</li></ol></td></tr> |
|
43 | 41 | |
|
44 | 42 | <tr><th colspan="3">Headings</th></tr> |
|
45 | 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> |
|
46 | 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> |
|
47 | 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> |
|
48 | 46 | |
|
49 | 47 | <tr><th colspan="3">Links</th></tr> |
|
50 | 48 | <tr><th></th><td>http://foo.bar</td><td><a href="#">http://foo.bar</a></td></tr> |
|
51 | 49 | <tr><th></th><td>"Foo":http://foo.bar</td><td><a href="#">Foo</a></td></tr> |
|
52 | 50 | |
|
53 | 51 | <tr><th colspan="3">Redmine links</th></tr> |
|
54 | 52 | <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> |
|
55 | 53 | <tr><th></th><td>Issue #12</td><td>Issue <a href="#">#12</a></td></tr> |
|
56 | 54 | <tr><th></th><td>Revision r43</td><td>Revision <a href="#">r43</a></td></tr> |
|
57 | 55 | <tr><th></th><td>commit:f30e13e43</td><td><a href="#">f30e13e4</a></td></tr> |
|
58 | 56 | <tr><th></th><td>source:some/file</td><td><a href="#">source:some/file</a></td></tr> |
|
59 | 57 | |
|
60 | 58 | <tr><th colspan="3">Inline images</th></tr> |
|
61 | 59 | <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> |
|
62 | 60 | <tr><th></th><td>!<em>attached_image</em>!</td><td></td></tr> |
|
63 | ||
|
64 | <tr><th colspan="3">Tables</th></tr> | |
|
65 | <tr><th></th><td>|_. A |_. B |_. C |<br />| A | B | C |<br />|/2. row span | B | C |<br />|\2. col span |</td><td><table class="sample"><tbody><th>A</th><th>B</th><th>C</th></tr><tr><td>A</td><td>B</td><td>C</td></tr><tr><td rowspan="2">row span</td><td>B</td><td>C</td></tr><tr><td colspan="2">col span</td></tr></tbody></table></td></tr> | |
|
66 | ||
|
67 | 61 | </table> |
|
68 | 62 | |
|
69 | 63 | <p><a href="wiki_syntax_detailed.html" onclick="window.open('wiki_syntax_detailed.html', '', ''); return false;">More Information</a></p> |
|
70 | 64 | |
|
71 | 65 | </body> |
|
72 | 66 | </html> |
@@ -1,72 +1,66 | |||
|
1 | 1 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
|
2 | 2 | <html xmlns="http://www.w3.org/1999/xhtml"> |
|
3 | 3 | <head> |
|
4 | 4 | <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> |
|
5 | 5 | <meta http-equiv="Content-Style-Type" content="text/css" /> |
|
6 | 6 | <title>Wiki formatting</title> |
|
7 | 7 | <style type="text/css"> |
|
8 | 8 | h1 { font-family: Verdana, sans-serif; font-size: 14px; text-align: center; color: #444; } |
|
9 | 9 | body { font-family: Verdana, sans-serif; font-size: 12px; color: #444; } |
|
10 | 10 | table th { padding-top: 1em; } |
|
11 | 11 | table td { vertical-align: top; background-color: #f5f5f5; height: 2em; vertical-align: middle;} |
|
12 | 12 | table td code { font-size: 1.2em; } |
|
13 | 13 | table td h1 { font-size: 1.8em; text-align: left; } |
|
14 | 14 | table td h2 { font-size: 1.4em; text-align: left; } |
|
15 | 15 | table td h3 { font-size: 1.2em; text-align: left; } |
|
16 | 16 | |
|
17 | table.sample { border-collapse: collapse; border-spacing: 0; margin: 4px; } | |
|
18 | table.sample th, table.sample td { border: solid 1px #bbb; padding: 4px; height: 1em; } | |
|
19 | 17 | </style> |
|
20 | 18 | </head> |
|
21 | 19 | <body> |
|
22 | 20 | |
|
23 | 21 | <h1>Wiki Syntax Quick Reference</h1> |
|
24 | 22 | |
|
25 | 23 | <table style="width:100%"> |
|
26 | 24 | <tr><th colspan="3">Font Styles</th></tr> |
|
27 | 25 | <tr><th><img src="../../images/jstoolbar/bt_strong.png" style="border: 1px solid #bbb;" alt="Strong" /></th><td style="width:50%;">*Strong*</td><td style="width:50%;"><strong>Strong</strong></td></tr> |
|
28 | 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> |
|
29 | 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> |
|
30 | 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> |
|
31 | 29 | <tr><th></th><td>??Quote??</td><td><cite>Quote</cite></td></tr> |
|
32 | 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> |
|
33 | 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> |
|
34 | 32 | <pre> |
|
35 | 33 | lines |
|
36 | 34 | of code |
|
37 | 35 | </pre> |
|
38 | 36 | </td></tr> |
|
39 | 37 | |
|
40 | 38 | <tr><th colspan="3">Lists</th></tr> |
|
41 | 39 | <tr><th><img src="../../images/jstoolbar/bt_ul.png" style="border: 1px solid #bbb;" alt="Unordered list" /></th><td>* Item 1<br />** Sub<br />* Item 2</td><td><ul><li>Item 1<ul><li>Sub</li></ul></li><li>Item 2</li></ul></td></tr> |
|
42 | 40 | <tr><th><img src="../../images/jstoolbar/bt_ol.png" style="border: 1px solid #bbb;" alt="Ordered list" /></th><td># Item 1<br />## Sub<br /># Item 2</td><td><ol><li>Item 1<ol><li>Sub</li></ol></li><li>Item 2</li></ol></td></tr> |
|
43 | 41 | |
|
44 | 42 | <tr><th colspan="3">Headings</th></tr> |
|
45 | 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> |
|
46 | 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> |
|
47 | 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> |
|
48 | 46 | |
|
49 | 47 | <tr><th colspan="3">Links</th></tr> |
|
50 | 48 | <tr><th></th><td>http://foo.bar</td><td><a href="#">http://foo.bar</a></td></tr> |
|
51 | 49 | <tr><th></th><td>"Foo":http://foo.bar</td><td><a href="#">Foo</a></td></tr> |
|
52 | 50 | |
|
53 | 51 | <tr><th colspan="3">Redmine links</th></tr> |
|
54 | 52 | <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> |
|
55 | 53 | <tr><th></th><td>Issue #12</td><td>Issue <a href="#">#12</a></td></tr> |
|
56 | 54 | <tr><th></th><td>Revision r43</td><td>Revision <a href="#">r43</a></td></tr> |
|
57 | 55 | <tr><th></th><td>commit:f30e13e43</td><td><a href="#">f30e13e4</a></td></tr> |
|
58 | 56 | <tr><th></th><td>source:some/file</td><td><a href="#">source:some/file</a></td></tr> |
|
59 | 57 | |
|
60 | 58 | <tr><th colspan="3">Inline images</th></tr> |
|
61 | 59 | <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> |
|
62 | 60 | <tr><th></th><td>!<em>attached_image</em>!</td><td></td></tr> |
|
63 | ||
|
64 | <tr><th colspan="3">Tables</th></tr> | |
|
65 | <tr><th></th><td>|_. A |_. B |_. C |<br />| A | B | C |<br />|/2. row span | B | C |<br />|\2. col span |</td><td><table class="sample"><tbody><th>A</th><th>B</th><th>C</th></tr><tr><td>A</td><td>B</td><td>C</td></tr><tr><td rowspan="2">row span</td><td>B</td><td>C</td></tr><tr><td colspan="2">col span</td></tr></tbody></table></td></tr> | |
|
66 | ||
|
67 | 61 | </table> |
|
68 | 62 | |
|
69 | 63 | <p><a href="wiki_syntax_detailed.html" onclick="window.open('wiki_syntax_detailed.html', '', ''); return false;">More Information</a></p> |
|
70 | 64 | |
|
71 | 65 | </body> |
|
72 | 66 | </html> |
@@ -1,72 +1,66 | |||
|
1 | 1 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
|
2 | 2 | <html xmlns="http://www.w3.org/1999/xhtml"> |
|
3 | 3 | <head> |
|
4 | 4 | <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> |
|
5 | 5 | <meta http-equiv="Content-Style-Type" content="text/css" /> |
|
6 | 6 | <title>Wiki formatting</title> |
|
7 | 7 | <style type="text/css"> |
|
8 | 8 | h1 { font-family: Verdana, sans-serif; font-size: 14px; text-align: center; color: #444; } |
|
9 | 9 | body { font-family: Verdana, sans-serif; font-size: 12px; color: #444; } |
|
10 | 10 | table th { padding-top: 1em; } |
|
11 | 11 | table td { vertical-align: top; background-color: #f5f5f5; height: 2em; vertical-align: middle;} |
|
12 | 12 | table td code { font-size: 1.2em; } |
|
13 | 13 | table td h1 { font-size: 1.8em; text-align: left; } |
|
14 | 14 | table td h2 { font-size: 1.4em; text-align: left; } |
|
15 | 15 | table td h3 { font-size: 1.2em; text-align: left; } |
|
16 | 16 | |
|
17 | table.sample { border-collapse: collapse; border-spacing: 0; margin: 4px; } | |
|
18 | table.sample th, table.sample td { border: solid 1px #bbb; padding: 4px; height: 1em; } | |
|
19 | 17 | </style> |
|
20 | 18 | </head> |
|
21 | 19 | <body> |
|
22 | 20 | |
|
23 | 21 | <h1>Wiki記法 クイックリファレンス</h1> |
|
24 | 22 | |
|
25 | 23 | <table style="width:100%"> |
|
26 | 24 | <tr><th colspan="3">フォントスタイル</th></tr> |
|
27 | 25 | <tr><th><img src="../../images/jstoolbar/bt_strong.png" style="border: 1px solid #bbb;" alt="太字" /></th><td style="width:50%;">*太字*</td><td style="width:50%;"><strong>太字</strong></td></tr> |
|
28 | 26 | <tr><th><img src="../../images/jstoolbar/bt_em.png" style="border: 1px solid #bbb;" alt="斜体" /></th><td>_斜体_</td><td><em>斜体</em></td></tr> |
|
29 | 27 | <tr><th><img src="../../images/jstoolbar/bt_ins.png" style="border: 1px solid #bbb;" alt="下線" /></th><td>+下線+</td><td><ins>下線</ins></td></tr> |
|
30 |
<tr><th><img src="../../images/jstoolbar/bt_del.png" style="border: 1px solid #bbb;" alt=" |
|
|
28 | <tr><th><img src="../../images/jstoolbar/bt_del.png" style="border: 1px solid #bbb;" alt="取り消し線" /></th><td>-取り消し線-</td><td><del>取り消し線</del></td></tr> | |
|
31 | 29 | <tr><th></th><td>??引用??</td><td><cite>引用</cite></td></tr> |
|
32 | 30 | <tr><th><img src="../../images/jstoolbar/bt_code.png" style="border: 1px solid #bbb;" alt="コード" /></th><td>@コード@</td><td><code>コード</code></td></tr> |
|
33 |
<tr><th><img src="../../images/jstoolbar/bt_pre.png" style="border: 1px solid #bbb;" alt="整形済 |
|
|
31 | <tr><th><img src="../../images/jstoolbar/bt_pre.png" style="border: 1px solid #bbb;" alt="整形済みテキスト" /></th><td><pre><br /> 複数行の<br /> コード<br /></pre></td><td> | |
|
34 | 32 | <pre> |
|
35 |
複数行 |
|
|
33 | 複数行の | |
|
36 | 34 | コード |
|
37 | 35 | </pre> |
|
38 | 36 | </td></tr> |
|
39 | 37 | |
|
40 | 38 | <tr><th colspan="3">リスト</th></tr> |
|
41 | 39 | <tr><th><img src="../../images/jstoolbar/bt_ul.png" style="border: 1px solid #bbb;" alt="リスト" /></th><td>* 項目1<br />* 項目2</td><td><ul><li>項目1</li><li>項目2</li></ul></td></tr> |
|
42 |
<tr><th><img src="../../images/jstoolbar/bt_ol.png" style="border: 1px solid #bbb;" alt="順 |
|
|
40 | <tr><th><img src="../../images/jstoolbar/bt_ol.png" style="border: 1px solid #bbb;" alt="順序付きリスト" /></th><td># 項目1<br /># 項目2</td><td><ol><li>項目1</li><li>項目2</li></ol></td></tr> | |
|
43 | 41 | |
|
44 |
<tr><th colspan="3">見出 |
|
|
45 |
<tr><th><img src="../../images/jstoolbar/bt_h1.png" style="border: 1px solid #bbb;" alt="見出 |
|
|
46 |
<tr><th><img src="../../images/jstoolbar/bt_h2.png" style="border: 1px solid #bbb;" alt="見出 |
|
|
47 |
<tr><th><img src="../../images/jstoolbar/bt_h3.png" style="border: 1px solid #bbb;" alt="見出 |
|
|
42 | <tr><th colspan="3">見出し</th></tr> | |
|
43 | <tr><th><img src="../../images/jstoolbar/bt_h1.png" style="border: 1px solid #bbb;" alt="見出し1" /></th><td>h1. タイトル1</td><td><h1>タイトル1</h1></td></tr> | |
|
44 | <tr><th><img src="../../images/jstoolbar/bt_h2.png" style="border: 1px solid #bbb;" alt="見出し2" /></th><td>h2. タイトル2</td><td><h2>タイトル2</h2></td></tr> | |
|
45 | <tr><th><img src="../../images/jstoolbar/bt_h3.png" style="border: 1px solid #bbb;" alt="見出し3" /></th><td>h3. タイトル3</td><td><h3>タイトル3</h3></td></tr> | |
|
48 | 46 | |
|
49 | 47 | <tr><th colspan="3">リンク</th></tr> |
|
50 | 48 | <tr><th></th><td>http://foo.bar</td><td><a href="#">http://foo.bar</a></td></tr> |
|
51 | 49 | <tr><th></th><td>"Foo":http://foo.bar</td><td><a href="#">Foo</a></td></tr> |
|
52 | 50 | |
|
53 |
<tr><th colspan="3">Redmine内 |
|
|
54 |
<tr><th><img src="../../images/jstoolbar/bt_link.png" style="border: 1px solid #bbb;" alt="Wikiページ |
|
|
55 |
<tr><th></th><td> |
|
|
51 | <tr><th colspan="3">Redmine内のリンク</th></tr> | |
|
52 | <tr><th><img src="../../images/jstoolbar/bt_link.png" style="border: 1px solid #bbb;" alt="Wikiページへのリンク" /></th><td>[[Wiki page]]</td><td><a href="#">Wiki page</a></td></tr> | |
|
53 | <tr><th></th><td>チケット #12</td><td>チケット <a href="#">#12</a></td></tr> | |
|
56 | 54 | <tr><th></th><td>リビジョン r43</td><td>リビジョン <a href="#">r43</a></td></tr> |
|
57 | 55 | <tr><th></th><td>commit:f30e13e43</td><td><a href="#">f30e13e4</a></td></tr> |
|
58 | 56 | <tr><th></th><td>source:some/file</td><td><a href="#">source:some/file</a></td></tr> |
|
59 | 57 | |
|
60 |
<tr><th colspan="3">画 |
|
|
61 |
<tr><th><img src="../../images/jstoolbar/bt_img.png" style="border: 1px solid #bbb;" alt="Image" /></th><td>!<em>画 |
|
|
62 |
<tr><th></th><td>!<em>添付ファイル |
|
|
63 | ||
|
64 | <tr><th colspan="3">Tables</th></tr> | |
|
65 | <tr><th></th><td>|_. A |_. B |_. C |<br />| A | B | C |<br />|/2. row span | B | C |<br />|\2. col span |</td><td><table class="sample"><tbody><th>A</th><th>B</th><th>C</th></tr><tr><td>A</td><td>B</td><td>C</td></tr><tr><td rowspan="2">row span</td><td>B</td><td>C</td></tr><tr><td colspan="2">col span</td></tr></tbody></table></td></tr> | |
|
66 | ||
|
58 | <tr><th colspan="3">画像</th></tr> | |
|
59 | <tr><th><img src="../../images/jstoolbar/bt_img.png" style="border: 1px solid #bbb;" alt="Image" /></th><td>!<em>画像URL</em>!</td><td></td></tr> | |
|
60 | <tr><th></th><td>!<em>添付ファイル名</em>!</td><td></td></tr> | |
|
67 | 61 | </table> |
|
68 | 62 | |
|
69 |
<p><a href="wiki_syntax_detailed.html" onclick="window.open('wiki_syntax_detailed.html', '', ''); return false;">より詳細 |
|
|
63 | <p><a href="wiki_syntax_detailed.html" onclick="window.open('wiki_syntax_detailed.html', '', ''); return false;">より詳細なリファレンス</a></p> | |
|
70 | 64 | |
|
71 | 65 | </body> |
|
72 | 66 | </html> |
@@ -1,72 +1,66 | |||
|
1 | 1 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
|
2 | 2 | <html xmlns="http://www.w3.org/1999/xhtml"> |
|
3 | 3 | <head> |
|
4 | 4 | <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> |
|
5 | 5 | <meta http-equiv="Content-Style-Type" content="text/css" /> |
|
6 | 6 | <title>Wiki formatting</title> |
|
7 | 7 | <style type="text/css"> |
|
8 | 8 | h1 { font-family: Verdana, sans-serif; font-size: 14px; text-align: center; color: #444; } |
|
9 | 9 | body { font-family: Verdana, sans-serif; font-size: 12px; color: #444; } |
|
10 | 10 | table th { padding-top: 1em; } |
|
11 | 11 | table td { vertical-align: top; background-color: #f5f5f5; height: 2em; vertical-align: middle;} |
|
12 | 12 | table td code { font-size: 1.2em; } |
|
13 | 13 | table td h1 { font-size: 1.8em; text-align: left; } |
|
14 | 14 | table td h2 { font-size: 1.4em; text-align: left; } |
|
15 | 15 | table td h3 { font-size: 1.2em; text-align: left; } |
|
16 | 16 | |
|
17 | table.sample { border-collapse: collapse; border-spacing: 0; margin: 4px; } | |
|
18 | table.sample th, table.sample td { border: solid 1px #bbb; padding: 4px; height: 1em; } | |
|
19 | 17 | </style> |
|
20 | 18 | </head> |
|
21 | 19 | <body> |
|
22 | 20 | |
|
23 | 21 | <h1>Wiki Syntax Quick Reference</h1> |
|
24 | 22 | |
|
25 | 23 | <table style="width:100%"> |
|
26 | 24 | <tr><th colspan="3">Font Styles</th></tr> |
|
27 | 25 | <tr><th><img src="../../images/jstoolbar/bt_strong.png" style="border: 1px solid #bbb;" alt="Strong" /></th><td style="width:50%;">*Strong*</td><td style="width:50%;"><strong>Strong</strong></td></tr> |
|
28 | 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> |
|
29 | 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> |
|
30 | 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> |
|
31 | 29 | <tr><th></th><td>??Quote??</td><td><cite>Quote</cite></td></tr> |
|
32 | 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> |
|
33 | 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> |
|
34 | 32 | <pre> |
|
35 | 33 | lines |
|
36 | 34 | of code |
|
37 | 35 | </pre> |
|
38 | 36 | </td></tr> |
|
39 | 37 | |
|
40 | 38 | <tr><th colspan="3">Lists</th></tr> |
|
41 | 39 | <tr><th><img src="../../images/jstoolbar/bt_ul.png" style="border: 1px solid #bbb;" alt="Unordered list" /></th><td>* Item 1<br />** Sub<br />* Item 2</td><td><ul><li>Item 1<ul><li>Sub</li></ul></li><li>Item 2</li></ul></td></tr> |
|
42 | 40 | <tr><th><img src="../../images/jstoolbar/bt_ol.png" style="border: 1px solid #bbb;" alt="Ordered list" /></th><td># Item 1<br />## Sub<br /># Item 2</td><td><ol><li>Item 1<ol><li>Sub</li></ol></li><li>Item 2</li></ol></td></tr> |
|
43 | 41 | |
|
44 | 42 | <tr><th colspan="3">Headings</th></tr> |
|
45 | 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> |
|
46 | 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> |
|
47 | 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> |
|
48 | 46 | |
|
49 | 47 | <tr><th colspan="3">Links</th></tr> |
|
50 | 48 | <tr><th></th><td>http://foo.bar</td><td><a href="#">http://foo.bar</a></td></tr> |
|
51 | 49 | <tr><th></th><td>"Foo":http://foo.bar</td><td><a href="#">Foo</a></td></tr> |
|
52 | 50 | |
|
53 | 51 | <tr><th colspan="3">Redmine links</th></tr> |
|
54 | 52 | <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> |
|
55 | 53 | <tr><th></th><td>Issue #12</td><td>Issue <a href="#">#12</a></td></tr> |
|
56 | 54 | <tr><th></th><td>Revision r43</td><td>Revision <a href="#">r43</a></td></tr> |
|
57 | 55 | <tr><th></th><td>commit:f30e13e43</td><td><a href="#">f30e13e4</a></td></tr> |
|
58 | 56 | <tr><th></th><td>source:some/file</td><td><a href="#">source:some/file</a></td></tr> |
|
59 | 57 | |
|
60 | 58 | <tr><th colspan="3">Inline images</th></tr> |
|
61 | 59 | <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> |
|
62 | 60 | <tr><th></th><td>!<em>attached_image</em>!</td><td></td></tr> |
|
63 | ||
|
64 | <tr><th colspan="3">Tables</th></tr> | |
|
65 | <tr><th></th><td>|_. A |_. B |_. C |<br />| A | B | C |<br />|/2. row span | B | C |<br />|\2. col span |</td><td><table class="sample"><tbody><th>A</th><th>B</th><th>C</th></tr><tr><td>A</td><td>B</td><td>C</td></tr><tr><td rowspan="2">row span</td><td>B</td><td>C</td></tr><tr><td colspan="2">col span</td></tr></tbody></table></td></tr> | |
|
66 | ||
|
67 | 61 | </table> |
|
68 | 62 | |
|
69 | 63 | <p><a href="wiki_syntax_detailed.html" onclick="window.open('wiki_syntax_detailed.html', '', ''); return false;">More Information</a></p> |
|
70 | 64 | |
|
71 | 65 | </body> |
|
72 | 66 | </html> |
@@ -1,72 +1,66 | |||
|
1 | 1 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
|
2 | 2 | <html xmlns="http://www.w3.org/1999/xhtml"> |
|
3 | 3 | <head> |
|
4 | 4 | <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> |
|
5 | 5 | <meta http-equiv="Content-Style-Type" content="text/css" /> |
|
6 | 6 | <title>Wiki formatting</title> |
|
7 | 7 | <style type="text/css"> |
|
8 | 8 | h1 { font-family: Verdana, sans-serif; font-size: 14px; text-align: center; color: #444; } |
|
9 | 9 | body { font-family: Verdana, sans-serif; font-size: 12px; color: #444; } |
|
10 | 10 | table th { padding-top: 1em; } |
|
11 | 11 | table td { vertical-align: top; background-color: #f5f5f5; height: 2em; vertical-align: middle;} |
|
12 | 12 | table td code { font-size: 1.2em; } |
|
13 | 13 | table td h1 { font-size: 1.8em; text-align: left; } |
|
14 | 14 | table td h2 { font-size: 1.4em; text-align: left; } |
|
15 | 15 | table td h3 { font-size: 1.2em; text-align: left; } |
|
16 | 16 | |
|
17 | table.sample { border-collapse: collapse; border-spacing: 0; margin: 4px; } | |
|
18 | table.sample th, table.sample td { border: solid 1px #bbb; padding: 4px; height: 1em; } | |
|
19 | 17 | </style> |
|
20 | 18 | </head> |
|
21 | 19 | <body> |
|
22 | 20 | |
|
23 | 21 | <h1>Wiki Syntax Quick Reference</h1> |
|
24 | 22 | |
|
25 | 23 | <table style="width:100%"> |
|
26 | 24 | <tr><th colspan="3">Font Styles</th></tr> |
|
27 | 25 | <tr><th><img src="../../images/jstoolbar/bt_strong.png" style="border: 1px solid #bbb;" alt="Strong" /></th><td style="width:50%;">*Strong*</td><td style="width:50%;"><strong>Strong</strong></td></tr> |
|
28 | 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> |
|
29 | 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> |
|
30 | 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> |
|
31 | 29 | <tr><th></th><td>??Quote??</td><td><cite>Quote</cite></td></tr> |
|
32 | 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> |
|
33 | 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> |
|
34 | 32 | <pre> |
|
35 | 33 | lines |
|
36 | 34 | of code |
|
37 | 35 | </pre> |
|
38 | 36 | </td></tr> |
|
39 | 37 | |
|
40 | 38 | <tr><th colspan="3">Lists</th></tr> |
|
41 | 39 | <tr><th><img src="../../images/jstoolbar/bt_ul.png" style="border: 1px solid #bbb;" alt="Unordered list" /></th><td>* Item 1<br />** Sub<br />* Item 2</td><td><ul><li>Item 1<ul><li>Sub</li></ul></li><li>Item 2</li></ul></td></tr> |
|
42 | 40 | <tr><th><img src="../../images/jstoolbar/bt_ol.png" style="border: 1px solid #bbb;" alt="Ordered list" /></th><td># Item 1<br />## Sub<br /># Item 2</td><td><ol><li>Item 1<ol><li>Sub</li></ol></li><li>Item 2</li></ol></td></tr> |
|
43 | 41 | |
|
44 | 42 | <tr><th colspan="3">Headings</th></tr> |
|
45 | 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> |
|
46 | 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> |
|
47 | 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> |
|
48 | 46 | |
|
49 | 47 | <tr><th colspan="3">Links</th></tr> |
|
50 | 48 | <tr><th></th><td>http://foo.bar</td><td><a href="#">http://foo.bar</a></td></tr> |
|
51 | 49 | <tr><th></th><td>"Foo":http://foo.bar</td><td><a href="#">Foo</a></td></tr> |
|
52 | 50 | |
|
53 | 51 | <tr><th colspan="3">Redmine links</th></tr> |
|
54 | 52 | <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> |
|
55 | 53 | <tr><th></th><td>Issue #12</td><td>Issue <a href="#">#12</a></td></tr> |
|
56 | 54 | <tr><th></th><td>Revision r43</td><td>Revision <a href="#">r43</a></td></tr> |
|
57 | 55 | <tr><th></th><td>commit:f30e13e43</td><td><a href="#">f30e13e4</a></td></tr> |
|
58 | 56 | <tr><th></th><td>source:some/file</td><td><a href="#">source:some/file</a></td></tr> |
|
59 | 57 | |
|
60 | 58 | <tr><th colspan="3">Inline images</th></tr> |
|
61 | 59 | <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> |
|
62 | 60 | <tr><th></th><td>!<em>attached_image</em>!</td><td></td></tr> |
|
63 | ||
|
64 | <tr><th colspan="3">Tables</th></tr> | |
|
65 | <tr><th></th><td>|_. A |_. B |_. C |<br />| A | B | C |<br />|/2. row span | B | C |<br />|\2. col span |</td><td><table class="sample"><tbody><th>A</th><th>B</th><th>C</th></tr><tr><td>A</td><td>B</td><td>C</td></tr><tr><td rowspan="2">row span</td><td>B</td><td>C</td></tr><tr><td colspan="2">col span</td></tr></tbody></table></td></tr> | |
|
66 | ||
|
67 | 61 | </table> |
|
68 | 62 | |
|
69 | 63 | <p><a href="wiki_syntax_detailed.html" onclick="window.open('wiki_syntax_detailed.html', '', ''); return false;">More Information</a></p> |
|
70 | 64 | |
|
71 | 65 | </body> |
|
72 | 66 | </html> |
@@ -1,72 +1,66 | |||
|
1 | 1 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
|
2 | 2 | <html xmlns="http://www.w3.org/1999/xhtml"> |
|
3 | 3 | <head> |
|
4 | 4 | <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> |
|
5 | 5 | <meta http-equiv="Content-Style-Type" content="text/css" /> |
|
6 | 6 | <title>Wiki formatting</title> |
|
7 | 7 | <style type="text/css"> |
|
8 | 8 | h1 { font-family: Verdana, sans-serif; font-size: 14px; text-align: center; color: #444; } |
|
9 | 9 | body { font-family: Verdana, sans-serif; font-size: 12px; color: #444; } |
|
10 | 10 | table th { padding-top: 1em; } |
|
11 | 11 | table td { vertical-align: top; background-color: #f5f5f5; height: 2em; vertical-align: middle;} |
|
12 | 12 | table td code { font-size: 1.2em; } |
|
13 | 13 | table td h1 { font-size: 1.8em; text-align: left; } |
|
14 | 14 | table td h2 { font-size: 1.4em; text-align: left; } |
|
15 | 15 | table td h3 { font-size: 1.2em; text-align: left; } |
|
16 | 16 | |
|
17 | table.sample { border-collapse: collapse; border-spacing: 0; margin: 4px; } | |
|
18 | table.sample th, table.sample td { border: solid 1px #bbb; padding: 4px; height: 1em; } | |
|
19 | 17 | </style> |
|
20 | 18 | </head> |
|
21 | 19 | <body> |
|
22 | 20 | |
|
23 | 21 | <h1>Wiki Syntax Quick Reference</h1> |
|
24 | 22 | |
|
25 | 23 | <table style="width:100%"> |
|
26 | 24 | <tr><th colspan="3">Font Styles</th></tr> |
|
27 | 25 | <tr><th><img src="../../images/jstoolbar/bt_strong.png" style="border: 1px solid #bbb;" alt="Strong" /></th><td style="width:50%;">*Strong*</td><td style="width:50%;"><strong>Strong</strong></td></tr> |
|
28 | 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> |
|
29 | 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> |
|
30 | 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> |
|
31 | 29 | <tr><th></th><td>??Quote??</td><td><cite>Quote</cite></td></tr> |
|
32 | 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> |
|
33 | 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> |
|
34 | 32 | <pre> |
|
35 | 33 | lines |
|
36 | 34 | of code |
|
37 | 35 | </pre> |
|
38 | 36 | </td></tr> |
|
39 | 37 | |
|
40 | 38 | <tr><th colspan="3">Lists</th></tr> |
|
41 | 39 | <tr><th><img src="../../images/jstoolbar/bt_ul.png" style="border: 1px solid #bbb;" alt="Unordered list" /></th><td>* Item 1<br />** Sub<br />* Item 2</td><td><ul><li>Item 1<ul><li>Sub</li></ul></li><li>Item 2</li></ul></td></tr> |
|
42 | 40 | <tr><th><img src="../../images/jstoolbar/bt_ol.png" style="border: 1px solid #bbb;" alt="Ordered list" /></th><td># Item 1<br />## Sub<br /># Item 2</td><td><ol><li>Item 1<ol><li>Sub</li></ol></li><li>Item 2</li></ol></td></tr> |
|
43 | 41 | |
|
44 | 42 | <tr><th colspan="3">Headings</th></tr> |
|
45 | 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> |
|
46 | 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> |
|
47 | 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> |
|
48 | 46 | |
|
49 | 47 | <tr><th colspan="3">Links</th></tr> |
|
50 | 48 | <tr><th></th><td>http://foo.bar</td><td><a href="#">http://foo.bar</a></td></tr> |
|
51 | 49 | <tr><th></th><td>"Foo":http://foo.bar</td><td><a href="#">Foo</a></td></tr> |
|
52 | 50 | |
|
53 | 51 | <tr><th colspan="3">Redmine links</th></tr> |
|
54 | 52 | <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> |
|
55 | 53 | <tr><th></th><td>Issue #12</td><td>Issue <a href="#">#12</a></td></tr> |
|
56 | 54 | <tr><th></th><td>Revision r43</td><td>Revision <a href="#">r43</a></td></tr> |
|
57 | 55 | <tr><th></th><td>commit:f30e13e43</td><td><a href="#">f30e13e4</a></td></tr> |
|
58 | 56 | <tr><th></th><td>source:some/file</td><td><a href="#">source:some/file</a></td></tr> |
|
59 | 57 | |
|
60 | 58 | <tr><th colspan="3">Inline images</th></tr> |
|
61 | 59 | <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> |
|
62 | 60 | <tr><th></th><td>!<em>attached_image</em>!</td><td></td></tr> |
|
63 | ||
|
64 | <tr><th colspan="3">Tables</th></tr> | |
|
65 | <tr><th></th><td>|_. A |_. B |_. C |<br />| A | B | C |<br />|/2. row span | B | C |<br />|\2. col span |</td><td><table class="sample"><tbody><th>A</th><th>B</th><th>C</th></tr><tr><td>A</td><td>B</td><td>C</td></tr><tr><td rowspan="2">row span</td><td>B</td><td>C</td></tr><tr><td colspan="2">col span</td></tr></tbody></table></td></tr> | |
|
66 | ||
|
67 | 61 | </table> |
|
68 | 62 | |
|
69 | 63 | <p><a href="wiki_syntax_detailed.html" onclick="window.open('wiki_syntax_detailed.html', '', ''); return false;">More Information</a></p> |
|
70 | 64 | |
|
71 | 65 | </body> |
|
72 | 66 | </html> |
@@ -1,72 +1,66 | |||
|
1 | 1 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
|
2 | 2 | <html xmlns="http://www.w3.org/1999/xhtml"> |
|
3 | 3 | <head> |
|
4 | 4 | <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> |
|
5 | 5 | <meta http-equiv="Content-Style-Type" content="text/css" /> |
|
6 | 6 | <title>Wiki formatting</title> |
|
7 | 7 | <style type="text/css"> |
|
8 | 8 | h1 { font-family: Verdana, sans-serif; font-size: 14px; text-align: center; color: #444; } |
|
9 | 9 | body { font-family: Verdana, sans-serif; font-size: 12px; color: #444; } |
|
10 | 10 | table th { padding-top: 1em; } |
|
11 | 11 | table td { vertical-align: top; background-color: #f5f5f5; height: 2em; vertical-align: middle;} |
|
12 | 12 | table td code { font-size: 1.2em; } |
|
13 | 13 | table td h1 { font-size: 1.8em; text-align: left; } |
|
14 | 14 | table td h2 { font-size: 1.4em; text-align: left; } |
|
15 | 15 | table td h3 { font-size: 1.2em; text-align: left; } |
|
16 | 16 | |
|
17 | table.sample { border-collapse: collapse; border-spacing: 0; margin: 4px; } | |
|
18 | table.sample th, table.sample td { border: solid 1px #bbb; padding: 4px; height: 1em; } | |
|
19 | 17 | </style> |
|
20 | 18 | </head> |
|
21 | 19 | <body> |
|
22 | 20 | |
|
23 | 21 | <h1>Wiki Syntax Quick Reference</h1> |
|
24 | 22 | |
|
25 | 23 | <table style="width:100%"> |
|
26 | 24 | <tr><th colspan="3">Font Styles</th></tr> |
|
27 | 25 | <tr><th><img src="../../images/jstoolbar/bt_strong.png" style="border: 1px solid #bbb;" alt="Strong" /></th><td style="width:50%;">*Strong*</td><td style="width:50%;"><strong>Strong</strong></td></tr> |
|
28 | 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> |
|
29 | 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> |
|
30 | 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> |
|
31 | 29 | <tr><th></th><td>??Quote??</td><td><cite>Quote</cite></td></tr> |
|
32 | 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> |
|
33 | 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> |
|
34 | 32 | <pre> |
|
35 | 33 | lines |
|
36 | 34 | of code |
|
37 | 35 | </pre> |
|
38 | 36 | </td></tr> |
|
39 | 37 | |
|
40 | 38 | <tr><th colspan="3">Lists</th></tr> |
|
41 | 39 | <tr><th><img src="../../images/jstoolbar/bt_ul.png" style="border: 1px solid #bbb;" alt="Unordered list" /></th><td>* Item 1<br />** Sub<br />* Item 2</td><td><ul><li>Item 1<ul><li>Sub</li></ul></li><li>Item 2</li></ul></td></tr> |
|
42 | 40 | <tr><th><img src="../../images/jstoolbar/bt_ol.png" style="border: 1px solid #bbb;" alt="Ordered list" /></th><td># Item 1<br />## Sub<br /># Item 2</td><td><ol><li>Item 1<ol><li>Sub</li></ol></li><li>Item 2</li></ol></td></tr> |
|
43 | 41 | |
|
44 | 42 | <tr><th colspan="3">Headings</th></tr> |
|
45 | 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> |
|
46 | 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> |
|
47 | 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> |
|
48 | 46 | |
|
49 | 47 | <tr><th colspan="3">Links</th></tr> |
|
50 | 48 | <tr><th></th><td>http://foo.bar</td><td><a href="#">http://foo.bar</a></td></tr> |
|
51 | 49 | <tr><th></th><td>"Foo":http://foo.bar</td><td><a href="#">Foo</a></td></tr> |
|
52 | 50 | |
|
53 | 51 | <tr><th colspan="3">Redmine links</th></tr> |
|
54 | 52 | <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> |
|
55 | 53 | <tr><th></th><td>Issue #12</td><td>Issue <a href="#">#12</a></td></tr> |
|
56 | 54 | <tr><th></th><td>Revision r43</td><td>Revision <a href="#">r43</a></td></tr> |
|
57 | 55 | <tr><th></th><td>commit:f30e13e43</td><td><a href="#">f30e13e4</a></td></tr> |
|
58 | 56 | <tr><th></th><td>source:some/file</td><td><a href="#">source:some/file</a></td></tr> |
|
59 | 57 | |
|
60 | 58 | <tr><th colspan="3">Inline images</th></tr> |
|
61 | 59 | <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> |
|
62 | 60 | <tr><th></th><td>!<em>attached_image</em>!</td><td></td></tr> |
|
63 | ||
|
64 | <tr><th colspan="3">Tables</th></tr> | |
|
65 | <tr><th></th><td>|_. A |_. B |_. C |<br />| A | B | C |<br />|/2. row span | B | C |<br />|\2. col span |</td><td><table class="sample"><tbody><th>A</th><th>B</th><th>C</th></tr><tr><td>A</td><td>B</td><td>C</td></tr><tr><td rowspan="2">row span</td><td>B</td><td>C</td></tr><tr><td colspan="2">col span</td></tr></tbody></table></td></tr> | |
|
66 | ||
|
67 | 61 | </table> |
|
68 | 62 | |
|
69 | 63 | <p><a href="wiki_syntax_detailed.html" onclick="window.open('wiki_syntax_detailed.html', '', ''); return false;">More Information</a></p> |
|
70 | 64 | |
|
71 | 65 | </body> |
|
72 | 66 | </html> |
@@ -1,72 +1,66 | |||
|
1 | 1 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
|
2 | 2 | <html xmlns="http://www.w3.org/1999/xhtml"> |
|
3 | 3 | <head> |
|
4 | 4 | <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> |
|
5 | 5 | <meta http-equiv="Content-Style-Type" content="text/css" /> |
|
6 | 6 | <title>Wiki formatting</title> |
|
7 | 7 | <style type="text/css"> |
|
8 | 8 | h1 { font-family: Verdana, sans-serif; font-size: 14px; text-align: center; color: #444; } |
|
9 | 9 | body { font-family: Verdana, sans-serif; font-size: 12px; color: #444; } |
|
10 | 10 | table th { padding-top: 1em; } |
|
11 | 11 | table td { vertical-align: top; background-color: #f5f5f5; height: 2em; vertical-align: middle;} |
|
12 | 12 | table td code { font-size: 1.2em; } |
|
13 | 13 | table td h1 { font-size: 1.8em; text-align: left; } |
|
14 | 14 | table td h2 { font-size: 1.4em; text-align: left; } |
|
15 | 15 | table td h3 { font-size: 1.2em; text-align: left; } |
|
16 | 16 | |
|
17 | table.sample { border-collapse: collapse; border-spacing: 0; margin: 4px; } | |
|
18 | table.sample th, table.sample td { border: solid 1px #bbb; padding: 4px; height: 1em; } | |
|
19 | 17 | </style> |
|
20 | 18 | </head> |
|
21 | 19 | <body> |
|
22 | 20 | |
|
23 | 21 | <h1>Wiki Syntax Quick Reference</h1> |
|
24 | 22 | |
|
25 | 23 | <table style="width:100%"> |
|
26 | 24 | <tr><th colspan="3">Font Styles</th></tr> |
|
27 | 25 | <tr><th><img src="../../images/jstoolbar/bt_strong.png" style="border: 1px solid #bbb;" alt="Strong" /></th><td style="width:50%;">*Strong*</td><td style="width:50%;"><strong>Strong</strong></td></tr> |
|
28 | 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> |
|
29 | 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> |
|
30 | 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> |
|
31 | 29 | <tr><th></th><td>??Quote??</td><td><cite>Quote</cite></td></tr> |
|
32 | 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> |
|
33 | 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> |
|
34 | 32 | <pre> |
|
35 | 33 | lines |
|
36 | 34 | of code |
|
37 | 35 | </pre> |
|
38 | 36 | </td></tr> |
|
39 | 37 | |
|
40 | 38 | <tr><th colspan="3">Lists</th></tr> |
|
41 | 39 | <tr><th><img src="../../images/jstoolbar/bt_ul.png" style="border: 1px solid #bbb;" alt="Unordered list" /></th><td>* Item 1<br />** Sub<br />* Item 2</td><td><ul><li>Item 1<ul><li>Sub</li></ul></li><li>Item 2</li></ul></td></tr> |
|
42 | 40 | <tr><th><img src="../../images/jstoolbar/bt_ol.png" style="border: 1px solid #bbb;" alt="Ordered list" /></th><td># Item 1<br />## Sub<br /># Item 2</td><td><ol><li>Item 1<ol><li>Sub</li></ol></li><li>Item 2</li></ol></td></tr> |
|
43 | 41 | |
|
44 | 42 | <tr><th colspan="3">Headings</th></tr> |
|
45 | 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> |
|
46 | 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> |
|
47 | 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> |
|
48 | 46 | |
|
49 | 47 | <tr><th colspan="3">Links</th></tr> |
|
50 | 48 | <tr><th></th><td>http://foo.bar</td><td><a href="#">http://foo.bar</a></td></tr> |
|
51 | 49 | <tr><th></th><td>"Foo":http://foo.bar</td><td><a href="#">Foo</a></td></tr> |
|
52 | 50 | |
|
53 | 51 | <tr><th colspan="3">Redmine links</th></tr> |
|
54 | 52 | <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> |
|
55 | 53 | <tr><th></th><td>Issue #12</td><td>Issue <a href="#">#12</a></td></tr> |
|
56 | 54 | <tr><th></th><td>Revision r43</td><td>Revision <a href="#">r43</a></td></tr> |
|
57 | 55 | <tr><th></th><td>commit:f30e13e43</td><td><a href="#">f30e13e4</a></td></tr> |
|
58 | 56 | <tr><th></th><td>source:some/file</td><td><a href="#">source:some/file</a></td></tr> |
|
59 | 57 | |
|
60 | 58 | <tr><th colspan="3">Inline images</th></tr> |
|
61 | 59 | <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> |
|
62 | 60 | <tr><th></th><td>!<em>attached_image</em>!</td><td></td></tr> |
|
63 | ||
|
64 | <tr><th colspan="3">Tables</th></tr> | |
|
65 | <tr><th></th><td>|_. A |_. B |_. C |<br />| A | B | C |<br />|/2. row span | B | C |<br />|\2. col span |</td><td><table class="sample"><tbody><th>A</th><th>B</th><th>C</th></tr><tr><td>A</td><td>B</td><td>C</td></tr><tr><td rowspan="2">row span</td><td>B</td><td>C</td></tr><tr><td colspan="2">col span</td></tr></tbody></table></td></tr> | |
|
66 | ||
|
67 | 61 | </table> |
|
68 | 62 | |
|
69 | 63 | <p><a href="wiki_syntax_detailed.html" onclick="window.open('wiki_syntax_detailed.html', '', ''); return false;">More Information</a></p> |
|
70 | 64 | |
|
71 | 65 | </body> |
|
72 | 66 | </html> |
@@ -1,72 +1,66 | |||
|
1 | 1 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
|
2 | 2 | <html xmlns="http://www.w3.org/1999/xhtml"> |
|
3 | 3 | <head> |
|
4 | 4 | <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> |
|
5 | 5 | <meta http-equiv="Content-Style-Type" content="text/css" /> |
|
6 | 6 | <title>Wiki formatting</title> |
|
7 | 7 | <style type="text/css"> |
|
8 | 8 | h1 { font-family: Verdana, sans-serif; font-size: 14px; text-align: center; color: #444; } |
|
9 | 9 | body { font-family: Verdana, sans-serif; font-size: 12px; color: #444; } |
|
10 | 10 | table th { padding-top: 1em; } |
|
11 | 11 | table td { vertical-align: top; background-color: #f5f5f5; height: 2em; vertical-align: middle;} |
|
12 | 12 | table td code { font-size: 1.2em; } |
|
13 | 13 | table td h1 { font-size: 1.8em; text-align: left; } |
|
14 | 14 | table td h2 { font-size: 1.4em; text-align: left; } |
|
15 | 15 | table td h3 { font-size: 1.2em; text-align: left; } |
|
16 | 16 | |
|
17 | table.sample { border-collapse: collapse; border-spacing: 0; margin: 4px; } | |
|
18 | table.sample th, table.sample td { border: solid 1px #bbb; padding: 4px; height: 1em; } | |
|
19 | 17 | </style> |
|
20 | 18 | </head> |
|
21 | 19 | <body> |
|
22 | 20 | |
|
23 | 21 | <h1>Wiki Syntax Quick Reference</h1> |
|
24 | 22 | |
|
25 | 23 | <table style="width:100%"> |
|
26 | 24 | <tr><th colspan="3">Font Styles</th></tr> |
|
27 | 25 | <tr><th><img src="../../images/jstoolbar/bt_strong.png" style="border: 1px solid #bbb;" alt="Strong" /></th><td style="width:50%;">*Strong*</td><td style="width:50%;"><strong>Strong</strong></td></tr> |
|
28 | 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> |
|
29 | 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> |
|
30 | 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> |
|
31 | 29 | <tr><th></th><td>??Quote??</td><td><cite>Quote</cite></td></tr> |
|
32 | 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> |
|
33 | 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> |
|
34 | 32 | <pre> |
|
35 | 33 | lines |
|
36 | 34 | of code |
|
37 | 35 | </pre> |
|
38 | 36 | </td></tr> |
|
39 | 37 | |
|
40 | 38 | <tr><th colspan="3">Lists</th></tr> |
|
41 | 39 | <tr><th><img src="../../images/jstoolbar/bt_ul.png" style="border: 1px solid #bbb;" alt="Unordered list" /></th><td>* Item 1<br />** Sub<br />* Item 2</td><td><ul><li>Item 1<ul><li>Sub</li></ul></li><li>Item 2</li></ul></td></tr> |
|
42 | 40 | <tr><th><img src="../../images/jstoolbar/bt_ol.png" style="border: 1px solid #bbb;" alt="Ordered list" /></th><td># Item 1<br />## Sub<br /># Item 2</td><td><ol><li>Item 1<ol><li>Sub</li></ol></li><li>Item 2</li></ol></td></tr> |
|
43 | 41 | |
|
44 | 42 | <tr><th colspan="3">Headings</th></tr> |
|
45 | 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> |
|
46 | 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> |
|
47 | 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> |
|
48 | 46 | |
|
49 | 47 | <tr><th colspan="3">Links</th></tr> |
|
50 | 48 | <tr><th></th><td>http://foo.bar</td><td><a href="#">http://foo.bar</a></td></tr> |
|
51 | 49 | <tr><th></th><td>"Foo":http://foo.bar</td><td><a href="#">Foo</a></td></tr> |
|
52 | 50 | |
|
53 | 51 | <tr><th colspan="3">Redmine links</th></tr> |
|
54 | 52 | <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> |
|
55 | 53 | <tr><th></th><td>Issue #12</td><td>Issue <a href="#">#12</a></td></tr> |
|
56 | 54 | <tr><th></th><td>Revision r43</td><td>Revision <a href="#">r43</a></td></tr> |
|
57 | 55 | <tr><th></th><td>commit:f30e13e43</td><td><a href="#">f30e13e4</a></td></tr> |
|
58 | 56 | <tr><th></th><td>source:some/file</td><td><a href="#">source:some/file</a></td></tr> |
|
59 | 57 | |
|
60 | 58 | <tr><th colspan="3">Inline images</th></tr> |
|
61 | 59 | <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> |
|
62 | 60 | <tr><th></th><td>!<em>attached_image</em>!</td><td></td></tr> |
|
63 | ||
|
64 | <tr><th colspan="3">Tables</th></tr> | |
|
65 | <tr><th></th><td>|_. A |_. B |_. C |<br />| A | B | C |<br />|/2. row span | B | C |<br />|\2. col span |</td><td><table class="sample"><tbody><th>A</th><th>B</th><th>C</th></tr><tr><td>A</td><td>B</td><td>C</td></tr><tr><td rowspan="2">row span</td><td>B</td><td>C</td></tr><tr><td colspan="2">col span</td></tr></tbody></table></td></tr> | |
|
66 | ||
|
67 | 61 | </table> |
|
68 | 62 | |
|
69 | 63 | <p><a href="wiki_syntax_detailed.html" onclick="window.open('wiki_syntax_detailed.html', '', ''); return false;">More Information</a></p> |
|
70 | 64 | |
|
71 | 65 | </body> |
|
72 | 66 | </html> |
@@ -1,72 +1,66 | |||
|
1 | 1 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
|
2 | 2 | <html xmlns="http://www.w3.org/1999/xhtml"> |
|
3 | 3 | <head> |
|
4 | 4 | <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> |
|
5 | 5 | <meta http-equiv="Content-Style-Type" content="text/css" /> |
|
6 | 6 | <title>Wiki formatting</title> |
|
7 | 7 | <style type="text/css"> |
|
8 | 8 | h1 { font-family: Verdana, sans-serif; font-size: 14px; text-align: center; color: #444; } |
|
9 | 9 | body { font-family: Verdana, sans-serif; font-size: 12px; color: #444; } |
|
10 | 10 | table th { padding-top: 1em; } |
|
11 | 11 | table td { vertical-align: top; background-color: #f5f5f5; height: 2em; vertical-align: middle;} |
|
12 | 12 | table td code { font-size: 1.2em; } |
|
13 | 13 | table td h1 { font-size: 1.8em; text-align: left; } |
|
14 | 14 | table td h2 { font-size: 1.4em; text-align: left; } |
|
15 | 15 | table td h3 { font-size: 1.2em; text-align: left; } |
|
16 | 16 | |
|
17 | table.sample { border-collapse: collapse; border-spacing: 0; margin: 4px; } | |
|
18 | table.sample th, table.sample td { border: solid 1px #bbb; padding: 4px; height: 1em; } | |
|
19 | 17 | </style> |
|
20 | 18 | </head> |
|
21 | 19 | <body> |
|
22 | 20 | |
|
23 | 21 | <h1>Wiki Syntax Quick Reference</h1> |
|
24 | 22 | |
|
25 | 23 | <table style="width:100%"> |
|
26 | 24 | <tr><th colspan="3">Font Styles</th></tr> |
|
27 | 25 | <tr><th><img src="../../images/jstoolbar/bt_strong.png" style="border: 1px solid #bbb;" alt="Strong" /></th><td style="width:50%;">*Strong*</td><td style="width:50%;"><strong>Strong</strong></td></tr> |
|
28 | 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> |
|
29 | 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> |
|
30 | 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> |
|
31 | 29 | <tr><th></th><td>??Quote??</td><td><cite>Quote</cite></td></tr> |
|
32 | 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> |
|
33 | 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> |
|
34 | 32 | <pre> |
|
35 | 33 | lines |
|
36 | 34 | of code |
|
37 | 35 | </pre> |
|
38 | 36 | </td></tr> |
|
39 | 37 | |
|
40 | 38 | <tr><th colspan="3">Lists</th></tr> |
|
41 | 39 | <tr><th><img src="../../images/jstoolbar/bt_ul.png" style="border: 1px solid #bbb;" alt="Unordered list" /></th><td>* Item 1<br />** Sub<br />* Item 2</td><td><ul><li>Item 1<ul><li>Sub</li></ul></li><li>Item 2</li></ul></td></tr> |
|
42 | 40 | <tr><th><img src="../../images/jstoolbar/bt_ol.png" style="border: 1px solid #bbb;" alt="Ordered list" /></th><td># Item 1<br />## Sub<br /># Item 2</td><td><ol><li>Item 1<ol><li>Sub</li></ol></li><li>Item 2</li></ol></td></tr> |
|
43 | 41 | |
|
44 | 42 | <tr><th colspan="3">Headings</th></tr> |
|
45 | 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> |
|
46 | 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> |
|
47 | 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> |
|
48 | 46 | |
|
49 | 47 | <tr><th colspan="3">Links</th></tr> |
|
50 | 48 | <tr><th></th><td>http://foo.bar</td><td><a href="#">http://foo.bar</a></td></tr> |
|
51 | 49 | <tr><th></th><td>"Foo":http://foo.bar</td><td><a href="#">Foo</a></td></tr> |
|
52 | 50 | |
|
53 | 51 | <tr><th colspan="3">Redmine links</th></tr> |
|
54 | 52 | <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> |
|
55 | 53 | <tr><th></th><td>Issue #12</td><td>Issue <a href="#">#12</a></td></tr> |
|
56 | 54 | <tr><th></th><td>Revision r43</td><td>Revision <a href="#">r43</a></td></tr> |
|
57 | 55 | <tr><th></th><td>commit:f30e13e43</td><td><a href="#">f30e13e4</a></td></tr> |
|
58 | 56 | <tr><th></th><td>source:some/file</td><td><a href="#">source:some/file</a></td></tr> |
|
59 | 57 | |
|
60 | 58 | <tr><th colspan="3">Inline images</th></tr> |
|
61 | 59 | <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> |
|
62 | 60 | <tr><th></th><td>!<em>attached_image</em>!</td><td></td></tr> |
|
63 | ||
|
64 | <tr><th colspan="3">Tables</th></tr> | |
|
65 | <tr><th></th><td>|_. A |_. B |_. C |<br />| A | B | C |<br />|/2. row span | B | C |<br />|\2. col span |</td><td><table class="sample"><tbody><th>A</th><th>B</th><th>C</th></tr><tr><td>A</td><td>B</td><td>C</td></tr><tr><td rowspan="2">row span</td><td>B</td><td>C</td></tr><tr><td colspan="2">col span</td></tr></tbody></table></td></tr> | |
|
66 | ||
|
67 | 61 | </table> |
|
68 | 62 | |
|
69 | 63 | <p><a href="wiki_syntax_detailed.html" onclick="window.open('wiki_syntax_detailed.html', '', ''); return false;">More Information</a></p> |
|
70 | 64 | |
|
71 | 65 | </body> |
|
72 | 66 | </html> |
@@ -1,72 +1,66 | |||
|
1 | 1 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
|
2 | 2 | <html xmlns="http://www.w3.org/1999/xhtml"> |
|
3 | 3 | <head> |
|
4 | 4 | <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> |
|
5 | 5 | <meta http-equiv="Content-Style-Type" content="text/css" /> |
|
6 | 6 | <title>Wiki formatting</title> |
|
7 | 7 | <style type="text/css"> |
|
8 | 8 | h1 { font-family: Verdana, sans-serif; font-size: 14px; text-align: center; color: #444; } |
|
9 | 9 | body { font-family: Verdana, sans-serif; font-size: 12px; color: #444; } |
|
10 | 10 | table th { padding-top: 1em; } |
|
11 | 11 | table td { vertical-align: top; background-color: #f5f5f5; height: 2em; vertical-align: middle;} |
|
12 | 12 | table td code { font-size: 1.2em; } |
|
13 | 13 | table td h1 { font-size: 1.8em; text-align: left; } |
|
14 | 14 | table td h2 { font-size: 1.4em; text-align: left; } |
|
15 | 15 | table td h3 { font-size: 1.2em; text-align: left; } |
|
16 | 16 | |
|
17 | table.sample { border-collapse: collapse; border-spacing: 0; margin: 4px; } | |
|
18 | table.sample th, table.sample td { border: solid 1px #bbb; padding: 4px; height: 1em; } | |
|
19 | 17 | </style> |
|
20 | 18 | </head> |
|
21 | 19 | <body> |
|
22 | 20 | |
|
23 | 21 | <h1>Wiki Syntax Quick Reference</h1> |
|
24 | 22 | |
|
25 | 23 | <table style="width:100%"> |
|
26 | 24 | <tr><th colspan="3">Font Styles</th></tr> |
|
27 | 25 | <tr><th><img src="../../images/jstoolbar/bt_strong.png" style="border: 1px solid #bbb;" alt="Strong" /></th><td style="width:50%;">*Strong*</td><td style="width:50%;"><strong>Strong</strong></td></tr> |
|
28 | 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> |
|
29 | 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> |
|
30 | 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> |
|
31 | 29 | <tr><th></th><td>??Quote??</td><td><cite>Quote</cite></td></tr> |
|
32 | 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> |
|
33 | 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> |
|
34 | 32 | <pre> |
|
35 | 33 | lines |
|
36 | 34 | of code |
|
37 | 35 | </pre> |
|
38 | 36 | </td></tr> |
|
39 | 37 | |
|
40 | 38 | <tr><th colspan="3">Lists</th></tr> |
|
41 | 39 | <tr><th><img src="../../images/jstoolbar/bt_ul.png" style="border: 1px solid #bbb;" alt="Unordered list" /></th><td>* Item 1<br />** Sub<br />* Item 2</td><td><ul><li>Item 1<ul><li>Sub</li></ul></li><li>Item 2</li></ul></td></tr> |
|
42 | 40 | <tr><th><img src="../../images/jstoolbar/bt_ol.png" style="border: 1px solid #bbb;" alt="Ordered list" /></th><td># Item 1<br />## Sub<br /># Item 2</td><td><ol><li>Item 1<ol><li>Sub</li></ol></li><li>Item 2</li></ol></td></tr> |
|
43 | 41 | |
|
44 | 42 | <tr><th colspan="3">Headings</th></tr> |
|
45 | 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> |
|
46 | 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> |
|
47 | 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> |
|
48 | 46 | |
|
49 | 47 | <tr><th colspan="3">Links</th></tr> |
|
50 | 48 | <tr><th></th><td>http://foo.bar</td><td><a href="#">http://foo.bar</a></td></tr> |
|
51 | 49 | <tr><th></th><td>"Foo":http://foo.bar</td><td><a href="#">Foo</a></td></tr> |
|
52 | 50 | |
|
53 | 51 | <tr><th colspan="3">Redmine links</th></tr> |
|
54 | 52 | <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> |
|
55 | 53 | <tr><th></th><td>Issue #12</td><td>Issue <a href="#">#12</a></td></tr> |
|
56 | 54 | <tr><th></th><td>Revision r43</td><td>Revision <a href="#">r43</a></td></tr> |
|
57 | 55 | <tr><th></th><td>commit:f30e13e43</td><td><a href="#">f30e13e4</a></td></tr> |
|
58 | 56 | <tr><th></th><td>source:some/file</td><td><a href="#">source:some/file</a></td></tr> |
|
59 | 57 | |
|
60 | 58 | <tr><th colspan="3">Inline images</th></tr> |
|
61 | 59 | <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> |
|
62 | 60 | <tr><th></th><td>!<em>attached_image</em>!</td><td></td></tr> |
|
63 | ||
|
64 | <tr><th colspan="3">Tables</th></tr> | |
|
65 | <tr><th></th><td>|_. A |_. B |_. C |<br />| A | B | C |<br />|/2. row span | B | C |<br />|\2. col span |</td><td><table class="sample"><tbody><th>A</th><th>B</th><th>C</th></tr><tr><td>A</td><td>B</td><td>C</td></tr><tr><td rowspan="2">row span</td><td>B</td><td>C</td></tr><tr><td colspan="2">col span</td></tr></tbody></table></td></tr> | |
|
66 | ||
|
67 | 61 | </table> |
|
68 | 62 | |
|
69 | 63 | <p><a href="wiki_syntax_detailed.html" onclick="window.open('wiki_syntax_detailed.html', '', ''); return false;">More Information</a></p> |
|
70 | 64 | |
|
71 | 65 | </body> |
|
72 | 66 | </html> |
@@ -1,72 +1,66 | |||
|
1 | 1 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
|
2 | 2 | <html xmlns="http://www.w3.org/1999/xhtml"> |
|
3 | 3 | <head> |
|
4 | 4 | <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> |
|
5 | 5 | <meta http-equiv="Content-Style-Type" content="text/css" /> |
|
6 | 6 | <title>Wiki formatting</title> |
|
7 | 7 | <style type="text/css"> |
|
8 | 8 | h1 { font-family: Verdana, sans-serif; font-size: 14px; text-align: center; color: #444; } |
|
9 | 9 | body { font-family: Verdana, sans-serif; font-size: 12px; color: #444; } |
|
10 | 10 | table th { padding-top: 1em; } |
|
11 | 11 | table td { vertical-align: top; background-color: #f5f5f5; height: 2em; vertical-align: middle;} |
|
12 | 12 | table td code { font-size: 1.2em; } |
|
13 | 13 | table td h1 { font-size: 1.8em; text-align: left; } |
|
14 | 14 | table td h2 { font-size: 1.4em; text-align: left; } |
|
15 | 15 | table td h3 { font-size: 1.2em; text-align: left; } |
|
16 | 16 | |
|
17 | table.sample { border-collapse: collapse; border-spacing: 0; margin: 4px; } | |
|
18 | table.sample th, table.sample td { border: solid 1px #bbb; padding: 4px; height: 1em; } | |
|
19 | 17 | </style> |
|
20 | 18 | </head> |
|
21 | 19 | <body> |
|
22 | 20 | |
|
23 | 21 | <h1>Wiki Syntax Quick Reference</h1> |
|
24 | 22 | |
|
25 | 23 | <table style="width:100%"> |
|
26 | 24 | <tr><th colspan="3">Font Styles</th></tr> |
|
27 | 25 | <tr><th><img src="../../images/jstoolbar/bt_strong.png" style="border: 1px solid #bbb;" alt="Strong" /></th><td style="width:50%;">*Strong*</td><td style="width:50%;"><strong>Strong</strong></td></tr> |
|
28 | 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> |
|
29 | 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> |
|
30 | 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> |
|
31 | 29 | <tr><th></th><td>??Quote??</td><td><cite>Quote</cite></td></tr> |
|
32 | 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> |
|
33 | 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> |
|
34 | 32 | <pre> |
|
35 | 33 | lines |
|
36 | 34 | of code |
|
37 | 35 | </pre> |
|
38 | 36 | </td></tr> |
|
39 | 37 | |
|
40 | 38 | <tr><th colspan="3">Lists</th></tr> |
|
41 | 39 | <tr><th><img src="../../images/jstoolbar/bt_ul.png" style="border: 1px solid #bbb;" alt="Unordered list" /></th><td>* Item 1<br />** Sub<br />* Item 2</td><td><ul><li>Item 1<ul><li>Sub</li></ul></li><li>Item 2</li></ul></td></tr> |
|
42 | 40 | <tr><th><img src="../../images/jstoolbar/bt_ol.png" style="border: 1px solid #bbb;" alt="Ordered list" /></th><td># Item 1<br />## Sub<br /># Item 2</td><td><ol><li>Item 1<ol><li>Sub</li></ol></li><li>Item 2</li></ol></td></tr> |
|
43 | 41 | |
|
44 | 42 | <tr><th colspan="3">Headings</th></tr> |
|
45 | 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> |
|
46 | 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> |
|
47 | 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> |
|
48 | 46 | |
|
49 | 47 | <tr><th colspan="3">Links</th></tr> |
|
50 | 48 | <tr><th></th><td>http://foo.bar</td><td><a href="#">http://foo.bar</a></td></tr> |
|
51 | 49 | <tr><th></th><td>"Foo":http://foo.bar</td><td><a href="#">Foo</a></td></tr> |
|
52 | 50 | |
|
53 | 51 | <tr><th colspan="3">Redmine links</th></tr> |
|
54 | 52 | <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> |
|
55 | 53 | <tr><th></th><td>Issue #12</td><td>Issue <a href="#">#12</a></td></tr> |
|
56 | 54 | <tr><th></th><td>Revision r43</td><td>Revision <a href="#">r43</a></td></tr> |
|
57 | 55 | <tr><th></th><td>commit:f30e13e43</td><td><a href="#">f30e13e4</a></td></tr> |
|
58 | 56 | <tr><th></th><td>source:some/file</td><td><a href="#">source:some/file</a></td></tr> |
|
59 | 57 | |
|
60 | 58 | <tr><th colspan="3">Inline images</th></tr> |
|
61 | 59 | <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> |
|
62 | 60 | <tr><th></th><td>!<em>attached_image</em>!</td><td></td></tr> |
|
63 | ||
|
64 | <tr><th colspan="3">Tables</th></tr> | |
|
65 | <tr><th></th><td>|_. A |_. B |_. C |<br />| A | B | C |<br />|/2. row span | B | C |<br />|\2. col span |</td><td><table class="sample"><tbody><th>A</th><th>B</th><th>C</th></tr><tr><td>A</td><td>B</td><td>C</td></tr><tr><td rowspan="2">row span</td><td>B</td><td>C</td></tr><tr><td colspan="2">col span</td></tr></tbody></table></td></tr> | |
|
66 | ||
|
67 | 61 | </table> |
|
68 | 62 | |
|
69 | 63 | <p><a href="wiki_syntax_detailed.html" onclick="window.open('wiki_syntax_detailed.html', '', ''); return false;">More Information</a></p> |
|
70 | 64 | |
|
71 | 65 | </body> |
|
72 | 66 | </html> |
@@ -1,72 +1,66 | |||
|
1 | 1 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
|
2 | 2 | <html xmlns="http://www.w3.org/1999/xhtml"> |
|
3 | 3 | <head> |
|
4 | 4 | <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> |
|
5 | 5 | <meta http-equiv="Content-Style-Type" content="text/css" /> |
|
6 | 6 | <title>Wiki formatting</title> |
|
7 | 7 | <style type="text/css"> |
|
8 | 8 | h1 { font-family: Verdana, sans-serif; font-size: 14px; text-align: center; color: #444; } |
|
9 | 9 | body { font-family: Verdana, sans-serif; font-size: 12px; color: #444; } |
|
10 | 10 | table th { padding-top: 1em; } |
|
11 | 11 | table td { vertical-align: top; background-color: #f5f5f5; height: 2em; vertical-align: middle;} |
|
12 | 12 | table td code { font-size: 1.2em; } |
|
13 | 13 | table td h1 { font-size: 1.8em; text-align: left; } |
|
14 | 14 | table td h2 { font-size: 1.4em; text-align: left; } |
|
15 | 15 | table td h3 { font-size: 1.2em; text-align: left; } |
|
16 | 16 | |
|
17 | table.sample { border-collapse: collapse; border-spacing: 0; margin: 4px; } | |
|
18 | table.sample th, table.sample td { border: solid 1px #bbb; padding: 4px; height: 1em; } | |
|
19 | 17 | </style> |
|
20 | 18 | </head> |
|
21 | 19 | <body> |
|
22 | 20 | |
|
23 | 21 | <h1>Wiki Syntax Quick Reference</h1> |
|
24 | 22 | |
|
25 | 23 | <table style="width:100%"> |
|
26 | 24 | <tr><th colspan="3">Font Styles</th></tr> |
|
27 | 25 | <tr><th><img src="../../images/jstoolbar/bt_strong.png" style="border: 1px solid #bbb;" alt="Strong" /></th><td style="width:50%;">*Strong*</td><td style="width:50%;"><strong>Strong</strong></td></tr> |
|
28 | 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> |
|
29 | 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> |
|
30 | 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> |
|
31 | 29 | <tr><th></th><td>??Quote??</td><td><cite>Quote</cite></td></tr> |
|
32 | 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> |
|
33 | 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> |
|
34 | 32 | <pre> |
|
35 | 33 | lines |
|
36 | 34 | of code |
|
37 | 35 | </pre> |
|
38 | 36 | </td></tr> |
|
39 | 37 | |
|
40 | 38 | <tr><th colspan="3">Lists</th></tr> |
|
41 | 39 | <tr><th><img src="../../images/jstoolbar/bt_ul.png" style="border: 1px solid #bbb;" alt="Unordered list" /></th><td>* Item 1<br />** Sub<br />* Item 2</td><td><ul><li>Item 1<ul><li>Sub</li></ul></li><li>Item 2</li></ul></td></tr> |
|
42 | 40 | <tr><th><img src="../../images/jstoolbar/bt_ol.png" style="border: 1px solid #bbb;" alt="Ordered list" /></th><td># Item 1<br />## Sub<br /># Item 2</td><td><ol><li>Item 1<ol><li>Sub</li></ol></li><li>Item 2</li></ol></td></tr> |
|
43 | 41 | |
|
44 | 42 | <tr><th colspan="3">Headings</th></tr> |
|
45 | 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> |
|
46 | 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> |
|
47 | 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> |
|
48 | 46 | |
|
49 | 47 | <tr><th colspan="3">Links</th></tr> |
|
50 | 48 | <tr><th></th><td>http://foo.bar</td><td><a href="#">http://foo.bar</a></td></tr> |
|
51 | 49 | <tr><th></th><td>"Foo":http://foo.bar</td><td><a href="#">Foo</a></td></tr> |
|
52 | 50 | |
|
53 | 51 | <tr><th colspan="3">Redmine links</th></tr> |
|
54 | 52 | <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> |
|
55 | 53 | <tr><th></th><td>Issue #12</td><td>Issue <a href="#">#12</a></td></tr> |
|
56 | 54 | <tr><th></th><td>Revision r43</td><td>Revision <a href="#">r43</a></td></tr> |
|
57 | 55 | <tr><th></th><td>commit:f30e13e43</td><td><a href="#">f30e13e4</a></td></tr> |
|
58 | 56 | <tr><th></th><td>source:some/file</td><td><a href="#">source:some/file</a></td></tr> |
|
59 | 57 | |
|
60 | 58 | <tr><th colspan="3">Inline images</th></tr> |
|
61 | 59 | <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> |
|
62 | 60 | <tr><th></th><td>!<em>attached_image</em>!</td><td></td></tr> |
|
63 | ||
|
64 | <tr><th colspan="3">Tables</th></tr> | |
|
65 | <tr><th></th><td>|_. A |_. B |_. C |<br />| A | B | C |<br />|/2. row span | B | C |<br />|\2. col span |</td><td><table class="sample"><tbody><th>A</th><th>B</th><th>C</th></tr><tr><td>A</td><td>B</td><td>C</td></tr><tr><td rowspan="2">row span</td><td>B</td><td>C</td></tr><tr><td colspan="2">col span</td></tr></tbody></table></td></tr> | |
|
66 | ||
|
67 | 61 | </table> |
|
68 | 62 | |
|
69 | 63 | <p><a href="wiki_syntax_detailed.html" onclick="window.open('wiki_syntax_detailed.html', '', ''); return false;">More Information</a></p> |
|
70 | 64 | |
|
71 | 65 | </body> |
|
72 | 66 | </html> |
@@ -1,72 +1,66 | |||
|
1 | 1 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
|
2 | 2 | <html xmlns="http://www.w3.org/1999/xhtml"> |
|
3 | 3 | <head> |
|
4 | 4 | <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> |
|
5 | 5 | <meta http-equiv="Content-Style-Type" content="text/css" /> |
|
6 | 6 | <title>Wiki formatting</title> |
|
7 | 7 | <style type="text/css"> |
|
8 | 8 | h1 { font-family: Verdana, sans-serif; font-size: 14px; text-align: center; color: #444; } |
|
9 | 9 | body { font-family: Verdana, sans-serif; font-size: 12px; color: #444; } |
|
10 | 10 | table th { padding-top: 1em; } |
|
11 | 11 | table td { vertical-align: top; background-color: #f5f5f5; height: 2em; vertical-align: middle;} |
|
12 | 12 | table td code { font-size: 1.2em; } |
|
13 | 13 | table td h1 { font-size: 1.8em; text-align: left; } |
|
14 | 14 | table td h2 { font-size: 1.4em; text-align: left; } |
|
15 | 15 | table td h3 { font-size: 1.2em; text-align: left; } |
|
16 | 16 | |
|
17 | table.sample { border-collapse: collapse; border-spacing: 0; margin: 4px; } | |
|
18 | table.sample th, table.sample td { border: solid 1px #bbb; padding: 4px; height: 1em; } | |
|
19 | 17 | </style> |
|
20 | 18 | </head> |
|
21 | 19 | <body> |
|
22 | 20 | |
|
23 | 21 | <h1>Wiki Syntax Quick Reference</h1> |
|
24 | 22 | |
|
25 | 23 | <table style="width:100%"> |
|
26 | 24 | <tr><th colspan="3">Font Styles</th></tr> |
|
27 | 25 | <tr><th><img src="../../images/jstoolbar/bt_strong.png" style="border: 1px solid #bbb;" alt="Strong" /></th><td style="width:50%;">*Strong*</td><td style="width:50%;"><strong>Strong</strong></td></tr> |
|
28 | 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> |
|
29 | 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> |
|
30 | 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> |
|
31 | 29 | <tr><th></th><td>??Quote??</td><td><cite>Quote</cite></td></tr> |
|
32 | 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> |
|
33 | 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> |
|
34 | 32 | <pre> |
|
35 | 33 | lines |
|
36 | 34 | of code |
|
37 | 35 | </pre> |
|
38 | 36 | </td></tr> |
|
39 | 37 | |
|
40 | 38 | <tr><th colspan="3">Lists</th></tr> |
|
41 | 39 | <tr><th><img src="../../images/jstoolbar/bt_ul.png" style="border: 1px solid #bbb;" alt="Unordered list" /></th><td>* Item 1<br />** Sub<br />* Item 2</td><td><ul><li>Item 1<ul><li>Sub</li></ul></li><li>Item 2</li></ul></td></tr> |
|
42 | 40 | <tr><th><img src="../../images/jstoolbar/bt_ol.png" style="border: 1px solid #bbb;" alt="Ordered list" /></th><td># Item 1<br />## Sub<br /># Item 2</td><td><ol><li>Item 1<ol><li>Sub</li></ol></li><li>Item 2</li></ol></td></tr> |
|
43 | 41 | |
|
44 | 42 | <tr><th colspan="3">Headings</th></tr> |
|
45 | 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> |
|
46 | 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> |
|
47 | 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> |
|
48 | 46 | |
|
49 | 47 | <tr><th colspan="3">Links</th></tr> |
|
50 | 48 | <tr><th></th><td>http://foo.bar</td><td><a href="#">http://foo.bar</a></td></tr> |
|
51 | 49 | <tr><th></th><td>"Foo":http://foo.bar</td><td><a href="#">Foo</a></td></tr> |
|
52 | 50 | |
|
53 | 51 | <tr><th colspan="3">Redmine links</th></tr> |
|
54 | 52 | <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> |
|
55 | 53 | <tr><th></th><td>Issue #12</td><td>Issue <a href="#">#12</a></td></tr> |
|
56 | 54 | <tr><th></th><td>Revision r43</td><td>Revision <a href="#">r43</a></td></tr> |
|
57 | 55 | <tr><th></th><td>commit:f30e13e43</td><td><a href="#">f30e13e4</a></td></tr> |
|
58 | 56 | <tr><th></th><td>source:some/file</td><td><a href="#">source:some/file</a></td></tr> |
|
59 | 57 | |
|
60 | 58 | <tr><th colspan="3">Inline images</th></tr> |
|
61 | 59 | <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> |
|
62 | 60 | <tr><th></th><td>!<em>attached_image</em>!</td><td></td></tr> |
|
63 | ||
|
64 | <tr><th colspan="3">Tables</th></tr> | |
|
65 | <tr><th></th><td>|_. A |_. B |_. C |<br />| A | B | C |<br />|/2. row span | B | C |<br />|\2. col span |</td><td><table class="sample"><tbody><th>A</th><th>B</th><th>C</th></tr><tr><td>A</td><td>B</td><td>C</td></tr><tr><td rowspan="2">row span</td><td>B</td><td>C</td></tr><tr><td colspan="2">col span</td></tr></tbody></table></td></tr> | |
|
66 | ||
|
67 | 61 | </table> |
|
68 | 62 | |
|
69 | 63 | <p><a href="wiki_syntax_detailed.html" onclick="window.open('wiki_syntax_detailed.html', '', ''); return false;">More Information</a></p> |
|
70 | 64 | |
|
71 | 65 | </body> |
|
72 | 66 | </html> |
@@ -1,177 +1,171 | |||
|
1 | 1 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
|
2 | 2 | <html xmlns="http://www.w3.org/1999/xhtml"> |
|
3 | 3 | <head> |
|
4 | 4 | <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> |
|
5 | 5 | <meta http-equiv="Content-Style-Type" content="text/css" /> |
|
6 | 6 | <title>Форматирование Wiki</title> |
|
7 | 7 | <style type="text/css"> |
|
8 | 8 | h1 { font-family: Verdana, sans-serif; font-size: 14px; text-align: center; color: #444; } |
|
9 | 9 | body { font-family: Verdana, sans-serif; font-size: 12px; color: #444; } |
|
10 | 10 | table th { padding-top: 1em; } |
|
11 | 11 | table td { vertical-align: top; background-color: #f5f5f5; height: 2em; vertical-align: middle;} |
|
12 | 12 | table td code { font-size: 1.2em; } |
|
13 | 13 | table td h1 { font-size: 1.8em; text-align: left; } |
|
14 | 14 | table td h2 { font-size: 1.4em; text-align: left; } |
|
15 | 15 | table td h3 { font-size: 1.2em; text-align: left; } |
|
16 | 16 | |
|
17 | table.sample { border-collapse: collapse; border-spacing: 0; margin: 4px; } | |
|
18 | table.sample th, table.sample td { border: solid 1px #bbb; padding: 4px; height: 1em; } | |
|
19 | 17 | </style> |
|
20 | 18 | </head> |
|
21 | 19 | <body> |
|
22 | 20 | |
|
23 |
<h1>Синтак |
|
|
21 | <h1>Синтаксис Wiki Краткая Справка</h1> | |
|
24 | 22 | |
|
25 | 23 | <table style="width:100%"> |
|
26 | 24 | <tr> |
|
27 | 25 | <th colspan="3">Стили Шрифтов</th> |
|
28 | 26 | </tr> |
|
29 | 27 | <tr> |
|
30 | 28 | <th><img src="../../images/jstoolbar/bt_strong.png" style="border: 1px solid #bbb;" alt="Выделенный"/></th> |
|
31 | 29 | <td style="width:50%;">*Выделенный*</td> |
|
32 | 30 | <td style="width:50%;"><strong>Выделенный</strong></td> |
|
33 | 31 | </tr> |
|
34 | 32 | <tr> |
|
35 |
<th><img src="../../images/jstoolbar/bt_em.png" style="border: 1px solid #bbb;" alt=" |
|
|
36 |
<td>_ |
|
|
37 |
<td><em> |
|
|
33 | <th><img src="../../images/jstoolbar/bt_em.png" style="border: 1px solid #bbb;" alt="Наклонный"/></th> | |
|
34 | <td>_Наклонный_</td> | |
|
35 | <td><em>Наклонный</em></td> | |
|
38 | 36 | </tr> |
|
39 | 37 | <tr> |
|
40 | 38 | <th><img src="../../images/jstoolbar/bt_ins.png" style="border: 1px solid #bbb;" alt="Подчёркнутый"/></th> |
|
41 | 39 | <td>+Подчёркнутый+</td> |
|
42 | 40 | <td> |
|
43 | 41 | <ins>Подчёркнутый</ins> |
|
44 | 42 | </td> |
|
45 | 43 | </tr> |
|
46 | 44 | <tr> |
|
47 | 45 | <th><img src="../../images/jstoolbar/bt_del.png" style="border: 1px solid #bbb;" alt="Зачёркнутый"/></th> |
|
48 | 46 | <td>-Зачёркнутый-</td> |
|
49 | 47 | <td> |
|
50 | 48 | <del>Зачёркнутый</del> |
|
51 | 49 | </td> |
|
52 | 50 | </tr> |
|
53 | 51 | <tr> |
|
54 | 52 | <th></th> |
|
55 | 53 | <td>??Цитата??</td> |
|
56 | 54 | <td><cite>Цитата</cite></td> |
|
57 | 55 | </tr> |
|
58 | 56 | <tr> |
|
59 |
<th><img src="../../images/jstoolbar/bt_code.png" style="border: 1px solid #bbb;" alt="В |
|
|
60 |
<td>@В |
|
|
61 |
<td><code>В |
|
|
57 | <th><img src="../../images/jstoolbar/bt_code.png" style="border: 1px solid #bbb;" alt="Вставка Кода"/></th> | |
|
58 | <td>@Вставка Кода@</td> | |
|
59 | <td><code>Вставка Кода</code></td> | |
|
62 | 60 | </tr> |
|
63 | 61 | <tr> |
|
64 |
<th><img src="../../images/jstoolbar/bt_pre.png" style="border: 1px solid #bbb;" alt="Отформатированный тек |
|
|
65 |
<td><pre><br/> |
|
|
62 | <th><img src="../../images/jstoolbar/bt_pre.png" style="border: 1px solid #bbb;" alt="Отформатированный текст"/></th> | |
|
63 | <td><pre><br/> строки<br/> кода<br/></pre></td> | |
|
66 | 64 | <td> |
|
67 | 65 | <pre> |
|
68 |
|
|
|
66 | строки | |
|
69 | 67 | кода |
|
70 | 68 | </pre> |
|
71 | 69 | </td> |
|
72 | 70 | </tr> |
|
73 | 71 | <tr> |
|
74 |
<th colspan="3">Спи |
|
|
72 | <th colspan="3">Списки</th> | |
|
75 | 73 | </tr> |
|
76 | 74 | <tr> |
|
77 |
<th><img src="../../images/jstoolbar/bt_ul.png" style="border: 1px solid #bbb;" alt=" |
|
|
75 | <th><img src="../../images/jstoolbar/bt_ul.png" style="border: 1px solid #bbb;" alt="Несортированный список"/></th> | |
|
78 | 76 | <td>* Элемент 1<br/>* Элемент 2</td> |
|
79 | 77 | <td> |
|
80 | 78 | <ul> |
|
81 | 79 | <li>Элемент 1</li> |
|
82 | 80 | <li>Элемент 2</li> |
|
83 | 81 | </ul> |
|
84 | 82 | </td> |
|
85 | 83 | </tr> |
|
86 | 84 | <tr> |
|
87 |
<th><img src="../../images/jstoolbar/bt_ol.png" style="border: 1px solid #bbb;" alt="Сортированный |
|
|
85 | <th><img src="../../images/jstoolbar/bt_ol.png" style="border: 1px solid #bbb;" alt="Сортированный список"/></th> | |
|
88 | 86 | <td># Элемент 1<br/># Элемент 2</td> |
|
89 | 87 | <td> |
|
90 | 88 | <ol> |
|
91 | 89 | <li>Элемент 1</li> |
|
92 | 90 | <li>Элемент 2</li> |
|
93 | 91 | </ol> |
|
94 | 92 | </td> |
|
95 | 93 | </tr> |
|
96 | 94 | <tr> |
|
97 | 95 | <th colspan="3">Заголовки</th> |
|
98 | 96 | </tr> |
|
99 | 97 | <tr> |
|
100 | 98 | <th><img src="../../images/jstoolbar/bt_h1.png" style="border: 1px solid #bbb;" alt="Заголовок 1"/></th> |
|
101 |
<td>h1. |
|
|
102 |
<td><h1> |
|
|
99 | <td>h1. Название 1</td> | |
|
100 | <td><h1>Название 1</h1></td> | |
|
103 | 101 | </tr> |
|
104 | 102 | <tr> |
|
105 | 103 | <th><img src="../../images/jstoolbar/bt_h2.png" style="border: 1px solid #bbb;" alt="Заголовок 2"/></th> |
|
106 |
<td>h2. |
|
|
107 |
<td><h2> |
|
|
104 | <td>h2. Название 2</td> | |
|
105 | <td><h2>Название 2</h2></td> | |
|
108 | 106 | </tr> |
|
109 | 107 | <tr> |
|
110 | 108 | <th><img src="../../images/jstoolbar/bt_h3.png" style="border: 1px solid #bbb;" alt="Заголовок 3"/></th> |
|
111 |
<td>h3. |
|
|
112 |
<td><h3> |
|
|
109 | <td>h3. Название 3</td> | |
|
110 | <td><h3>Название 3</h3></td> | |
|
113 | 111 | </tr> |
|
114 | 112 | <tr> |
|
115 |
<th colspan="3">С |
|
|
113 | <th colspan="3">Ссылки</th> | |
|
116 | 114 | </tr> |
|
117 | 115 | <tr> |
|
118 | 116 | <th></th> |
|
119 | 117 | <td>http://foo.bar</td> |
|
120 | 118 | <td><a href="#">http://foo.bar</a></td> |
|
121 | 119 | </tr> |
|
122 | 120 | <tr> |
|
123 | 121 | <th></th> |
|
124 | 122 | <td>"Foo":http://foo.bar</td> |
|
125 | 123 | <td><a href="#">Foo</a></td> |
|
126 | 124 | </tr> |
|
127 | 125 | <tr> |
|
128 |
<th colspan="3">С |
|
|
126 | <th colspan="3">Ссылки Redmine</th> | |
|
129 | 127 | </tr> |
|
130 | 128 | <tr> |
|
131 |
<th><img src="../../images/jstoolbar/bt_link.png" style="border: 1px solid #bbb;" alt="С |
|
|
132 |
<td>[[Wiki |
|
|
133 |
<td><a href="#">Wiki |
|
|
129 | <th><img src="../../images/jstoolbar/bt_link.png" style="border: 1px solid #bbb;" alt="Ссылка на Wiki страницу"/></th> | |
|
130 | <td>[[Wiki страница]]</td> | |
|
131 | <td><a href="#">Wiki страница</a></td> | |
|
134 | 132 | </tr> |
|
135 | 133 | <tr> |
|
136 | 134 | <th></th> |
|
137 | 135 | <td>Задача #12</td> |
|
138 | 136 | <td>Задача <a href="#">#12</a></td> |
|
139 | 137 | </tr> |
|
140 | 138 | <tr> |
|
141 | 139 | <th></th> |
|
142 |
<td>Фик |
|
|
143 |
<td>Фик |
|
|
140 | <td>Фиксация r43</td> | |
|
141 | <td>Фиксация <a href="#">r43</a></td> | |
|
144 | 142 | </tr> |
|
145 | 143 | <tr> |
|
146 | 144 | <th></th> |
|
147 | 145 | <td>commit:f30e13e43</td> |
|
148 | 146 | <td><a href="#">f30e13e4</a></td> |
|
149 | 147 | </tr> |
|
150 | 148 | <tr> |
|
151 | 149 | <th></th> |
|
152 | 150 | <td>source:some/file</td> |
|
153 | 151 | <td><a href="#">source:some/file</a></td> |
|
154 | 152 | </tr> |
|
155 | 153 | <tr> |
|
156 |
<th colspan="3">В |
|
|
154 | <th colspan="3">Вставка изображений</th> | |
|
157 | 155 | </tr> |
|
158 | 156 | <tr> |
|
159 | 157 | <th><img src="../../images/jstoolbar/bt_img.png" style="border: 1px solid #bbb;" alt="Изображение"/></th> |
|
160 | 158 | <td>!<em>url_картинки</em>!</td> |
|
161 | 159 | <td></td> |
|
162 | 160 | </tr> |
|
163 | 161 | <tr> |
|
164 | 162 | <th></th> |
|
165 | 163 | <td>!<em>вложенный_файл</em>!</td> |
|
166 | 164 | <td></td> |
|
167 | 165 | </tr> |
|
168 | ||
|
169 | </ta<tr><th colspan="3">Tables</th></tr> | |
|
170 | <tr><th></th><td>|_. A |_. B |_. C |<br />| A | B | C |<br />|/2. row span | B | C |<br />|\2. col span |</td><td><table class="sample"><tbody><th>A</th><th>B</th><th>C</th></tr><tr><td>A</td><td>B</td><td>C</td></tr><tr><td rowspan="2">row span</td><td>B</td><td>C</td></tr><tr><td colspan="2">col span</td></tr></tbody></table></td></tr> | |
|
171 | ||
|
172 | ble> | |
|
166 | </table> | |
|
173 | 167 | |
|
174 | 168 | <p><a href="wiki_syntax_detailed.html" onclick="window.open('wiki_syntax_detailed.html', '', ''); return false;">Больше информации</a></p> |
|
175 | 169 | |
|
176 | 170 | </body> |
|
177 | 171 | </html> |
@@ -1,72 +1,66 | |||
|
1 | 1 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
|
2 | 2 | <html xmlns="http://www.w3.org/1999/xhtml"> |
|
3 | 3 | <head> |
|
4 | 4 | <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> |
|
5 | 5 | <meta http-equiv="Content-Style-Type" content="text/css" /> |
|
6 | 6 | <title>Wiki formatting</title> |
|
7 | 7 | <style type="text/css"> |
|
8 | 8 | h1 { font-family: Verdana, sans-serif; font-size: 14px; text-align: center; color: #444; } |
|
9 | 9 | body { font-family: Verdana, sans-serif; font-size: 12px; color: #444; } |
|
10 | 10 | table th { padding-top: 1em; } |
|
11 | 11 | table td { vertical-align: top; background-color: #f5f5f5; height: 2em; vertical-align: middle;} |
|
12 | 12 | table td code { font-size: 1.2em; } |
|
13 | 13 | table td h1 { font-size: 1.8em; text-align: left; } |
|
14 | 14 | table td h2 { font-size: 1.4em; text-align: left; } |
|
15 | 15 | table td h3 { font-size: 1.2em; text-align: left; } |
|
16 | 16 | |
|
17 | table.sample { border-collapse: collapse; border-spacing: 0; margin: 4px; } | |
|
18 | table.sample th, table.sample td { border: solid 1px #bbb; padding: 4px; height: 1em; } | |
|
19 | 17 | </style> |
|
20 | 18 | </head> |
|
21 | 19 | <body> |
|
22 | 20 | |
|
23 | 21 | <h1>Wiki Syntax Quick Reference</h1> |
|
24 | 22 | |
|
25 | 23 | <table style="width:100%"> |
|
26 | 24 | <tr><th colspan="3">Font Styles</th></tr> |
|
27 | 25 | <tr><th><img src="../../images/jstoolbar/bt_strong.png" style="border: 1px solid #bbb;" alt="Strong" /></th><td style="width:50%;">*Strong*</td><td style="width:50%;"><strong>Strong</strong></td></tr> |
|
28 | 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> |
|
29 | 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> |
|
30 | 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> |
|
31 | 29 | <tr><th></th><td>??Quote??</td><td><cite>Quote</cite></td></tr> |
|
32 | 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> |
|
33 | 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> |
|
34 | 32 | <pre> |
|
35 | 33 | lines |
|
36 | 34 | of code |
|
37 | 35 | </pre> |
|
38 | 36 | </td></tr> |
|
39 | 37 | |
|
40 | 38 | <tr><th colspan="3">Lists</th></tr> |
|
41 | 39 | <tr><th><img src="../../images/jstoolbar/bt_ul.png" style="border: 1px solid #bbb;" alt="Unordered list" /></th><td>* Item 1<br />** Sub<br />* Item 2</td><td><ul><li>Item 1<ul><li>Sub</li></ul></li><li>Item 2</li></ul></td></tr> |
|
42 | 40 | <tr><th><img src="../../images/jstoolbar/bt_ol.png" style="border: 1px solid #bbb;" alt="Ordered list" /></th><td># Item 1<br />## Sub<br /># Item 2</td><td><ol><li>Item 1<ol><li>Sub</li></ol></li><li>Item 2</li></ol></td></tr> |
|
43 | 41 | |
|
44 | 42 | <tr><th colspan="3">Headings</th></tr> |
|
45 | 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> |
|
46 | 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> |
|
47 | 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> |
|
48 | 46 | |
|
49 | 47 | <tr><th colspan="3">Links</th></tr> |
|
50 | 48 | <tr><th></th><td>http://foo.bar</td><td><a href="#">http://foo.bar</a></td></tr> |
|
51 | 49 | <tr><th></th><td>"Foo":http://foo.bar</td><td><a href="#">Foo</a></td></tr> |
|
52 | 50 | |
|
53 | 51 | <tr><th colspan="3">Redmine links</th></tr> |
|
54 | 52 | <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> |
|
55 | 53 | <tr><th></th><td>Issue #12</td><td>Issue <a href="#">#12</a></td></tr> |
|
56 | 54 | <tr><th></th><td>Revision r43</td><td>Revision <a href="#">r43</a></td></tr> |
|
57 | 55 | <tr><th></th><td>commit:f30e13e43</td><td><a href="#">f30e13e4</a></td></tr> |
|
58 | 56 | <tr><th></th><td>source:some/file</td><td><a href="#">source:some/file</a></td></tr> |
|
59 | 57 | |
|
60 | 58 | <tr><th colspan="3">Inline images</th></tr> |
|
61 | 59 | <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> |
|
62 | 60 | <tr><th></th><td>!<em>attached_image</em>!</td><td></td></tr> |
|
63 | ||
|
64 | <tr><th colspan="3">Tables</th></tr> | |
|
65 | <tr><th></th><td>|_. A |_. B |_. C |<br />| A | B | C |<br />|/2. row span | B | C |<br />|\2. col span |</td><td><table class="sample"><tbody><th>A</th><th>B</th><th>C</th></tr><tr><td>A</td><td>B</td><td>C</td></tr><tr><td rowspan="2">row span</td><td>B</td><td>C</td></tr><tr><td colspan="2">col span</td></tr></tbody></table></td></tr> | |
|
66 | ||
|
67 | 61 | </table> |
|
68 | 62 | |
|
69 | 63 | <p><a href="wiki_syntax_detailed.html" onclick="window.open('wiki_syntax_detailed.html', '', ''); return false;">More Information</a></p> |
|
70 | 64 | |
|
71 | 65 | </body> |
|
72 | 66 | </html> |
@@ -1,72 +1,66 | |||
|
1 | 1 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
|
2 | 2 | <html xmlns="http://www.w3.org/1999/xhtml"> |
|
3 | 3 | <head> |
|
4 | 4 | <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> |
|
5 | 5 | <meta http-equiv="Content-Style-Type" content="text/css" /> |
|
6 | 6 | <title>Wiki formatting</title> |
|
7 | 7 | <style type="text/css"> |
|
8 | 8 | h1 { font-family: Verdana, sans-serif; font-size: 14px; text-align: center; color: #444; } |
|
9 | 9 | body { font-family: Verdana, sans-serif; font-size: 12px; color: #444; } |
|
10 | 10 | table th { padding-top: 1em; } |
|
11 | 11 | table td { vertical-align: top; background-color: #f5f5f5; height: 2em; vertical-align: middle;} |
|
12 | 12 | table td code { font-size: 1.2em; } |
|
13 | 13 | table td h1 { font-size: 1.8em; text-align: left; } |
|
14 | 14 | table td h2 { font-size: 1.4em; text-align: left; } |
|
15 | 15 | table td h3 { font-size: 1.2em; text-align: left; } |
|
16 | 16 | |
|
17 | table.sample { border-collapse: collapse; border-spacing: 0; margin: 4px; } | |
|
18 | table.sample th, table.sample td { border: solid 1px #bbb; padding: 4px; height: 1em; } | |
|
19 | 17 | </style> |
|
20 | 18 | </head> |
|
21 | 19 | <body> |
|
22 | 20 | |
|
23 | 21 | <h1>Wiki Syntax Quick Reference</h1> |
|
24 | 22 | |
|
25 | 23 | <table style="width:100%"> |
|
26 | 24 | <tr><th colspan="3">Font Styles</th></tr> |
|
27 | 25 | <tr><th><img src="../../images/jstoolbar/bt_strong.png" style="border: 1px solid #bbb;" alt="Strong" /></th><td style="width:50%;">*Strong*</td><td style="width:50%;"><strong>Strong</strong></td></tr> |
|
28 | 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> |
|
29 | 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> |
|
30 | 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> |
|
31 | 29 | <tr><th></th><td>??Quote??</td><td><cite>Quote</cite></td></tr> |
|
32 | 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> |
|
33 | 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> |
|
34 | 32 | <pre> |
|
35 | 33 | lines |
|
36 | 34 | of code |
|
37 | 35 | </pre> |
|
38 | 36 | </td></tr> |
|
39 | 37 | |
|
40 | 38 | <tr><th colspan="3">Lists</th></tr> |
|
41 | 39 | <tr><th><img src="../../images/jstoolbar/bt_ul.png" style="border: 1px solid #bbb;" alt="Unordered list" /></th><td>* Item 1<br />** Sub<br />* Item 2</td><td><ul><li>Item 1<ul><li>Sub</li></ul></li><li>Item 2</li></ul></td></tr> |
|
42 | 40 | <tr><th><img src="../../images/jstoolbar/bt_ol.png" style="border: 1px solid #bbb;" alt="Ordered list" /></th><td># Item 1<br />## Sub<br /># Item 2</td><td><ol><li>Item 1<ol><li>Sub</li></ol></li><li>Item 2</li></ol></td></tr> |
|
43 | 41 | |
|
44 | 42 | <tr><th colspan="3">Headings</th></tr> |
|
45 | 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> |
|
46 | 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> |
|
47 | 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> |
|
48 | 46 | |
|
49 | 47 | <tr><th colspan="3">Links</th></tr> |
|
50 | 48 | <tr><th></th><td>http://foo.bar</td><td><a href="#">http://foo.bar</a></td></tr> |
|
51 | 49 | <tr><th></th><td>"Foo":http://foo.bar</td><td><a href="#">Foo</a></td></tr> |
|
52 | 50 | |
|
53 | 51 | <tr><th colspan="3">Redmine links</th></tr> |
|
54 | 52 | <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> |
|
55 | 53 | <tr><th></th><td>Issue #12</td><td>Issue <a href="#">#12</a></td></tr> |
|
56 | 54 | <tr><th></th><td>Revision r43</td><td>Revision <a href="#">r43</a></td></tr> |
|
57 | 55 | <tr><th></th><td>commit:f30e13e43</td><td><a href="#">f30e13e4</a></td></tr> |
|
58 | 56 | <tr><th></th><td>source:some/file</td><td><a href="#">source:some/file</a></td></tr> |
|
59 | 57 | |
|
60 | 58 | <tr><th colspan="3">Inline images</th></tr> |
|
61 | 59 | <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> |
|
62 | 60 | <tr><th></th><td>!<em>attached_image</em>!</td><td></td></tr> |
|
63 | ||
|
64 | <tr><th colspan="3">Tables</th></tr> | |
|
65 | <tr><th></th><td>|_. A |_. B |_. C |<br />| A | B | C |<br />|/2. row span | B | C |<br />|\2. col span |</td><td><table class="sample"><tbody><th>A</th><th>B</th><th>C</th></tr><tr><td>A</td><td>B</td><td>C</td></tr><tr><td rowspan="2">row span</td><td>B</td><td>C</td></tr><tr><td colspan="2">col span</td></tr></tbody></table></td></tr> | |
|
66 | ||
|
67 | 61 | </table> |
|
68 | 62 | |
|
69 | 63 | <p><a href="wiki_syntax_detailed.html" onclick="window.open('wiki_syntax_detailed.html', '', ''); return false;">More Information</a></p> |
|
70 | 64 | |
|
71 | 65 | </body> |
|
72 | 66 | </html> |
@@ -1,72 +1,66 | |||
|
1 | 1 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
|
2 | 2 | <html xmlns="http://www.w3.org/1999/xhtml"> |
|
3 | 3 | <head> |
|
4 | 4 | <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> |
|
5 | 5 | <meta http-equiv="Content-Style-Type" content="text/css" /> |
|
6 | 6 | <title>Wiki formatting</title> |
|
7 | 7 | <style type="text/css"> |
|
8 | 8 | h1 { font-family: Verdana, sans-serif; font-size: 14px; text-align: center; color: #444; } |
|
9 | 9 | body { font-family: Verdana, sans-serif; font-size: 12px; color: #444; } |
|
10 | 10 | table th { padding-top: 1em; } |
|
11 | 11 | table td { vertical-align: top; background-color: #f5f5f5; height: 2em; vertical-align: middle;} |
|
12 | 12 | table td code { font-size: 1.2em; } |
|
13 | 13 | table td h1 { font-size: 1.8em; text-align: left; } |
|
14 | 14 | table td h2 { font-size: 1.4em; text-align: left; } |
|
15 | 15 | table td h3 { font-size: 1.2em; text-align: left; } |
|
16 | 16 | |
|
17 | table.sample { border-collapse: collapse; border-spacing: 0; margin: 4px; } | |
|
18 | table.sample th, table.sample td { border: solid 1px #bbb; padding: 4px; height: 1em; } | |
|
19 | 17 | </style> |
|
20 | 18 | </head> |
|
21 | 19 | <body> |
|
22 | 20 | |
|
23 | 21 | <h1>Wiki Syntax Quick Reference</h1> |
|
24 | 22 | |
|
25 | 23 | <table style="width:100%"> |
|
26 | 24 | <tr><th colspan="3">Font Styles</th></tr> |
|
27 | 25 | <tr><th><img src="../../images/jstoolbar/bt_strong.png" style="border: 1px solid #bbb;" alt="Strong" /></th><td style="width:50%;">*Strong*</td><td style="width:50%;"><strong>Strong</strong></td></tr> |
|
28 | 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> |
|
29 | 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> |
|
30 | 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> |
|
31 | 29 | <tr><th></th><td>??Quote??</td><td><cite>Quote</cite></td></tr> |
|
32 | 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> |
|
33 | 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> |
|
34 | 32 | <pre> |
|
35 | 33 | lines |
|
36 | 34 | of code |
|
37 | 35 | </pre> |
|
38 | 36 | </td></tr> |
|
39 | 37 | |
|
40 | 38 | <tr><th colspan="3">Lists</th></tr> |
|
41 | 39 | <tr><th><img src="../../images/jstoolbar/bt_ul.png" style="border: 1px solid #bbb;" alt="Unordered list" /></th><td>* Item 1<br />** Sub<br />* Item 2</td><td><ul><li>Item 1<ul><li>Sub</li></ul></li><li>Item 2</li></ul></td></tr> |
|
42 | 40 | <tr><th><img src="../../images/jstoolbar/bt_ol.png" style="border: 1px solid #bbb;" alt="Ordered list" /></th><td># Item 1<br />## Sub<br /># Item 2</td><td><ol><li>Item 1<ol><li>Sub</li></ol></li><li>Item 2</li></ol></td></tr> |
|
43 | 41 | |
|
44 | 42 | <tr><th colspan="3">Headings</th></tr> |
|
45 | 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> |
|
46 | 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> |
|
47 | 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> |
|
48 | 46 | |
|
49 | 47 | <tr><th colspan="3">Links</th></tr> |
|
50 | 48 | <tr><th></th><td>http://foo.bar</td><td><a href="#">http://foo.bar</a></td></tr> |
|
51 | 49 | <tr><th></th><td>"Foo":http://foo.bar</td><td><a href="#">Foo</a></td></tr> |
|
52 | 50 | |
|
53 | 51 | <tr><th colspan="3">Redmine links</th></tr> |
|
54 | 52 | <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> |
|
55 | 53 | <tr><th></th><td>Issue #12</td><td>Issue <a href="#">#12</a></td></tr> |
|
56 | 54 | <tr><th></th><td>Revision r43</td><td>Revision <a href="#">r43</a></td></tr> |
|
57 | 55 | <tr><th></th><td>commit:f30e13e43</td><td><a href="#">f30e13e4</a></td></tr> |
|
58 | 56 | <tr><th></th><td>source:some/file</td><td><a href="#">source:some/file</a></td></tr> |
|
59 | 57 | |
|
60 | 58 | <tr><th colspan="3">Inline images</th></tr> |
|
61 | 59 | <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> |
|
62 | 60 | <tr><th></th><td>!<em>attached_image</em>!</td><td></td></tr> |
|
63 | ||
|
64 | <tr><th colspan="3">Tables</th></tr> | |
|
65 | <tr><th></th><td>|_. A |_. B |_. C |<br />| A | B | C |<br />|/2. row span | B | C |<br />|\2. col span |</td><td><table class="sample"><tbody><th>A</th><th>B</th><th>C</th></tr><tr><td>A</td><td>B</td><td>C</td></tr><tr><td rowspan="2">row span</td><td>B</td><td>C</td></tr><tr><td colspan="2">col span</td></tr></tbody></table></td></tr> | |
|
66 | ||
|
67 | 61 | </table> |
|
68 | 62 | |
|
69 | 63 | <p><a href="wiki_syntax_detailed.html" onclick="window.open('wiki_syntax_detailed.html', '', ''); return false;">More Information</a></p> |
|
70 | 64 | |
|
71 | 65 | </body> |
|
72 | 66 | </html> |
@@ -1,72 +1,66 | |||
|
1 | 1 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
|
2 | 2 | <html xmlns="http://www.w3.org/1999/xhtml"> |
|
3 | 3 | <head> |
|
4 | 4 | <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> |
|
5 | 5 | <meta http-equiv="Content-Style-Type" content="text/css" /> |
|
6 | 6 | <title>Wiki formatting</title> |
|
7 | 7 | <style type="text/css"> |
|
8 | 8 | h1 { font-family: Verdana, sans-serif; font-size: 14px; text-align: center; color: #444; } |
|
9 | 9 | body { font-family: Verdana, sans-serif; font-size: 12px; color: #444; } |
|
10 | 10 | table th { padding-top: 1em; } |
|
11 | 11 | table td { vertical-align: top; background-color: #f5f5f5; height: 2em; vertical-align: middle;} |
|
12 | 12 | table td code { font-size: 1.2em; } |
|
13 | 13 | table td h1 { font-size: 1.8em; text-align: left; } |
|
14 | 14 | table td h2 { font-size: 1.4em; text-align: left; } |
|
15 | 15 | table td h3 { font-size: 1.2em; text-align: left; } |
|
16 | 16 | |
|
17 | table.sample { border-collapse: collapse; border-spacing: 0; margin: 4px; } | |
|
18 | table.sample th, table.sample td { border: solid 1px #bbb; padding: 4px; height: 1em; } | |
|
19 | 17 | </style> |
|
20 | 18 | </head> |
|
21 | 19 | <body> |
|
22 | 20 | |
|
23 | 21 | <h1>Wiki Syntax Quick Reference</h1> |
|
24 | 22 | |
|
25 | 23 | <table style="width:100%"> |
|
26 | 24 | <tr><th colspan="3">Font Styles</th></tr> |
|
27 | 25 | <tr><th><img src="../../images/jstoolbar/bt_strong.png" style="border: 1px solid #bbb;" alt="Strong" /></th><td style="width:50%;">*Strong*</td><td style="width:50%;"><strong>Strong</strong></td></tr> |
|
28 | 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> |
|
29 | 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> |
|
30 | 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> |
|
31 | 29 | <tr><th></th><td>??Quote??</td><td><cite>Quote</cite></td></tr> |
|
32 | 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> |
|
33 | 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> |
|
34 | 32 | <pre> |
|
35 | 33 | lines |
|
36 | 34 | of code |
|
37 | 35 | </pre> |
|
38 | 36 | </td></tr> |
|
39 | 37 | |
|
40 | 38 | <tr><th colspan="3">Lists</th></tr> |
|
41 | 39 | <tr><th><img src="../../images/jstoolbar/bt_ul.png" style="border: 1px solid #bbb;" alt="Unordered list" /></th><td>* Item 1<br />** Sub<br />* Item 2</td><td><ul><li>Item 1<ul><li>Sub</li></ul></li><li>Item 2</li></ul></td></tr> |
|
42 | 40 | <tr><th><img src="../../images/jstoolbar/bt_ol.png" style="border: 1px solid #bbb;" alt="Ordered list" /></th><td># Item 1<br />## Sub<br /># Item 2</td><td><ol><li>Item 1<ol><li>Sub</li></ol></li><li>Item 2</li></ol></td></tr> |
|
43 | 41 | |
|
44 | 42 | <tr><th colspan="3">Headings</th></tr> |
|
45 | 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> |
|
46 | 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> |
|
47 | 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> |
|
48 | 46 | |
|
49 | 47 | <tr><th colspan="3">Links</th></tr> |
|
50 | 48 | <tr><th></th><td>http://foo.bar</td><td><a href="#">http://foo.bar</a></td></tr> |
|
51 | 49 | <tr><th></th><td>"Foo":http://foo.bar</td><td><a href="#">Foo</a></td></tr> |
|
52 | 50 | |
|
53 | 51 | <tr><th colspan="3">Redmine links</th></tr> |
|
54 | 52 | <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> |
|
55 | 53 | <tr><th></th><td>Issue #12</td><td>Issue <a href="#">#12</a></td></tr> |
|
56 | 54 | <tr><th></th><td>Revision r43</td><td>Revision <a href="#">r43</a></td></tr> |
|
57 | 55 | <tr><th></th><td>commit:f30e13e43</td><td><a href="#">f30e13e4</a></td></tr> |
|
58 | 56 | <tr><th></th><td>source:some/file</td><td><a href="#">source:some/file</a></td></tr> |
|
59 | 57 | |
|
60 | 58 | <tr><th colspan="3">Inline images</th></tr> |
|
61 | 59 | <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> |
|
62 | 60 | <tr><th></th><td>!<em>attached_image</em>!</td><td></td></tr> |
|
63 | ||
|
64 | <tr><th colspan="3">Tables</th></tr> | |
|
65 | <tr><th></th><td>|_. A |_. B |_. C |<br />| A | B | C |<br />|/2. row span | B | C |<br />|\2. col span |</td><td><table class="sample"><tbody><th>A</th><th>B</th><th>C</th></tr><tr><td>A</td><td>B</td><td>C</td></tr><tr><td rowspan="2">row span</td><td>B</td><td>C</td></tr><tr><td colspan="2">col span</td></tr></tbody></table></td></tr> | |
|
66 | ||
|
67 | 61 | </table> |
|
68 | 62 | |
|
69 | 63 | <p><a href="wiki_syntax_detailed.html" onclick="window.open('wiki_syntax_detailed.html', '', ''); return false;">More Information</a></p> |
|
70 | 64 | |
|
71 | 65 | </body> |
|
72 | 66 | </html> |
@@ -1,72 +1,66 | |||
|
1 | 1 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
|
2 | 2 | <html xmlns="http://www.w3.org/1999/xhtml"> |
|
3 | 3 | <head> |
|
4 | 4 | <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> |
|
5 | 5 | <meta http-equiv="Content-Style-Type" content="text/css" /> |
|
6 | 6 | <title>Wiki formatting</title> |
|
7 | 7 | <style type="text/css"> |
|
8 | 8 | h1 { font-family: Verdana, sans-serif; font-size: 14px; text-align: center; color: #444; } |
|
9 | 9 | body { font-family: Verdana, sans-serif; font-size: 12px; color: #444; } |
|
10 | 10 | table th { padding-top: 1em; } |
|
11 | 11 | table td { vertical-align: top; background-color: #f5f5f5; height: 2em; vertical-align: middle;} |
|
12 | 12 | table td code { font-size: 1.2em; } |
|
13 | 13 | table td h1 { font-size: 1.8em; text-align: left; } |
|
14 | 14 | table td h2 { font-size: 1.4em; text-align: left; } |
|
15 | 15 | table td h3 { font-size: 1.2em; text-align: left; } |
|
16 | 16 | |
|
17 | table.sample { border-collapse: collapse; border-spacing: 0; margin: 4px; } | |
|
18 | table.sample th, table.sample td { border: solid 1px #bbb; padding: 4px; height: 1em; } | |
|
19 | 17 | </style> |
|
20 | 18 | </head> |
|
21 | 19 | <body> |
|
22 | 20 | |
|
23 | 21 | <h1>Wiki Syntax Quick Reference</h1> |
|
24 | 22 | |
|
25 | 23 | <table style="width:100%"> |
|
26 | 24 | <tr><th colspan="3">Font Styles</th></tr> |
|
27 | 25 | <tr><th><img src="../../images/jstoolbar/bt_strong.png" style="border: 1px solid #bbb;" alt="Strong" /></th><td style="width:50%;">*Strong*</td><td style="width:50%;"><strong>Strong</strong></td></tr> |
|
28 | 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> |
|
29 | 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> |
|
30 | 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> |
|
31 | 29 | <tr><th></th><td>??Quote??</td><td><cite>Quote</cite></td></tr> |
|
32 | 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> |
|
33 | 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> |
|
34 | 32 | <pre> |
|
35 | 33 | lines |
|
36 | 34 | of code |
|
37 | 35 | </pre> |
|
38 | 36 | </td></tr> |
|
39 | 37 | |
|
40 | 38 | <tr><th colspan="3">Lists</th></tr> |
|
41 | 39 | <tr><th><img src="../../images/jstoolbar/bt_ul.png" style="border: 1px solid #bbb;" alt="Unordered list" /></th><td>* Item 1<br />** Sub<br />* Item 2</td><td><ul><li>Item 1<ul><li>Sub</li></ul></li><li>Item 2</li></ul></td></tr> |
|
42 | 40 | <tr><th><img src="../../images/jstoolbar/bt_ol.png" style="border: 1px solid #bbb;" alt="Ordered list" /></th><td># Item 1<br />## Sub<br /># Item 2</td><td><ol><li>Item 1<ol><li>Sub</li></ol></li><li>Item 2</li></ol></td></tr> |
|
43 | 41 | |
|
44 | 42 | <tr><th colspan="3">Headings</th></tr> |
|
45 | 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> |
|
46 | 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> |
|
47 | 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> |
|
48 | 46 | |
|
49 | 47 | <tr><th colspan="3">Links</th></tr> |
|
50 | 48 | <tr><th></th><td>http://foo.bar</td><td><a href="#">http://foo.bar</a></td></tr> |
|
51 | 49 | <tr><th></th><td>"Foo":http://foo.bar</td><td><a href="#">Foo</a></td></tr> |
|
52 | 50 | |
|
53 | 51 | <tr><th colspan="3">Redmine links</th></tr> |
|
54 | 52 | <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> |
|
55 | 53 | <tr><th></th><td>Issue #12</td><td>Issue <a href="#">#12</a></td></tr> |
|
56 | 54 | <tr><th></th><td>Revision r43</td><td>Revision <a href="#">r43</a></td></tr> |
|
57 | 55 | <tr><th></th><td>commit:f30e13e43</td><td><a href="#">f30e13e4</a></td></tr> |
|
58 | 56 | <tr><th></th><td>source:some/file</td><td><a href="#">source:some/file</a></td></tr> |
|
59 | 57 | |
|
60 | 58 | <tr><th colspan="3">Inline images</th></tr> |
|
61 | 59 | <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> |
|
62 | 60 | <tr><th></th><td>!<em>attached_image</em>!</td><td></td></tr> |
|
63 | ||
|
64 | <tr><th colspan="3">Tables</th></tr> | |
|
65 | <tr><th></th><td>|_. A |_. B |_. C |<br />| A | B | C |<br />|/2. row span | B | C |<br />|\2. col span |</td><td><table class="sample"><tbody><th>A</th><th>B</th><th>C</th></tr><tr><td>A</td><td>B</td><td>C</td></tr><tr><td rowspan="2">row span</td><td>B</td><td>C</td></tr><tr><td colspan="2">col span</td></tr></tbody></table></td></tr> | |
|
66 | ||
|
67 | 61 | </table> |
|
68 | 62 | |
|
69 | 63 | <p><a href="wiki_syntax_detailed.html" onclick="window.open('wiki_syntax_detailed.html', '', ''); return false;">More Information</a></p> |
|
70 | 64 | |
|
71 | 65 | </body> |
|
72 | 66 | </html> |
@@ -1,72 +1,66 | |||
|
1 | 1 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
|
2 | 2 | <html xmlns="http://www.w3.org/1999/xhtml"> |
|
3 | 3 | <head> |
|
4 | 4 | <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> |
|
5 | 5 | <meta http-equiv="Content-Style-Type" content="text/css" /> |
|
6 | 6 | <title>Wiki formatting</title> |
|
7 | 7 | <style type="text/css"> |
|
8 | 8 | h1 { font-family: Verdana, sans-serif; font-size: 14px; text-align: center; color: #444; } |
|
9 | 9 | body { font-family: Verdana, sans-serif; font-size: 12px; color: #444; } |
|
10 | 10 | table th { padding-top: 1em; } |
|
11 | 11 | table td { vertical-align: top; background-color: #f5f5f5; height: 2em; vertical-align: middle;} |
|
12 | 12 | table td code { font-size: 1.2em; } |
|
13 | 13 | table td h1 { font-size: 1.8em; text-align: left; } |
|
14 | 14 | table td h2 { font-size: 1.4em; text-align: left; } |
|
15 | 15 | table td h3 { font-size: 1.2em; text-align: left; } |
|
16 | 16 | |
|
17 | table.sample { border-collapse: collapse; border-spacing: 0; margin: 4px; } | |
|
18 | table.sample th, table.sample td { border: solid 1px #bbb; padding: 4px; height: 1em; } | |
|
19 | 17 | </style> |
|
20 | 18 | </head> |
|
21 | 19 | <body> |
|
22 | 20 | |
|
23 | 21 | <h1>Wiki Syntax Quick Reference</h1> |
|
24 | 22 | |
|
25 | 23 | <table style="width:100%"> |
|
26 | 24 | <tr><th colspan="3">Font Styles</th></tr> |
|
27 | 25 | <tr><th><img src="../../images/jstoolbar/bt_strong.png" style="border: 1px solid #bbb;" alt="Strong" /></th><td style="width:50%;">*Strong*</td><td style="width:50%;"><strong>Strong</strong></td></tr> |
|
28 | 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> |
|
29 | 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> |
|
30 | 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> |
|
31 | 29 | <tr><th></th><td>??Quote??</td><td><cite>Quote</cite></td></tr> |
|
32 | 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> |
|
33 | 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> |
|
34 | 32 | <pre> |
|
35 | 33 | lines |
|
36 | 34 | of code |
|
37 | 35 | </pre> |
|
38 | 36 | </td></tr> |
|
39 | 37 | |
|
40 | 38 | <tr><th colspan="3">Lists</th></tr> |
|
41 | 39 | <tr><th><img src="../../images/jstoolbar/bt_ul.png" style="border: 1px solid #bbb;" alt="Unordered list" /></th><td>* Item 1<br />** Sub<br />* Item 2</td><td><ul><li>Item 1<ul><li>Sub</li></ul></li><li>Item 2</li></ul></td></tr> |
|
42 | 40 | <tr><th><img src="../../images/jstoolbar/bt_ol.png" style="border: 1px solid #bbb;" alt="Ordered list" /></th><td># Item 1<br />## Sub<br /># Item 2</td><td><ol><li>Item 1<ol><li>Sub</li></ol></li><li>Item 2</li></ol></td></tr> |
|
43 | 41 | |
|
44 | 42 | <tr><th colspan="3">Headings</th></tr> |
|
45 | 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> |
|
46 | 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> |
|
47 | 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> |
|
48 | 46 | |
|
49 | 47 | <tr><th colspan="3">Links</th></tr> |
|
50 | 48 | <tr><th></th><td>http://foo.bar</td><td><a href="#">http://foo.bar</a></td></tr> |
|
51 | 49 | <tr><th></th><td>"Foo":http://foo.bar</td><td><a href="#">Foo</a></td></tr> |
|
52 | 50 | |
|
53 | 51 | <tr><th colspan="3">Redmine links</th></tr> |
|
54 | 52 | <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> |
|
55 | 53 | <tr><th></th><td>Issue #12</td><td>Issue <a href="#">#12</a></td></tr> |
|
56 | 54 | <tr><th></th><td>Revision r43</td><td>Revision <a href="#">r43</a></td></tr> |
|
57 | 55 | <tr><th></th><td>commit:f30e13e43</td><td><a href="#">f30e13e4</a></td></tr> |
|
58 | 56 | <tr><th></th><td>source:some/file</td><td><a href="#">source:some/file</a></td></tr> |
|
59 | 57 | |
|
60 | 58 | <tr><th colspan="3">Inline images</th></tr> |
|
61 | 59 | <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> |
|
62 | 60 | <tr><th></th><td>!<em>attached_image</em>!</td><td></td></tr> |
|
63 | ||
|
64 | <tr><th colspan="3">Tables</th></tr> | |
|
65 | <tr><th></th><td>|_. A |_. B |_. C |<br />| A | B | C |<br />|/2. row span | B | C |<br />|\2. col span |</td><td><table class="sample"><tbody><th>A</th><th>B</th><th>C</th></tr><tr><td>A</td><td>B</td><td>C</td></tr><tr><td rowspan="2">row span</td><td>B</td><td>C</td></tr><tr><td colspan="2">col span</td></tr></tbody></table></td></tr> | |
|
66 | ||
|
67 | 61 | </table> |
|
68 | 62 | |
|
69 | 63 | <p><a href="wiki_syntax_detailed.html" onclick="window.open('wiki_syntax_detailed.html', '', ''); return false;">More Information</a></p> |
|
70 | 64 | |
|
71 | 65 | </body> |
|
72 | 66 | </html> |
@@ -1,72 +1,66 | |||
|
1 | 1 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
|
2 | 2 | <html xmlns="http://www.w3.org/1999/xhtml"> |
|
3 | 3 | <head> |
|
4 | 4 | <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> |
|
5 | 5 | <meta http-equiv="Content-Style-Type" content="text/css" /> |
|
6 | 6 | <title>Wiki formatting</title> |
|
7 | 7 | <style type="text/css"> |
|
8 | 8 | h1 { font-family: Verdana, sans-serif; font-size: 14px; text-align: center; color: #444; } |
|
9 | 9 | body { font-family: Verdana, sans-serif; font-size: 12px; color: #444; } |
|
10 | 10 | table th { padding-top: 1em; } |
|
11 | 11 | table td { vertical-align: top; background-color: #f5f5f5; height: 2em; vertical-align: middle;} |
|
12 | 12 | table td code { font-size: 1.2em; } |
|
13 | 13 | table td h1 { font-size: 1.8em; text-align: left; } |
|
14 | 14 | table td h2 { font-size: 1.4em; text-align: left; } |
|
15 | 15 | table td h3 { font-size: 1.2em; text-align: left; } |
|
16 | 16 | |
|
17 | table.sample { border-collapse: collapse; border-spacing: 0; margin: 4px; } | |
|
18 | table.sample th, table.sample td { border: solid 1px #bbb; padding: 4px; height: 1em; } | |
|
19 | 17 | </style> |
|
20 | 18 | </head> |
|
21 | 19 | <body> |
|
22 | 20 | |
|
23 | 21 | <h1>Wiki Syntax Quick Reference</h1> |
|
24 | 22 | |
|
25 | 23 | <table style="width:100%"> |
|
26 | 24 | <tr><th colspan="3">Font Styles</th></tr> |
|
27 | 25 | <tr><th><img src="../../images/jstoolbar/bt_strong.png" style="border: 1px solid #bbb;" alt="Strong" /></th><td style="width:50%;">*Strong*</td><td style="width:50%;"><strong>Strong</strong></td></tr> |
|
28 | 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> |
|
29 | 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> |
|
30 | 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> |
|
31 | 29 | <tr><th></th><td>??Quote??</td><td><cite>Quote</cite></td></tr> |
|
32 | 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> |
|
33 | 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> |
|
34 | 32 | <pre> |
|
35 | 33 | lines |
|
36 | 34 | of code |
|
37 | 35 | </pre> |
|
38 | 36 | </td></tr> |
|
39 | 37 | |
|
40 | 38 | <tr><th colspan="3">Lists</th></tr> |
|
41 | 39 | <tr><th><img src="../../images/jstoolbar/bt_ul.png" style="border: 1px solid #bbb;" alt="Unordered list" /></th><td>* Item 1<br />** Sub<br />* Item 2</td><td><ul><li>Item 1<ul><li>Sub</li></ul></li><li>Item 2</li></ul></td></tr> |
|
42 | 40 | <tr><th><img src="../../images/jstoolbar/bt_ol.png" style="border: 1px solid #bbb;" alt="Ordered list" /></th><td># Item 1<br />## Sub<br /># Item 2</td><td><ol><li>Item 1<ol><li>Sub</li></ol></li><li>Item 2</li></ol></td></tr> |
|
43 | 41 | |
|
44 | 42 | <tr><th colspan="3">Headings</th></tr> |
|
45 | 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> |
|
46 | 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> |
|
47 | 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> |
|
48 | 46 | |
|
49 | 47 | <tr><th colspan="3">Links</th></tr> |
|
50 | 48 | <tr><th></th><td>http://foo.bar</td><td><a href="#">http://foo.bar</a></td></tr> |
|
51 | 49 | <tr><th></th><td>"Foo":http://foo.bar</td><td><a href="#">Foo</a></td></tr> |
|
52 | 50 | |
|
53 | 51 | <tr><th colspan="3">Redmine links</th></tr> |
|
54 | 52 | <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> |
|
55 | 53 | <tr><th></th><td>Issue #12</td><td>Issue <a href="#">#12</a></td></tr> |
|
56 | 54 | <tr><th></th><td>Revision r43</td><td>Revision <a href="#">r43</a></td></tr> |
|
57 | 55 | <tr><th></th><td>commit:f30e13e43</td><td><a href="#">f30e13e4</a></td></tr> |
|
58 | 56 | <tr><th></th><td>source:some/file</td><td><a href="#">source:some/file</a></td></tr> |
|
59 | 57 | |
|
60 | 58 | <tr><th colspan="3">Inline images</th></tr> |
|
61 | 59 | <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> |
|
62 | 60 | <tr><th></th><td>!<em>attached_image</em>!</td><td></td></tr> |
|
63 | ||
|
64 | <tr><th colspan="3">Tables</th></tr> | |
|
65 | <tr><th></th><td>|_. A |_. B |_. C |<br />| A | B | C |<br />|/2. row span | B | C |<br />|\2. col span |</td><td><table class="sample"><tbody><th>A</th><th>B</th><th>C</th></tr><tr><td>A</td><td>B</td><td>C</td></tr><tr><td rowspan="2">row span</td><td>B</td><td>C</td></tr><tr><td colspan="2">col span</td></tr></tbody></table></td></tr> | |
|
66 | ||
|
67 | 61 | </table> |
|
68 | 62 | |
|
69 | 63 | <p><a href="wiki_syntax_detailed.html" onclick="window.open('wiki_syntax_detailed.html', '', ''); return false;">More Information</a></p> |
|
70 | 64 | |
|
71 | 65 | </body> |
|
72 | 66 | </html> |
@@ -1,72 +1,66 | |||
|
1 | 1 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
|
2 | 2 | <html xmlns="http://www.w3.org/1999/xhtml"> |
|
3 | 3 | <head> |
|
4 | 4 | <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> |
|
5 | 5 | <meta http-equiv="Content-Style-Type" content="text/css" /> |
|
6 | 6 | <title>Wiki formatting</title> |
|
7 | 7 | <style type="text/css"> |
|
8 | 8 | h1 { font-family: Verdana, sans-serif; font-size: 14px; text-align: center; color: #444; } |
|
9 | 9 | body { font-family: Verdana, sans-serif; font-size: 12px; color: #444; } |
|
10 | 10 | table th { padding-top: 1em; } |
|
11 | 11 | table td { vertical-align: top; background-color: #f5f5f5; height: 2em; vertical-align: middle;} |
|
12 | 12 | table td code { font-size: 1.2em; } |
|
13 | 13 | table td h1 { font-size: 1.8em; text-align: left; } |
|
14 | 14 | table td h2 { font-size: 1.4em; text-align: left; } |
|
15 | 15 | table td h3 { font-size: 1.2em; text-align: left; } |
|
16 | 16 | |
|
17 | table.sample { border-collapse: collapse; border-spacing: 0; margin: 4px; } | |
|
18 | table.sample th, table.sample td { border: solid 1px #bbb; padding: 4px; height: 1em; } | |
|
19 | 17 | </style> |
|
20 | 18 | </head> |
|
21 | 19 | <body> |
|
22 | 20 | |
|
23 | 21 | <h1>Wiki Syntax Quick Reference</h1> |
|
24 | 22 | |
|
25 | 23 | <table style="width:100%"> |
|
26 | 24 | <tr><th colspan="3">Font Styles</th></tr> |
|
27 | 25 | <tr><th><img src="../../images/jstoolbar/bt_strong.png" style="border: 1px solid #bbb;" alt="Strong" /></th><td style="width:50%;">*Strong*</td><td style="width:50%;"><strong>Strong</strong></td></tr> |
|
28 | 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> |
|
29 | 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> |
|
30 | 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> |
|
31 | 29 | <tr><th></th><td>??Quote??</td><td><cite>Quote</cite></td></tr> |
|
32 | 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> |
|
33 | 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> |
|
34 | 32 | <pre> |
|
35 | 33 | lines |
|
36 | 34 | of code |
|
37 | 35 | </pre> |
|
38 | 36 | </td></tr> |
|
39 | 37 | |
|
40 | 38 | <tr><th colspan="3">Lists</th></tr> |
|
41 | 39 | <tr><th><img src="../../images/jstoolbar/bt_ul.png" style="border: 1px solid #bbb;" alt="Unordered list" /></th><td>* Item 1<br />** Sub<br />* Item 2</td><td><ul><li>Item 1<ul><li>Sub</li></ul></li><li>Item 2</li></ul></td></tr> |
|
42 | 40 | <tr><th><img src="../../images/jstoolbar/bt_ol.png" style="border: 1px solid #bbb;" alt="Ordered list" /></th><td># Item 1<br />## Sub<br /># Item 2</td><td><ol><li>Item 1<ol><li>Sub</li></ol></li><li>Item 2</li></ol></td></tr> |
|
43 | 41 | |
|
44 | 42 | <tr><th colspan="3">Headings</th></tr> |
|
45 | 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> |
|
46 | 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> |
|
47 | 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> |
|
48 | 46 | |
|
49 | 47 | <tr><th colspan="3">Links</th></tr> |
|
50 | 48 | <tr><th></th><td>http://foo.bar</td><td><a href="#">http://foo.bar</a></td></tr> |
|
51 | 49 | <tr><th></th><td>"Foo":http://foo.bar</td><td><a href="#">Foo</a></td></tr> |
|
52 | 50 | |
|
53 | 51 | <tr><th colspan="3">Redmine links</th></tr> |
|
54 | 52 | <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> |
|
55 | 53 | <tr><th></th><td>Issue #12</td><td>Issue <a href="#">#12</a></td></tr> |
|
56 | 54 | <tr><th></th><td>Revision r43</td><td>Revision <a href="#">r43</a></td></tr> |
|
57 | 55 | <tr><th></th><td>commit:f30e13e43</td><td><a href="#">f30e13e4</a></td></tr> |
|
58 | 56 | <tr><th></th><td>source:some/file</td><td><a href="#">source:some/file</a></td></tr> |
|
59 | 57 | |
|
60 | 58 | <tr><th colspan="3">Inline images</th></tr> |
|
61 | 59 | <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> |
|
62 | 60 | <tr><th></th><td>!<em>attached_image</em>!</td><td></td></tr> |
|
63 | ||
|
64 | <tr><th colspan="3">Tables</th></tr> | |
|
65 | <tr><th></th><td>|_. A |_. B |_. C |<br />| A | B | C |<br />|/2. row span | B | C |<br />|\2. col span |</td><td><table class="sample"><tbody><th>A</th><th>B</th><th>C</th></tr><tr><td>A</td><td>B</td><td>C</td></tr><tr><td rowspan="2">row span</td><td>B</td><td>C</td></tr><tr><td colspan="2">col span</td></tr></tbody></table></td></tr> | |
|
66 | ||
|
67 | 61 | </table> |
|
68 | 62 | |
|
69 | 63 | <p><a href="wiki_syntax_detailed.html" onclick="window.open('wiki_syntax_detailed.html', '', ''); return false;">More Information</a></p> |
|
70 | 64 | |
|
71 | 65 | </body> |
|
72 | 66 | </html> |
@@ -1,72 +1,66 | |||
|
1 | 1 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
|
2 | 2 | <html xmlns="http://www.w3.org/1999/xhtml"> |
|
3 | 3 | <head> |
|
4 | 4 | <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> |
|
5 | 5 | <meta http-equiv="Content-Style-Type" content="text/css" /> |
|
6 | 6 | <title>Wiki formatting</title> |
|
7 | 7 | <style type="text/css"> |
|
8 | 8 | h1 { font-family: Verdana, sans-serif; font-size: 14px; text-align: center; color: #444; } |
|
9 | 9 | body { font-family: Verdana, sans-serif; font-size: 12px; color: #444; } |
|
10 | 10 | table th { padding-top: 1em; } |
|
11 | 11 | table td { vertical-align: top; background-color: #f5f5f5; height: 2em; vertical-align: middle;} |
|
12 | 12 | table td code { font-size: 1.2em; } |
|
13 | 13 | table td h1 { font-size: 1.8em; text-align: left; } |
|
14 | 14 | table td h2 { font-size: 1.4em; text-align: left; } |
|
15 | 15 | table td h3 { font-size: 1.2em; text-align: left; } |
|
16 | 16 | |
|
17 | table.sample { border-collapse: collapse; border-spacing: 0; margin: 4px; } | |
|
18 | table.sample th, table.sample td { border: solid 1px #bbb; padding: 4px; height: 1em; } | |
|
19 | 17 | </style> |
|
20 | 18 | </head> |
|
21 | 19 | <body> |
|
22 | 20 | |
|
23 | 21 | <h1>Wiki Syntax Quick Reference</h1> |
|
24 | 22 | |
|
25 | 23 | <table style="width:100%"> |
|
26 | 24 | <tr><th colspan="3">Font Styles</th></tr> |
|
27 | 25 | <tr><th><img src="../../images/jstoolbar/bt_strong.png" style="border: 1px solid #bbb;" alt="Strong" /></th><td style="width:50%;">*Strong*</td><td style="width:50%;"><strong>Strong</strong></td></tr> |
|
28 | 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> |
|
29 | 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> |
|
30 | 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> |
|
31 | 29 | <tr><th></th><td>??Quote??</td><td><cite>Quote</cite></td></tr> |
|
32 | 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> |
|
33 | 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> |
|
34 | 32 | <pre> |
|
35 | 33 | lines |
|
36 | 34 | of code |
|
37 | 35 | </pre> |
|
38 | 36 | </td></tr> |
|
39 | 37 | |
|
40 | 38 | <tr><th colspan="3">Lists</th></tr> |
|
41 | 39 | <tr><th><img src="../../images/jstoolbar/bt_ul.png" style="border: 1px solid #bbb;" alt="Unordered list" /></th><td>* Item 1<br />** Sub<br />* Item 2</td><td><ul><li>Item 1<ul><li>Sub</li></ul></li><li>Item 2</li></ul></td></tr> |
|
42 | 40 | <tr><th><img src="../../images/jstoolbar/bt_ol.png" style="border: 1px solid #bbb;" alt="Ordered list" /></th><td># Item 1<br />## Sub<br /># Item 2</td><td><ol><li>Item 1<ol><li>Sub</li></ol></li><li>Item 2</li></ol></td></tr> |
|
43 | 41 | |
|
44 | 42 | <tr><th colspan="3">Headings</th></tr> |
|
45 | 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> |
|
46 | 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> |
|
47 | 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> |
|
48 | 46 | |
|
49 | 47 | <tr><th colspan="3">Links</th></tr> |
|
50 | 48 | <tr><th></th><td>http://foo.bar</td><td><a href="#">http://foo.bar</a></td></tr> |
|
51 | 49 | <tr><th></th><td>"Foo":http://foo.bar</td><td><a href="#">Foo</a></td></tr> |
|
52 | 50 | |
|
53 | 51 | <tr><th colspan="3">Redmine links</th></tr> |
|
54 | 52 | <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> |
|
55 | 53 | <tr><th></th><td>Issue #12</td><td>Issue <a href="#">#12</a></td></tr> |
|
56 | 54 | <tr><th></th><td>Revision r43</td><td>Revision <a href="#">r43</a></td></tr> |
|
57 | 55 | <tr><th></th><td>commit:f30e13e43</td><td><a href="#">f30e13e4</a></td></tr> |
|
58 | 56 | <tr><th></th><td>source:some/file</td><td><a href="#">source:some/file</a></td></tr> |
|
59 | 57 | |
|
60 | 58 | <tr><th colspan="3">Inline images</th></tr> |
|
61 | 59 | <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> |
|
62 | 60 | <tr><th></th><td>!<em>attached_image</em>!</td><td></td></tr> |
|
63 | ||
|
64 | <tr><th colspan="3">Tables</th></tr> | |
|
65 | <tr><th></th><td>|_. A |_. B |_. C |<br />| A | B | C |<br />|/2. row span | B | C |<br />|\2. col span |</td><td><table class="sample"><tbody><th>A</th><th>B</th><th>C</th></tr><tr><td>A</td><td>B</td><td>C</td></tr><tr><td rowspan="2">row span</td><td>B</td><td>C</td></tr><tr><td colspan="2">col span</td></tr></tbody></table></td></tr> | |
|
66 | ||
|
67 | 61 | </table> |
|
68 | 62 | |
|
69 | 63 | <p><a href="wiki_syntax_detailed.html" onclick="window.open('wiki_syntax_detailed.html', '', ''); return false;">More Information</a></p> |
|
70 | 64 | |
|
71 | 65 | </body> |
|
72 | 66 | </html> |
@@ -1,72 +1,66 | |||
|
1 | 1 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
|
2 | 2 | <html xmlns="http://www.w3.org/1999/xhtml"> |
|
3 | 3 | <head> |
|
4 | 4 | <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> |
|
5 | 5 | <meta http-equiv="Content-Style-Type" content="text/css" /> |
|
6 | 6 | <title>Wiki formatting</title> |
|
7 | 7 | <style type="text/css"> |
|
8 | 8 | h1 { font-family: Verdana, sans-serif; font-size: 14px; text-align: center; color: #444; } |
|
9 | 9 | body { font-family: Verdana, sans-serif; font-size: 12px; color: #444; } |
|
10 | 10 | table th { padding-top: 1em; } |
|
11 | 11 | table td { vertical-align: top; background-color: #f5f5f5; height: 2em; vertical-align: middle;} |
|
12 | 12 | table td code { font-size: 1.2em; } |
|
13 | 13 | table td h1 { font-size: 1.8em; text-align: left; } |
|
14 | 14 | table td h2 { font-size: 1.4em; text-align: left; } |
|
15 | 15 | table td h3 { font-size: 1.2em; text-align: left; } |
|
16 | 16 | |
|
17 | table.sample { border-collapse: collapse; border-spacing: 0; margin: 4px; } | |
|
18 | table.sample th, table.sample td { border: solid 1px #bbb; padding: 4px; height: 1em; } | |
|
19 | 17 | </style> |
|
20 | 18 | </head> |
|
21 | 19 | <body> |
|
22 | 20 | |
|
23 | 21 | <h1>Wiki Syntax Quick Reference</h1> |
|
24 | 22 | |
|
25 | 23 | <table style="width:100%"> |
|
26 | 24 | <tr><th colspan="3">Font Styles</th></tr> |
|
27 | 25 | <tr><th><img src="../../images/jstoolbar/bt_strong.png" style="border: 1px solid #bbb;" alt="Strong" /></th><td style="width:50%;">*Strong*</td><td style="width:50%;"><strong>Strong</strong></td></tr> |
|
28 | 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> |
|
29 | 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> |
|
30 | 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> |
|
31 | 29 | <tr><th></th><td>??Quote??</td><td><cite>Quote</cite></td></tr> |
|
32 | 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> |
|
33 | 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> |
|
34 | 32 | <pre> |
|
35 | 33 | lines |
|
36 | 34 | of code |
|
37 | 35 | </pre> |
|
38 | 36 | </td></tr> |
|
39 | 37 | |
|
40 | 38 | <tr><th colspan="3">Lists</th></tr> |
|
41 | 39 | <tr><th><img src="../../images/jstoolbar/bt_ul.png" style="border: 1px solid #bbb;" alt="Unordered list" /></th><td>* Item 1<br />** Sub<br />* Item 2</td><td><ul><li>Item 1<ul><li>Sub</li></ul></li><li>Item 2</li></ul></td></tr> |
|
42 | 40 | <tr><th><img src="../../images/jstoolbar/bt_ol.png" style="border: 1px solid #bbb;" alt="Ordered list" /></th><td># Item 1<br />## Sub<br /># Item 2</td><td><ol><li>Item 1<ol><li>Sub</li></ol></li><li>Item 2</li></ol></td></tr> |
|
43 | 41 | |
|
44 | 42 | <tr><th colspan="3">Headings</th></tr> |
|
45 | 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> |
|
46 | 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> |
|
47 | 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> |
|
48 | 46 | |
|
49 | 47 | <tr><th colspan="3">Links</th></tr> |
|
50 | 48 | <tr><th></th><td>http://foo.bar</td><td><a href="#">http://foo.bar</a></td></tr> |
|
51 | 49 | <tr><th></th><td>"Foo":http://foo.bar</td><td><a href="#">Foo</a></td></tr> |
|
52 | 50 | |
|
53 | 51 | <tr><th colspan="3">Redmine links</th></tr> |
|
54 | 52 | <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> |
|
55 | 53 | <tr><th></th><td>Issue #12</td><td>Issue <a href="#">#12</a></td></tr> |
|
56 | 54 | <tr><th></th><td>Revision r43</td><td>Revision <a href="#">r43</a></td></tr> |
|
57 | 55 | <tr><th></th><td>commit:f30e13e43</td><td><a href="#">f30e13e4</a></td></tr> |
|
58 | 56 | <tr><th></th><td>source:some/file</td><td><a href="#">source:some/file</a></td></tr> |
|
59 | 57 | |
|
60 | 58 | <tr><th colspan="3">Inline images</th></tr> |
|
61 | 59 | <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> |
|
62 | 60 | <tr><th></th><td>!<em>attached_image</em>!</td><td></td></tr> |
|
63 | ||
|
64 | <tr><th colspan="3">Tables</th></tr> | |
|
65 | <tr><th></th><td>|_. A |_. B |_. C |<br />| A | B | C |<br />|/2. row span | B | C |<br />|\2. col span |</td><td><table class="sample"><tbody><th>A</th><th>B</th><th>C</th></tr><tr><td>A</td><td>B</td><td>C</td></tr><tr><td rowspan="2">row span</td><td>B</td><td>C</td></tr><tr><td colspan="2">col span</td></tr></tbody></table></td></tr> | |
|
66 | ||
|
67 | 61 | </table> |
|
68 | 62 | |
|
69 | 63 | <p><a href="wiki_syntax_detailed.html" onclick="window.open('wiki_syntax_detailed.html', '', ''); return false;">More Information</a></p> |
|
70 | 64 | |
|
71 | 65 | </body> |
|
72 | 66 | </html> |
@@ -1,72 +1,66 | |||
|
1 | 1 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
|
2 | 2 | <html xmlns="http://www.w3.org/1999/xhtml"> |
|
3 | 3 | <head> |
|
4 | 4 | <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> |
|
5 | 5 | <meta http-equiv="Content-Style-Type" content="text/css" /> |
|
6 |
<title>Wiki 格 |
|
|
6 | <title>Wiki 格式設定</title> | |
|
7 | 7 | <style type="text/css"> |
|
8 | 8 | h1 { font-family: Verdana, sans-serif; font-size: 14px; text-align: center; color: #444; } |
|
9 | 9 | body { font-family: Verdana, sans-serif; font-size: 12px; color: #444; } |
|
10 | 10 | table th { padding-top: 1em; } |
|
11 | 11 | table td { vertical-align: top; background-color: #f5f5f5; height: 2em; vertical-align: middle;} |
|
12 | 12 | table td code { font-size: 1.2em; } |
|
13 | 13 | table td h1 { font-size: 1.8em; text-align: left; } |
|
14 | 14 | table td h2 { font-size: 1.4em; text-align: left; } |
|
15 | 15 | table td h3 { font-size: 1.2em; text-align: left; } |
|
16 | 16 | |
|
17 | table.sample { border-collapse: collapse; border-spacing: 0; margin: 4px; } | |
|
18 | table.sample th, table.sample td { border: solid 1px #bbb; padding: 4px; height: 1em; } | |
|
19 | 17 | </style> |
|
20 | 18 | </head> |
|
21 | 19 | <body> |
|
22 | 20 | |
|
23 |
<h1>Wiki 語法快速 |
|
|
21 | <h1>Wiki 語法快速對照表</h1> | |
|
24 | 22 | |
|
25 | 23 | <table style="width:100%"> |
|
26 |
<tr><th colspan="3">字型樣 |
|
|
24 | <tr><th colspan="3">字型樣式</th></tr> | |
|
27 | 25 | <tr><th><img src="../../images/jstoolbar/bt_strong.png" style="border: 1px solid #bbb;" alt="粗體(加強語氣)" /></th><td style="width:50%;">*粗體(加強語氣)*</td><td style="width:50%;"><strong>粗體(加強語氣)</strong></td></tr> |
|
28 | 26 | <tr><th><img src="../../images/jstoolbar/bt_em.png" style="border: 1px solid #bbb;" alt="斜體" /></th><td>_斜體_</td><td><em>斜體</em></td></tr> |
|
29 | 27 | <tr><th><img src="../../images/jstoolbar/bt_ins.png" style="border: 1px solid #bbb;" alt="底線" /></th><td>+底線+</td><td><ins>底線</ins></td></tr> |
|
30 | 28 | <tr><th><img src="../../images/jstoolbar/bt_del.png" style="border: 1px solid #bbb;" alt="刪除線" /></th><td>-刪除線-</td><td><del>刪除線</del></td></tr> |
|
31 | 29 | <tr><th></th><td>??引文??</td><td><cite>引文</cite></td></tr> |
|
32 |
<tr><th><img src="../../images/jstoolbar/bt_code.png" style="border: 1px solid #bbb;" alt="內嵌程 |
|
|
33 |
<tr><th><img src="../../images/jstoolbar/bt_pre.png" style="border: 1px solid #bbb;" alt=" |
|
|
30 | <tr><th><img src="../../images/jstoolbar/bt_code.png" style="border: 1px solid #bbb;" alt="內嵌程式碼" /></th><td>@內嵌程式碼@</td><td><code>內嵌程式碼 (inline code)</code></td></tr> | |
|
31 | <tr><th><img src="../../images/jstoolbar/bt_pre.png" style="border: 1px solid #bbb;" alt="預先格式化的段落文字" /></th><td><pre><br /> 格式化<br /> 的段落<br /></pre></td><td> | |
|
34 | 32 | <pre> |
|
35 |
格 |
|
|
36 |
的段 |
|
|
33 | 格式化 | |
|
34 | 的段落 | |
|
37 | 35 | </pre> |
|
38 | 36 | </td></tr> |
|
39 | 37 | |
|
40 | 38 | <tr><th colspan="3">清單</th></tr> |
|
41 |
<tr><th><img src="../../images/jstoolbar/bt_ul.png" style="border: 1px solid #bbb;" alt=" |
|
|
42 |
<tr><th><img src="../../images/jstoolbar/bt_ol.png" style="border: 1px solid #bbb;" alt="排 |
|
|
39 | <tr><th><img src="../../images/jstoolbar/bt_ul.png" style="border: 1px solid #bbb;" alt="不排序清單" /></th><td>* 清單項目 1<br />* 清單項目 2</td><td><ul><li>清單項目 1</li><li>清單項目 2</li></ul></td></tr> | |
|
40 | <tr><th><img src="../../images/jstoolbar/bt_ol.png" style="border: 1px solid #bbb;" alt="排序清單" /></th><td># 清單項目 1<br /># 清單項目 2</td><td><ol><li>清單項目 1</li><li>清單項目 2</li></ol></td></tr> | |
|
43 | 41 | |
|
44 | 42 | <tr><th colspan="3">標題</th></tr> |
|
45 | 43 | <tr><th><img src="../../images/jstoolbar/bt_h1.png" style="border: 1px solid #bbb;" alt="標題 1" /></th><td>h1. 標題 1</td><td><h1>標題 1</h1></td></tr> |
|
46 | 44 | <tr><th><img src="../../images/jstoolbar/bt_h2.png" style="border: 1px solid #bbb;" alt="標題 2" /></th><td>h2. 標題 2</td><td><h2>標題 2</h2></td></tr> |
|
47 | 45 | <tr><th><img src="../../images/jstoolbar/bt_h3.png" style="border: 1px solid #bbb;" alt="標題 3" /></th><td>h3. 標題 3</td><td><h3>標題 3</h3></td></tr> |
|
48 | 46 | |
|
49 |
<tr><th colspan="3">連 |
|
|
47 | <tr><th colspan="3">連結</th></tr> | |
|
50 | 48 | <tr><th></th><td>http://foo.bar</td><td><a href="#">http://foo.bar</a></td></tr> |
|
51 | 49 | <tr><th></th><td>"Foo":http://foo.bar</td><td><a href="#">Foo</a></td></tr> |
|
52 | 50 | |
|
53 |
<tr><th colspan="3">Redmine 連 |
|
|
54 |
<tr><th><img src="../../images/jstoolbar/bt_link.png" style="border: 1px solid #bbb;" alt="連 |
|
|
55 |
<tr><th></th><td> |
|
|
51 | <tr><th colspan="3">Redmine 連結</th></tr> | |
|
52 | <tr><th><img src="../../images/jstoolbar/bt_link.png" style="border: 1px solid #bbb;" alt="連結至一個 Wiki 頁面" /></th><td>[[Wiki 頁面]]</td><td><a href="#">Wiki 頁面</a></td></tr> | |
|
53 | <tr><th></th><td>問題 #12</td><td>問題 <a href="#">#12</a></td></tr> | |
|
56 | 54 | <tr><th></th><td>版次 r43</td><td>版次 <a href="#">r43</a></td></tr> |
|
57 | 55 | <tr><th></th><td>commit:f30e13e43</td><td><a href="#">f30e13e4</a></td></tr> |
|
58 | 56 | <tr><th></th><td>source:some/file</td><td><a href="#">source:some/file</a></td></tr> |
|
59 | 57 | |
|
60 |
<tr><th colspan="3">內置圖 |
|
|
61 |
<tr><th><img src="../../images/jstoolbar/bt_img.png" style="border: 1px solid #bbb;" alt="圖 |
|
|
62 |
<tr><th></th><td>!<em>附加_圖 |
|
|
63 | ||
|
64 | <tr><th colspan="3">Tables</th></tr> | |
|
65 | <tr><th></th><td>|_. A |_. B |_. C |<br />| A | B | C |<br />|/2. row span | B | C |<br />|\2. col span |</td><td><table class="sample"><tbody><th>A</th><th>B</th><th>C</th></tr><tr><td>A</td><td>B</td><td>C</td></tr><tr><td rowspan="2">row span</td><td>B</td><td>C</td></tr><tr><td colspan="2">col span</td></tr></tbody></table></td></tr> | |
|
66 | ||
|
58 | <tr><th colspan="3">內置圖像</th></tr> | |
|
59 | <tr><th><img src="../../images/jstoolbar/bt_img.png" style="border: 1px solid #bbb;" alt="圖像" /></th><td>!<em>圖像_url</em>!</td><td></td></tr> | |
|
60 | <tr><th></th><td>!<em>附加_圖像</em>!</td><td></td></tr> | |
|
67 | 61 | </table> |
|
68 | 62 | |
|
69 | 63 | <p><a href="wiki_syntax_detailed.html" onclick="window.open('wiki_syntax_detailed.html', '', ''); return false;">更多資訊</a></p> |
|
70 | 64 | |
|
71 | 65 | </body> |
|
72 | 66 | </html> |
@@ -1,72 +1,66 | |||
|
1 | 1 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
|
2 | 2 | <html xmlns="http://www.w3.org/1999/xhtml"> |
|
3 | 3 | <head> |
|
4 | 4 | <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> |
|
5 | 5 | <meta http-equiv="Content-Style-Type" content="text/css" /> |
|
6 | 6 | <title>Wiki formatting</title> |
|
7 | 7 | <style type="text/css"> |
|
8 | 8 | h1 { font-family: Verdana, sans-serif; font-size: 14px; text-align: center; color: #444; } |
|
9 | 9 | body { font-family: Verdana, sans-serif; font-size: 12px; color: #444; } |
|
10 | 10 | table th { padding-top: 1em; } |
|
11 | 11 | table td { vertical-align: top; background-color: #f5f5f5; height: 2em; vertical-align: middle;} |
|
12 | 12 | table td code { font-size: 1.2em; } |
|
13 | 13 | table td h1 { font-size: 1.8em; text-align: left; } |
|
14 | 14 | table td h2 { font-size: 1.4em; text-align: left; } |
|
15 | 15 | table td h3 { font-size: 1.2em; text-align: left; } |
|
16 | 16 | |
|
17 | table.sample { border-collapse: collapse; border-spacing: 0; margin: 4px; } | |
|
18 | table.sample th, table.sample td { border: solid 1px #bbb; padding: 4px; height: 1em; } | |
|
19 | 17 | </style> |
|
20 | 18 | </head> |
|
21 | 19 | <body> |
|
22 | 20 | |
|
23 | 21 | <h1>Wiki Syntax Quick Reference</h1> |
|
24 | 22 | |
|
25 | 23 | <table style="width:100%"> |
|
26 | 24 | <tr><th colspan="3">Font Styles</th></tr> |
|
27 | 25 | <tr><th><img src="../../images/jstoolbar/bt_strong.png" style="border: 1px solid #bbb;" alt="Strong" /></th><td style="width:50%;">*Strong*</td><td style="width:50%;"><strong>Strong</strong></td></tr> |
|
28 | 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> |
|
29 | 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> |
|
30 | 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> |
|
31 | 29 | <tr><th></th><td>??Quote??</td><td><cite>Quote</cite></td></tr> |
|
32 | 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> |
|
33 | 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> |
|
34 | 32 | <pre> |
|
35 | 33 | lines |
|
36 | 34 | of code |
|
37 | 35 | </pre> |
|
38 | 36 | </td></tr> |
|
39 | 37 | |
|
40 | 38 | <tr><th colspan="3">Lists</th></tr> |
|
41 | 39 | <tr><th><img src="../../images/jstoolbar/bt_ul.png" style="border: 1px solid #bbb;" alt="Unordered list" /></th><td>* Item 1<br />** Sub<br />* Item 2</td><td><ul><li>Item 1<ul><li>Sub</li></ul></li><li>Item 2</li></ul></td></tr> |
|
42 | 40 | <tr><th><img src="../../images/jstoolbar/bt_ol.png" style="border: 1px solid #bbb;" alt="Ordered list" /></th><td># Item 1<br />## Sub<br /># Item 2</td><td><ol><li>Item 1<ol><li>Sub</li></ol></li><li>Item 2</li></ol></td></tr> |
|
43 | 41 | |
|
44 | 42 | <tr><th colspan="3">Headings</th></tr> |
|
45 | 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> |
|
46 | 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> |
|
47 | 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> |
|
48 | 46 | |
|
49 | 47 | <tr><th colspan="3">Links</th></tr> |
|
50 | 48 | <tr><th></th><td>http://foo.bar</td><td><a href="#">http://foo.bar</a></td></tr> |
|
51 | 49 | <tr><th></th><td>"Foo":http://foo.bar</td><td><a href="#">Foo</a></td></tr> |
|
52 | 50 | |
|
53 | 51 | <tr><th colspan="3">Redmine links</th></tr> |
|
54 | 52 | <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> |
|
55 | 53 | <tr><th></th><td>Issue #12</td><td>Issue <a href="#">#12</a></td></tr> |
|
56 | 54 | <tr><th></th><td>Revision r43</td><td>Revision <a href="#">r43</a></td></tr> |
|
57 | 55 | <tr><th></th><td>commit:f30e13e43</td><td><a href="#">f30e13e4</a></td></tr> |
|
58 | 56 | <tr><th></th><td>source:some/file</td><td><a href="#">source:some/file</a></td></tr> |
|
59 | 57 | |
|
60 | 58 | <tr><th colspan="3">Inline images</th></tr> |
|
61 | 59 | <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> |
|
62 | 60 | <tr><th></th><td>!<em>attached_image</em>!</td><td></td></tr> |
|
63 | ||
|
64 | <tr><th colspan="3">Tables</th></tr> | |
|
65 | <tr><th></th><td>|_. A |_. B |_. C |<br />| A | B | C |<br />|/2. row span | B | C |<br />|\2. col span |</td><td><table class="sample"><tbody><th>A</th><th>B</th><th>C</th></tr><tr><td>A</td><td>B</td><td>C</td></tr><tr><td rowspan="2">row span</td><td>B</td><td>C</td></tr><tr><td colspan="2">col span</td></tr></tbody></table></td></tr> | |
|
66 | ||
|
67 | 61 | </table> |
|
68 | 62 | |
|
69 | 63 | <p><a href="wiki_syntax_detailed.html" onclick="window.open('wiki_syntax_detailed.html', '', ''); return false;">More Information</a></p> |
|
70 | 64 | |
|
71 | 65 | </body> |
|
72 | 66 | </html> |
General Comments 0
You need to be logged in to leave comments.
Login now