Loading rxq/html.xqm +1 −0 Original line number Diff line number Diff line Loading @@ -51,6 +51,7 @@ declare function max.html:render( 'projectId' : $projectId, 'prettyName' : max.config:getProjectPrettyName($projectId), 'baseURI' : max.config:getBaseURI(), 'home' : if(max.config:getBaseURI() = '/') then "/" || $projectId else max.config:getBaseURI() ||'/'|| $projectId, 'menu' : $menu, 'navigationSelect' : $navigationSelect, 'textOptions' : $textOptions, Loading tools/demo/demo_lorem_config_inc.xml +1 −1 Original line number Diff line number Diff line <edition xml:id="demo_lorem" dbpath="max_demo_lorem" env="tei"> <edition xml:id="demo_lorem" dbpath="max_demo_lorem" env="tei" prettyName="Démo Lorem"> <description>Édition Demo Lorem - Démonstrateur du moteur d'afficchage XML MaX.</description> <author>Certic / Pôle Document Numérique / Université de Caen</author> Loading ui/templates/tei.html +2 −2 Original line number Diff line number Diff line Loading @@ -3,8 +3,8 @@ {$head} <body> <header id="topbar" class="navbar fixed-top navbar-light bg-light"> <a class="navbar-brand" href="#"> {$projectId} <a class="navbar-brand" href="{$home}"> {$prettyName} </a> <div id="menu"> {$menu} Loading Loading
rxq/html.xqm +1 −0 Original line number Diff line number Diff line Loading @@ -51,6 +51,7 @@ declare function max.html:render( 'projectId' : $projectId, 'prettyName' : max.config:getProjectPrettyName($projectId), 'baseURI' : max.config:getBaseURI(), 'home' : if(max.config:getBaseURI() = '/') then "/" || $projectId else max.config:getBaseURI() ||'/'|| $projectId, 'menu' : $menu, 'navigationSelect' : $navigationSelect, 'textOptions' : $textOptions, Loading
tools/demo/demo_lorem_config_inc.xml +1 −1 Original line number Diff line number Diff line <edition xml:id="demo_lorem" dbpath="max_demo_lorem" env="tei"> <edition xml:id="demo_lorem" dbpath="max_demo_lorem" env="tei" prettyName="Démo Lorem"> <description>Édition Demo Lorem - Démonstrateur du moteur d'afficchage XML MaX.</description> <author>Certic / Pôle Document Numérique / Université de Caen</author> Loading
ui/templates/tei.html +2 −2 Original line number Diff line number Diff line Loading @@ -3,8 +3,8 @@ {$head} <body> <header id="topbar" class="navbar fixed-top navbar-light bg-light"> <a class="navbar-brand" href="#"> {$projectId} <a class="navbar-brand" href="{$home}"> {$prettyName} </a> <div id="menu"> {$menu} Loading