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
8b8311be
Commit
8b8311be
authored
Oct 28, 2019
by
Mathias Goebel
🎠
Browse files
add link to parent entity
parent
ba9ad1e4
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
modules/fontane/index-processor.xqm
View file @
8b8311be
...
...
@@ -1228,6 +1228,15 @@ else
string($place/parent::tei:place/*[1])
}
},
if(not($place/parent::tei:listPlace/parent::tei:item)) then () else
element xhtml:span {
attribute class { "hiera-ref" },
" in: ",
element xhtml:a {
attribute href { "?e=" || string($place/parent::tei:item/@xml:id) },
string($place/parent::tei:listPlace/parent::tei:item/*[1])
}
},
element xhtml:ul {
(: variant :)
ixp:variant($variant),
...
...
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