Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
fontane-notizbuecher
SADE
Commits
7fa7001c
Commit
7fa7001c
authored
Aug 14, 2018
by
Mathias Goebel
Browse files
and items to the work view
parent
9774831b
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/fontane/index-processor.xqm
View file @
7fa7001c
...
...
@@ -325,6 +325,7 @@ element xhtml:li {
attribute class { "creator" },
"Urheber:",
element xhtml:ul {
attribute class {"listPerson"},
for $creator in $creators
let $target := $creator/@target => substring-after(" ")
let $targetId := $target => substring-after(":")
...
...
@@ -339,6 +340,7 @@ element xhtml:li {
else "target-not-available"
return
element xhtml:li {
attribute class {"person"},
element xhtml:a {
attribute href { "register-" || $htmlResource || ".html?e=" || string-join($targetId) },
if($targetNode[2])
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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