Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
fontane-notizbuecher
SADE
Commits
625cbc07
Commit
625cbc07
authored
Sep 12, 2018
by
Mathias Goebel
🎠
Browse files
add "ehemalige" to tooltip
parent
e079682e
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
modules/fontane/transform.xqm
View file @
625cbc07
...
...
@@ -2039,6 +2039,7 @@ if( $node/parent::zone/@points ) then
</svg>,
element xhtml:div {
attribute class {'hrHover'},
if (starts-with($node//tei:figDesc/tei:ref/text(), "ehemalige")) then "ehemalige" else (),
'Absatzlinie'
})
else
...
...
@@ -2066,6 +2067,7 @@ if( $node/parent::zone/@points ) then
</svg>,
element xhtml:div {
attribute class {'hrHover'},
if (starts-with($node//tei:figDesc/tei:ref/text(), "ehemalige")) then "ehemalige" else (),
'Absatzlinie'
})
else
...
...
@@ -2078,6 +2080,7 @@ if( $node/parent::zone/@points ) then
</svg>,
element xhtml:div {
attribute class {'hrHover'},
if (starts-with($node//tei:figDesc/tei:ref/text(), "ehemalige")) then "ehemalige" else (),
'Absatzlinie'
})
else
...
...
@@ -2101,11 +2104,12 @@ if( $node/parent::zone/@points ) then
},
element xhtml:div {
attribute class {'hrHover'},
if (starts-with($node//tei:figDesc/tei:ref/text(), "ehemalige")) then "ehemalige" else (),
'Absatzlinie'
})
else
if(contains($node//tei:figDesc/tei:ref/text(),"horizontale Halbschleife von links unten nach rechts"))
then
then
(
<svg xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
...
...
@@ -2126,7 +2130,12 @@ if( $node/parent::zone/@points ) then
</rdf:rdf>
</metadata>
<path d="M 20.55,10.82 C 20.55,10.82 -8.18,5.55 6.91,5.09 35.18,4.00 57.00,3.91 57.00,3.91" stroke-width="1" stroke="black" fill="none" id="hsl2r"></path>
</svg>
</svg>,
element xhtml:div {
attribute class {'hrHover'},
if (starts-with($node//tei:figDesc/tei:ref/text(), "ehemalige")) then "ehemalige" else (),
'Absatzlinie'
})
else
if(contains($node//tei:figDesc/tei:ref/text(), 'Absatzlinie')) then
(element xhtml:hr {
...
...
@@ -2135,6 +2144,7 @@ if( $node/parent::zone/@points ) then
},
element xhtml:div {
attribute class {'hrHover'},
if (starts-with($node//tei:figDesc/tei:ref/text(), "ehemalige")) then "ehemalige" else (),
'Absatzlinie'
})
else
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment