Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
pdn-certic
MaX
Commits
a9a5ea09
Commit
a9a5ea09
authored
Mar 30, 2022
by
Anne Goloubkoff-Duponchel
Browse files
correction du chemin pour surcharge de la navbar
parent
ec252b56
Changes
1
Hide whitespace changes
Inline
Side-by-side
rxq/util.xqm
View file @
a9a5ea09
...
...
@@ -272,7 +272,7 @@ declare function max.util:getDocumentTitleTOCXSL($projectId) {
Returns project's nav bar xsl
:)
declare function max.util:getNavigationBarXSL($projectId) {
let $xsltFile := file:parent(file:parent(static-base-uri())) || "editions/" || $projectId || "/ui/xsl/" || $max.cons:NAV_BAR_XSL_FILEPATH
let $xsltFile := file:parent(file:parent(static-base-uri())) || "editions/" || $projectId || "/ui/xsl/
tei/
" || $max.cons:NAV_BAR_XSL_FILEPATH
return if(file:exists($xsltFile))
then $xsltFile
else file:parent(file:parent(static-base-uri())) || "ui/xsl/"|| max.config:getXMLFormat($projectId) ||'/'|| $max.cons:NAV_BAR_XSL_FILEPATH
...
...
Write
Preview
Supports
Markdown
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