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
139f74a6
Commit
139f74a6
authored
Jun 29, 2018
by
Mathias Goebel
🎠
Browse files
closes
#29
parent
9939a782
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/fontane/register.xqm
View file @
139f74a6
...
...
@@ -422,21 +422,7 @@ return
(: variant :)
local:variant($variant),
(: secondary label :)
for $l in $labelAlt
return
element xhtml:li {
attribute class {"label-" || string($l/@type)},
$l/text(),
if($l/@type = "variant")
then ()
else (
" ",
element xhtml:a {
attribute href { string($l/@xml:base) || string($l) },
<xhtml:i title="Link zu externer Ressource" class="fa fa-external-link"></xhtml:i>
}
)
},
local:idno($labelAlt),
(: note :)
local:note($note),
(: where :)
...
...
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