Loading plugins/ead_basket/ead_basket.xq +5 −1 Original line number Diff line number Diff line Loading @@ -8,7 +8,11 @@ declare variable $id external; let $locale := max.i18n:getLang($project) return <nav class="article_actions"> return if($id='eadheader' or $id='archdesc') then () else <nav class="article_actions"> <ul> <li> <label> Loading plugins/ead_metadata/ead_metadata.xq +1 −1 Original line number Diff line number Diff line Loading @@ -32,7 +32,7 @@ function max.plugin.metadata:getMetadataDocument($project, $doc, $tag, $search a let $html := max.html:render( $project, $doc, <div> <div class="plugins-wrapper">{max.html:invokePluginXQueries($project, $doc, ())}</div> <div class="plugins-wrapper">{max.html:invokePluginXQueries($project, $doc, $tag)}</div> <div id='text'> {xslt:transform( $xml, Loading plugins/ead_pdf/ead_pdf.xq +5 −2 Original line number Diff line number Diff line declare variable $id external; (:hides pdf export in eadheader or archdesc consult context :) if($id='eadheader' or $id='archdesc') then () else <div class="ead2pdf"> <a role="button" title="Export pdf" target="_blank" href="./ead/{$id}.pdf"> ⇪<span class="texte">PDF</span> ⇪<span class="texte">{$id}PDF</span> </a> </div> Loading
plugins/ead_basket/ead_basket.xq +5 −1 Original line number Diff line number Diff line Loading @@ -8,7 +8,11 @@ declare variable $id external; let $locale := max.i18n:getLang($project) return <nav class="article_actions"> return if($id='eadheader' or $id='archdesc') then () else <nav class="article_actions"> <ul> <li> <label> Loading
plugins/ead_metadata/ead_metadata.xq +1 −1 Original line number Diff line number Diff line Loading @@ -32,7 +32,7 @@ function max.plugin.metadata:getMetadataDocument($project, $doc, $tag, $search a let $html := max.html:render( $project, $doc, <div> <div class="plugins-wrapper">{max.html:invokePluginXQueries($project, $doc, ())}</div> <div class="plugins-wrapper">{max.html:invokePluginXQueries($project, $doc, $tag)}</div> <div id='text'> {xslt:transform( $xml, Loading
plugins/ead_pdf/ead_pdf.xq +5 −2 Original line number Diff line number Diff line declare variable $id external; (:hides pdf export in eadheader or archdesc consult context :) if($id='eadheader' or $id='archdesc') then () else <div class="ead2pdf"> <a role="button" title="Export pdf" target="_blank" href="./ead/{$id}.pdf"> ⇪<span class="texte">PDF</span> ⇪<span class="texte">{$id}PDF</span> </a> </div>