Changeset 592:d6bfaea5bdf9 in documentViewer for zpt


Ignore:
Timestamp:
Nov 16, 2012, 3:29:32 PM (11 years ago)
Author:
casties
Branch:
default
Message:

ocrsearch gets new server url and is hidden when no query.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • zpt/layer_image_ocrsearch.zpt

    r591 r592  
    33<html xmlns="http://www.w3.org/1999/xhtml">
    44<head>
    5 <metal:block metal:define-macro="html_head" tal:condition="python:'ocrsearch' in viewLayers">
     5<metal:block metal:define-macro="html_head" tal:define="global query pageinfo/query | nothing;"
     6  tal:condition="python:('ocrsearch' in viewLayers) and query">
    67  <!--  ocrsearch for digilib -->
    78  <script type="text/javascript" tal:attributes="src string:$dlBaseUrl/jquery/showdown.js"></script>
     
    1112
    1213  <script type="text/javascript"
    13     tal:define="global annServerUrl string:http://tuxserve03.mpiwg-berlin.mpg.de/AnnotationManager;
    14     global query pageinfo/query | nothing;
     14    tal:define="global annServerUrl string:http://md.mpiwg-berlin.mpg.de/searchLines;
    1515    annUri docinfo/documentPath;
    1616    annPf pageinfo/pf | nothing;"
     
    3030    <!-- LAYER DISPLAY OPTION  -->
    3131    <ul>
    32       <li metal:define-macro="layer_select_li">
     32      <li metal:define-macro="layer_select_li" tal:condition="query">
    3333        <input type="checkbox" class="autosubmit" name="viewLayer" value="ocrsearch"
    3434          tal:attributes="checked python:'ocrsearch' in viewLayers" /> Search results
     
    3737  </div>
    3838
    39   <metal:block metal:define-macro="options_box" tal:condition="python:'ocrsearch' in viewLayers">
     39  <metal:block metal:define-macro="options_box" tal:condition="python:('ocrsearch' in viewLayers) and query">
    4040    <!-- BEGIN OCRSEARCH -->
    4141    <div class="options">
Note: See TracChangeset for help on using the changeset viewer.