Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Instalacja

Dodaj następujący fragment kodu do pliku dlibra-webapp/WEB-INF/layout/templates/simple-inv.vm

Code Block
languagexml
#if(4 == ${velocityCount} && ${pageId} == "docmetadata")

    <div id="chcontext-widget" class="chcontext-widget-wrapper" data-searchProvider="FBC+" data-resultCount="5" data-queryselector="span#Subject a" data-show-img="false">
        <h3 id="chc-widget-header" class="leftDiv"> $res.getProperty("CHContext.SeeAlso") <img src="${homepageUrl}/style/dlibra/[theme1]/l_open.gif" class="sh_button"></h3>
        <div class="chcontext-widget-container left_box"></div>
    </div>

    <script type="text/javascript" src="http://cdn.jsdelivr.net/chcontext/1.0.0/chcontext.min.js"></script>
#end

Pomiędzy liniami

#foreach( $comp in $left)

a

#if ( ${comp.RenderedTemplate}!= "" )