Diff for /ECHO_content/vlp/library_transcriptionTemplate.zpt between versions 1.1 and 1.2

version 1.1, 2004/08/18 12:41:00 version 1.2, 2005/02/24 22:59:21
Line 1 Line 1
 <html metal:use-macro="here/main_template/macros/page">  <html metal:use-macro="here/main_template/macros/page">
   <head>    <head>
     <title tal:content="here/title">lit25146 a0001</title>      <title tal:content="here/title">lit25146 a0001</title>
     <tal:block metal:fill-slot="script">    
       <script type="text/javascript" tal:replace="structure here/zogilib/createHeadJS"></script>  
       <script language="javascript" type="text/javascript">  
     <!--  
         function formgo(box)  
         {  
         // window.open(box.options[box.selectedIndex].value, "_top")  
         if ((-1 < box.selectedIndex) && (box.options[box.selectedIndex].value != "nil"))  
         {  
         val = box.options[box.selectedIndex].value;  
         window.open(val, "_top");  
         }  
         return true;  
         }  
         // -->  
       </script>  
     </tal:block>  
    </head>     </head>
   
 <table metal:fill-slot="nav" border="1" cellspacing="0" cellpadding="8" width="80">  <table metal:fill-slot="nav" border="1" cellspacing="0" cellpadding="8" width="80">
Line 44 Line 28
           <td tal:content="structure here/nextPage"/>            <td tal:content="structure here/nextPage"/>
           <td tal:content="structure here/lastPage"/>            <td tal:content="structure here/lastPage"/>
        </tr>         </tr>
        <tr colspan="4">         <!--<tr colspan="4">
          <td tal:content="structure python:here.fulltext.getPage(here.REQUEST.get('pn','1'))"/>           <td tal:content="structure python:here.fulltext.getPage(here.REQUEST.get('pn','1'))"/>
        </tr>         </tr>-->
         </table>          </table>
     </td>      </td>
         <!-- image -->          <!-- image -->
      </tr>       </tr>
       </table>        </table>
   
 <body onload="dl_init()" tal:define="dummy python:here.zogilib.storeQuery('fn=/permanent/vlp/'+here.resourceID+'/'+here.imagePath)" bgcolor="#e6e6e6" alink="#000000" vlink="#000000" link="#000000" text="#000000">  <body>
 <div id="navigation">  <div id="navigation">
   <tal:block metal:fill-slot="body" tal:define="dummy python:here.REQUEST.form.setdefault('pn',here.REQUEST.get('pn'))">    <tal:block metal:fill-slot="body">
   <!--<span tal:replace="structure here/REQUEST"/>-->           <b><a tal:attributes="href python:here.REQUEST['URL1']+'?'+here.REQUEST['QUERY_STRING']">facsimile</a></b>
   <form method="get" tal:attributes="action python:here.zogilib.zogilibPath()+'setDLParams'">           <b><a tal:attributes="href python:'../zogilib?fn=/permanent/vlp/'+here.getId()+'/pagesHi&pn='+here.REQUEST.get('pn','1')" target='_blank'>image</a></b>
    <select onchange="setDLParam(event, this)" name="ws">           <span tal:replace="structure python:here.fulltext.getPage(here.REQUEST.get('pn','1'))"/>
      <option value="1" selected>Size</option>  
      <option tal:attributes="value python:here.zogilib.getBiggerWS()">bigger</option>  
      <option tal:attributes="value python:here.zogilib.getSmallerWS()">smaller</option>  
      <option value="1">1 x</option>  
      <option value="1.5">1.5 x</option>  
      <option value="2">2 x</option>  
      <option value="3">3 x</option>  
    </select>  
    <input tal:condition="here/zogilib/isStaticHTML" type="submit"/>     
    <a tal:condition="not:here/zogilib/isStaticHTML" href="javascript:setMark()">set a mark</a>  
    <a tal:condition="not:here/zogilib/isStaticHTML" href="javascript:getRef(1)">get the reference</a>  
    <a tal:condition="not:here/zogilib/isStaticHTML" tal:attributes="href python:'javascript:openWin(\''+here.zogilib.zogilibPath()+'optionwindow?frametarget=\'+dlTarget,\'Options\',\'width=300,height=250,resizable\')'">options</a>  
    <a tal:condition="here/zogilib/isStaticHTML" tal:attributes="href python:here.zogilib.zogilibPath()+'optionwindow'" target="_blank">options</a>  
 </form>  
 <div tal:define="dummy python:here.zogilib.storeQuery('fn=/permanent/vlp/'+here.resourceID+'/'+here.imagePath)" tal:omit-tag=""/>  
 <div tal:replace="structure python:here.zogilib.createScalerDiv(None, 20)"/>  
 <div tal:replace="structure here/zogilib/createAuxDiv"/>  
   
 </tal:block> <!-- end fill-slot body-->  </tal:block> <!-- end fill-slot body-->
 </body>  </body>
 </html>                                                     </html>                                                   

Removed from v.1.1  
changed lines
  Added in v.1.2


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