Annotation of ECHO_content/vlp/library_transcriptionTemplate.zpt, revision 1.1

1.1     ! dwinter     1: <html metal:use-macro="here/main_template/macros/page">
        !             2:   <head>
        !             3:     <title tal:content="here/title">lit25146 a0001</title>
        !             4:     <tal:block metal:fill-slot="script">
        !             5:       <script type="text/javascript" tal:replace="structure here/zogilib/createHeadJS"></script>
        !             6:       <script language="javascript" type="text/javascript">
        !             7:    <!--
        !             8:        function formgo(box)
        !             9:        {
        !            10:        // window.open(box.options[box.selectedIndex].value, "_top")
        !            11:        if ((-1 < box.selectedIndex) && (box.options[box.selectedIndex].value != "nil"))
        !            12:        {
        !            13:        val = box.options[box.selectedIndex].value;
        !            14:        window.open(val, "_top");
        !            15:        }
        !            16:        return true;
        !            17:        }
        !            18:        // -->
        !            19:       </script>
        !            20:     </tal:block>
        !            21:    </head>
        !            22: 
        !            23: <table metal:fill-slot="nav" border="1" cellspacing="0" cellpadding="8" width="80">
        !            24:     <tr>
        !            25:       <td bgcolor="#d6d6cc" valign="top">
        !            26:    <!-- bibliographic data and link to transcription -->
        !            27:    <p tal:content="structure python:here.getTitle()">Aeby, Chr. 1883. Schema des Faserverlaufes im menschlichen Gehirn und Rueckenmark. Bern: Verlag der J. Dalp'schen Buchhandlung (K. Schmid) </p>
        !            28:         
        !            29:    <!-- page navigation -->
        !            30:    <p><br><br><br>
        !            31:      <form>
        !            32:        <select size="1" onchange="formgo(this)" style="background-color:#d7d7cc">
        !            33:          <tal:block tal:omit-tag="" tal:repeat="page here/readIndexFile">
        !            34:        <option tal:condition="python:here.REQUEST.get('pn')==page[0]" selected tal:attributes="value python:here.REQUEST['URL']+'?pn='+page[0]" tal:content="python:page[1]"/>
        !            35:        <option tal:condition="not:python:here.REQUEST.get('pn')==page[0]" tal:attributes="value python:here.REQUEST['URL']+'?pn='+page[0]" tal:content="python:page[1]"/>
        !            36:          </tal:block>
        !            37:        </select>
        !            38:     </form>
        !            39:      <table width="80" class="navigDigilib" border="0" cellspacing="0" cellpadding="8">
        !            40:        
        !            41:        <tr class="small">
        !            42:          <td tal:content="structure here/firstPage"/>
        !            43:          <td tal:content="structure here/prevPage"/>
        !            44:          <td tal:content="structure here/nextPage"/>
        !            45:          <td tal:content="structure here/lastPage"/>
        !            46:       </tr>
        !            47:       <tr colspan="4">
        !            48:         <td tal:content="structure python:here.fulltext.getPage(here.REQUEST.get('pn','1'))"/>
        !            49:       </tr>
        !            50:        </table>
        !            51:    </td>
        !            52:        <!-- image -->
        !            53:     </tr>
        !            54:       </table>
        !            55: 
        !            56: <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">
        !            57: <div id="navigation">
        !            58:   <tal:block metal:fill-slot="body" tal:define="dummy python:here.REQUEST.form.setdefault('pn',here.REQUEST.get('pn'))">
        !            59:   <!--<span tal:replace="structure here/REQUEST"/>-->
        !            60:   <form method="get" tal:attributes="action python:here.zogilib.zogilibPath()+'setDLParams'">
        !            61:    <select onchange="setDLParam(event, this)" name="ws">
        !            62:      <option value="1" selected>Size</option>
        !            63:      <option tal:attributes="value python:here.zogilib.getBiggerWS()">bigger</option>
        !            64:      <option tal:attributes="value python:here.zogilib.getSmallerWS()">smaller</option>
        !            65:      <option value="1">1 x</option>
        !            66:      <option value="1.5">1.5 x</option>
        !            67:      <option value="2">2 x</option>
        !            68:      <option value="3">3 x</option>
        !            69:    </select>
        !            70:    <input tal:condition="here/zogilib/isStaticHTML" type="submit"/>      
        !            71:    <a tal:condition="not:here/zogilib/isStaticHTML" href="javascript:setMark()">set a mark</a>
        !            72:    <a tal:condition="not:here/zogilib/isStaticHTML" href="javascript:getRef(1)">get the reference</a>
        !            73:    <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>
        !            74:    <a tal:condition="here/zogilib/isStaticHTML" tal:attributes="href python:here.zogilib.zogilibPath()+'optionwindow'" target="_blank">options</a>
        !            75: </form>
        !            76: <div tal:define="dummy python:here.zogilib.storeQuery('fn=/permanent/vlp/'+here.resourceID+'/'+here.imagePath)" tal:omit-tag=""/>
        !            77: <div tal:replace="structure python:here.zogilib.createScalerDiv(None, 20)"/>
        !            78: <div tal:replace="structure here/zogilib/createAuxDiv"/>
        !            79: 
        !            80: </tal:block> <!-- end fill-slot body-->
        !            81: </body>
        !            82: </html>                                                      
        !            83:                                         

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