increased word spacing in WL XML
authorJan Szejko <janek37@gmail.com>
Thu, 27 Jul 2017 09:42:23 +0000 (11:42 +0200)
committerJan Szejko <janek37@gmail.com>
Thu, 27 Jul 2017 09:42:23 +0000 (11:42 +0200)
apps/toolbar/fixtures/initial_toolbar.yaml
lib/librarian
redakcja/static/css/book.css
redakcja/static/css/html.css
redakcja/static/css/html_print.css
redakcja/static/js/wiki/view_editor_wysiwyg.js
redakcja/static/js/wiki/xslt.js
redakcja/static/xsl/wl2html_client.xsl

index 5766ec7..bc2ea1c 100644 (file)
         tooltip: ''
     model: toolbar.button
     pk: 49
+-   fields:
+        accesskey: ''
+        group: [15]
+        label: "wi\u0119ksze odst\u0119py"
+        link: ''
+        params: '{"tag": "wieksze_odstepy"}'
+        scriptlet: insert_tag
+        slug: wieksze-odstepy
+        tooltip: "wi\u0119ksze odst\u0119py mi\u0119dzy s\u0142owami"
+    model: toolbar.button
+    pk: 50
 -   fields:
         accesskey: ''
         group: [29]
         params: '{"tag": "wers_do_prawej"}'
         scriptlet: insert_tag
         slug: wers-do-prawej
-        tooltip: "wers wyrównany do prawej"
+        tooltip: "wers wyr\xf3wnany do prawej"
     model: toolbar.button
     pk: 109
 -   fields:
index fee2ad6..a4af74c 160000 (submodule)
@@ -1 +1 @@
-Subproject commit fee2ad602df51da7201802a325c1d38def5263ce
+Subproject commit a4af74c13b9139bb75ce9e6d40d743f58089b2ef
index c68e46e..89edfdf 100644 (file)
@@ -394,6 +394,12 @@ em.person {
     font-variant: small-caps;
 }
 
+em.wieksze-odstepy
+{
+    font-style: normal;
+    word-spacing: 1em;
+}
+
 .verse:after {
     content: "\feff";
 }
index 01c623a..003d7d2 100644 (file)
     font-variant: small-caps;
 }
 
+em.wieksze_odstepy {
+    font-style: normal;
+    word-spacing: 1em;
+}
+
 .htmlview .parse-warning {
     display: block;
     font-size: 10pt;
index 63a2d43..2cb6d41 100644 (file)
     font-style: normal;
     font-variant: small-caps;
 }
+
+.htmlview em.wieksze-odstepy
+{
+    font-style: normal;
+    word-spacing: 1em;
+}
index 4353848..3ec4f70 100644 (file)
         if($('div.html-editarea textarea')[0]) {
             var specialCharsContainer = $("<div id='specialCharsContainer'><a href='#' id='specialCharsClose'>Zamknij</a><table id='tableSpecialChars' style='width: 600px;'></table></div>");
                         
-            var specialChars = ['Ą','ą','Ć','ć','Ę','ę','Ł','ł','Ń','ń','Ó','ó','Ś','ś','Ż','ż','Ź','ź','Á','á','À','à',
+            var specialChars = [' ', 'Ą','ą','Ć','ć','Ę','ę','Ł','ł','Ń','ń','Ó','ó','Ś','ś','Ż','ż','Ź','ź','Á','á','À','à',
             'Â','â','Ä','ä','Å','å','Ā','ā','Ă','ă','Ã','ã',
             'Æ','æ','Ç','ç','Č','č','Ċ','ċ','Ď','ď','É','é','È','è',
             'Ê','ê','Ë','ë','Ē','ē','Ě','ě','Ġ','ġ','Ħ','ħ','Í','í','Î','î',
index b4844a5..1ddd732 100644 (file)
@@ -17,7 +17,7 @@ function withStylesheets(code_block, onError)
     if (!xml2htmlStylesheet) {
        $.blockUI({message: 'Ładowanie arkuszy stylów...'});
        $.ajax({
-               url: STATIC_URL + 'xsl/wl2html_client.xsl?20170726',
+               url: STATIC_URL + 'xsl/wl2html_client.xsl?20170727',
                dataType: 'xml',
                timeout: 10000,
                success: function(data) {
index 09b6b79..33413af 100644 (file)
         </em>
     </xsl:template>
 
-    <xsl:template match="wyroznienie|slowo_obce|mat|didask_tekst|osoba|wyp_osoba|www">
+    <xsl:template match="wyroznienie|slowo_obce|mat|didask_tekst|osoba|wyp_osoba|www|wieksze_odstepy">
         <xsl:param name="mixed" />
         <em>
             <xsl:call-template name="standard-attributes" />