Diff for /OSAS/OSA_system/zpt/ImageandText.zpt between versions 1.4 and 1.5

version 1.4, 2004/06/22 06:39:04 version 1.5, 2004/06/23 05:36:08
Line 99 Line 99
       </tr>        </tr>
     </table>      </table>
     <!--Addition for Presentation-->      <!--Addition for Presentation-->
           <h3>Select the ImageViewer</h3>
       <table>
         <tr>
             <td><em>Base Url of the ImageViewer</em></td>
             <td>
           <!--<input size=80 type="text" name="digiliburlprefix" tal:attributes="value python:here.getTextToolsField(path,'digiliburlprefix')"/>-->
           <select name="digiliburlprefix">
             <tal:block  tal:repeat="viewer here/getImageViewers"> 
               <option tal:condition="python:viewer[1].prefix==here.getTextToolsField(path,'digiliburlprefix')" tal:attributes="value python:viewer[1].prefix" tal:content="python:viewer[1].prefix" selected />
               <option tal:condition="not:python:viewer[1].prefix==here.getTextToolsField(path,'digiliburlprefix')" tal:attributes="value python:viewer[1].prefix" tal:content="python:viewer[1].prefix"/>
             </tal:block>
           </select>
             </td>
          </tr>
       </table>
           
     <h3>Select the set of viewer templates (changes here will change all entries below)</h3>      <h3>Select the set of viewer templates (changes here will change all entries below)</h3>
     <select tal:attributes="onChange python:'location.href=\''+here.REQUEST['URL']+'?path='+here.REQUEST['path']+'&viewerTemplateSet=\'+this.options[this.selectedIndex].value'" name="project">      <select tal:attributes="onChange python:'location.href=\''+here.REQUEST['URL']+'?path='+here.REQUEST['path']+'&viewerTemplateSet=\'+this.options[this.selectedIndex].value'" name="project">
Line 130 Line 144
       </span>        </span>
      </select>         </select>  
   
     <h3>Entries (Changes are only valid for this document)</h3>      <h3>Path to templates (Changes are only valid for this document)</h3>
     <!--NO ViewerTemplateSet selected-->      <!--NO ViewerTemplateSet selected-->
     <table tal:condition="not:python:here.REQUEST.has_key('viewerTemplateSet')">      <table tal:condition="not:python:here.REQUEST.has_key('viewerTemplateSet')">
       <tr>        <tr>
Line 152 Line 166
            <input size=80 type="text" name="topbar" value="/usr/local/share/archimedes/web/docs/proj/echo/1/templates/toc/topbar.tmpl" tal:attributes="value python:here.getTextToolsField(path,'toptemplate')"/>             <input size=80 type="text" name="topbar" value="/usr/local/share/archimedes/web/docs/proj/echo/1/templates/toc/topbar.tmpl" tal:attributes="value python:here.getTextToolsField(path,'toptemplate')"/>
          </td>           </td>
        </tr>         </tr>
        <tr>         <!--<tr>
          <td>           <td>
            <em>Path to template of digilib navigationa (optional)</em></td>             <em>Path to template of digilib navigation (optional)</em></td>
          <td>           <td>
            <input size=80 type="text" name="digiLibTemplate" tal:attributes="value python:here.getTextToolsField(path,'digilibtempl')"/>             <input size=80 type="text" name="digiLibTemplate" tal:attributes="value python:here.getTextToolsField(path,'digilibtempl')"/>
          </td>           </td>
        </tr>         </tr>-->
   
      </table>       </table>
          <!--ViewerTemplateSet selected-->           <!--ViewerTemplateSet selected-->

Removed from v.1.4  
changed lines
  Added in v.1.5


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>