tooltip: "d\u0142ugi cytat wyr\xF3\u017Cniony sk\u0142adem"
model: toolbar.button
pk: 42
+- fields:
+ accesskey: ''
+ group: [21]
+ label: "ramka"
+ link: ''
+ params: '{"tag": "ramka"}'
+ scriptlet: insert_tag
+ slug: ramka
+ tooltip: "tekst otoczony ramką"
+ model: toolbar.button
+ pk: 43
- fields:
accesskey: f
group: [12, 15]
font-style: italic;
}
+div.frame {
+ border: 1px darkgray solid;
+ padding-bottom: 1.5em;
+}
+
hr.spacer {
height: 3em;
visibility: hidden;
font-style: italic;
}
+.htmlview div.ramka {
+ border: 1px darkgray solid;
+}
+
.htmlview .nota_red {
background-color: #eee;
border: 1px solid #888;
font-style: italic;
}
+.htmlview div.frame {
+ border: 1px darkgray solid;
+}
+
.htmlview hr.spacer {
height: 3em;
visibility: hidden;
if (!xml2htmlStylesheet) {
$.blockUI({message: 'Ładowanie arkuszy stylów...'});
$.ajax({
- url: STATIC_URL + 'xsl/wl2html_client.xsl?20110520',
+ url: STATIC_URL + 'xsl/wl2html_client.xsl?20171106',
dataType: 'xml',
timeout: 10000,
success: function(data) {
</div>
</xsl:template>
+ <!--
+ Tagi obejmujące tekst w ramce (styl wieloakapitowy bądź wielostrofowy):
+ <ramka> tekst-w-ramce </ramka>
+ -->
+ <xsl:template match="ramka">
+ <xsl:param name="mixed" />
+ <div>
+ <xsl:call-template name="standard-attributes" />
+ <xsl:apply-templates select="child::node()">
+ <xsl:with-param name="mixed" select="false()" />
+ </xsl:apply-templates>
+ </div>
+ </xsl:template>
+
<!--
Tagi obejmujące tekst motta (styl wieloakapitowy bądź wielostrofowy):
<motto> tekst-motta </motto>