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
055d75ff
Commit
055d75ff
authored
Mar 30, 2022
by
Jerome Chauveau
Browse files
Merge branch 'dev' of git.unicaen.fr:pdn-certic/MaX into dev
parents
fa25cd16
4075d6c8
Changes
1
Hide whitespace changes
Inline
Side-by-side
rxq/util.xqm
View file @
055d75ff
...
...
@@ -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