| <%= image_tag("jstoolbar/bt_precode.png", { alt: "Hervorgehobener Programmcode" }) %> | ```ruby 3.times do puts 'Hello' end ``` |
3.times do
puts 'Hello'
end
@@ -34,14 +34,14 @@
| Beenden Sie eine Zeile mit einem Backslash\ oder zwei Leerzeichen, um einen manuellen Zeilenumbruch einzufügen. | Beenden Sie eine Zeile mit einem Backslash oder zwei Leerzeichen, um einen manuellen Zeilenumbruch einzufügen. |
| Listen |
- | * Element 1 * Sub * Element 2 | |
- | 1. Element 1 1. Sub 2. Element 2 | - Element 1
- Sub
- Element 2
|
- | * [ ] Element 1 * [x] Element 2 | |
+| <%= image_tag("jstoolbar/bt_ul.png", { alt:"Ungeordnete Liste" }) %> | * Element 1 * Sub * Element 2 | |
+| <%= image_tag("jstoolbar/bt_ol.png", { alt:"Geordnete Liste" }) %> | 1. Element 1 1. Sub 2. Element 2 | - Element 1
- Sub
- Element 2
|
+| <%= image_tag("jstoolbar/bt_tl.png", { alt:"Ausgabenliste" }) %> | * [ ] Element 1 * [x] Element 2 | |
| Überschriften (mehr) |
- | # Titel 1 | Titel 1 |
- | ## Titel 2 | Titel 2 |
- | ### Titel 3 | Titel 3 |
+| <%= image_tag("jstoolbar/bt_h1.png", { alt:"Heading 1" }) %> | # Titel 1 | Titel 1 |
+| <%= image_tag("jstoolbar/bt_h2.png", { alt:"Heading 2" }) %> | ## Titel 2 | Titel 2 |
+| <%= image_tag("jstoolbar/bt_h3.png", { alt:"Heading 3" }) %> | ### Titel 3 | Titel 3 |
| Links (mehr) |
| www.foo.bar | www.foo.bar |
@@ -49,7 +49,7 @@
| [Foo](http://foo.bar) | Foo |
| Redmine interne Links (mehr) |
- | [[Wiki page]] | Wiki-Seite |
+| <%= image_tag("jstoolbar/bt_link.png", { alt:"Link zu einer Wiki-Seite" }) %> | [[Wiki page]] | Wiki-Seite |
| Ticket #12 | Ticket #12 |
| ##12 | Fehler #12: Titel des Tickets |
| Revision r43 | Revision r43 |
@@ -57,7 +57,7 @@
| source:some/file | source:some/file |
| Eingebettete Bilder (mehr) |
- |  | |
+| <%= image_tag("jstoolbar/bt_img.png", { alt:"Image" }) %> |  | |
|  | |
| Tabellen |
diff --git a/app/views/help/wiki_syntax/common_mark/en/wiki_syntax_common_mark.html.erb b/app/views/help/wiki_syntax/common_mark/en/wiki_syntax_common_mark.html.erb
index e750f9f89..0c17ca552 100644
--- a/app/views/help/wiki_syntax/common_mark/en/wiki_syntax_common_mark.html.erb
+++ b/app/views/help/wiki_syntax/common_mark/en/wiki_syntax_common_mark.html.erb
@@ -10,11 +10,11 @@
| Font Styles (more) |
- | **Strong** | Strong |
- | *Italic* | Italic |
- | ~~Deleted~~ | Deleted |
- | `Inline Code` | Inline Code |
- | ``` lines of code ``` |
+ |
|---|
| <%= image_tag("jstoolbar/bt_strong.png", { alt: "Strong" }) %> | **Strong** | Strong |
+| <%= image_tag("jstoolbar/bt_em.png", { alt: "Italic" }) %> | *Italic* | Italic |
+| <%= image_tag("jstoolbar/bt_del.png", { alt: "Deleted" }) %> | ~~Deleted~~ | Deleted |
+| <%= image_tag("jstoolbar/bt_code.png", { alt: "Inline code" }) %> | `Inline Code` | Inline Code |
+| <%= image_tag("jstoolbar/bt_pre.png", { alt: "Preformatted text" }) %> | ``` lines of code ``` |
lines
of code
@@ -22,7 +22,7 @@
|
| Highlighted code (more) |
- | ```ruby 3.times do puts 'Hello' end ``` |
+ |
|---|
| <%= image_tag("jstoolbar/bt_precode.png", { alt: "Highlighted code" }) %> | ```ruby 3.times do puts 'Hello' end ``` |
3.times do
puts 'Hello'
end
@@ -34,14 +34,14 @@
| End a line with a backslash\ or two spaces to insert a manual line break. | End a line with a backslash or two spaces to insert a manual line break. |
| Lists |
- | * Item 1 * Sub * Item 2 | |
- | 1. Item 1 1. Sub 2. Item 2 | - Item 1
- Sub
- Item 2
|
- | * [ ] Item 1 * [x] Item 2 | |
+| <%= image_tag("jstoolbar/bt_ul.png", { alt: "Unordered list" }) %> | * Item 1 * Sub * Item 2 | |
+| <%= image_tag("jstoolbar/bt_ol.png", { alt: "Ordered list" }) %> | 1. Item 1 1. Sub 2. Item 2 | - Item 1
- Sub
- Item 2
|
+| <%= image_tag("jstoolbar/bt_tl.png", { alt: "Task list" }) %> | * [ ] Item 1 * [x] Item 2 | |
| Headings (more) |
- | # Title 1 | Title 1 |
- | ## Title 2 | Title 2 |
- | ### Title 3 | Title 3 |
+| <%= image_tag("jstoolbar/bt_h1.png", { alt: "Heading 1" }) %> | # Title 1 | Title 1 |
+| <%= image_tag("jstoolbar/bt_h2.png", { alt: "Heading 2" }) %> | ## Title 2 | Title 2 |
+| <%= image_tag("jstoolbar/bt_h3.png", { alt: "Heading 3" }) %> | ### Title 3 | Title 3 |
| Links (more) |
| www.foo.bar | www.foo.bar |
@@ -49,7 +49,7 @@
| [Foo](http://foo.bar) | Foo |
| Redmine links (more) |
- | [[Wiki page]] | Wiki page |
+| <%= image_tag("jstoolbar/bt_link.png", { alt: "Link to a Wiki page" }) %> | [[Wiki page]] | Wiki page |
| Issue #12 | Issue #12 |
| ##12 | Bug #12: The issue subject |
| Revision r43 | Revision r43 |
@@ -57,7 +57,7 @@
| source:some/file | source:some/file |
| Inline images (more) |
- |  | |
+| <%= image_tag("jstoolbar/bt_img.png", { alt: "Image" }) %> |  | |
|  | |
| Tables |
diff --git a/app/views/help/wiki_syntax/markdown/bg/wiki_syntax_markdown.html.erb b/app/views/help/wiki_syntax/markdown/bg/wiki_syntax_markdown.html.erb
index e9c348b87..c17efe8e7 100644
--- a/app/views/help/wiki_syntax/markdown/bg/wiki_syntax_markdown.html.erb
+++ b/app/views/help/wiki_syntax/markdown/bg/wiki_syntax_markdown.html.erb
@@ -11,12 +11,12 @@
| Font Styles (more) |
- | **Strong** | Strong |
- | *Italic* | Italic |
- | _Underline_ | Underline |
- | ~~Deleted~~ | Deleted |
- | `Inline Code` | Inline Code |
- | ``` lines of code ``` |
+ |
|---|
| <%= image_tag("jstoolbar/bt_strong.png", { alt: "Strong" }) %> | **Strong** | Strong |
+| <%= image_tag("jstoolbar/bt_em.png", { alt: "Italic" }) %> | *Italic* | Italic |
+| <%= image_tag("images/jstoolbar/bt_ins.png", { alt: "Underline" }) %> | _Underline_ | Underline |
+| <%= image_tag("jstoolbar/bt_del.png", { alt: "Deleted" }) %> | ~~Deleted~~ | Deleted |
+| <%= image_tag("jstoolbar/bt_code.png", { alt: "Inline code" }) %> | `Inline Code` | Inline Code |
+| <%= image_tag("jstoolbar/bt_pre.png", { alt: "Preformatted text" }) %> | ``` lines of code ``` |
lines
of code
@@ -24,7 +24,7 @@
|
| Highlighted code (more | supported languages) |
- | ``` ruby 3.times do puts 'Hello' end ``` |
+ |
|---|
| <%= image_tag("images/jstoolbar/bt_precode.png", { alt: "Вграден код" }) %> | ``` ruby 3.times do puts 'Hello' end ``` |
3.times do
puts 'Hello'
end
@@ -32,20 +32,20 @@
|
| Lists |
- | * Item 1 * Sub * Item 2 | |
- | 1. Item 1 1. Sub 2. Item 2 | - Item 1
- Sub
- Item 2
|
+| <%= image_tag("images/jstoolbar/bt_ul.png", { alt: "Unordered list" }) %> | * Item 1 * Sub * Item 2 | |
+| <%= image_tag("images/jstoolbar/bt_ol.png", { alt: "Ordered list" }) %> | 1. Item 1 1. Sub 2. Item 2 | - Item 1
- Sub
- Item 2
|
| Headings (more) |
- | # Title 1 | Title 1 |
- | ## Title 2 | Title 2 |
- | ### Title 3 | Title 3 |
+| <%= image_tag("images/jstoolbar/bt_h1.png", { alt: "Heading 1" }) %> | # Title 1 | Title 1 |
+| <%= image_tag("images/jstoolbar/bt_h2.png", { alt: "Heading 2" }) %> | ## Title 2 | Title 2 |
+| <%= image_tag("images/jstoolbar/bt_h3.png", { alt: "Heading 3" }) %> | ### Title 3 | Title 3 |
| Links (more) |
| http://foo.bar | http://foo.bar |
| [Foo](http://foo.bar) | Foo |
| Redmine links (more) |
- | [[Wiki page]] | Wiki page |
+| <%= image_tag("images/jstoolbar/bt_link.png", { alt: "Link to a Wiki page" }) %> | [[Wiki page]] | Wiki page |
| Issue #12 | Issue #12 |
| ##12 | Bug #12: The issue subject |
| Revision r43 | Revision r43 |
@@ -53,7 +53,7 @@
| source:some/file | source:some/file |
| Inline images (more) |
- |  | |
+| <%= image_tag("images/jstoolbar/bt_img.png", { alt: "Image" }) %> |  | |
|  | |
| Tables |
diff --git a/app/views/help/wiki_syntax/markdown/ca/wiki_syntax_markdown.html.erb b/app/views/help/wiki_syntax/markdown/ca/wiki_syntax_markdown.html.erb
index c6d58beb5..a8b0dd02d 100644
--- a/app/views/help/wiki_syntax/markdown/ca/wiki_syntax_markdown.html.erb
+++ b/app/views/help/wiki_syntax/markdown/ca/wiki_syntax_markdown.html.erb
@@ -11,12 +11,12 @@
| Font Styles (more) |
- | **Negreta** | Negreta |
- | *Cursiva* | Cursiva |
- | _Underline_ | Underline |
- | ~~Eliminat~~ | Eliminat |
- | `Codi en línia` | Codi en línia |
- | ``` linies de codi ``` |
+ |
|---|
| <%= image_tag("images/jstoolbar/bt_strong.png", { alt: "Negreta" }) %> | **Negreta** | Negreta |
+| <%= image_tag("images/jstoolbar/bt_em.png", { alt: "Cursiva" }) %> | *Cursiva* | Cursiva |
+| <%= image_tag("images/jstoolbar/bt_ins.png", { alt: "Underline" }) %> | _Underline_ | Underline |
+| <%= image_tag("images/jstoolbar/bt_del.png", { alt: "Eliminat" }) %> | ~~Eliminat~~ | Eliminat |
+| <%= image_tag("images/jstoolbar/bt_code.png", { alt: "Codi en línia" }) %> | `Codi en línia` | Codi en línia |
+| <%= image_tag("images/jstoolbar/bt_pre.png", { alt: "Linies de codi" }) %> | ``` linies de codi ``` |
linies
de codi
@@ -24,7 +24,7 @@
|
| Highlighted code (more | supported languages) |
- | ``` ruby 3.times do puts 'Hello' end ``` |
+ |
|---|
| <%= image_tag("images/jstoolbar/bt_precode.png", { alt: "Highlighted code" }) %> | ``` ruby 3.times do puts 'Hello' end ``` |
3.times do
puts 'Hello'
end
@@ -32,20 +32,20 @@
|
| Llistes |
- | * Article 1 * Sub * Article 2 | |
- | 1. Article 1 1. Sub 2. Article 2 | - Article 1
- Sub
- Article 2
|
+| <%= image_tag("images/jstoolbar/bt_ul.png", { alt: "Llista desordenada" }) %> | * Article 1 * Sub * Article 2 | |
+| <%= image_tag("images/jstoolbar/bt_ol.png", { alt: "Llista Ordenada" }) %> | 1. Article 1 1. Sub 2. Article 2 | - Article 1
- Sub
- Article 2
|
| Capçaleres (more) |
- | # Títol 1 | Títol 1 |
- | ## Títol 2 | Títol 2 |
- | ### Títol 3 | Títol 3 |
+| <%= image_tag("images/jstoolbar/bt_h1.png", { alt: "Encapçament 1" }) %> | # Títol 1 | Títol 1 |
+| <%= image_tag("images/jstoolbar/bt_h2.png", { alt: "Encapçament 2" }) %> | ## Títol 2 | Títol 2 |
+| <%= image_tag("images/jstoolbar/bt_h3.png", { alt: "Encapçament 3" }) %> | ### Títol 3 | Títol 3 |
| Links (more) |
| http://foo.bar | http://foo.bar |
| [Foo](http://foo.bar) | Foo |
| Redmine links (more) |
- | [[Pagina Wiki]] | Pagina Wiki |
+| <%= image_tag("images/jstoolbar/bt_link.png", { alt: "Link a la pagina Wiki" }) %> | [[Pagina Wiki]] | Pagina Wiki |
| Assumpte #12 | Assumpte #12 |
| ##12 | Bug #12: The issue subject |
| Revisió r43 | Revisió r43 |
@@ -53,7 +53,7 @@
| source:some/file | source:some/file |
| Imatges (more) |
- |  | |
+| <%= image_tag("images/jstoolbar/bt_img.png", { alt: "Imatge" }) %> |  | |
|  | |
| Taules |
diff --git a/app/views/help/wiki_syntax/markdown/cs/wiki_syntax_markdown.html.erb b/app/views/help/wiki_syntax/markdown/cs/wiki_syntax_markdown.html.erb
index 53857cd00..9c4e40f12 100644
--- a/app/views/help/wiki_syntax/markdown/cs/wiki_syntax_markdown.html.erb
+++ b/app/views/help/wiki_syntax/markdown/cs/wiki_syntax_markdown.html.erb
@@ -11,12 +11,12 @@
| Styly písma (více) |
- | **tučný** | tučný |
- | *kurzíva* | kurzíva |
- | _podtržený_ | podtržený |
- | ~~přeškrtnutý~~ | Přeškrtnutý |
- | `vnořený kód` | vnořený kód |
- | ``` řádky kódu ``` |
+ |
|---|
| <%= image_tag("images/jstoolbar/bt_strong.png", { alt: "tučný" }) %> | **tučný** | tučný |
+| <%= image_tag("images/jstoolbar/bt_em.png", { alt: "kurzíva" }) %> | *kurzíva* | kurzíva |
+| <%= image_tag("images/jstoolbar/bt_ins.png", { alt: "podtržený" }) %> | _podtržený_ | podtržený |
+| <%= image_tag("images/jstoolbar/bt_del.png", { alt: "smazaný" }) %> | ~~přeškrtnutý~~ | Přeškrtnutý |
+| <%= image_tag("images/jstoolbar/bt_code.png", { alt: "vnořený kód" }) %> | `vnořený kód` | vnořený kód |
+| <%= image_tag("images/jstoolbar/bt_pre.png", { alt: "předformátovaný text" }) %> | ``` řádky kódu ``` |
řádky
kódu
@@ -24,7 +24,7 @@
|
| Zvýrazněný kód (více | podporované jazyky) |
- | ``` ruby 3.times do puts 'Ahoj' end ``` |
+ |
|---|
| <%= image_tag("images/jstoolbar/bt_precode.png", { alt: "Highlighted code" }) %> | ``` ruby 3.times do puts 'Ahoj' end ``` |
3.times do
puts 'Ahoj'
end
@@ -32,20 +32,20 @@
|
| Seznamy |
- | * Položka 1 * Pod * Položka 2 | |
- | 1. Položka 1 1. Pod 2. Položka 2 | - Položka 1
- Pod
- Položka 2
|
+| <%= image_tag("images/jstoolbar/bt_ul.png", { alt: "Nesetříděný seznam" }) %> | * Položka 1 * Pod * Položka 2 | |
+| <%= image_tag("images/jstoolbar/bt_ol.png", { alt: "Setříděný seznam" }) %> | 1. Položka 1 1. Pod 2. Položka 2 | - Položka 1
- Pod
- Položka 2
|
| Nadpisy (více) |
- | # Nadpis 1 | Nadpis 1 |
- | ## Nadpis 2 | Nadpis 2 |
- | ### Nadpis 3 | Nadpis 3 |
+| <%= image_tag("images/jstoolbar/bt_h1.png", { alt: "Heading 1" }) %> | # Nadpis 1 | Nadpis 1 |
+| <%= image_tag("images/jstoolbar/bt_h2.png", { alt: "Heading 2" }) %> | ## Nadpis 2 | Nadpis 2 |
+| <%= image_tag("images/jstoolbar/bt_h3.png", { alt: "Heading 3" }) %> | ### Nadpis 3 | Nadpis 3 |
| Odkazy (more) |
| http://foo.bar | http://foo.bar |
| [Odkaz](http://foo.bar) | Foo |
| Redmine odkazy (více) |
- | [[Wiki stránka]] | Wiki stránka |
+| <%= image_tag("images/jstoolbar/bt_link.png", { alt: "Link to a Wiki page" }) %> | [[Wiki stránka]] | Wiki stránka |
| Úkol #12 | Úkol #12 |
| ##12 | Úkol #12: Předmět úkolu |
| Revize r43 | Revize r43 |
@@ -53,7 +53,7 @@
| source:some/file | source:some/file |
| Vnořené obrázky (more) |
- |  | |
+| <%= image_tag("images/jstoolbar/bt_img.png", { alt: "Obrázek" }) %> |  | |
|  | |
| Tabulky |
diff --git a/app/views/help/wiki_syntax/markdown/de/wiki_syntax_markdown.html.erb b/app/views/help/wiki_syntax/markdown/de/wiki_syntax_markdown.html.erb
index 420c486af..dfec94c5f 100644
--- a/app/views/help/wiki_syntax/markdown/de/wiki_syntax_markdown.html.erb
+++ b/app/views/help/wiki_syntax/markdown/de/wiki_syntax_markdown.html.erb
@@ -11,12 +11,12 @@
| Schriftarten (mehr) |
- | **Fett** | Fett |
- | *Kursiv* | Kursiv |
- | _Unterstrichen_ | Unterstrichen |
- | ~~Durchgestrichen~~ | Durchgestrichen |
- | `Inline Code` | Inline Code |
- | ``` vorformatierte Textzeilen ``` |
+ |
|---|
| <%= image_tag("images/jstoolbar/bt_strong.png", { alt: "Fett" }) %> | **Fett** | Fett |
+| <%= image_tag("images/jstoolbar/bt_em.png", { alt: "Kursiv" }) %> | *Kursiv* | Kursiv |
+| <%= image_tag("images/jstoolbar/bt_ins.png", { alt: "Unterstrichen" }) %> | _Unterstrichen_ | Unterstrichen |
+| <%= image_tag("images/jstoolbar/bt_del.png", { alt: "Durchgestrichen" }) %> | ~~Durchgestrichen~~ | Durchgestrichen |
+| <%= image_tag("jstoolbar/bt_code.png", { alt: "Inline code" }) %> | `Inline Code` | Inline Code |
+| <%= image_tag("images/jstoolbar/bt_pre.png", { alt: "Vorformatiertert Text" }) %> | ``` vorformatierte Textzeilen ``` |
vorformatierte
Textzeilen
@@ -24,7 +24,7 @@
|
| Hervorgehobener Programmcode (mehr | Unterstützte Sprachen) |
- | ``` ruby 3.times do puts 'Hello' end ``` |
+ |
|---|
| <%= image_tag("images/jstoolbar/bt_precode.png", { alt: "Highlighted code" }) %> | ``` ruby 3.times do puts 'Hello' end ``` |
3.times do
puts 'Hello'
end
@@ -32,20 +32,20 @@
|
| Listen |
- | * Element 1 * Sub * Element 2 | |
- | 1. Element 1 1. Sub 2. Element 2 | - Element 1
- Sub
- Element 2
|
+| <%= image_tag("images/jstoolbar/bt_ul.png", { alt: "Ungeordnete Liste" }) %> | * Element 1 * Sub * Element 2 | |
+| <%= image_tag("images/jstoolbar/bt_ol.png", { alt: "Geordnete Liste" }) %> | 1. Element 1 1. Sub 2. Element 2 | - Element 1
- Sub
- Element 2
|
| Überschriften (mehr) |
- | # Titel 1 | Titel 1 |
- | ## Titel 2 | Titel 2 |
- | ### Titel 3 | Titel 3 |
+| <%= image_tag("images/jstoolbar/bt_h1.png", { alt: "Überschrift 1" }) %> | # Titel 1 | Titel 1 |
+| <%= image_tag("images/jstoolbar/bt_h2.png", { alt: "Überschrift 2" }) %> | ## Titel 2 | Titel 2 |
+| <%= image_tag("images/jstoolbar/bt_h3.png", { alt: "Überschrift 3" }) %> | ### Titel 3 | Titel 3 |
| Externe Links (mehr) |
| http://foo.bar | http://foo.bar |
| [Foo](http://foo.bar) | Foo |
| Redmine interne Links (mehr) |
- | [[Wiki Seite]] | Wiki Seite |
+| <%= image_tag("images/jstoolbar/bt_link.png", { alt: "Link zu einer Wiki Seite" }) %> | [[Wiki Seite]] | Wiki Seite |
| Ticket #12 | Ticket #12 |
| ##12 | Fehler #12: Titel der Aufgabe |
| Revision r43 | Revision r43 |
@@ -53,7 +53,7 @@
| source:some/file | source:some/file |
| eingebettete Bilder (mehr) |
- |  | |
+| <%= image_tag("images/jstoolbar/bt_img.png", { alt: "Bild" }) %> |  | |
|  | |
| Tabellen |
diff --git a/app/views/help/wiki_syntax/markdown/en/wiki_syntax_markdown.html.erb b/app/views/help/wiki_syntax/markdown/en/wiki_syntax_markdown.html.erb
index cf7056fea..cd5180578 100644
--- a/app/views/help/wiki_syntax/markdown/en/wiki_syntax_markdown.html.erb
+++ b/app/views/help/wiki_syntax/markdown/en/wiki_syntax_markdown.html.erb
@@ -11,12 +11,12 @@
| Font Styles (more) |
- | **Strong** | Strong |
- | *Italic* | Italic |
- | _Underline_ | Underline |
- | ~~Deleted~~ | Deleted |
- | `Inline Code` | Inline Code |
- | ``` lines of code ``` |
+ |
|---|
| <%= image_tag("jstoolbar/bt_strong.png", { alt: "Strong" }) %> | **Strong** | Strong |
+| <%= image_tag("jstoolbar/bt_em.png", { alt: "Italic" }) %> | *Italic* | Italic |
+| <%= image_tag("images/jstoolbar/bt_ins.png", { alt: "Underline" }) %> | _Underline_ | Underline |
+| <%= image_tag("jstoolbar/bt_del.png", { alt: "Deleted" }) %> | ~~Deleted~~ | Deleted |
+| <%= image_tag("jstoolbar/bt_code.png", { alt: "Inline code" }) %> | `Inline Code` | Inline Code |
+| <%= image_tag("jstoolbar/bt_pre.png", { alt: "Preformatted text" }) %> | ``` lines of code ``` |
lines
of code
@@ -24,7 +24,7 @@
|
| Highlighted code (more | supported languages) |
- | ``` ruby 3.times do puts 'Hello' end ``` |
+ |
|---|
| <%= image_tag("images/jstoolbar/bt_precode.png", { alt: "Highlighted code" }) %> | ``` ruby 3.times do puts 'Hello' end ``` |
3.times do
puts 'Hello'
end
@@ -32,20 +32,20 @@
|
| Lists |
- | * Item 1 * Sub * Item 2 | |
- | 1. Item 1 1. Sub 2. Item 2 | - Item 1
- Sub
- Item 2
|
+| <%= image_tag("images/jstoolbar/bt_ul.png", { alt: "Unordered list" }) %> | * Item 1 * Sub * Item 2 | |
+| <%= image_tag("images/jstoolbar/bt_ol.png", { alt: "Ordered list" }) %> | 1. Item 1 1. Sub 2. Item 2 | - Item 1
- Sub
- Item 2
|
| Headings (more) |
- | # Title 1 | Title 1 |
- | ## Title 2 | Title 2 |
- | ### Title 3 | Title 3 |
+| <%= image_tag("images/jstoolbar/bt_h1.png", { alt: "Heading 1" }) %> | # Title 1 | Title 1 |
+| <%= image_tag("images/jstoolbar/bt_h2.png", { alt: "Heading 2" }) %> | ## Title 2 | Title 2 |
+| <%= image_tag("images/jstoolbar/bt_h3.png", { alt: "Heading 3" }) %> | ### Title 3 | Title 3 |
| Links (more) |
| http://foo.bar | http://foo.bar |
| [Foo](http://foo.bar) | Foo |
| Redmine links (more) |
- | [[Wiki page]] | Wiki page |
+| <%= image_tag("images/jstoolbar/bt_link.png", { alt: "Link to a Wiki page" }) %> | [[Wiki page]] | Wiki page |
| Issue #12 | Issue #12 |
| ##12 | Bug #12: The issue subject |
| Revision r43 | Revision r43 |
@@ -53,7 +53,7 @@
| source:some/file | source:some/file |
| Inline images (more) |
- |  | |
+| <%= image_tag("images/jstoolbar/bt_img.png", { alt: "Image" }) %> |  | |
|  | |
| Tables |
diff --git a/app/views/help/wiki_syntax/markdown/es-pa/wiki_syntax_markdown.html.erb b/app/views/help/wiki_syntax/markdown/es-pa/wiki_syntax_markdown.html.erb
index 99d65ae99..71bf89988 100644
--- a/app/views/help/wiki_syntax/markdown/es-pa/wiki_syntax_markdown.html.erb
+++ b/app/views/help/wiki_syntax/markdown/es-pa/wiki_syntax_markdown.html.erb
@@ -11,12 +11,12 @@
| Font Styles (more) |
- | **Strong** | Strong |
- | *Italic* | Italic |
- | _Underline_ | Underline |
- | ~~Deleted~~ | Deleted |
- | `Inline Code` | Inline Code |
- | ``` lines of code ``` |
+ |
|---|
| <%= image_tag("jstoolbar/bt_strong.png", { alt: "Strong" }) %> | **Strong** | Strong |
+| <%= image_tag("jstoolbar/bt_em.png", { alt: "Italic" }) %> | *Italic* | Italic |
+| <%= image_tag("images/jstoolbar/bt_ins.png", { alt: "Underline" }) %> | _Underline_ | Underline |
+| <%= image_tag("jstoolbar/bt_del.png", { alt: "Deleted" }) %> | ~~Deleted~~ | Deleted |
+| <%= image_tag("jstoolbar/bt_code.png", { alt: "Inline code" }) %> | `Inline Code` | Inline Code |
+| <%= image_tag("jstoolbar/bt_pre.png", { alt: "Preformatted text" }) %> | ``` lines of code ``` |
lines
of code
@@ -24,7 +24,7 @@
|
| Highlighted code (more | supported languages) |
- | ``` ruby 3.times do puts 'Hello' end ``` |
+ |
|---|
| <%= image_tag("images/jstoolbar/bt_precode.png", { alt: "Código resaltado" }) %> | ``` ruby 3.times do puts 'Hello' end ``` |
3.times do
puts 'Hello'
end
@@ -32,20 +32,20 @@
|
| Lists |
- | * Item 1 * Sub * Item 2 | |
- | 1. Item 1 1. Sub 2. Item 2 | - Item 1
- Sub
- Item 2
|
+| <%= image_tag("images/jstoolbar/bt_ul.png", { alt: "Unordered list" }) %> | * Item 1 * Sub * Item 2 | |
+| <%= image_tag("images/jstoolbar/bt_ol.png", { alt: "Ordered list" }) %> | 1. Item 1 1. Sub 2. Item 2 | - Item 1
- Sub
- Item 2
|
| Headings (more) |
- | # Title 1 | Title 1 |
- | ## Title 2 | Title 2 |
- | ### Title 3 | Title 3 |
+| <%= image_tag("images/jstoolbar/bt_h1.png", { alt: "Heading 1" }) %> | # Title 1 | Title 1 |
+| <%= image_tag("images/jstoolbar/bt_h2.png", { alt: "Heading 2" }) %> | ## Title 2 | Title 2 |
+| <%= image_tag("images/jstoolbar/bt_h3.png", { alt: "Heading 3" }) %> | ### Title 3 | Title 3 |
| Links (more) |
| http://foo.bar | http://foo.bar |
| [Foo](http://foo.bar) | Foo |
| Redmine links (more) |
- | [[Wiki page]] | Wiki page |
+| <%= image_tag("images/jstoolbar/bt_link.png", { alt: "Link to a Wiki page" }) %> | [[Wiki page]] | Wiki page |
| Issue #12 | Issue #12 |
| ##12 | Bug #12: The issue subject |
| Revision r43 | Revision r43 |
@@ -53,7 +53,7 @@
| source:some/file | source:some/file |
| Inline images (more) |
- |  | |
+| <%= image_tag("images/jstoolbar/bt_img.png", { alt: "Image" }) %> |  | |
|  | |
| Tables |
diff --git a/app/views/help/wiki_syntax/markdown/es/wiki_syntax_markdown.html.erb b/app/views/help/wiki_syntax/markdown/es/wiki_syntax_markdown.html.erb
index 99d65ae99..71bf89988 100644
--- a/app/views/help/wiki_syntax/markdown/es/wiki_syntax_markdown.html.erb
+++ b/app/views/help/wiki_syntax/markdown/es/wiki_syntax_markdown.html.erb
@@ -11,12 +11,12 @@
| Font Styles (more) |
- | **Strong** | Strong |
- | *Italic* | Italic |
- | _Underline_ | Underline |
- | ~~Deleted~~ | Deleted |
- | `Inline Code` | Inline Code |
- | ``` lines of code ``` |
+ |
|---|
| <%= image_tag("jstoolbar/bt_strong.png", { alt: "Strong" }) %> | **Strong** | Strong |
+| <%= image_tag("jstoolbar/bt_em.png", { alt: "Italic" }) %> | *Italic* | Italic |
+| <%= image_tag("images/jstoolbar/bt_ins.png", { alt: "Underline" }) %> | _Underline_ | Underline |
+| <%= image_tag("jstoolbar/bt_del.png", { alt: "Deleted" }) %> | ~~Deleted~~ | Deleted |
+| <%= image_tag("jstoolbar/bt_code.png", { alt: "Inline code" }) %> | `Inline Code` | Inline Code |
+| <%= image_tag("jstoolbar/bt_pre.png", { alt: "Preformatted text" }) %> | ``` lines of code ``` |
lines
of code
@@ -24,7 +24,7 @@
|
| Highlighted code (more | supported languages) |
- | ``` ruby 3.times do puts 'Hello' end ``` |
+ |
|---|
| <%= image_tag("images/jstoolbar/bt_precode.png", { alt: "Código resaltado" }) %> | ``` ruby 3.times do puts 'Hello' end ``` |
3.times do
puts 'Hello'
end
@@ -32,20 +32,20 @@
|
| Lists |
- | * Item 1 * Sub * Item 2 | |
- | 1. Item 1 1. Sub 2. Item 2 | - Item 1
- Sub
- Item 2
|
+| <%= image_tag("images/jstoolbar/bt_ul.png", { alt: "Unordered list" }) %> | * Item 1 * Sub * Item 2 | |
+| <%= image_tag("images/jstoolbar/bt_ol.png", { alt: "Ordered list" }) %> | 1. Item 1 1. Sub 2. Item 2 | - Item 1
- Sub
- Item 2
|
| Headings (more) |
- | # Title 1 | Title 1 |
- | ## Title 2 | Title 2 |
- | ### Title 3 | Title 3 |
+| <%= image_tag("images/jstoolbar/bt_h1.png", { alt: "Heading 1" }) %> | # Title 1 | Title 1 |
+| <%= image_tag("images/jstoolbar/bt_h2.png", { alt: "Heading 2" }) %> | ## Title 2 | Title 2 |
+| <%= image_tag("images/jstoolbar/bt_h3.png", { alt: "Heading 3" }) %> | ### Title 3 | Title 3 |
| Links (more) |
| http://foo.bar | http://foo.bar |
| [Foo](http://foo.bar) | Foo |
| Redmine links (more) |
- | [[Wiki page]] | Wiki page |
+| <%= image_tag("images/jstoolbar/bt_link.png", { alt: "Link to a Wiki page" }) %> | [[Wiki page]] | Wiki page |
| Issue #12 | Issue #12 |
| ##12 | Bug #12: The issue subject |
| Revision r43 | Revision r43 |
@@ -53,7 +53,7 @@
| source:some/file | source:some/file |
| Inline images (more) |
- |  | |
+| <%= image_tag("images/jstoolbar/bt_img.png", { alt: "Image" }) %> |  | |
|  | |
| Tables |
diff --git a/app/views/help/wiki_syntax/markdown/fr/wiki_syntax_markdown.html.erb b/app/views/help/wiki_syntax/markdown/fr/wiki_syntax_markdown.html.erb
index f752e75ab..ae155f7f4 100644
--- a/app/views/help/wiki_syntax/markdown/fr/wiki_syntax_markdown.html.erb
+++ b/app/views/help/wiki_syntax/markdown/fr/wiki_syntax_markdown.html.erb
@@ -11,12 +11,12 @@
| Font Styles (more) |
- | **Strong** | Strong |
- | *Italic* | Italic |
- | _Underline_ | Underline |
- | ~~Deleted~~ | Deleted |
- | `Inline Code` | Inline Code |
- | ``` lines of code ``` |
+ |
|---|
| <%= image_tag("jstoolbar/bt_strong.png", { alt: "Strong" }) %> | **Strong** | Strong |
+| <%= image_tag("jstoolbar/bt_em.png", { alt: "Italic" }) %> | *Italic* | Italic |
+| <%= image_tag("images/jstoolbar/bt_ins.png", { alt: "Underline" }) %> | _Underline_ | Underline |
+| <%= image_tag("jstoolbar/bt_del.png", { alt: "Deleted" }) %> | ~~Deleted~~ | Deleted |
+| <%= image_tag("jstoolbar/bt_code.png", { alt: "Inline code" }) %> | `Inline Code` | Inline Code |
+| <%= image_tag("jstoolbar/bt_pre.png", { alt: "Preformatted text" }) %> | ``` lines of code ``` |
lines
of code
@@ -24,7 +24,7 @@
|
| Highlighted code (more | supported languages) |
- | ``` ruby 3.times do puts 'Hello' end ``` |
+ |
|---|
| <%= image_tag("images/jstoolbar/bt_precode.png", { alt: "Code colorisé" }) %> | ``` ruby 3.times do puts 'Hello' end ``` |
3.times do
puts 'Hello'
end
@@ -32,20 +32,20 @@
|
| Lists |
- | * Item 1 * Sub * Item 2 | |
- | 1. Item 1 1. Sub 2. Item 2 | - Item 1
- Sub
- Item 2
|
+| <%= image_tag("images/jstoolbar/bt_ul.png", { alt: "Unordered list" }) %> | * Item 1 * Sub * Item 2 | |
+| <%= image_tag("images/jstoolbar/bt_ol.png", { alt: "Ordered list" }) %> | 1. Item 1 1. Sub 2. Item 2 | - Item 1
- Sub
- Item 2
|
| Headings (more) |
- | # Title 1 | Title 1 |
- | ## Title 2 | Title 2 |
- | ### Title 3 | Title 3 |
+| <%= image_tag("images/jstoolbar/bt_h1.png", { alt: "Heading 1" }) %> | # Title 1 | Title 1 |
+| <%= image_tag("images/jstoolbar/bt_h2.png", { alt: "Heading 2" }) %> | ## Title 2 | Title 2 |
+| <%= image_tag("images/jstoolbar/bt_h3.png", { alt: "Heading 3" }) %> | ### Title 3 | Title 3 |
| Links (more) |
| http://foo.bar | http://foo.bar |
| [Foo](http://foo.bar) | Foo |
| Redmine links (more) |
- | [[Wiki page]] | Wiki page |
+| <%= image_tag("images/jstoolbar/bt_link.png", { alt: "Link to a Wiki page" }) %> | [[Wiki page]] | Wiki page |
| Issue #12 | Issue #12 |
| ##12 | Bug #12: The issue subject |
| Revision r43 | Revision r43 |
@@ -53,7 +53,7 @@
| source:some/file | source:some/file |
| Inline images (more) |
- |  | |
+| <%= image_tag("images/jstoolbar/bt_img.png", { alt: "Image" }) %> |  | |
|  | |
| Tables |
diff --git a/app/views/help/wiki_syntax/markdown/gl/wiki_syntax_markdown.html.erb b/app/views/help/wiki_syntax/markdown/gl/wiki_syntax_markdown.html.erb
index 99d65ae99..71bf89988 100644
--- a/app/views/help/wiki_syntax/markdown/gl/wiki_syntax_markdown.html.erb
+++ b/app/views/help/wiki_syntax/markdown/gl/wiki_syntax_markdown.html.erb
@@ -11,12 +11,12 @@
| Font Styles (more) |
- | **Strong** | Strong |
- | *Italic* | Italic |
- | _Underline_ | Underline |
- | ~~Deleted~~ | Deleted |
- | `Inline Code` | Inline Code |
- | ``` lines of code ``` |
+ |
|---|
| <%= image_tag("jstoolbar/bt_strong.png", { alt: "Strong" }) %> | **Strong** | Strong |
+| <%= image_tag("jstoolbar/bt_em.png", { alt: "Italic" }) %> | *Italic* | Italic |
+| <%= image_tag("images/jstoolbar/bt_ins.png", { alt: "Underline" }) %> | _Underline_ | Underline |
+| <%= image_tag("jstoolbar/bt_del.png", { alt: "Deleted" }) %> | ~~Deleted~~ | Deleted |
+| <%= image_tag("jstoolbar/bt_code.png", { alt: "Inline code" }) %> | `Inline Code` | Inline Code |
+| <%= image_tag("jstoolbar/bt_pre.png", { alt: "Preformatted text" }) %> | ``` lines of code ``` |
lines
of code
@@ -24,7 +24,7 @@
|
| Highlighted code (more | supported languages) |
- | ``` ruby 3.times do puts 'Hello' end ``` |
+ |
|---|
| <%= image_tag("images/jstoolbar/bt_precode.png", { alt: "Código resaltado" }) %> | ``` ruby 3.times do puts 'Hello' end ``` |
3.times do
puts 'Hello'
end
@@ -32,20 +32,20 @@
|
| Lists |
- | * Item 1 * Sub * Item 2 | |
- | 1. Item 1 1. Sub 2. Item 2 | - Item 1
- Sub
- Item 2
|
+| <%= image_tag("images/jstoolbar/bt_ul.png", { alt: "Unordered list" }) %> | * Item 1 * Sub * Item 2 | |
+| <%= image_tag("images/jstoolbar/bt_ol.png", { alt: "Ordered list" }) %> | 1. Item 1 1. Sub 2. Item 2 | - Item 1
- Sub
- Item 2
|
| Headings (more) |
- | # Title 1 | Title 1 |
- | ## Title 2 | Title 2 |
- | ### Title 3 | Title 3 |
+| <%= image_tag("images/jstoolbar/bt_h1.png", { alt: "Heading 1" }) %> | # Title 1 | Title 1 |
+| <%= image_tag("images/jstoolbar/bt_h2.png", { alt: "Heading 2" }) %> | ## Title 2 | Title 2 |
+| <%= image_tag("images/jstoolbar/bt_h3.png", { alt: "Heading 3" }) %> | ### Title 3 | Title 3 |
| Links (more) |
| http://foo.bar | http://foo.bar |
| [Foo](http://foo.bar) | Foo |
| Redmine links (more) |
- | [[Wiki page]] | Wiki page |
+| <%= image_tag("images/jstoolbar/bt_link.png", { alt: "Link to a Wiki page" }) %> | [[Wiki page]] | Wiki page |
| Issue #12 | Issue #12 |
| ##12 | Bug #12: The issue subject |
| Revision r43 | Revision r43 |
@@ -53,7 +53,7 @@
| source:some/file | source:some/file |
| Inline images (more) |
- |  | |
+| <%= image_tag("images/jstoolbar/bt_img.png", { alt: "Image" }) %> |  | |
|  | |
| Tables |
diff --git a/app/views/help/wiki_syntax/markdown/ja/wiki_syntax_markdown.html.erb b/app/views/help/wiki_syntax/markdown/ja/wiki_syntax_markdown.html.erb
index 58140ef4a..6f126cea9 100644
--- a/app/views/help/wiki_syntax/markdown/ja/wiki_syntax_markdown.html.erb
+++ b/app/views/help/wiki_syntax/markdown/ja/wiki_syntax_markdown.html.erb
@@ -11,11 +11,11 @@
| Font Styles (詳細) |
- | **太字** | 太字 |
- | *斜体* | 斜体 |
- | ~~取り消し線~~ | 取り消し線 |
- | `コード` | コード |
- | ``` 複数行の コード ``` |
+ |
|---|
| <%= image_tag("images/jstoolbar/bt_strong.png", { alt: "太字" }) %> | **太字** | 太字 |
+| <%= image_tag("images/jstoolbar/bt_em.png", { alt: "斜体" }) %> | *斜体* | 斜体 |
+| <%= image_tag("images/jstoolbar/bt_del.png", { alt: "取り消し線" }) %> | ~~取り消し線~~ | 取り消し線 |
+| <%= image_tag("images/jstoolbar/bt_code.png", { alt: "コード" }) %> | `コード` | コード |
+| <%= image_tag("images/jstoolbar/bt_pre.png", { alt: "整形済みテキスト" }) %> | ``` 複数行の コード ``` |
複数行の
コード
@@ -23,7 +23,7 @@
|
| コードハイライト (詳細 | 対応言語) |
- | ``` ruby 3.times do puts 'Hello' end ``` |
+ |
|---|
| <%= image_tag("images/jstoolbar/bt_precode.png", { alt: "コードハイライト" }) %> | ``` ruby 3.times do puts 'Hello' end ``` |
3.times do
puts 'Hello'
end
@@ -31,20 +31,20 @@
|
| リスト |
- | * 項目1 * 下位階層の項目 * 項目2 | |
- | 1. 項目1 1. 下位階層の項目 2. 項目2 | - 項目1
- 下位階層の項目
- 項目2
|
+| <%= image_tag("images/jstoolbar/bt_ul.png", { alt: "リスト" }) %> | * 項目1 * 下位階層の項目 * 項目2 | |
+| <%= image_tag("images/jstoolbar/bt_ol.png", { alt: "順序付きリスト" }) %> | 1. 項目1 1. 下位階層の項目 2. 項目2 | - 項目1
- 下位階層の項目
- 項目2
|
| 見出し (詳細) |
- | # タイトル1 | タイトル1 |
- | ## タイトル2 | タイトル2 |
- | ### タイトル3 | タイトル3 |
+| <%= image_tag("images/jstoolbar/bt_h1.png", { alt: "Heading 1" }) %> | # タイトル1 | タイトル1 |
+| <%= image_tag("images/jstoolbar/bt_h2.png", { alt: "Heading 2" }) %> | ## タイトル2 | タイトル2 |
+| <%= image_tag("images/jstoolbar/bt_h3.png", { alt: "Heading 3" }) %> | ### タイトル3 | タイトル3 |
| リンク (詳細) |
| http://foo.bar | http://foo.bar |
| [Foo](http://foo.bar) | Foo |
| Redmine内のリンク (詳細) |
- | [[Wiki page]] | Wiki page |
+| <%= image_tag("images/jstoolbar/bt_link.png", { alt: "Wikiページへのリンク" }) %> | [[Wiki page]] | Wiki page |
| チケット #12 | チケット #12 |
| ##12 | Bug #12: The issue subject |
| リビジョン r43 | リビジョン r43 |
@@ -52,7 +52,7 @@
| source:some/file | source:some/file |
| 画像 (詳細) |
- |  | |
+| <%= image_tag("images/jstoolbar/bt_img.png", { alt: "Image" }) %> |  | |
|  | |
| Tables |
diff --git a/app/views/help/wiki_syntax/markdown/ko/wiki_syntax_markdown.html.erb b/app/views/help/wiki_syntax/markdown/ko/wiki_syntax_markdown.html.erb
index 2e17c1f48..a28ac5d10 100644
--- a/app/views/help/wiki_syntax/markdown/ko/wiki_syntax_markdown.html.erb
+++ b/app/views/help/wiki_syntax/markdown/ko/wiki_syntax_markdown.html.erb
@@ -11,12 +11,12 @@
| Font Styles (more) |
- | **Strong** | Strong |
- | *Italic* | Italic |
- | _Underline_ | Underline |
- | ~~Deleted~~ | Deleted |
- | `Inline Code` | Inline Code |
- | ``` lines of code ``` |
+ |
|---|
| <%= image_tag("jstoolbar/bt_strong.png", { alt: "Strong" }) %> | **Strong** | Strong |
+| <%= image_tag("jstoolbar/bt_em.png", { alt: "Italic" }) %> | *Italic* | Italic |
+| <%= image_tag("images/jstoolbar/bt_ins.png", { alt: "Underline" }) %> | _Underline_ | Underline |
+| <%= image_tag("jstoolbar/bt_del.png", { alt: "Deleted" }) %> | ~~Deleted~~ | Deleted |
+| <%= image_tag("jstoolbar/bt_code.png", { alt: "Inline code" }) %> | `Inline Code` | Inline Code |
+| <%= image_tag("jstoolbar/bt_pre.png", { alt: "Preformatted text" }) %> | ``` lines of code ``` |
lines
of code
@@ -24,7 +24,7 @@
|
| Highlighted code (more | supported languages) |
- | ``` ruby 3.times do puts 'Hello' end ``` |
+ |
|---|
| <%= image_tag("images/jstoolbar/bt_precode.png", { alt: "색상화한 코드" }) %> | ``` ruby 3.times do puts 'Hello' end ``` |
3.times do
puts 'Hello'
end
@@ -32,20 +32,20 @@
|
| Lists |
- | * Item 1 * Sub * Item 2 | |
- | 1. Item 1 1. Sub 2. Item 2 | - Item 1
- Sub
- Item 2
|
+| <%= image_tag("images/jstoolbar/bt_ul.png", { alt: "Unordered list" }) %> | * Item 1 * Sub * Item 2 | |
+| <%= image_tag("images/jstoolbar/bt_ol.png", { alt: "Ordered list" }) %> | 1. Item 1 1. Sub 2. Item 2 | - Item 1
- Sub
- Item 2
|
| Headings (more) |
- | # Title 1 | Title 1 |
- | ## Title 2 | Title 2 |
- | ### Title 3 | Title 3 |
+| <%= image_tag("images/jstoolbar/bt_h1.png", { alt: "Heading 1" }) %> | # Title 1 | Title 1 |
+| <%= image_tag("images/jstoolbar/bt_h2.png", { alt: "Heading 2" }) %> | ## Title 2 | Title 2 |
+| <%= image_tag("images/jstoolbar/bt_h3.png", { alt: "Heading 3" }) %> | ### Title 3 | Title 3 |
| Links (more) |
| http://foo.bar | http://foo.bar |
| [Foo](http://foo.bar) | Foo |
| Redmine links (more) |
- | [[Wiki page]] | Wiki page |
+| <%= image_tag("images/jstoolbar/bt_link.png", { alt: "Link to a Wiki page" }) %> | [[Wiki page]] | Wiki page |
| Issue #12 | Issue #12 |
| ##12 | Bug #12: The issue subject |
| Revision r43 | Revision r43 |
@@ -53,7 +53,7 @@
| source:some/file | source:some/file |
| Inline images (more) |
- |  | |
+| <%= image_tag("images/jstoolbar/bt_img.png", { alt: "Image" }) %> |  | |
|  | |
| Tables |
diff --git a/app/views/help/wiki_syntax/markdown/nl/wiki_syntax_markdown.html.erb b/app/views/help/wiki_syntax/markdown/nl/wiki_syntax_markdown.html.erb
index 96b98e700..cb391813b 100644
--- a/app/views/help/wiki_syntax/markdown/nl/wiki_syntax_markdown.html.erb
+++ b/app/views/help/wiki_syntax/markdown/nl/wiki_syntax_markdown.html.erb
@@ -11,12 +11,12 @@
| Font Styles (more) |
- | **Strong** | Strong |
- | *Italic* | Italic |
- | _Underline_ | Underline |
- | ~~Deleted~~ | Deleted |
- | `Inline Code` | Inline Code |
- | ``` lines of code ``` |
+ |
|---|
| <%= image_tag("jstoolbar/bt_strong.png", { alt: "Strong" }) %> | **Strong** | Strong |
+| <%= image_tag("jstoolbar/bt_em.png", { alt: "Italic" }) %> | *Italic* | Italic |
+| <%= image_tag("images/jstoolbar/bt_ins.png", { alt: "Underline" }) %> | _Underline_ | Underline |
+| <%= image_tag("jstoolbar/bt_del.png", { alt: "Deleted" }) %> | ~~Deleted~~ | Deleted |
+| <%= image_tag("jstoolbar/bt_code.png", { alt: "Inline code" }) %> | `Inline Code` | Inline Code |
+| <%= image_tag("jstoolbar/bt_pre.png", { alt: "Preformatted text" }) %> | ``` lines of code ``` |
lines
of code
@@ -24,7 +24,7 @@
|
| Highlighted code (more | supported languages) |
- | ``` ruby 3.times do puts 'Hello' end ``` |
+ |
|---|
| <%= image_tag("images/jstoolbar/bt_precode.png", { alt: "Gemarkeerde code" }) %> | ``` ruby 3.times do puts 'Hello' end ``` |
3.times do
puts 'Hello'
end
@@ -32,20 +32,20 @@
|
| Lists |
- | * Item 1 * Sub * Item 2 | |
- | 1. Item 1 1. Sub 2. Item 2 | - Item 1
- Sub
- Item 2
|
+| <%= image_tag("images/jstoolbar/bt_ul.png", { alt: "Unordered list" }) %> | * Item 1 * Sub * Item 2 | |
+| <%= image_tag("images/jstoolbar/bt_ol.png", { alt: "Ordered list" }) %> | 1. Item 1 1. Sub 2. Item 2 | - Item 1
- Sub
- Item 2
|
| Headings (more) |
- | # Title 1 | Title 1 |
- | ## Title 2 | Title 2 |
- | ### Title 3 | Title 3 |
+| <%= image_tag("images/jstoolbar/bt_h1.png", { alt: "Heading 1" }) %> | # Title 1 | Title 1 |
+| <%= image_tag("images/jstoolbar/bt_h2.png", { alt: "Heading 2" }) %> | ## Title 2 | Title 2 |
+| <%= image_tag("images/jstoolbar/bt_h3.png", { alt: "Heading 3" }) %> | ### Title 3 | Title 3 |
| Links (more) |
| http://foo.bar | http://foo.bar |
| [Foo](http://foo.bar) | Foo |
| Redmine links (more) |
- | [[Wiki page]] | Wiki page |
+| <%= image_tag("images/jstoolbar/bt_link.png", { alt: "Link to a Wiki page" }) %> | [[Wiki page]] | Wiki page |
| Issue #12 | Issue #12 |
| ##12 | Bug #12: The issue subject |
| Revision r43 | Revision r43 |
@@ -53,7 +53,7 @@
| source:some/file | source:some/file |
| Inline images (more) |
- |  | |
+| <%= image_tag("images/jstoolbar/bt_img.png", { alt: "Image" }) %> |  | |
|  | |
| Tables |
diff --git a/app/views/help/wiki_syntax/markdown/pt-br/wiki_syntax_markdown.html.erb b/app/views/help/wiki_syntax/markdown/pt-br/wiki_syntax_markdown.html.erb
index 845a857b3..3b4e5078b 100644
--- a/app/views/help/wiki_syntax/markdown/pt-br/wiki_syntax_markdown.html.erb
+++ b/app/views/help/wiki_syntax/markdown/pt-br/wiki_syntax_markdown.html.erb
@@ -11,12 +11,12 @@
| Estilos de Fonte (more) |
- | **Negrito** | Negrito |
- | *Itálico* | Itálico |
- | _Sublinhado_ | Sublinhado |
- | ~~Tachado~~ | Tachado |
- | `Código Inline` | Código Inline |
- | ``` linhas de código ``` |
+ |
|---|
| <%= image_tag("jstoolbar/bt_strong.png", { alt: "Strong" }) %> | **Negrito** | Negrito |
+| <%= image_tag("jstoolbar/bt_em.png", { alt: "Italic" }) %> | *Itálico* | Itálico |
+| <%= image_tag("images/jstoolbar/bt_ins.png", { alt: "Underline" }) %> | _Sublinhado_ | Sublinhado |
+| <%= image_tag("jstoolbar/bt_del.png", { alt: "Deleted" }) %> | ~~Tachado~~ | Tachado |
+| <%= image_tag("jstoolbar/bt_code.png", { alt: "Inline code" }) %> | `Código Inline` | Código Inline |
+| <%= image_tag("jstoolbar/bt_pre.png", { alt: "Preformatted text" }) %> | ``` linhas de código ``` |
linhas
de código
@@ -24,7 +24,7 @@
|
| Highlighted code (more | supported languages) |
- | ``` ruby 3.times do puts 'Hello' end ``` |
+ |
|---|
| <%= image_tag("images/jstoolbar/bt_precode.png", { alt: "Highlighted code" }) %> | ``` ruby 3.times do puts 'Hello' end ``` |
3.times do
puts 'Hello'
end
@@ -32,20 +32,20 @@
|
| Listas |
- | * Item 1 * Sub * Item 2 | |
- | 1. Item 1 1. Sub 2. Item 2 | - Item 1
- Sub
- Item 2
|
+| <%= image_tag("images/jstoolbar/bt_ul.png", { alt: "Unordered list" }) %> | * Item 1 * Sub * Item 2 | |
+| <%= image_tag("images/jstoolbar/bt_ol.png", { alt: "Ordered list" }) %> | 1. Item 1 1. Sub 2. Item 2 | - Item 1
- Sub
- Item 2
|
| Cabeçalhos (more) |
- | # Título 1 | Título 1 |
- | ## Título 2 | Título 2 |
- | ### Título 3 | Título 3 |
+| <%= image_tag("images/jstoolbar/bt_h1.png", { alt: "Heading 1" }) %> | # Título 1 | Título 1 |
+| <%= image_tag("images/jstoolbar/bt_h2.png", { alt: "Heading 2" }) %> | ## Título 2 | Título 2 |
+| <%= image_tag("images/jstoolbar/bt_h3.png", { alt: "Heading 3" }) %> | ### Título 3 | Título 3 |
| Links (more) |
| http://foo.bar | http://foo.bar |
| [Foo](http://foo.bar) | Foo |
| Links do Redmine (more) |
- | [[Página Wiki]] | Página Wiki |
+| <%= image_tag("images/jstoolbar/bt_link.png", { alt: "Link to a Wiki page" }) %> | [[Página Wiki]] | Página Wiki |
| Tarefa #12 | Tarefa #12 |
| ##12 | Bug #12: Título da tarefa |
| Revisão r43 | Revisão r43 |
@@ -53,7 +53,7 @@
| source:algum/arquivo | source:algum/arquivo |
| Imagens inline (more) |
- |  | |
+| <%= image_tag("images/jstoolbar/bt_img.png", { alt: "Image" }) %> |  | |
|  | |
| Tabelas |
diff --git a/app/views/help/wiki_syntax/markdown/ta-in/wiki_syntax_markdown.html.erb b/app/views/help/wiki_syntax/markdown/ta-in/wiki_syntax_markdown.html.erb
index b06e57d2f..5e508a0ae 100644
--- a/app/views/help/wiki_syntax/markdown/ta-in/wiki_syntax_markdown.html.erb
+++ b/app/views/help/wiki_syntax/markdown/ta-in/wiki_syntax_markdown.html.erb
@@ -11,12 +11,12 @@
| எழுத்துரு பாங்குகள் (மேலும்) |
- | **வலுவான** | வலுவான |
- | *சாய்வு* | சாய்வு |
- | _அடிக்கோடிட்டு_ | அடிக்கோடிட்டு |
- | ~~நீக்கப்பட்டது~~ | நீக்கப்பட்டது |
- | `இன்லைன் குறியீடு` | இன்லைன் குறியீடு |
- | ``` கோடுகள் குறியீடு ``` |
+ |
|---|
| <%= image_tag("jstoolbar/bt_strong.png", { alt: "Strong" }) %> | **வலுவான** | வலுவான |
+| <%= image_tag("jstoolbar/bt_em.png", { alt: "Italic" }) %> | *சாய்வு* | சாய்வு |
+| <%= image_tag("images/jstoolbar/bt_ins.png", { alt: "Underline" }) %> | _அடிக்கோடிட்டு_ | அடிக்கோடிட்டு |
+| <%= image_tag("jstoolbar/bt_del.png", { alt: "Deleted" }) %> | ~~நீக்கப்பட்டது~~ | நீக்கப்பட்டது |
+| <%= image_tag("jstoolbar/bt_code.png", { alt: "Inline code" }) %> | `இன்லைன் குறியீடு` | இன்லைன் குறியீடு |
+| <%= image_tag("jstoolbar/bt_pre.png", { alt: "Preformatted text" }) %> | ``` கோடுகள் குறியீடு ``` |
கோடுகள்
குறியீடு
@@ -24,7 +24,7 @@
|
| சிறப்பம்சமாக குறியீடு (மேலும் | supported languages) |
- | ``` ruby 3.times do puts 'Hello' end ``` |
+ |
|---|
| <%= image_tag("images/jstoolbar/bt_precode.png", { alt: "Highlighted code" }) %> | ``` ruby 3.times do puts 'Hello' end ``` |
3.times do
puts 'Hello'
end
@@ -32,20 +32,20 @@
|
| பட்டியல்கள் |
- | * பொருள் 1 * துணை * பொருள் 2 | |
- | 1. பொருள் 1 1. துணை 2. பொருள் 2 | - பொருள் 1
- துணை
- பொருள் 2
|
+| <%= image_tag("images/jstoolbar/bt_ul.png", { alt: "Unordered list" }) %> | * பொருள் 1 * துணை * பொருள் 2 | |
+| <%= image_tag("images/jstoolbar/bt_ol.png", { alt: "Ordered list" }) %> | 1. பொருள் 1 1. துணை 2. பொருள் 2 | - பொருள் 1
- துணை
- பொருள் 2
|
| தலைப்புகள்(மேலும்) |
- | # தலைப்பு 1 | தலைப்பு 1 |
- | ## தலைப்பு 2 | தலைப்பு 2 |
- | ### தலைப்பு 3 | தலைப்பு 3 |
+| <%= image_tag("images/jstoolbar/bt_h1.png", { alt: "Heading 1" }) %> | # தலைப்பு 1 | தலைப்பு 1 |
+| <%= image_tag("images/jstoolbar/bt_h2.png", { alt: "Heading 2" }) %> | ## தலைப்பு 2 | தலைப்பு 2 |
+| <%= image_tag("images/jstoolbar/bt_h3.png", { alt: "Heading 3" }) %> | ### தலைப்பு 3 | தலைப்பு 3 |
| இணைப்புகள் (மேலும்) |
| http://foo.bar | http://foo.bar |
| [Foo](http://foo.bar) | Foo |
| Redmine இணைப்புகள் (மேலும்) |
- | [[Wiki page]] | Wiki page |
+| <%= image_tag("images/jstoolbar/bt_link.png", { alt: "Link to a Wiki page" }) %> | [[Wiki page]] | Wiki page |
| சிக்கல்கள் #12 | சிக்கல்கள் #12 |
| ##12 | Bug #12: The issue subject |
| திருத்தம் r43 | திருத்தம் r43 |
@@ -53,7 +53,7 @@
| source:some/file | source:some/file |
| இன்லைன் படங்கள் (மேலும) |
- |  | |
+| <%= image_tag("images/jstoolbar/bt_img.png", { alt: "Image" }) %> |  | |
|  | |
| அட்டவணை |
diff --git a/app/views/help/wiki_syntax/markdown/uk/wiki_syntax_markdown.html.erb b/app/views/help/wiki_syntax/markdown/uk/wiki_syntax_markdown.html.erb
index d79d169ab..47f7ed44e 100644
--- a/app/views/help/wiki_syntax/markdown/uk/wiki_syntax_markdown.html.erb
+++ b/app/views/help/wiki_syntax/markdown/uk/wiki_syntax_markdown.html.erb
@@ -11,11 +11,11 @@
| Cтилі шрифтів (more) |
- | **Жирний** | Жирний |
- | *Курсив* | Курсив |
- | ~~Закреслений~~ | Закреслений |
- | `Інлайн код` | Інлайн код |
- | ``` Попередньо відформатований текст ``` |
+ |
|---|
| <%= image_tag("images/jstoolbar/bt_strong.png", { alt: "Жирний" }) %> | **Жирний** | Жирний |
+| <%= image_tag("images/jstoolbar/bt_em.png", { alt: "Курсив" }) %> | *Курсив* | Курсив |
+| <%= image_tag("images/jstoolbar/bt_del.png", { alt: "Закреслений" }) %> | ~~Закреслений~~ | Закреслений |
+| <%= image_tag("images/jstoolbar/bt_code.png", { alt: "Інлайн код" }) %> | `Інлайн код` | Інлайн код |
+| <%= image_tag("images/jstoolbar/bt_pre.png", { alt: "Попередньо відформатований текст" }) %> | ``` Попередньо відформатований текст ``` |
Попередньо
відформатований
@@ -24,7 +24,7 @@
|
| иділений код (more | supported languages) |
- | ``` ruby 3.times do puts 'Hello' end ``` |
+ |
|---|
| <%= image_tag("images/jstoolbar/bt_precode.png", { alt: "Виділений код" }) %> | ``` ruby 3.times do puts 'Hello' end ``` |
3.times do
puts 'Hello'
end
@@ -32,20 +32,20 @@
|
| Списки |
- | * Пункт * Підпункт * Пункт | |
- | 1. Пункт 1. Підпункт 2. Пункт | - Пункт
- Підпункт
- Пункт
|
+| <%= image_tag("images/jstoolbar/bt_ul.png", { alt: "Ненумерованний список" }) %> | * Пункт * Підпункт * Пункт | |
+| <%= image_tag("images/jstoolbar/bt_ol.png", { alt: "Нумерований список" }) %> | 1. Пункт 1. Підпункт 2. Пункт | - Пункт
- Підпункт
- Пункт
|
| Заголовоки (more) |
- | # Заголовок 1 | Заголовок 1 |
- | ## Заголовок 2 | Заголовок 2 |
- | ### Заголовок 3 | Заголовок 3 |
+| <%= image_tag("images/jstoolbar/bt_h1.png", { alt: "Заголовок 1" }) %> | # Заголовок 1 | Заголовок 1 |
+| <%= image_tag("images/jstoolbar/bt_h2.png", { alt: "Заголовок 2" }) %> | ## Заголовок 2 | Заголовок 2 |
+| <%= image_tag("images/jstoolbar/bt_h3.png", { alt: "Заголовок 3" }) %> | ### Заголовок 3 | Заголовок 3 |
| Лінки(посилання) (more) |
| http://foo.bar | http://foo.bar |
| [Foo](http://foo.bar) | Foo |
| Redmine посилання (more) |
- | [[Вікі сторінка]] | Вікі сторінка |
+| <%= image_tag("images/jstoolbar/bt_link.png", { alt: "Посилання на вікі сторінку" }) %> | [[Вікі сторінка]] | Вікі сторінка |
| Завдання #12 | Завдання #12 |
| ##12 | Bug #12: The issue subject |
| Revision r43 | Revision r43 |
@@ -53,7 +53,7 @@
| source:some/file | source:some/file |
| Вбудовані(inline) зображення (more) |
- |  | |
+| <%= image_tag("images/jstoolbar/bt_img.png", { alt: "Image" }) %> |  | |
|  | |
| Таблиці |
diff --git a/app/views/help/wiki_syntax/markdown/zh-tw/wiki_syntax_markdown.html.erb b/app/views/help/wiki_syntax/markdown/zh-tw/wiki_syntax_markdown.html.erb
index cf63605a9..98433dc28 100644
--- a/app/views/help/wiki_syntax/markdown/zh-tw/wiki_syntax_markdown.html.erb
+++ b/app/views/help/wiki_syntax/markdown/zh-tw/wiki_syntax_markdown.html.erb
@@ -11,11 +11,11 @@
| 字型樣式 (more) |
- | **強調粗體** | 強調粗體 |
- | *斜體* | 斜體 |
- | ~~刪除線~~ | 刪除線 |
- | `內嵌程式碼` | 內嵌程式碼 |
- | ``` 格式化 的段落文字 ``` |
+ |
|---|
| <%= image_tag("images/jstoolbar/bt_strong.png", { alt: "強調粗體" }) %> | **強調粗體** | 強調粗體 |
+| <%= image_tag("images/jstoolbar/bt_em.png", { alt: "斜體" }) %> | *斜體* | 斜體 |
+| <%= image_tag("images/jstoolbar/bt_del.png", { alt: "刪除線" }) %> | ~~刪除線~~ | 刪除線 |
+| <%= image_tag("images/jstoolbar/bt_code.png", { alt: "內嵌程式碼" }) %> | `內嵌程式碼` | 內嵌程式碼 |
+| <%= image_tag("images/jstoolbar/bt_pre.png", { alt: "預先格式化的段落文字" }) %> | ``` 格式化 的段落文字 ``` |
格式化
的段落文字
@@ -23,7 +23,7 @@
|
| 反白程式碼 (more | supported languages) |
- | ``` ruby 3.times do puts 'Hello' end ``` |
+ |
|---|
| <%= image_tag("images/jstoolbar/bt_precode.png", { alt: "反白程式碼" }) %> | ``` ruby 3.times do puts 'Hello' end ``` |
3.times do
puts 'Hello'
end
@@ -31,20 +31,20 @@
|
| 清單 |
- | * 清單項目 1 * 子清單項目 * 清單項目 2 | |
- | 1. 清單項目 1 1. 子清單項目 2. 清單項目 2 | - 清單項目 1
- 子清單項目
- 清單項目 2
|
+| <%= image_tag("images/jstoolbar/bt_ul.png", { alt: "不排序清單" }) %> | * 清單項目 1 * 子清單項目 * 清單項目 2 | |
+| <%= image_tag("images/jstoolbar/bt_ol.png", { alt: "排序清單" }) %> | 1. 清單項目 1 1. 子清單項目 2. 清單項目 2 | - 清單項目 1
- 子清單項目
- 清單項目 2
|
| 標題 (more) |
- | # 標題 1 | 標題 1 |
- | ## 標題 2 | 標題 2 |
- | ### 標題 3 | 標題 3 |
+| <%= image_tag("images/jstoolbar/bt_h1.png", { alt: "標題 1" }) %> | # 標題 1 | 標題 1 |
+| <%= image_tag("images/jstoolbar/bt_h2.png", { alt: "標題 2" }) %> | ## 標題 2 | 標題 2 |
+| <%= image_tag("images/jstoolbar/bt_h3.png", { alt: "標題 3" }) %> | ### 標題 3 | 標題 3 |
| 連結 (more) |
| http://foo.bar | http://foo.bar |
| [Foo](http://foo.bar) | Foo |
| Redmine 連結 (more) |
- | [[Wiki 頁面]] | Wiki 頁面 |
+| <%= image_tag("images/jstoolbar/bt_link.png", { alt: "連結至一個 Wiki 頁面" }) %> | [[Wiki 頁面]] | Wiki 頁面 |
| 議題 #12 | 議題 #12 |
| ##12 | Bug #12: The issue subject |
| 版次 r43 | 版次 r43 |
@@ -52,7 +52,7 @@
| source:some/file | source:some/file |
| 內嵌圖像 (more) |
- |  | |
+| <%= image_tag("images/jstoolbar/bt_img.png", { alt: "圖像" }) %> |  | |
|  | |
| 表格 |
diff --git a/app/views/help/wiki_syntax/textile/bg/wiki_syntax_textile.html.erb b/app/views/help/wiki_syntax/textile/bg/wiki_syntax_textile.html.erb
index 4e8ff9550..6ce0766f3 100644
--- a/app/views/help/wiki_syntax/textile/bg/wiki_syntax_textile.html.erb
+++ b/app/views/help/wiki_syntax/textile/bg/wiki_syntax_textile.html.erb
@@ -11,13 +11,13 @@
| Font Styles (more) |
- | *Strong* | Strong |
- | _Italic_ | Italic |
- | +Underline+ | Underline |
- | -Deleted- | Deleted |
+| <%= image_tag("jstoolbar/bt_strong.png", { alt: "Strong" }) %> | *Strong* | Strong |
+| <%= image_tag("jstoolbar/bt_em.png", { alt: "Italic" }) %> | _Italic_ | Italic |
+| <%= image_tag("images/jstoolbar/bt_ins.png", { alt: "Underline" }) %> | +Underline+ | Underline |
+| <%= image_tag("jstoolbar/bt_del.png", { alt: "Deleted" }) %> | -Deleted- | Deleted |
| ??Quote?? | Quote |
- | @Inline Code@ | Inline Code |
- | <pre> lines of code </pre> |
+ |
|---|
| <%= image_tag("jstoolbar/bt_code.png", { alt: "Inline code" }) %> | @Inline Code@ | Inline Code |
+| <%= image_tag("jstoolbar/bt_pre.png", { alt: "Preformatted text" }) %> | <pre> lines of code </pre> |
lines
of code
@@ -25,7 +25,7 @@
|
| Highlighted code (more | supported languages) |
- | <pre><code class="ruby"> 3.times do puts 'Hello' end </code></pre> |
+ |
|---|
| <%= image_tag("images/jstoolbar/bt_precode.png", { alt: "Вграден код" }) %> | <pre><code class="ruby"> 3.times do puts 'Hello' end </code></pre> |
3.times do
puts 'Hello'
end
@@ -33,20 +33,20 @@
|
| Lists |
- | * Item 1 ** Sub * Item 2 | |
- | # Item 1 ## Sub # Item 2 | - Item 1
- Sub
- Item 2
|
+| <%= image_tag("images/jstoolbar/bt_ul.png", { alt: "Unordered list" }) %> | * Item 1 ** Sub * Item 2 | |
+| <%= image_tag("images/jstoolbar/bt_ol.png", { alt: "Ordered list" }) %> | # Item 1 ## Sub # Item 2 | - Item 1
- Sub
- Item 2
|
| Headings (more) |
- | h1. Title 1 | Title 1 |
- | h2. Title 2 | Title 2 |
- | h3. Title 3 | Title 3 |
+| <%= image_tag("images/jstoolbar/bt_h1.png", { alt: "Heading 1" }) %> | h1. Title 1 | Title 1 |
+| <%= image_tag("images/jstoolbar/bt_h2.png", { alt: "Heading 2" }) %> | h2. Title 2 | Title 2 |
+| <%= image_tag("images/jstoolbar/bt_h3.png", { alt: "Heading 3" }) %> | h3. Title 3 | Title 3 |
| Links (more) |
| http://foo.bar | http://foo.bar |
| "Foo":http://foo.bar | Foo |
| Redmine links (more) |
- | [[Wiki page]] | Wiki page |
+| <%= image_tag("images/jstoolbar/bt_link.png", { alt: "Link to a Wiki page" }) %> | [[Wiki page]] | Wiki page |
| Issue #12 | Issue #12 |
| ##12 | Bug #12: The issue subject |
| Revision r43 | Revision r43 |
@@ -54,7 +54,7 @@
| source:some/file | source:some/file |
| Inline images (more) |
- | !image_url! | |
+| <%= image_tag("images/jstoolbar/bt_img.png", { alt: "Image" }) %> | !image_url! | |
| !attached_image! | |
| Tables |
diff --git a/app/views/help/wiki_syntax/textile/ca/wiki_syntax_textile.html.erb b/app/views/help/wiki_syntax/textile/ca/wiki_syntax_textile.html.erb
index 51ede9b51..d32d501a4 100644
--- a/app/views/help/wiki_syntax/textile/ca/wiki_syntax_textile.html.erb
+++ b/app/views/help/wiki_syntax/textile/ca/wiki_syntax_textile.html.erb
@@ -11,13 +11,13 @@
| Estil de font (more) |
- | *Negreta* | Negreta |
- | _Cursiva_ | Cursiva |
- | +Subratllat+ | Subratllat |
- | -Eliminat- | Eliminat |
+| <%= image_tag("images/jstoolbar/bt_strong.png", { alt: "Negreta" }) %> | *Negreta* | Negreta |
+| <%= image_tag("images/jstoolbar/bt_em.png", { alt: "Cursiva" }) %> | _Cursiva_ | Cursiva |
+| <%= image_tag("images/jstoolbar/bt_ins.png", { alt: "Subratllat" }) %> | +Subratllat+ | Subratllat |
+| <%= image_tag("images/jstoolbar/bt_del.png", { alt: "Eliminat" }) %> | -Eliminat- | Eliminat |
| ??Cita?? | Cita |
- | @Codi en línia@ | Codi en línia |
- | <pre> linies de codi </pre> |
+ |
|---|
| <%= image_tag("images/jstoolbar/bt_code.png", { alt: "Codi en línia" }) %> | @Codi en línia@ | Codi en línia |
+| <%= image_tag("images/jstoolbar/bt_pre.png", { alt: "Linies de codi" }) %> | <pre> linies de codi </pre> |
linies
de codi
@@ -25,7 +25,7 @@
|
| Highlighted code (more | supported languages) |
- | <pre><code class="ruby"> 3.times do puts 'Hello' end </code></pre> |
+ |
|---|
| <%= image_tag("images/jstoolbar/bt_precode.png", { alt: "Highlighted code" }) %> | <pre><code class="ruby"> 3.times do puts 'Hello' end </code></pre> |
3.times do
puts 'Hello'
end
@@ -33,20 +33,20 @@
|
| Llistes |
- | * Article 1 ** Sub * Article 2 | |
- | # Article 1 ## Sub # Article 2 | - Article 1
- Sub
- Article 2
|
+| <%= image_tag("images/jstoolbar/bt_ul.png", { alt: "Llista desordenada" }) %> | * Article 1 ** Sub * Article 2 | |
+| <%= image_tag("images/jstoolbar/bt_ol.png", { alt: "Llista ordenada" }) %> | # Article 1 ## Sub # Article 2 | - Article 1
- Sub
- Article 2
|
| Capçaleres (more) |
- | h1. Títol 1 | Títol 1 |
- | h2. Títol 2 | Títol 2 |
- | h3. Títol 3 | Títol 3 |
+| <%= image_tag("images/jstoolbar/bt_h1.png", { alt: "Encapçament 1" }) %> | h1. Títol 1 | Títol 1 |
+| <%= image_tag("images/jstoolbar/bt_h2.png", { alt: "Encapçament 2" }) %> | h2. Títol 2 | Títol 2 |
+| <%= image_tag("images/jstoolbar/bt_h3.png", { alt: "Encapçament 3" }) %> | h3. Títol 3 | Títol 3 |
| Links (more) |
| http://foo.bar | http://foo.bar |
| "Foo":http://foo.bar | Foo |
| Links del Redmine (more) |
- | [[Pagina Wiki]] | Pagina Wiki |
+| <%= image_tag("images/jstoolbar/bt_link.png", { alt: "Link a la pagina Wiki" }) %> | [[Pagina Wiki]] | Pagina Wiki |
| Assumpte #12 | Assumpte #12 |
| ##12 | Bug #12: The issue subject |
| Revisió r43 | Revisió r43 |
@@ -54,7 +54,7 @@
| source:some/file | source:some/file |
| Imatges (more) |
- | !imatge_url! | |
+| <%= image_tag("images/jstoolbar/bt_img.png", { alt: "Imatge" }) %> | !imatge_url! | |
| !imatge_adjunta! | |
| Taules |
diff --git a/app/views/help/wiki_syntax/textile/cs/wiki_syntax_textile.html.erb b/app/views/help/wiki_syntax/textile/cs/wiki_syntax_textile.html.erb
index dfe02e353..c5f1c453a 100644
--- a/app/views/help/wiki_syntax/textile/cs/wiki_syntax_textile.html.erb
+++ b/app/views/help/wiki_syntax/textile/cs/wiki_syntax_textile.html.erb
@@ -11,13 +11,13 @@
| Styly písma (více) |
- | *tučný* | tučný |
- | _kurzíva_ | kurzíva |
- | +podtržený+ | podtržený |
- | -přeškrtnutý- | přeškrtnutý |
+| <%= image_tag("images/jstoolbar/bt_strong.png", { alt: "tučný" }) %> | *tučný* | tučný |
+| <%= image_tag("images/jstoolbar/bt_em.png", { alt: "kurzíva" }) %> | _kurzíva_ | kurzíva |
+| <%= image_tag("images/jstoolbar/bt_ins.png", { alt: "podtržený" }) %> | +podtržený+ | podtržený |
+| <%= image_tag("images/jstoolbar/bt_del.png", { alt: "přeškrtnutý" }) %> | -přeškrtnutý- | přeškrtnutý |
| ??Citace?? | Citace |
- | @vnořený kód@ | vnořený kód |
- | <pre> řádky kódu </pre> |
+ |
|---|
| <%= image_tag("images/jstoolbar/bt_code.png", { alt: "vnořený kód" }) %> | @vnořený kód@ | vnořený kód |
+| <%= image_tag("images/jstoolbar/bt_pre.png", { alt: "předformátovaný text" }) %> | <pre> řádky kódu </pre> |
řádky
kódu
@@ -25,7 +25,7 @@
|
| Zvýrazněný kód (více | podporované jazyky) |
- | <pre><code class="ruby"> 3.times do puts 'Ahoj' end </code></pre> |
+ |
|---|
| <%= image_tag("images/jstoolbar/bt_precode.png", { alt: "Zvýrazněný kód" }) %> | <pre><code class="ruby"> 3.times do puts 'Ahoj' end </code></pre> |
3.times do
puts 'Ahoj'
end
@@ -33,20 +33,20 @@
|
| Seznamy |
- | * Položka 1 ** Pod * Položka 2 | |
- | # Položka 1 ## Pod # Položka 2 | - Položka 1
- Pod
- Položka 2
|
+| <%= image_tag("images/jstoolbar/bt_ul.png", { alt: "Nesetříděný seznam" }) %> | * Položka 1 ** Pod * Položka 2 | |
+| <%= image_tag("images/jstoolbar/bt_ol.png", { alt: "Setříděný seznam" }) %> | # Položka 1 ## Pod # Položka 2 | - Položka 1
- Pod
- Položka 2
|
| Nadpisy (more) |
- | h1. Nadpis 1 | Nadpis 1 |
- | h2. Nadpis 2 | Nadpis 2 |
- | h3. Nadpis 3 | Nadpis 3 |
+| <%= image_tag("images/jstoolbar/bt_h1.png", { alt: "Nadpis 1" }) %> | h1. Nadpis 1 | Nadpis 1 |
+| <%= image_tag("images/jstoolbar/bt_h2.png", { alt: "Nadpis 2" }) %> | h2. Nadpis 2 | Nadpis 2 |
+| <%= image_tag("images/jstoolbar/bt_h3.png", { alt: "Nadpis 3" }) %> | h3. Nadpis 3 | Nadpis 3 |
| Odkazy (více) |
| http://foo.bar | http://foo.bar |
| "Odkaz":http://foo.bar | Odkaz |
| Redmine odkazy (více) |
- | [[Wiki stránka]] | Wiki stránka |
+| <%= image_tag("images/jstoolbar/bt_link.png", { alt: "Odkaz na Wiki stránku" }) %> | [[Wiki stránka]] | Wiki stránka |
| Úkol #12 | Úkol #12 |
| ##12 | Úkol #12: Předmět úkolu |
| Revize r43 | Revize r43 |
@@ -54,7 +54,7 @@
| source:some/file | source:some/file |
| Vnořené obrázky (více) |
- | !url_obrázku! | |
+| <%= image_tag("images/jstoolbar/bt_img.png", { alt: "Obrázek" }) %> | !url_obrázku! | |
| !vnořený_obrázek! | |
| Tabulky |
diff --git a/app/views/help/wiki_syntax/textile/de/wiki_syntax_textile.html.erb b/app/views/help/wiki_syntax/textile/de/wiki_syntax_textile.html.erb
index 9ccda6bd0..54c0084d2 100644
--- a/app/views/help/wiki_syntax/textile/de/wiki_syntax_textile.html.erb
+++ b/app/views/help/wiki_syntax/textile/de/wiki_syntax_textile.html.erb
@@ -11,13 +11,13 @@
| Schriftarten (mehr) |
- | *Fett* | Fett |
- | _Kursiv_ | Kursiv |
- | +Unterstrichen+ | Unterstrichen |
- | -Durchgestrichen- | Durchgestrichen |
+| <%= image_tag("images/jstoolbar/bt_strong.png", { alt: "Fett" }) %> | *Fett* | Fett |
+| <%= image_tag("images/jstoolbar/bt_em.png", { alt: "Kursiv" }) %> | _Kursiv_ | Kursiv |
+| <%= image_tag("images/jstoolbar/bt_ins.png", { alt: "Unterstrichen" }) %> | +Unterstrichen+ | Unterstrichen |
+| <%= image_tag("images/jstoolbar/bt_del.png", { alt: "Durchgestrichen" }) %> | -Durchgestrichen- | Durchgestrichen |
| ??Zitat?? | Zitat |
- | @Inline-Code@ | Inline-Code |
- | <pre> vorformatierte Codezeilen </pre> |
+ |
|---|
| <%= image_tag("images/jstoolbar/bt_code.png", { alt: "Inline-Code" }) %> | @Inline-Code@ | Inline-Code |
+| <%= image_tag("images/jstoolbar/bt_pre.png", { alt: "Vorformatierter Text" }) %> | <pre> vorformatierte Codezeilen </pre> |
vorformartierte
Codezeilen
@@ -25,7 +25,7 @@
|
| Hervorgehobener Programmcode (mehr | Unterstützte Sprachen) |
- | <pre><code class="ruby"> 3.times do puts 'Hello' end </code></pre> |
+ |
|---|
| <%= image_tag("images/jstoolbar/bt_precode.png", { alt: "Hervorgehobener Programmcode" }) %> | <pre><code class="ruby"> 3.times do puts 'Hello' end </code></pre> |
3.times do
puts 'Hello'
end
@@ -33,20 +33,20 @@
|
| Listen |
- | * Element 1 ** Sub * Element 2 | |
- | # Element 1 ## Sub # Element 2 | - Element 1
- Sub
- Element 2
|
+| <%= image_tag("images/jstoolbar/bt_ul.png", { alt: "Unsortierte Liste" }) %> | * Element 1 ** Sub * Element 2 | |
+| <%= image_tag("images/jstoolbar/bt_ol.png", { alt: "Sortierte Liste" }) %> | # Element 1 ## Sub # Element 2 | - Element 1
- Sub
- Element 2
|
| Überschriften (mehr) |
- | h1. Überschrift 1 | Überschrift 1 |
- | h2. Überschrift 2 | Überschrift 2 |
- | h3. Überschrift 3 | Überschrift 3 |
+| <%= image_tag("images/jstoolbar/bt_h1.png", { alt: "Überschrift 1" }) %> | h1. Überschrift 1 | Überschrift 1 |
+| <%= image_tag("images/jstoolbar/bt_h2.png", { alt: "Überschrift 2" }) %> | h2. Überschrift 2 | Überschrift 2 |
+| <%= image_tag("images/jstoolbar/bt_h3.png", { alt: "Überschrift 3" }) %> | h3. Überschrift 3 | Überschrift 3 |
| Links (mehr) |
| http://foo.bar | http://foo.bar |
| "Foo":http://foo.bar | Foo |
| Redmine Links (mehr) |
- | [[Wiki Seite]] | Wiki Seite |
+| <%= image_tag("images/jstoolbar/bt_link.png", { alt: "Link zu einer Wiki Seite" }) %> | [[Wiki Seite]] | Wiki Seite |
| Ticket #12 | Ticket #12 |
| ##12 | Bug #12: Titel der Aufgabe |
| Revision r43 | Revision r43 |
@@ -54,7 +54,7 @@
| source:some/file | source:some/file |
| eingebettete Bilder (mehr) |
- | !URL_zu_dem_Bild! | |
+| <%= image_tag("images/jstoolbar/bt_img.png", { alt: "Bild" }) %> | !URL_zu_dem_Bild! | |
| !angehängtes_Bild! | |
| Tabellen |
diff --git a/app/views/help/wiki_syntax/textile/en/wiki_syntax_textile.html.erb b/app/views/help/wiki_syntax/textile/en/wiki_syntax_textile.html.erb
index 28fb3e512..f113cec38 100644
--- a/app/views/help/wiki_syntax/textile/en/wiki_syntax_textile.html.erb
+++ b/app/views/help/wiki_syntax/textile/en/wiki_syntax_textile.html.erb
@@ -11,13 +11,13 @@
| Font Styles (more) |
- | *Strong* | Strong |
- | _Italic_ | Italic |
- | +Underline+ | Underline |
- | -Deleted- | Deleted |
+| <%= image_tag("jstoolbar/bt_strong.png", { alt: "Strong" }) %> | *Strong* | Strong |
+| <%= image_tag("jstoolbar/bt_em.png", { alt: "Italic" }) %> | _Italic_ | Italic |
+| <%= image_tag("images/jstoolbar/bt_ins.png", { alt: "Underline" }) %> | +Underline+ | Underline |
+| <%= image_tag("jstoolbar/bt_del.png", { alt: "Deleted" }) %> | -Deleted- | Deleted |
| ??Quote?? | Quote |
- | @Inline Code@ | Inline Code |
- | <pre> lines of code </pre> |
+ |
|---|
| <%= image_tag("jstoolbar/bt_code.png", { alt: "Inline code" }) %> | @Inline Code@ | Inline Code |
+| <%= image_tag("jstoolbar/bt_pre.png", { alt: "Preformatted text" }) %> | <pre> lines of code </pre> |
lines
of code
@@ -25,7 +25,7 @@
|
| Highlighted code (more | supported languages) |
- | <pre><code class="ruby"> 3.times do puts 'Hello' end </code></pre> |
+ |
|---|
| <%= image_tag("images/jstoolbar/bt_precode.png", { alt: "Highlighted code" }) %> | <pre><code class="ruby"> 3.times do puts 'Hello' end </code></pre> |
3.times do
puts 'Hello'
end
@@ -33,20 +33,20 @@
|
| Lists |
- | * Item 1 ** Sub * Item 2 | |
- | # Item 1 ## Sub # Item 2 | - Item 1
- Sub
- Item 2
|
+| <%= image_tag("images/jstoolbar/bt_ul.png", { alt: "Unordered list" }) %> | * Item 1 ** Sub * Item 2 | |
+| <%= image_tag("images/jstoolbar/bt_ol.png", { alt: "Ordered list" }) %> | # Item 1 ## Sub # Item 2 | - Item 1
- Sub
- Item 2
|
| Headings (more) |
- | h1. Title 1 | Title 1 |
- | h2. Title 2 | Title 2 |
- | h3. Title 3 | Title 3 |
+| <%= image_tag("images/jstoolbar/bt_h1.png", { alt: "Heading 1" }) %> | h1. Title 1 | Title 1 |
+| <%= image_tag("images/jstoolbar/bt_h2.png", { alt: "Heading 2" }) %> | h2. Title 2 | Title 2 |
+| <%= image_tag("images/jstoolbar/bt_h3.png", { alt: "Heading 3" }) %> | h3. Title 3 | Title 3 |
| Links (more) |
| http://foo.bar | http://foo.bar |
| "Foo":http://foo.bar | Foo |
| Redmine links (more) |
- | [[Wiki page]] | Wiki page |
+| <%= image_tag("images/jstoolbar/bt_link.png", { alt: "Link to a Wiki page" }) %> | [[Wiki page]] | Wiki page |
| Issue #12 | Issue #12 |
| ##12 | Bug #12: The issue subject |
| Revision r43 | Revision r43 |
@@ -54,7 +54,7 @@
| source:some/file | source:some/file |
| Inline images (more) |
- | !image_url! | |
+| <%= image_tag("images/jstoolbar/bt_img.png", { alt: "Image" }) %> | !image_url! | |
| !attached_image! | |
| Tables |
diff --git a/app/views/help/wiki_syntax/textile/es-pa/wiki_syntax_textile.html.erb b/app/views/help/wiki_syntax/textile/es-pa/wiki_syntax_textile.html.erb
index 9fa4e9c32..0814b8c7f 100644
--- a/app/views/help/wiki_syntax/textile/es-pa/wiki_syntax_textile.html.erb
+++ b/app/views/help/wiki_syntax/textile/es-pa/wiki_syntax_textile.html.erb
@@ -11,13 +11,13 @@
| Estilo de fuentes (more) |
- | *Negrita* | Negrita |
- | _Cursiva_ | Cursiva |
- | +Subrayado+ | Subrayado |
- | -Tachado- | Tachado |
+| <%= image_tag("images/jstoolbar/bt_strong.png", { alt: "Negrita" }) %> | *Negrita* | Negrita |
+| <%= image_tag("images/jstoolbar/bt_em.png", { alt: "Cursiva" }) %> | _Cursiva_ | Cursiva |
+| <%= image_tag("images/jstoolbar/bt_ins.png", { alt: "Subrayado" }) %> | +Subrayado+ | Subrayado |
+| <%= image_tag("images/jstoolbar/bt_del.png", { alt: "Tachado" }) %> | -Tachado- | Tachado |
| ??Cita?? | Cita |
- | @Código en linea@ | Código en linea |
- | <pre> Líneas de có </pre> |
+ |
|---|
| <%= image_tag("images/jstoolbar/bt_code.png", { alt: "Código en linea" }) %> | @Código en linea@ | Código en linea |
+| <%= image_tag("images/jstoolbar/bt_pre.png", { alt: "Có preformateado" }) %> | <pre> Líneas de có </pre> |
líneas
de código
@@ -25,7 +25,7 @@
|
| Highlighted code (more | supported languages) |
- | <pre><code class="ruby"> 3.times do puts 'Hello' end </code></pre> |
+ |
|---|
| <%= image_tag("images/jstoolbar/bt_precode.png", { alt: "Código resaltado" }) %> | <pre><code class="ruby"> 3.times do puts 'Hello' end </code></pre> |
3.times do
puts 'Hello'
end
@@ -33,21 +33,21 @@
|
| Listas |
- | * artículo 1 ** Sub * artículo 2 | |
- | # artículo 1 ## Sub # artículo 2 | - artículo 1
- Sub
- artículo 2
|
+| <%= image_tag("images/jstoolbar/bt_ul.png", { alt: "Lista no ordenada" }) %> | * artículo 1 ** Sub * artículo 2 | |
+| <%= image_tag("images/jstoolbar/bt_ol.png", { alt: "Lista ordenada" }) %> | # artículo 1 ## Sub # artículo 2 | - artículo 1
- Sub
- artículo 2
|
| Cabeceras (more) |
- | h1. Título 1 | Título 1 |
- | h2. Título 2 | Título 2 |
- | h3. Título 3 | Título 3 |
+| <%= image_tag("images/jstoolbar/bt_h1.png", { alt: "Cabecera 1" }) %> | h1. Título 1 | Título 1 |
+| <%= image_tag("images/jstoolbar/bt_h2.png", { alt: "Cabecera 2" }) %> | h2. Título 2 | Título 2 |
+| <%= image_tag("images/jstoolbar/bt_h3.png", { alt: "Cabecera 3" }) %> | h3. Título 3 | Título 3 |
| Enlaces (more) |
| http://foo.bar | http://foo.bar |
| "Foo":http://foo.bar | Foo |
| Enlaces de Redmine (more) |
- | [[pagina Wiki]] | Pagina Wiki |
- | [[pagina Wiki|Nombre descriptivo]] | Nombre descriptivo |
+| <%= image_tag("images/jstoolbar/bt_link.png", { alt: "Enlace a una página de la Wiki" }) %> | [[pagina Wiki]] | Pagina Wiki |
+| <%= image_tag("images/jstoolbar/bt_link.png", { alt: "Enlace a una página de la Wiki con nombre descripciptivo" }) %> | [[pagina Wiki|Nombre descriptivo]] | Nombre descriptivo |
| Petición #12 | Petición #12 |
| ##12 | Bug #12: The issue subject |
| Revisión r43 | Revisión r43 |
@@ -55,7 +55,7 @@
| source:some/file | source:some/file |
| Imágenes en línea (more) |
- | !imagen_url! | |
+| <%= image_tag("images/jstoolbar/bt_img.png", { alt: "Imagen" }) %> | !imagen_url! | |
| !imagen_adjunta! | |
| Tables |
diff --git a/app/views/help/wiki_syntax/textile/es/wiki_syntax_textile.html.erb b/app/views/help/wiki_syntax/textile/es/wiki_syntax_textile.html.erb
index 9fa4e9c32..0814b8c7f 100644
--- a/app/views/help/wiki_syntax/textile/es/wiki_syntax_textile.html.erb
+++ b/app/views/help/wiki_syntax/textile/es/wiki_syntax_textile.html.erb
@@ -11,13 +11,13 @@
| Estilo de fuentes (more) |
- | *Negrita* | Negrita |
- | _Cursiva_ | Cursiva |
- | +Subrayado+ | Subrayado |
- | -Tachado- | Tachado |
+| <%= image_tag("images/jstoolbar/bt_strong.png", { alt: "Negrita" }) %> | *Negrita* | Negrita |
+| <%= image_tag("images/jstoolbar/bt_em.png", { alt: "Cursiva" }) %> | _Cursiva_ | Cursiva |
+| <%= image_tag("images/jstoolbar/bt_ins.png", { alt: "Subrayado" }) %> | +Subrayado+ | Subrayado |
+| <%= image_tag("images/jstoolbar/bt_del.png", { alt: "Tachado" }) %> | -Tachado- | Tachado |
| ??Cita?? | Cita |
- | @Código en linea@ | Código en linea |
- | <pre> Líneas de có </pre> |
+ |
|---|
| <%= image_tag("images/jstoolbar/bt_code.png", { alt: "Código en linea" }) %> | @Código en linea@ | Código en linea |
+| <%= image_tag("images/jstoolbar/bt_pre.png", { alt: "Có preformateado" }) %> | <pre> Líneas de có </pre> |
líneas
de código
@@ -25,7 +25,7 @@
|
| Highlighted code (more | supported languages) |
- | <pre><code class="ruby"> 3.times do puts 'Hello' end </code></pre> |
+ |
|---|
| <%= image_tag("images/jstoolbar/bt_precode.png", { alt: "Código resaltado" }) %> | <pre><code class="ruby"> 3.times do puts 'Hello' end </code></pre> |
3.times do
puts 'Hello'
end
@@ -33,21 +33,21 @@
|
| Listas |
- | * artículo 1 ** Sub * artículo 2 | |
- | # artículo 1 ## Sub # artículo 2 | - artículo 1
- Sub
- artículo 2
|
+| <%= image_tag("images/jstoolbar/bt_ul.png", { alt: "Lista no ordenada" }) %> | * artículo 1 ** Sub * artículo 2 | |
+| <%= image_tag("images/jstoolbar/bt_ol.png", { alt: "Lista ordenada" }) %> | # artículo 1 ## Sub # artículo 2 | - artículo 1
- Sub
- artículo 2
|
| Cabeceras (more) |
- | h1. Título 1 | Título 1 |
- | h2. Título 2 | Título 2 |
- | h3. Título 3 | Título 3 |
+| <%= image_tag("images/jstoolbar/bt_h1.png", { alt: "Cabecera 1" }) %> | h1. Título 1 | Título 1 |
+| <%= image_tag("images/jstoolbar/bt_h2.png", { alt: "Cabecera 2" }) %> | h2. Título 2 | Título 2 |
+| <%= image_tag("images/jstoolbar/bt_h3.png", { alt: "Cabecera 3" }) %> | h3. Título 3 | Título 3 |
| Enlaces (more) |
| http://foo.bar | http://foo.bar |
| "Foo":http://foo.bar | Foo |
| Enlaces de Redmine (more) |
- | [[pagina Wiki]] | Pagina Wiki |
- | [[pagina Wiki|Nombre descriptivo]] | Nombre descriptivo |
+| <%= image_tag("images/jstoolbar/bt_link.png", { alt: "Enlace a una página de la Wiki" }) %> | [[pagina Wiki]] | Pagina Wiki |
+| <%= image_tag("images/jstoolbar/bt_link.png", { alt: "Enlace a una página de la Wiki con nombre descripciptivo" }) %> | [[pagina Wiki|Nombre descriptivo]] | Nombre descriptivo |
| Petición #12 | Petición #12 |
| ##12 | Bug #12: The issue subject |
| Revisión r43 | Revisión r43 |
@@ -55,7 +55,7 @@
| source:some/file | source:some/file |
| Imágenes en línea (more) |
- | !imagen_url! | |
+| <%= image_tag("images/jstoolbar/bt_img.png", { alt: "Imagen" }) %> | !imagen_url! | |
| !imagen_adjunta! | |
| Tables |
diff --git a/app/views/help/wiki_syntax/textile/fr/wiki_syntax_textile.html.erb b/app/views/help/wiki_syntax/textile/fr/wiki_syntax_textile.html.erb
index cf6ca6e86..7ac032954 100644
--- a/app/views/help/wiki_syntax/textile/fr/wiki_syntax_textile.html.erb
+++ b/app/views/help/wiki_syntax/textile/fr/wiki_syntax_textile.html.erb
@@ -11,13 +11,13 @@
| Font Styles (more) |
- | *Gras* | Gras |
- | _Italique_ | Italique |
- | +Sous-ligné+ | Sous-ligné |
- | -Barré- | Barré |
+| <%= image_tag("jstoolbar/bt_strong.png", { alt: "Strong" }) %> | *Gras* | Gras |
+| <%= image_tag("jstoolbar/bt_em.png", { alt: "Italic" }) %> | _Italique_ | Italique |
+| <%= image_tag("images/jstoolbar/bt_ins.png", { alt: "Underline" }) %> | +Sous-ligné+ | Sous-ligné |
+| <%= image_tag("jstoolbar/bt_del.png", { alt: "Deleted" }) %> | -Barré- | Barré |
| ??Citation?? | Citation |
- | @Code en ligne@ | Code en ligne |
- | <pre> lignes de code </pre> |
+ |
|---|
| <%= image_tag("jstoolbar/bt_code.png", { alt: "Inline code" }) %> | @Code en ligne@ | Code en ligne |
+| <%= image_tag("jstoolbar/bt_pre.png", { alt: "Preformatted text" }) %> | <pre> lignes de code </pre> |
lignes
de code
@@ -25,7 +25,7 @@
|
| Code colorisé (more | supported languages) |
- | <pre><code class="ruby"> 3.times do puts 'Hello' end </code></pre> |
+ |
|---|
| <%= image_tag("images/jstoolbar/bt_precode.png", { alt: "Code colorisé" }) %> | <pre><code class="ruby"> 3.times do puts 'Hello' end </code></pre> |
3.times do
puts 'Hello'
end
@@ -33,20 +33,20 @@
|
| Listes |
- | * Item 1 ** Sub * Item 2 | |
- | # Item 1 ## Sub # Item 2 | - Item 1
- Sub
- Item 2
|
+| <%= image_tag("images/jstoolbar/bt_ul.png", { alt: "Unordered list" }) %> | * Item 1 ** Sub * Item 2 | |
+| <%= image_tag("images/jstoolbar/bt_ol.png", { alt: "Ordered list" }) %> | # Item 1 ## Sub # Item 2 | - Item 1
- Sub
- Item 2
|
| Titres (more) |
- | h1. Titre 1 | Titre 1 |
- | h2. Titre 2 | Titre 2 |
- | h3. Titre 3 | Titre 3 |
+| <%= image_tag("images/jstoolbar/bt_h1.png", { alt: "Heading 1" }) %> | h1. Titre 1 | Titre 1 |
+| <%= image_tag("images/jstoolbar/bt_h2.png", { alt: "Heading 2" }) %> | h2. Titre 2 | Titre 2 |
+| <%= image_tag("images/jstoolbar/bt_h3.png", { alt: "Heading 3" }) %> | h3. Titre 3 | Titre 3 |
| Liens (more) |
| http://foo.bar | http://foo.bar |
| "Foo":http://foo.bar | Foo |
| Liens Redmine (more) |
- | [[Wiki page]] | Wiki page |
+| <%= image_tag("images/jstoolbar/bt_link.png", { alt: "Link to a Wiki page" }) %> | [[Wiki page]] | Wiki page |
| Demande #12 | Demande #12 |
| ##12 | Bug #12: The issue subject |
| Revision r43 | Revision r43 |
@@ -54,7 +54,7 @@
| source:some/file | source:some/file |
| Images en ligne (more) |
- | !url_de_l_image! | |
+| <%= image_tag("images/jstoolbar/bt_img.png", { alt: "Image" }) %> | !url_de_l_image! | |
| !image_en_pièce_jointe! | |
| Tables |
diff --git a/app/views/help/wiki_syntax/textile/gl/wiki_syntax_textile.html.erb b/app/views/help/wiki_syntax/textile/gl/wiki_syntax_textile.html.erb
index b582592f3..aa3d99d2f 100644
--- a/app/views/help/wiki_syntax/textile/gl/wiki_syntax_textile.html.erb
+++ b/app/views/help/wiki_syntax/textile/gl/wiki_syntax_textile.html.erb
@@ -11,13 +11,13 @@
| Font Styles (more) |
- | *Strong* | Strong |
- | _Italic_ | Italic |
- | +Underline+ | Underline |
- | -Deleted- | Deleted |
+| <%= image_tag("jstoolbar/bt_strong.png", { alt: "Strong" }) %> | *Strong* | Strong |
+| <%= image_tag("jstoolbar/bt_em.png", { alt: "Italic" }) %> | _Italic_ | Italic |
+| <%= image_tag("images/jstoolbar/bt_ins.png", { alt: "Underline" }) %> | +Underline+ | Underline |
+| <%= image_tag("jstoolbar/bt_del.png", { alt: "Deleted" }) %> | -Deleted- | Deleted |
| ??Quote?? | Quote |
- | @Inline Code@ | Inline Code |
- | <pre> lines of code </pre> |
+ |
|---|
| <%= image_tag("jstoolbar/bt_code.png", { alt: "Inline code" }) %> | @Inline Code@ | Inline Code |
+| <%= image_tag("jstoolbar/bt_pre.png", { alt: "Preformatted text" }) %> | <pre> lines of code </pre> |
lines
of code
@@ -25,7 +25,7 @@
|
| Highlighted code (more | supported languages) |
- | <pre><code class="ruby"> 3.times do puts 'Hello' end </code></pre> |
+ |
|---|
| <%= image_tag("images/jstoolbar/bt_precode.png", { alt: "Código resaltado" }) %> | <pre><code class="ruby"> 3.times do puts 'Hello' end </code></pre> |
3.times do
puts 'Hello'
end
@@ -33,20 +33,20 @@
|
| Lists |
- | * Item 1 ** Sub * Item 2 | |
- | # Item 1 ## Sub # Item 2 | - Item 1
- Sub
- Item 2
|
+| <%= image_tag("images/jstoolbar/bt_ul.png", { alt: "Unordered list" }) %> | * Item 1 ** Sub * Item 2 | |
+| <%= image_tag("images/jstoolbar/bt_ol.png", { alt: "Ordered list" }) %> | # Item 1 ## Sub # Item 2 | - Item 1
- Sub
- Item 2
|
| Headings (more) |
- | h1. Title 1 | Title 1 |
- | h2. Title 2 | Title 2 |
- | h3. Title 3 | Title 3 |
+| <%= image_tag("images/jstoolbar/bt_h1.png", { alt: "Heading 1" }) %> | h1. Title 1 | Title 1 |
+| <%= image_tag("images/jstoolbar/bt_h2.png", { alt: "Heading 2" }) %> | h2. Title 2 | Title 2 |
+| <%= image_tag("images/jstoolbar/bt_h3.png", { alt: "Heading 3" }) %> | h3. Title 3 | Title 3 |
| Links (more) |
| http://foo.bar | http://foo.bar |
| "Foo":http://foo.bar | Foo |
| Redmine links (more) |
- | [[Wiki page]] | Wiki page |
+| <%= image_tag("images/jstoolbar/bt_link.png", { alt: "Link to a Wiki page" }) %> | [[Wiki page]] | Wiki page |
| Issue #12 | Issue #12 |
| ##12 | Bug #12: The issue subject |
| Revision r43 | Revision r43 |
@@ -54,7 +54,7 @@
| source:some/file | source:some/file |
| Inline images (more) |
- | !image_url! | |
+| <%= image_tag("images/jstoolbar/bt_img.png", { alt: "Image" }) %> | !image_url! | |
| !attached_image! | |
| Tables |
diff --git a/app/views/help/wiki_syntax/textile/ja/wiki_syntax_textile.html.erb b/app/views/help/wiki_syntax/textile/ja/wiki_syntax_textile.html.erb
index 5f75c889e..e571efde3 100644
--- a/app/views/help/wiki_syntax/textile/ja/wiki_syntax_textile.html.erb
+++ b/app/views/help/wiki_syntax/textile/ja/wiki_syntax_textile.html.erb
@@ -11,13 +11,13 @@
| フォントスタイル (詳細) |
- | *太字* | 太字 |
- | _斜体_ | 斜体 |
- | +下線+ | 下線 |
- | -取り消し線- | 取り消し線 |
+| <%= image_tag("images/jstoolbar/bt_strong.png", { alt: "太字" }) %> | *太字* | 太字 |
+| <%= image_tag("images/jstoolbar/bt_em.png", { alt: "斜体" }) %> | _斜体_ | 斜体 |
+| <%= image_tag("images/jstoolbar/bt_ins.png", { alt: "下線" }) %> | +下線+ | 下線 |
+| <%= image_tag("images/jstoolbar/bt_del.png", { alt: "取り消し線" }) %> | -取り消し線- | 取り消し線 |
| ??引用?? | 引用 |
- | @コード@ | コード |
- | <pre> 複数行の コード </pre> |
+ |
|---|
| <%= image_tag("images/jstoolbar/bt_code.png", { alt: "コード" }) %> | @コード@ | コード |
+| <%= image_tag("images/jstoolbar/bt_pre.png", { alt: "整形済みテキスト" }) %> | <pre> 複数行の コード </pre> |
複数行の
コード
@@ -25,7 +25,7 @@
|
| コードハイライト (詳細 | 対応言語) |
- | <pre><code class="ruby"> 3.times do puts 'Hello' end </code></pre> |
+ |
|---|
| <%= image_tag("images/jstoolbar/bt_precode.png", { alt: "コードハイライト" }) %> | <pre><code class="ruby"> 3.times do puts 'Hello' end </code></pre> |
3.times do
puts 'Hello'
end
@@ -33,20 +33,20 @@
|
| リスト |
- | * 項目1 ** 下位階層の項目 * 項目2 | |
- | # 項目1 ## 下位階層の項目 # 項目2 | - 項目1
- 下位階層の項目
- 項目2
|
+| <%= image_tag("images/jstoolbar/bt_ul.png", { alt: "リスト" }) %> | * 項目1 ** 下位階層の項目 * 項目2 | |
+| <%= image_tag("images/jstoolbar/bt_ol.png", { alt: "順序付きリスト" }) %> | # 項目1 ## 下位階層の項目 # 項目2 | - 項目1
- 下位階層の項目
- 項目2
|
| 見出し (詳細) |
- | h1. タイトル1 | タイトル1 |
- | h2. タイトル2 | タイトル2 |
- | h3. タイトル3 | タイトル3 |
+| <%= image_tag("images/jstoolbar/bt_h1.png", { alt: "見出し1" }) %> | h1. タイトル1 | タイトル1 |
+| <%= image_tag("images/jstoolbar/bt_h2.png", { alt: "見出し2" }) %> | h2. タイトル2 | タイトル2 |
+| <%= image_tag("images/jstoolbar/bt_h3.png", { alt: "見出し3" }) %> | h3. タイトル3 | タイトル3 |
| リンク (詳細) |
| http://foo.bar | http://foo.bar |
| "Foo":http://foo.bar | Foo |
| Redmine内のリンク (詳細) |
- | [[Wiki page]] | Wiki page |
+| <%= image_tag("images/jstoolbar/bt_link.png", { alt: "Wikiページへのリンク" }) %> | [[Wiki page]] | Wiki page |
| チケット #12 | チケット #12 |
| ##12 | Bug #12: The issue subject |
| リビジョン r43 | リビジョン r43 |
@@ -54,7 +54,7 @@
| source:some/file | source:some/file |
| 画像 (詳細) |
- | !画像URL! | |
+| <%= image_tag("images/jstoolbar/bt_img.png", { alt: "Image" }) %> | !画像URL! | |
| !添付ファイル名! | |
| Tables |
diff --git a/app/views/help/wiki_syntax/textile/ko/wiki_syntax_textile.html.erb b/app/views/help/wiki_syntax/textile/ko/wiki_syntax_textile.html.erb
index a3392647f..b4155d5f0 100644
--- a/app/views/help/wiki_syntax/textile/ko/wiki_syntax_textile.html.erb
+++ b/app/views/help/wiki_syntax/textile/ko/wiki_syntax_textile.html.erb
@@ -11,13 +11,13 @@
| Font Styles (more) |
- | *Strong* | Strong |
- | _Italic_ | Italic |
- | +Underline+ | Underline |
- | -Deleted- | Deleted |
+| <%= image_tag("jstoolbar/bt_strong.png", { alt: "Strong" }) %> | *Strong* | Strong |
+| <%= image_tag("jstoolbar/bt_em.png", { alt: "Italic" }) %> | _Italic_ | Italic |
+| <%= image_tag("images/jstoolbar/bt_ins.png", { alt: "Underline" }) %> | +Underline+ | Underline |
+| <%= image_tag("jstoolbar/bt_del.png", { alt: "Deleted" }) %> | -Deleted- | Deleted |
| ??Quote?? | Quote |
- | @Inline Code@ | Inline Code |
- | <pre> lines of code </pre> |
+ |
|---|
| <%= image_tag("jstoolbar/bt_code.png", { alt: "Inline code" }) %> | @Inline Code@ | Inline Code |
+| <%= image_tag("jstoolbar/bt_pre.png", { alt: "Preformatted text" }) %> | <pre> lines of code </pre> |
lines
of code
@@ -25,7 +25,7 @@
|
| Highlighted code (more | supported languages) |
- | <pre><code class="ruby"> 3.times do puts 'Hello' end </code></pre> |
+ |
|---|
| <%= image_tag("images/jstoolbar/bt_precode.png", { alt: "색상화한 코드" }) %> | <pre><code class="ruby"> 3.times do puts 'Hello' end </code></pre> |
3.times do
puts 'Hello'
end
@@ -33,20 +33,20 @@
|
| Lists |
- | * Item 1 ** Sub * Item 2 | |
- | # Item 1 ## Sub # Item 2 | - Item 1
- Sub
- Item 2
|
+| <%= image_tag("images/jstoolbar/bt_ul.png", { alt: "Unordered list" }) %> | * Item 1 ** Sub * Item 2 | |
+| <%= image_tag("images/jstoolbar/bt_ol.png", { alt: "Ordered list" }) %> | # Item 1 ## Sub # Item 2 | - Item 1
- Sub
- Item 2
|
| Headings (more) |
- | h1. Title 1 | Title 1 |
- | h2. Title 2 | Title 2 |
- | h3. Title 3 | Title 3 |
+| <%= image_tag("images/jstoolbar/bt_h1.png", { alt: "Heading 1" }) %> | h1. Title 1 | Title 1 |
+| <%= image_tag("images/jstoolbar/bt_h2.png", { alt: "Heading 2" }) %> | h2. Title 2 | Title 2 |
+| <%= image_tag("images/jstoolbar/bt_h3.png", { alt: "Heading 3" }) %> | h3. Title 3 | Title 3 |
| Links (more) |
| http://foo.bar | http://foo.bar |
| "Foo":http://foo.bar | Foo |
| Redmine links (more) |
- | [[Wiki page]] | Wiki page |
+| <%= image_tag("images/jstoolbar/bt_link.png", { alt: "Link to a Wiki page" }) %> | [[Wiki page]] | Wiki page |
| Issue #12 | Issue #12 |
| ##12 | Bug #12: The issue subject |
| Revision r43 | Revision r43 |
@@ -54,7 +54,7 @@
| source:some/file | source:some/file |
| Inline images (more) |
- | !image_url! | |
+| <%= image_tag("images/jstoolbar/bt_img.png", { alt: "Image" }) %> | !image_url! | |
| !attached_image! | |
| Tables |
diff --git a/app/views/help/wiki_syntax/textile/lt/wiki_syntax_textile.html.erb b/app/views/help/wiki_syntax/textile/lt/wiki_syntax_textile.html.erb
index 28fb3e512..f113cec38 100644
--- a/app/views/help/wiki_syntax/textile/lt/wiki_syntax_textile.html.erb
+++ b/app/views/help/wiki_syntax/textile/lt/wiki_syntax_textile.html.erb
@@ -11,13 +11,13 @@
| Font Styles (more) |
- | *Strong* | Strong |
- | _Italic_ | Italic |
- | +Underline+ | Underline |
- | -Deleted- | Deleted |
+| <%= image_tag("jstoolbar/bt_strong.png", { alt: "Strong" }) %> | *Strong* | Strong |
+| <%= image_tag("jstoolbar/bt_em.png", { alt: "Italic" }) %> | _Italic_ | Italic |
+| <%= image_tag("images/jstoolbar/bt_ins.png", { alt: "Underline" }) %> | +Underline+ | Underline |
+| <%= image_tag("jstoolbar/bt_del.png", { alt: "Deleted" }) %> | -Deleted- | Deleted |
| ??Quote?? | Quote |
- | @Inline Code@ | Inline Code |
- | <pre> lines of code </pre> |
+ |
|---|
| <%= image_tag("jstoolbar/bt_code.png", { alt: "Inline code" }) %> | @Inline Code@ | Inline Code |
+| <%= image_tag("jstoolbar/bt_pre.png", { alt: "Preformatted text" }) %> | <pre> lines of code </pre> |
lines
of code
@@ -25,7 +25,7 @@
|
| Highlighted code (more | supported languages) |
- | <pre><code class="ruby"> 3.times do puts 'Hello' end </code></pre> |
+ |
|---|
| <%= image_tag("images/jstoolbar/bt_precode.png", { alt: "Highlighted code" }) %> | <pre><code class="ruby"> 3.times do puts 'Hello' end </code></pre> |
3.times do
puts 'Hello'
end
@@ -33,20 +33,20 @@
|
| Lists |
- | * Item 1 ** Sub * Item 2 | |
- | # Item 1 ## Sub # Item 2 | - Item 1
- Sub
- Item 2
|
+| <%= image_tag("images/jstoolbar/bt_ul.png", { alt: "Unordered list" }) %> | * Item 1 ** Sub * Item 2 | |
+| <%= image_tag("images/jstoolbar/bt_ol.png", { alt: "Ordered list" }) %> | # Item 1 ## Sub # Item 2 | - Item 1
- Sub
- Item 2
|
| Headings (more) |
- | h1. Title 1 | Title 1 |
- | h2. Title 2 | Title 2 |
- | h3. Title 3 | Title 3 |
+| <%= image_tag("images/jstoolbar/bt_h1.png", { alt: "Heading 1" }) %> | h1. Title 1 | Title 1 |
+| <%= image_tag("images/jstoolbar/bt_h2.png", { alt: "Heading 2" }) %> | h2. Title 2 | Title 2 |
+| <%= image_tag("images/jstoolbar/bt_h3.png", { alt: "Heading 3" }) %> | h3. Title 3 | Title 3 |
| Links (more) |
| http://foo.bar | http://foo.bar |
| "Foo":http://foo.bar | Foo |
| Redmine links (more) |
- | [[Wiki page]] | Wiki page |
+| <%= image_tag("images/jstoolbar/bt_link.png", { alt: "Link to a Wiki page" }) %> | [[Wiki page]] | Wiki page |
| Issue #12 | Issue #12 |
| ##12 | Bug #12: The issue subject |
| Revision r43 | Revision r43 |
@@ -54,7 +54,7 @@
| source:some/file | source:some/file |
| Inline images (more) |
- | !image_url! | |
+| <%= image_tag("images/jstoolbar/bt_img.png", { alt: "Image" }) %> | !image_url! | |
| !attached_image! | |
| Tables |
diff --git a/app/views/help/wiki_syntax/textile/nl/wiki_syntax_textile.html.erb b/app/views/help/wiki_syntax/textile/nl/wiki_syntax_textile.html.erb
index fc4c708be..08141add8 100644
--- a/app/views/help/wiki_syntax/textile/nl/wiki_syntax_textile.html.erb
+++ b/app/views/help/wiki_syntax/textile/nl/wiki_syntax_textile.html.erb
@@ -11,13 +11,13 @@
| Font Styles (more) |
- | *Strong* | Strong |
- | _Italic_ | Italic |
- | +Underline+ | Underline |
- | -Deleted- | Deleted |
+| <%= image_tag("jstoolbar/bt_strong.png", { alt: "Strong" }) %> | *Strong* | Strong |
+| <%= image_tag("jstoolbar/bt_em.png", { alt: "Italic" }) %> | _Italic_ | Italic |
+| <%= image_tag("images/jstoolbar/bt_ins.png", { alt: "Underline" }) %> | +Underline+ | Underline |
+| <%= image_tag("jstoolbar/bt_del.png", { alt: "Deleted" }) %> | -Deleted- | Deleted |
| ??Quote?? | Quote |
- | @Inline Code@ | Inline Code |
- | <pre> lines of code </pre> |
+ |
|---|
| <%= image_tag("jstoolbar/bt_code.png", { alt: "Inline code" }) %> | @Inline Code@ | Inline Code |
+| <%= image_tag("jstoolbar/bt_pre.png", { alt: "Preformatted text" }) %> | <pre> lines of code </pre> |
lines
of code
@@ -25,7 +25,7 @@
|
| Highlighted code (more | supported languages) |
- | <pre><code class="ruby"> 3.times do puts 'Hello' end </code></pre> |
+ |
|---|
| <%= image_tag("images/jstoolbar/bt_precode.png", { alt: "Gemarkeerde code" }) %> | <pre><code class="ruby"> 3.times do puts 'Hello' end </code></pre> |
3.times do
puts 'Hello'
end
@@ -33,20 +33,20 @@
|
| Lists |
- | * Item 1 ** Sub * Item 2 | |
- | # Item 1 ## Sub # Item 2 | - Item 1
- Sub
- Item 2
|
+| <%= image_tag("images/jstoolbar/bt_ul.png", { alt: "Unordered list" }) %> | * Item 1 ** Sub * Item 2 | |
+| <%= image_tag("images/jstoolbar/bt_ol.png", { alt: "Ordered list" }) %> | # Item 1 ## Sub # Item 2 | - Item 1
- Sub
- Item 2
|
| Headings (more) |
- | h1. Title 1 | Title 1 |
- | h2. Title 2 | Title 2 |
- | h3. Title 3 | Title 3 |
+| <%= image_tag("images/jstoolbar/bt_h1.png", { alt: "Heading 1" }) %> | h1. Title 1 | Title 1 |
+| <%= image_tag("images/jstoolbar/bt_h2.png", { alt: "Heading 2" }) %> | h2. Title 2 | Title 2 |
+| <%= image_tag("images/jstoolbar/bt_h3.png", { alt: "Heading 3" }) %> | h3. Title 3 | Title 3 |
| Links (more) |
| http://foo.bar | http://foo.bar |
| "Foo":http://foo.bar | Foo |
| Redmine links (more) |
- | [[Wiki page]] | Wiki page |
+| <%= image_tag("images/jstoolbar/bt_link.png", { alt: "Link to a Wiki page" }) %> | [[Wiki page]] | Wiki page |
| Issue #12 | Issue #12 |
| ##12 | Bug #12: The issue subject |
| Revision r43 | Revision r43 |
@@ -54,7 +54,7 @@
| source:some/file | source:some/file |
| Inline images (more) |
- | !image_url! | |
+| <%= image_tag("images/jstoolbar/bt_img.png", { alt: "Image" }) %> | !image_url! | |
| !attached_image! | |
| Tables |
diff --git a/app/views/help/wiki_syntax/textile/pt-br/wiki_syntax_textile.html.erb b/app/views/help/wiki_syntax/textile/pt-br/wiki_syntax_textile.html.erb
index 2d76630c1..b0e9af667 100644
--- a/app/views/help/wiki_syntax/textile/pt-br/wiki_syntax_textile.html.erb
+++ b/app/views/help/wiki_syntax/textile/pt-br/wiki_syntax_textile.html.erb
@@ -11,13 +11,13 @@
| Estilos de Fonte (more) |
- | *Negrito* | Negrito |
- | _Itálico_ | Itálico |
- | +Sublinhado+ | Sublinhado |
- | -Tachado- | Tachado |
+| <%= image_tag("jstoolbar/bt_strong.png", { alt: "Strong" }) %> | *Negrito* | Negrito |
+| <%= image_tag("jstoolbar/bt_em.png", { alt: "Italic" }) %> | _Itálico_ | Itálico |
+| <%= image_tag("images/jstoolbar/bt_ins.png", { alt: "Underline" }) %> | +Sublinhado+ | Sublinhado |
+| <%= image_tag("jstoolbar/bt_del.png", { alt: "Deleted" }) %> | -Tachado- | Tachado |
| ??Citação?? | Citação |
- | @Código Inline@ | Código Inline |
- | <pre> linhas de código </pre> |
+ |
|---|
| <%= image_tag("jstoolbar/bt_code.png", { alt: "Inline code" }) %> | @Código Inline@ | Código Inline |
+| <%= image_tag("jstoolbar/bt_pre.png", { alt: "Preformatted text" }) %> | <pre> linhas de código </pre> |
linhas
de código
@@ -25,7 +25,7 @@
|
| Highlighted code (more | supported languages) |
- | <pre><code class="ruby"> 3.times do puts 'Hello' end </code></pre> |
+ |
|---|
| <%= image_tag("images/jstoolbar/bt_precode.png", { alt: "Highlighted code" }) %> | <pre><code class="ruby"> 3.times do puts 'Hello' end </code></pre> |
3.times do
puts 'Hello'
end
@@ -33,20 +33,20 @@
|
| Listas |
- | * Item 1 ** Sub * Item 2 | |
- | # Item 1 ## Sub # Item 2 | - Item 1
- Sub
- Item 2
|
+| <%= image_tag("images/jstoolbar/bt_ul.png", { alt: "Unordered list" }) %> | * Item 1 ** Sub * Item 2 | |
+| <%= image_tag("images/jstoolbar/bt_ol.png", { alt: "Ordered list" }) %> | # Item 1 ## Sub # Item 2 | - Item 1
- Sub
- Item 2
|
| Cabeçalhos (more) |
- | h1. Título 1 | Título 1 |
- | h2. Título 2 | Título 2 |
- | h3. Título 3 | Título 3 |
+| <%= image_tag("images/jstoolbar/bt_h1.png", { alt: "Heading 1" }) %> | h1. Título 1 | Título 1 |
+| <%= image_tag("images/jstoolbar/bt_h2.png", { alt: "Heading 2" }) %> | h2. Título 2 | Título 2 |
+| <%= image_tag("images/jstoolbar/bt_h3.png", { alt: "Heading 3" }) %> | h3. Título 3 | Título 3 |
| Links (more) |
| http://foo.bar | http://foo.bar |
| "Foo":http://foo.bar | Foo |
| Links do Redmine (more) |
- | [[Página Wiki]] | Página Wiki |
+| <%= image_tag("images/jstoolbar/bt_link.png", { alt: "Link to a Wiki page" }) %> | [[Página Wiki]] | Página Wiki |
| Tarefa #12 | Tarefa #12 |
| ##12 | Bug #12: Título da tarefa |
| Revisão r43 | Revisão r43 |
@@ -54,7 +54,7 @@
| source:algum/arquivo | source:algum/arquivo |
| Imagens inline (more) |
- | !url_da_imagem! | |
+| <%= image_tag("images/jstoolbar/bt_img.png", { alt: "Image" }) %> | !url_da_imagem! | |
| !imagem_anexada! | |
| Tabelas |
diff --git a/app/views/help/wiki_syntax/textile/ru/wiki_syntax_textile.html.erb b/app/views/help/wiki_syntax/textile/ru/wiki_syntax_textile.html.erb
index d12017da6..a17e32931 100644
--- a/app/views/help/wiki_syntax/textile/ru/wiki_syntax_textile.html.erb
+++ b/app/views/help/wiki_syntax/textile/ru/wiki_syntax_textile.html.erb
@@ -14,24 +14,24 @@
Стили Шрифтов (more) |
-  |
+ <%= image_tag("images/jstoolbar/bt_strong.png", { alt: "Выделенный" }) %> |
*Выделенный* |
Выделенный |
-  |
+ <%= image_tag("images/jstoolbar/bt_em.png", { alt: "Наклонный" }) %> |
_Наклонный_ |
Наклонный |
-  |
+ <%= image_tag("images/jstoolbar/bt_ins.png", { alt: "Подчёркнутый" }) %> |
+Подчёркнутый+ |
Подчёркнутый
|
-  |
+ <%= image_tag("images/jstoolbar/bt_del.png", { alt: "Зачёркнутый" }) %> |
-Зачёркнутый- |
Зачёркнутый
@@ -43,12 +43,12 @@
| Цитата |
-  |
+ <%= image_tag("images/jstoolbar/bt_code.png", { alt: "Вставка Кода" }) %> |
@Вставка Кода@ |
Вставка Кода |
-  |
+ <%= image_tag("images/jstoolbar/bt_pre.png", { alt: "Отформатированный текст" }) %> |
<pre> строки кода </pre> |
@@ -59,7 +59,7 @@
|
| Highlighted code (more | supported languages) |
- | <pre><code class="ruby"> 3.times do puts 'Hello' end </code></pre> |
+ |
|---|
| <%= image_tag("images/jstoolbar/bt_precode.png", { alt: "Highlighted code" }) %> | <pre><code class="ruby"> 3.times do puts 'Hello' end </code></pre> |
3.times do
puts 'Hello'
end
@@ -67,23 +67,23 @@
|
| Списки |
- | * Элемент 1 ** Подэлемент * Элемент 2 | |
- | # Элемент 1 ## Подэлемент # Элемент 2 | - Элемент 1
- Подэлемент
- Элемент 2
|
+| <%= image_tag("images/jstoolbar/bt_ul.png", { alt: "Несортированный список" }) %> | * Элемент 1 ** Подэлемент * Элемент 2 | |
+| <%= image_tag("images/jstoolbar/bt_ol.png", { alt: "Сортированный список" }) %> | # Элемент 1 ## Подэлемент # Элемент 2 | - Элемент 1
- Подэлемент
- Элемент 2
|
| Заголовки (more) |
-  |
+ <%= image_tag("images/jstoolbar/bt_h1.png", { alt: "Заголовок 1" }) %> |
h1. Название 1 |
Название 1 |
-  |
+ <%= image_tag("images/jstoolbar/bt_h2.png", { alt: "Заголовок 2" }) %> |
h2. Название 2 |
Название 2 |
-  |
+ <%= image_tag("images/jstoolbar/bt_h3.png", { alt: "Заголовок 3" }) %> |
h3. Название 3 |
Название 3 |
@@ -104,7 +104,7 @@
Ссылки Redmine (more) |
-  |
+ <%= image_tag("images/jstoolbar/bt_link.png", { alt: "Ссылка на Wiki страницу" }) %> |
[[Wiki страница]] |
Wiki страница |
@@ -133,7 +133,7 @@
Вставка изображений (more) |
-  |
+ <%= image_tag("images/jstoolbar/bt_img.png", { alt: "Изображение" }) %> |
!url_картинки! |
|
diff --git a/app/views/help/wiki_syntax/textile/ta-in/wiki_syntax_textile.html.erb b/app/views/help/wiki_syntax/textile/ta-in/wiki_syntax_textile.html.erb
index c842d6f6e..6a83667a3 100644
--- a/app/views/help/wiki_syntax/textile/ta-in/wiki_syntax_textile.html.erb
+++ b/app/views/help/wiki_syntax/textile/ta-in/wiki_syntax_textile.html.erb
@@ -11,13 +11,13 @@
| எழுத்துரு பாங்குகள் (மேலும்) |
- | *வலுவான* | வலுவான |
- | _சாய்வு_ | சாய்வு |
- | +அடிக்கோடிட்டு+ | அடிக்கோடிட்டு |
- | -நீக்கப்பட்டது- | நீக்கப்பட்டது |
+| <%= image_tag("jstoolbar/bt_strong.png", { alt: "Strong" }) %> | *வலுவான* | வலுவான |
+| <%= image_tag("jstoolbar/bt_em.png", { alt: "Italic" }) %> | _சாய்வு_ | சாய்வு |
+| <%= image_tag("images/jstoolbar/bt_ins.png", { alt: "Underline" }) %> | +அடிக்கோடிட்டு+ | அடிக்கோடிட்டு |
+| <%= image_tag("jstoolbar/bt_del.png", { alt: "Deleted" }) %> | -நீக்கப்பட்டது- | நீக்கப்பட்டது |
| ??மேற்கோள்?? | மேற்கோள் |
- | @இன்லைன் குறியீடு@ | இன்லைன் குறியீடு |
- | <pre> கோடுகள் குறியீடு </pre> |
+ |
|---|
| <%= image_tag("jstoolbar/bt_code.png", { alt: "Inline code" }) %> | @இன்லைன் குறியீடு@ | இன்லைன் குறியீடு |
+| <%= image_tag("jstoolbar/bt_pre.png", { alt: "Preformatted text" }) %> | <pre> கோடுகள் குறியீடு </pre> |
கோடுகள்
குறியீடு
@@ -25,7 +25,7 @@
|
| சிறப்பம்சமாக குறியீடு (மேலும்) | supported languages) |
- | <pre><code class="ruby"> 3.times do puts 'Hello' end </code></pre> |
+ |
|---|
| <%= image_tag("images/jstoolbar/bt_precode.png", { alt: "Highlighted code" }) %> | <pre><code class="ruby"> 3.times do puts 'Hello' end </code></pre> |
3.times do
puts 'Hello'
end
@@ -33,20 +33,20 @@
|
| பட்டியல்கள் |
- | * பொருள் 1 ** துணை * பொருள் 2 | |
- | # பொருள் 1 ## துணை # பொருள் 2 | - பொருள் 1
- துணை
- பொருள் 2
|
+| <%= image_tag("images/jstoolbar/bt_ul.png", { alt: "Unordered list" }) %> | * பொருள் 1 ** துணை * பொருள் 2 | |
+| <%= image_tag("images/jstoolbar/bt_ol.png", { alt: "Ordered list" }) %> | # பொருள் 1 ## துணை # பொருள் 2 | - பொருள் 1
- துணை
- பொருள் 2
|
| தலைப்புகள் (மேலும்) |
- | h1. தலைப்பு 1 | தலைப்பு 1 |
- | h2. தலைப்பு 2 | தலைப்பு 2 |
- | h3. தலைப்பு 3 | தலைப்பு 3 |
+| <%= image_tag("images/jstoolbar/bt_h1.png", { alt: "Heading 1" }) %> | h1. தலைப்பு 1 | தலைப்பு 1 |
+| <%= image_tag("images/jstoolbar/bt_h2.png", { alt: "Heading 2" }) %> | h2. தலைப்பு 2 | தலைப்பு 2 |
+| <%= image_tag("images/jstoolbar/bt_h3.png", { alt: "Heading 3" }) %> | h3. தலைப்பு 3 | தலைப்பு 3 |
| இணைப்புகள் (மேலும்) |
| http://foo.bar | http://foo.bar |
| "Foo":http://foo.bar | Foo |
| Redmine இணைப்புகள் (மேலும்) |
- | [[Wiki page]] | Wiki page |
+| <%= image_tag("images/jstoolbar/bt_link.png", { alt: "Link to a Wiki page" }) %> | [[Wiki page]] | Wiki page |
| சிக்கல்கள் #12 | சிக்கல்கள் #12 |
| ##12 | Bug #12: The issue subject |
| திருத்தம் r43 | திருத்தம் r43 |
@@ -54,7 +54,7 @@
| source:some/file | source:some/file |
| இன்லைன் படங்கள் (மேலும்) |
- | !படம்_url! | |
+| <%= image_tag("images/jstoolbar/bt_img.png", { alt: "Image" }) %> | !படம்_url! | |
| !இணைக்கப்பட்ட_படம்! | |
| அட்டவணை |
diff --git a/app/views/help/wiki_syntax/textile/uk/wiki_syntax_textile.html.erb b/app/views/help/wiki_syntax/textile/uk/wiki_syntax_textile.html.erb
index 7c3694d2a..45b9b4803 100644
--- a/app/views/help/wiki_syntax/textile/uk/wiki_syntax_textile.html.erb
+++ b/app/views/help/wiki_syntax/textile/uk/wiki_syntax_textile.html.erb
@@ -11,13 +11,13 @@
| Cтилі шрифтів (more) |
- | *Жирний* | Жирний |
- | _Курсив_ | Курсив |
- | +Підкреслений+ | Підкреслений |
- | -Закреслений- | Закреслений |
+| <%= image_tag("images/jstoolbar/bt_strong.png", { alt: "Жирний" }) %> | *Жирний* | Жирний |
+| <%= image_tag("images/jstoolbar/bt_em.png", { alt: "Курсив" }) %> | _Курсив_ | Курсив |
+| <%= image_tag("images/jstoolbar/bt_ins.png", { alt: "Підкреслений" }) %> | +Підкреслений+ | Підкреслений |
+| <%= image_tag("images/jstoolbar/bt_del.png", { alt: "Закреслений" }) %> | -Закреслений- | Закреслений |
| ??Цитування?? | Цитування |
- | @Інлайн код@ | Інлайн код |
- | <pre> Попередньо відформатований текст </pre> |
+ |
|---|
| <%= image_tag("images/jstoolbar/bt_code.png", { alt: "Інлайн код" }) %> | @Інлайн код@ | Інлайн код |
+| <%= image_tag("images/jstoolbar/bt_pre.png", { alt: "Попередньо відформатований текст" }) %> | <pre> Попередньо відформатований текст </pre> |
Попередньо
відформатований
@@ -26,7 +26,7 @@
|
| иділений код (more | supported languages) |
- | <pre><code class="ruby"> 3.times do puts 'Hello' end </code></pre> |
+ |
|---|
| <%= image_tag("images/jstoolbar/bt_precode.png", { alt: "Виділений код" }) %> | <pre><code class="ruby"> 3.times do puts 'Hello' end </code></pre> |
3.times do
puts 'Hello'
end
@@ -34,20 +34,20 @@
|
| Списки |
- | * Пункт ** Підпункт * Пункт | |
- | # Пункт ## Підпункт # Пункт | - Пункт
- Підпункт
- Пункт
|
+| <%= image_tag("images/jstoolbar/bt_ul.png", { alt: "Ненумерованний список" }) %> | * Пункт ** Підпункт * Пункт | |
+| <%= image_tag("images/jstoolbar/bt_ol.png", { alt: "Нумерований список" }) %> | # Пункт ## Підпункт # Пункт | - Пункт
- Підпункт
- Пункт
|
| Заголовоки (more) |
- | h1. Заголовок 1 | Заголовок 1 |
- | h2. Заголовок 2 | Заголовок 2 |
- | h3. Заголовок 3 | Заголовок 3 |
+| <%= image_tag("images/jstoolbar/bt_h1.png", { alt: "Заголовок 1" }) %> | h1. Заголовок 1 | Заголовок 1 |
+| <%= image_tag("images/jstoolbar/bt_h2.png", { alt: "Заголовок 2" }) %> | h2. Заголовок 2 | Заголовок 2 |
+| <%= image_tag("images/jstoolbar/bt_h3.png", { alt: "Заголовок 3" }) %> | h3. Заголовок 3 | Заголовок 3 |
| Лінки(посилання) (more) |
| http://foo.bar | http://foo.bar |
| "Foo":http://foo.bar | Foo |
| Redmine посилання (more) |
- | [[Вікі сторінка]] | Вікі сторінка |
+| <%= image_tag("images/jstoolbar/bt_link.png", { alt: "Посилання на вікі сторінку" }) %> | [[Вікі сторінка]] | Вікі сторінка |
| Завдання #12 | Завдання #12 |
| ##12 | Bug #12: The issue subject |
| Revision r43 | Revision r43 |
@@ -55,7 +55,7 @@
| source:some/file | source:some/file |
| Вбудоване(inline) зображення (more) |
- | !image_url! | |
+| <%= image_tag("images/jstoolbar/bt_img.png", { alt: "Зображення" }) %> | !image_url! | |
| !attached_image! | |
| Таблиці |
diff --git a/app/views/help/wiki_syntax/textile/zh-tw/wiki_syntax_textile.html.erb b/app/views/help/wiki_syntax/textile/zh-tw/wiki_syntax_textile.html.erb
index b95ad9150..85efd5ba3 100644
--- a/app/views/help/wiki_syntax/textile/zh-tw/wiki_syntax_textile.html.erb
+++ b/app/views/help/wiki_syntax/textile/zh-tw/wiki_syntax_textile.html.erb
@@ -11,13 +11,13 @@
| 字型樣式 (more) |
- | *強調粗體* | 強調粗體 |
- | _斜體_ | 斜體 |
- | +底線+ | 底線 |
- | -刪除線- | 刪除線 |
+| <%= image_tag("images/jstoolbar/bt_strong.png", { alt: "強調粗體" }) %> | *強調粗體* | 強調粗體 |
+| <%= image_tag("images/jstoolbar/bt_em.png", { alt: "斜體" }) %> | _斜體_ | 斜體 |
+| <%= image_tag("images/jstoolbar/bt_ins.png", { alt: "底線" }) %> | +底線+ | 底線 |
+| <%= image_tag("images/jstoolbar/bt_del.png", { alt: "刪除線" }) %> | -刪除線- | 刪除線 |
| ??引文?? | 引文 |
- | @內嵌程式碼@ | 內嵌程式碼 (inline code) |
- | <pre> 格式化 的段落文字 </pre> |
+ |
|---|
| <%= image_tag("images/jstoolbar/bt_code.png", { alt: "內嵌程式碼" }) %> | @內嵌程式碼@ | 內嵌程式碼 (inline code) |
+| <%= image_tag("images/jstoolbar/bt_pre.png", { alt: "預先格式化的段落文字" }) %> | <pre> 格式化 的段落文字 </pre> |
格式化
的段落文字
@@ -25,7 +25,7 @@
|
| 反白程式碼 (more | supported languages) |
- | <pre><code class="ruby"> 3.times do puts 'Hello' end </code></pre> |
+ |
|---|
| <%= image_tag("images/jstoolbar/bt_precode.png", { alt: "反白程式碼" }) %> | <pre><code class="ruby"> 3.times do puts 'Hello' end </code></pre> |
3.times do
puts 'Hello'
end
@@ -33,20 +33,20 @@
|
| 清單 |
- | * 清單項目 1 ** 子清單項目 * 清單項目 2 | |
- | # 清單項目 1 ## Sub # 清單項目 2 | - 清單項目 1
- Sub
- 清單項目 2
|
+| <%= image_tag("images/jstoolbar/bt_ul.png", { alt: "不排序清單" }) %> | * 清單項目 1 ** 子清單項目 * 清單項目 2 | |
+| <%= image_tag("images/jstoolbar/bt_ol.png", { alt: "排序清單" }) %> | # 清單項目 1 ## Sub # 清單項目 2 | - 清單項目 1
- Sub
- 清單項目 2
|
| 標題 (more) |
- | h1. 標題 1 | 標題 1 |
- | h2. 標題 2 | 標題 2 |
- | h3. 標題 3 | 標題 3 |
+| <%= image_tag("images/jstoolbar/bt_h1.png", { alt: "標題 1" }) %> | h1. 標題 1 | 標題 1 |
+| <%= image_tag("images/jstoolbar/bt_h2.png", { alt: "標題 2" }) %> | h2. 標題 2 | 標題 2 |
+| <%= image_tag("images/jstoolbar/bt_h3.png", { alt: "標題 3" }) %> | h3. 標題 3 | 標題 3 |
| 連結 (more) |
| http://foo.bar | http://foo.bar |
| "Foo":http://foo.bar | Foo |
| Redmine 連結 (more) |
- | [[Wiki 頁面]] | Wiki 頁面 |
+| <%= image_tag("images/jstoolbar/bt_link.png", { alt: "連結至一個 Wiki 頁面" }) %> | [[Wiki 頁面]] | Wiki 頁面 |
| 議題 #12 | 議題 #12 |
| ##12 | Bug #12: The issue subject |
| 版次 r43 | 版次 r43 |
@@ -54,7 +54,7 @@
| source:some/file | source:some/file |
| 內嵌圖像 (more) |
- | !圖像_url! | |
+| <%= image_tag("images/jstoolbar/bt_img.png", { alt: "圖像" }) %> | !圖像_url! | |
| !附加_圖像! | |
| 表格 |
diff --git a/app/views/help/wiki_syntax/textile/zh/wiki_syntax_textile.html.erb b/app/views/help/wiki_syntax/textile/zh/wiki_syntax_textile.html.erb
index 5774177a9..9697ad680 100644
--- a/app/views/help/wiki_syntax/textile/zh/wiki_syntax_textile.html.erb
+++ b/app/views/help/wiki_syntax/textile/zh/wiki_syntax_textile.html.erb
@@ -11,13 +11,13 @@
| 字体风格 (more) |
- | *粗体* | 粗体 |
- | _Italic_ | 斜体 |
- | +下划线+ | 下划线 |
- | -删除线- | 删除线 |
+| <%= image_tag("images/jstoolbar/bt_strong.png", { alt: "粗体" }) %> | *粗体* | 粗体 |
+| <%= image_tag("images/jstoolbar/bt_em.png", { alt: "斜体" }) %> | _Italic_ | 斜体 |
+| <%= image_tag("images/jstoolbar/bt_ins.png", { alt: "下划线" }) %> | +下划线+ | 下划线 |
+| <%= image_tag("images/jstoolbar/bt_del.png", { alt: "删除线" }) %> | -删除线- | 删除线 |
| ??引用?? | 引用 |
- | @内嵌程序代码@ | 内嵌程序代码 |
- | <pre> 格式化 的段落 </pre> |
+ |
|---|
| <%= image_tag("images/jstoolbar/bt_code.png", { alt: "内嵌程序代码" }) %> | @内嵌程序代码@ | 内嵌程序代码 |
+| <%= image_tag("images/jstoolbar/bt_pre.png", { alt: "预先格式化的段落" }) %> | <pre> 格式化 的段落 </pre> |
格式化
的段落
@@ -25,7 +25,7 @@
|
| Highlighted code (more | supported languages) |
- | <pre><code class="ruby"> 3.times do puts 'Hello' end </code></pre> |
+ |
|---|
| <%= image_tag("images/jstoolbar/bt_precode.png", { alt: "Highlighted code" }) %> | <pre><code class="ruby"> 3.times do puts 'Hello' end </code></pre> |
3.times do
puts 'Hello'
end
@@ -33,20 +33,20 @@
|
| 列表 |
- | * 列表项 1 ** Sub * 列表项 2 | |
- | # 列表项 1 ## Sub # 列表项 2 | - 列表项 1
- 子项
- 列表项 2
|
+| <%= image_tag("images/jstoolbar/bt_ul.png", { alt: "不排序列表" }) %> | * 列表项 1 ** Sub * 列表项 2 | |
+| <%= image_tag("images/jstoolbar/bt_ol.png", { alt: "排序列表" }) %> | # 列表项 1 ## Sub # 列表项 2 | - 列表项 1
- 子项
- 列表项 2
|
| 标题 (more) |
- | h1. 标题 1 | 标题 1 |
- | h2. 标题 2 | 标题 2 |
- | h3. 标题 3 | 标题 3 |
+| <%= image_tag("images/jstoolbar/bt_h1.png", { alt: "标题 1" }) %> | h1. 标题 1 | 标题 1 |
+| <%= image_tag("images/jstoolbar/bt_h2.png", { alt: "标题 2" }) %> | h2. 标题 2 | 标题 2 |
+| <%= image_tag("images/jstoolbar/bt_h3.png", { alt: "标题 3" }) %> | h3. 标题 3 | 标题 3 |
| 链接 (more) |
| http://foo.bar | http://foo.bar |
| "Foo":http://foo.bar | Foo |
| Redmine 链接 (more) |
- | [[Wiki 页面]] | Wiki 页面 |
+| <%= image_tag("images/jstoolbar/bt_link.png", { alt: "链接到一个Wiki 页面" }) %> | [[Wiki 页面]] | Wiki 页面 |
| 问题 #12 | 问题 #12 |
| ##12 | Bug #12: The issue subject |
| 修订 r43 | 修订 r43 |
@@ -54,7 +54,7 @@
| source:some/file | 代码:source:some/file |
| 内嵌图片 (more) |
- | !image_url! | |
+| <%= image_tag("images/jstoolbar/bt_img.png", { alt: "Image" }) %> | !image_url! | |
| !attached_image! | |
| 表格 |
|
|---|
|
|---|