@@ -1,171 +1,171 | |||||
1 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
|
1 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> | |
2 | <html xmlns="http://www.w3.org/1999/xhtml"> |
|
2 | <html xmlns="http://www.w3.org/1999/xhtml"> | |
3 | <head> |
|
3 | <head> | |
4 | <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> |
|
4 | <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> | |
5 | <meta http-equiv="Content-Style-Type" content="text/css" /> |
|
5 | <meta http-equiv="Content-Style-Type" content="text/css" /> | |
6 | <title>Форматирование Wiki</title> |
|
6 | <title>Форматирование Wiki</title> | |
7 | <style type="text/css"> |
|
7 | <style type="text/css"> | |
8 | h1 { font-family: Verdana, sans-serif; font-size: 14px; text-align: center; color: #444; } |
|
8 | h1 { font-family: Verdana, sans-serif; font-size: 14px; text-align: center; color: #444; } | |
9 | body { font-family: Verdana, sans-serif; font-size: 12px; color: #444; } |
|
9 | body { font-family: Verdana, sans-serif; font-size: 12px; color: #444; } | |
10 | table th { padding-top: 1em; } |
|
10 | table th { padding-top: 1em; } | |
11 | table td { vertical-align: top; background-color: #f5f5f5; height: 2em; vertical-align: middle;} |
|
11 | table td { vertical-align: top; background-color: #f5f5f5; height: 2em; vertical-align: middle;} | |
12 | table td code { font-size: 1.2em; } |
|
12 | table td code { font-size: 1.2em; } | |
13 | table td h1 { font-size: 1.8em; text-align: left; } |
|
13 | table td h1 { font-size: 1.8em; text-align: left; } | |
14 | table td h2 { font-size: 1.4em; text-align: left; } |
|
14 | table td h2 { font-size: 1.4em; text-align: left; } | |
15 | table td h3 { font-size: 1.2em; text-align: left; } |
|
15 | table td h3 { font-size: 1.2em; text-align: left; } | |
16 |
|
16 | |||
17 | </style> |
|
17 | </style> | |
18 | </head> |
|
18 | </head> | |
19 | <body> |
|
19 | <body> | |
20 |
|
20 | |||
21 | <h1>Синтаксис Wiki Краткая Справка</h1> |
|
21 | <h1>Синтаксис Wiki Краткая Справка</h1> | |
22 |
|
22 | |||
23 | <table style="width:100%"> |
|
23 | <table style="width:100%"> | |
24 | <tr> |
|
24 | <tr> | |
25 | <th colspan="3">Стили Шрифтов</th> |
|
25 | <th colspan="3">Стили Шрифтов</th> | |
26 | </tr> |
|
26 | </tr> | |
27 | <tr> |
|
27 | <tr> | |
28 | <th><img src="../../images/jstoolbar/bt_strong.png" style="border: 1px solid #bbb;" alt="Выделенный"/></th> |
|
28 | <th><img src="../../images/jstoolbar/bt_strong.png" style="border: 1px solid #bbb;" alt="Выделенный"/></th> | |
29 | <td style="width:50%;">*Выделенный*</td> |
|
29 | <td style="width:50%;">*Выделенный*</td> | |
30 | <td style="width:50%;"><strong>Выделенный</strong></td> |
|
30 | <td style="width:50%;"><strong>Выделенный</strong></td> | |
31 | </tr> |
|
31 | </tr> | |
32 | <tr> |
|
32 | <tr> | |
33 | <th><img src="../../images/jstoolbar/bt_em.png" style="border: 1px solid #bbb;" alt="Наклонный"/></th> |
|
33 | <th><img src="../../images/jstoolbar/bt_em.png" style="border: 1px solid #bbb;" alt="Наклонный"/></th> | |
34 | <td>_Наклонный_</td> |
|
34 | <td>_Наклонный_</td> | |
35 | <td><em>Наклонный</em></td> |
|
35 | <td><em>Наклонный</em></td> | |
36 | </tr> |
|
36 | </tr> | |
37 | <tr> |
|
37 | <tr> | |
38 | <th><img src="../../images/jstoolbar/bt_ins.png" style="border: 1px solid #bbb;" alt="Подчёркнутый"/></th> |
|
38 | <th><img src="../../images/jstoolbar/bt_ins.png" style="border: 1px solid #bbb;" alt="Подчёркнутый"/></th> | |
39 | <td>+Подчёркнутый+</td> |
|
39 | <td>+Подчёркнутый+</td> | |
40 | <td> |
|
40 | <td> | |
41 | <ins>Подчёркнутый</ins> |
|
41 | <ins>Подчёркнутый</ins> | |
42 | </td> |
|
42 | </td> | |
43 | </tr> |
|
43 | </tr> | |
44 | <tr> |
|
44 | <tr> | |
45 | <th><img src="../../images/jstoolbar/bt_del.png" style="border: 1px solid #bbb;" alt="Зачёркнутый"/></th> |
|
45 | <th><img src="../../images/jstoolbar/bt_del.png" style="border: 1px solid #bbb;" alt="Зачёркнутый"/></th> | |
46 | <td>-Зачёркнутый-</td> |
|
46 | <td>-Зачёркнутый-</td> | |
47 | <td> |
|
47 | <td> | |
48 | <del>Зачёркнутый</del> |
|
48 | <del>Зачёркнутый</del> | |
49 | </td> |
|
49 | </td> | |
50 | </tr> |
|
50 | </tr> | |
51 | <tr> |
|
51 | <tr> | |
52 | <th></th> |
|
52 | <th></th> | |
53 | <td>??Цитата??</td> |
|
53 | <td>??Цитата??</td> | |
54 | <td><cite>Цитата</cite></td> |
|
54 | <td><cite>Цитата</cite></td> | |
55 | </tr> |
|
55 | </tr> | |
56 | <tr> |
|
56 | <tr> | |
57 | <th><img src="../../images/jstoolbar/bt_code.png" style="border: 1px solid #bbb;" alt="Вставка Кода"/></th> |
|
57 | <th><img src="../../images/jstoolbar/bt_code.png" style="border: 1px solid #bbb;" alt="Вставка Кода"/></th> | |
58 | <td>@Вставка Кода@</td> |
|
58 | <td>@Вставка Кода@</td> | |
59 | <td><code>Вставка Кода</code></td> |
|
59 | <td><code>Вставка Кода</code></td> | |
60 | </tr> |
|
60 | </tr> | |
61 | <tr> |
|
61 | <tr> | |
62 | <th><img src="../../images/jstoolbar/bt_pre.png" style="border: 1px solid #bbb;" alt="Отформатированный текст"/></th> |
|
62 | <th><img src="../../images/jstoolbar/bt_pre.png" style="border: 1px solid #bbb;" alt="Отформатированный текст"/></th> | |
63 |
<td><pre |
|
63 | <td><pre><br/> строки<br/> кода<br/></pre></td> | |
64 | <td> |
|
64 | <td> | |
65 | <pre> |
|
65 | <pre> | |
66 | строки |
|
66 | строки | |
67 | кода |
|
67 | кода | |
68 | </pre> |
|
68 | </pre> | |
69 | </td> |
|
69 | </td> | |
70 | </tr> |
|
70 | </tr> | |
71 | <tr> |
|
71 | <tr> | |
72 | <th colspan="3">Списки</th> |
|
72 | <th colspan="3">Списки</th> | |
73 | </tr> |
|
73 | </tr> | |
74 | <tr> |
|
74 | <tr> | |
75 | <th><img src="../../images/jstoolbar/bt_ul.png" style="border: 1px solid #bbb;" alt="Несортированный список"/></th> |
|
75 | <th><img src="../../images/jstoolbar/bt_ul.png" style="border: 1px solid #bbb;" alt="Несортированный список"/></th> | |
76 | <td>* Элемент 1<br/>* Элемент 2</td> |
|
76 | <td>* Элемент 1<br/>* Элемент 2</td> | |
77 | <td> |
|
77 | <td> | |
78 | <ul> |
|
78 | <ul> | |
79 | <li>Элемент 1</li> |
|
79 | <li>Элемент 1</li> | |
80 | <li>Элемент 2</li> |
|
80 | <li>Элемент 2</li> | |
81 | </ul> |
|
81 | </ul> | |
82 | </td> |
|
82 | </td> | |
83 | </tr> |
|
83 | </tr> | |
84 | <tr> |
|
84 | <tr> | |
85 | <th><img src="../../images/jstoolbar/bt_ol.png" style="border: 1px solid #bbb;" alt="Сортированный список"/></th> |
|
85 | <th><img src="../../images/jstoolbar/bt_ol.png" style="border: 1px solid #bbb;" alt="Сортированный список"/></th> | |
86 | <td># Элемент 1<br/># Элемент 2</td> |
|
86 | <td># Элемент 1<br/># Элемент 2</td> | |
87 | <td> |
|
87 | <td> | |
88 | <ol> |
|
88 | <ol> | |
89 | <li>Элемент 1</li> |
|
89 | <li>Элемент 1</li> | |
90 | <li>Элемент 2</li> |
|
90 | <li>Элемент 2</li> | |
91 | </ol> |
|
91 | </ol> | |
92 | </td> |
|
92 | </td> | |
93 | </tr> |
|
93 | </tr> | |
94 | <tr> |
|
94 | <tr> | |
95 | <th colspan="3">Заголовки</th> |
|
95 | <th colspan="3">Заголовки</th> | |
96 | </tr> |
|
96 | </tr> | |
97 | <tr> |
|
97 | <tr> | |
98 | <th><img src="../../images/jstoolbar/bt_h1.png" style="border: 1px solid #bbb;" alt="Заголовок 1"/></th> |
|
98 | <th><img src="../../images/jstoolbar/bt_h1.png" style="border: 1px solid #bbb;" alt="Заголовок 1"/></th> | |
99 | <td>h1. Название 1</td> |
|
99 | <td>h1. Название 1</td> | |
100 | <td><h1>Название 1</h1></td> |
|
100 | <td><h1>Название 1</h1></td> | |
101 | </tr> |
|
101 | </tr> | |
102 | <tr> |
|
102 | <tr> | |
103 | <th><img src="../../images/jstoolbar/bt_h2.png" style="border: 1px solid #bbb;" alt="Заголовок 2"/></th> |
|
103 | <th><img src="../../images/jstoolbar/bt_h2.png" style="border: 1px solid #bbb;" alt="Заголовок 2"/></th> | |
104 | <td>h2. Название 2</td> |
|
104 | <td>h2. Название 2</td> | |
105 | <td><h2>Название 2</h2></td> |
|
105 | <td><h2>Название 2</h2></td> | |
106 | </tr> |
|
106 | </tr> | |
107 | <tr> |
|
107 | <tr> | |
108 | <th><img src="../../images/jstoolbar/bt_h3.png" style="border: 1px solid #bbb;" alt="Заголовок 3"/></th> |
|
108 | <th><img src="../../images/jstoolbar/bt_h3.png" style="border: 1px solid #bbb;" alt="Заголовок 3"/></th> | |
109 | <td>h3. Название 3</td> |
|
109 | <td>h3. Название 3</td> | |
110 | <td><h3>Название 3</h3></td> |
|
110 | <td><h3>Название 3</h3></td> | |
111 | </tr> |
|
111 | </tr> | |
112 | <tr> |
|
112 | <tr> | |
113 | <th colspan="3">Ссылки</th> |
|
113 | <th colspan="3">Ссылки</th> | |
114 | </tr> |
|
114 | </tr> | |
115 | <tr> |
|
115 | <tr> | |
116 | <th></th> |
|
116 | <th></th> | |
117 | <td>http://foo.bar</td> |
|
117 | <td>http://foo.bar</td> | |
118 | <td><a href="#">http://foo.bar</a></td> |
|
118 | <td><a href="#">http://foo.bar</a></td> | |
119 | </tr> |
|
119 | </tr> | |
120 | <tr> |
|
120 | <tr> | |
121 | <th></th> |
|
121 | <th></th> | |
122 | <td>"Foo":http://foo.bar</td> |
|
122 | <td>"Foo":http://foo.bar</td> | |
123 | <td><a href="#">Foo</a></td> |
|
123 | <td><a href="#">Foo</a></td> | |
124 | </tr> |
|
124 | </tr> | |
125 | <tr> |
|
125 | <tr> | |
126 | <th colspan="3">Ссылки Redmine</th> |
|
126 | <th colspan="3">Ссылки Redmine</th> | |
127 | </tr> |
|
127 | </tr> | |
128 | <tr> |
|
128 | <tr> | |
129 | <th><img src="../../images/jstoolbar/bt_link.png" style="border: 1px solid #bbb;" alt="Ссылка на Wiki страницу"/></th> |
|
129 | <th><img src="../../images/jstoolbar/bt_link.png" style="border: 1px solid #bbb;" alt="Ссылка на Wiki страницу"/></th> | |
130 | <td>[[Wiki страница]]</td> |
|
130 | <td>[[Wiki страница]]</td> | |
131 | <td><a href="#">Wiki страница</a></td> |
|
131 | <td><a href="#">Wiki страница</a></td> | |
132 | </tr> |
|
132 | </tr> | |
133 | <tr> |
|
133 | <tr> | |
134 | <th></th> |
|
134 | <th></th> | |
135 | <td>Задача #12</td> |
|
135 | <td>Задача #12</td> | |
136 | <td>Задача <a href="#">#12</a></td> |
|
136 | <td>Задача <a href="#">#12</a></td> | |
137 | </tr> |
|
137 | </tr> | |
138 | <tr> |
|
138 | <tr> | |
139 | <th></th> |
|
139 | <th></th> | |
140 | <td>Фиксация r43</td> |
|
140 | <td>Фиксация r43</td> | |
141 | <td>Фиксация <a href="#">r43</a></td> |
|
141 | <td>Фиксация <a href="#">r43</a></td> | |
142 | </tr> |
|
142 | </tr> | |
143 | <tr> |
|
143 | <tr> | |
144 | <th></th> |
|
144 | <th></th> | |
145 | <td>commit:f30e13e43</td> |
|
145 | <td>commit:f30e13e43</td> | |
146 | <td><a href="#">f30e13e4</a></td> |
|
146 | <td><a href="#">f30e13e4</a></td> | |
147 | </tr> |
|
147 | </tr> | |
148 | <tr> |
|
148 | <tr> | |
149 | <th></th> |
|
149 | <th></th> | |
150 | <td>source:some/file</td> |
|
150 | <td>source:some/file</td> | |
151 | <td><a href="#">source:some/file</a></td> |
|
151 | <td><a href="#">source:some/file</a></td> | |
152 | </tr> |
|
152 | </tr> | |
153 | <tr> |
|
153 | <tr> | |
154 | <th colspan="3">Вставка изображений</th> |
|
154 | <th colspan="3">Вставка изображений</th> | |
155 | </tr> |
|
155 | </tr> | |
156 | <tr> |
|
156 | <tr> | |
157 | <th><img src="../../images/jstoolbar/bt_img.png" style="border: 1px solid #bbb;" alt="Изображение"/></th> |
|
157 | <th><img src="../../images/jstoolbar/bt_img.png" style="border: 1px solid #bbb;" alt="Изображение"/></th> | |
158 | <td>!<em>url_картинки</em>!</td> |
|
158 | <td>!<em>url_картинки</em>!</td> | |
159 | <td></td> |
|
159 | <td></td> | |
160 | </tr> |
|
160 | </tr> | |
161 | <tr> |
|
161 | <tr> | |
162 | <th></th> |
|
162 | <th></th> | |
163 | <td>!<em>вложенный_файл</em>!</td> |
|
163 | <td>!<em>вложенный_файл</em>!</td> | |
164 | <td></td> |
|
164 | <td></td> | |
165 | </tr> |
|
165 | </tr> | |
166 | </table> |
|
166 | </table> | |
167 |
|
167 | |||
168 | <p><a href="wiki_syntax_detailed.html" onclick="window.open('wiki_syntax_detailed.html', '', ''); return false;">Больше информации</a></p> |
|
168 | <p><a href="wiki_syntax_detailed.html" onclick="window.open('wiki_syntax_detailed.html', '', ''); return false;">Больше информации</a></p> | |
169 |
|
169 | |||
170 | </body> |
|
170 | </body> | |
171 | </html> |
|
171 | </html> |
General Comments 0
You need to be logged in to leave comments.
Login now