Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
SADE
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
fontane-notizbuecher
SADE
Merge requests
!39
Add Reichstaler
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Add Reichstaler
feature/#101-rth
into
develop
Overview
0
Commits
1
Pipelines
1
Changes
1
Merged
Michelle Weidling
requested to merge
feature/#101-rth
into
develop
5 years ago
Overview
0
Commits
1
Pipelines
1
Changes
1
Expand
closes
#101 (closed)
0
0
Merge request reports
Compare
develop
develop (base)
and
latest version
latest version
bf9868b9
1 commit,
5 years ago
1 file
+
20
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
modules/fontane/edited-text/simple2xhtml.xqm
+
20
−
2
Options
@@ -397,8 +397,26 @@ declare function simple2xhtml:recursion($nodes as node()*) as node()* {
simple2xhtml:recursion
(
$sub
/
node
())
}
}
else
if
(
$node
/
@ref
=
"#hb"
)
then
()
else
if
(
$node
/
@ref
=
"#rth"
)
then
element
xhtml:span
{
attribute
class
{
'g rth'
}
,
<xhtml:div
class=
"hover"
>
Reichstaler
</xhtml:div>
,
<svg
xmlns=
"http://www.w3.org/2000/svg"
viewBox=
"0 0 82 107"
>
{
element
path
{
attribute
fill
{
"none"
}
,
attribute
stroke
{
"darkslategrey"
}
,
attribute
stroke-width
{
"5"
}
,
attribute
d
{
"M 24.73,35.82"
||
" C 24.73,35.82 30.36,30.73 32.00,26.55"
||
" 46.73,45.27 80.55,37.45 70.00,38.18"
||
" 16.73,50.73 -2.55,99.09 19.09,101.82"
||
" 52.00,103.45 57.09,80.00 42.91,80.91"
||
" 11.82,83.64 35.45,105.45 52.00,99.64"
}
}}
</svg>
}
else
()
Loading