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
053d02c4
Commit
053d02c4
authored
Aug 14, 2018
by
Mathias Goebel
Browse files
add loader for pseudo-nested entities
parent
5994195a
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/fontane/index-processor.xqm
View file @
053d02c4
...
...
@@ -304,6 +304,15 @@ element xhtml:li {
if($targetNode[2])
then "two entities with same ID: " || $targetId
else string($targetNode/*[1])
},
element xhtml:span {
attribute class { "load-entity" },
attribute data-load { $targetId },
text {" "},
element xhtml:i {
attribute class {"fa fa-plus-square-o"},
attribute aria-hidden {"true"}
}
}
}
}
...
...
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