Commit 60b520a0 authored by Jerome Chauveau's avatar Jerome Chauveau
Browse files

prettyName + lien de retour accueil

parent c3f7d299
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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,
+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>

+2 −2
Original line number Diff line number Diff line
@@ -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}