equal
deleted
inserted
replaced
65 <xsl:when test="$souborDiagramu"> |
65 <xsl:when test="$souborDiagramu"> |
66 <div class="diagram"> |
66 <div class="diagram"> |
67 <a href="{encode-for-uri($souborDiagramu)}.svg"> |
67 <a href="{encode-for-uri($souborDiagramu)}.svg"> |
68 <img |
68 <img |
69 src="{encode-for-uri($souborDiagramu)}.svg" |
69 src="{encode-for-uri($souborDiagramu)}.svg" |
70 alt="Diagram {(@nadpis, $souborDiagramu)[1]} | pokud nevidíte obrázek, váš prohlížeč stojí za starou bačkoru" |
70 alt="Diagram {(@nadpis, $souborDiagramu)[1]}" |
71 title="{@nadpis} (klikněte pro zobrazení samotného diagramu)"/> |
71 title="{@nadpis}"/> |
72 </a> |
72 </a> |
73 <!-- |
73 <!-- |
74 TODO: SVG+PNG: |
74 TODO: SVG+PNG: |
75 <xsl:variable name="svgDiagramu" select="document(concat($výstup, $souborDiagramu, '.svg'))/svg:svg"/> |
75 <xsl:variable name="svgDiagramu" select="document(concat($výstup, $souborDiagramu, '.svg'))/svg:svg"/> |
76 <object |
76 <object |