Annotation of MPIWGWeb/zpt/editBibliographyEntry.zpt, revision 1.1.2.1

1.1.2.1 ! dwinter     1: 
        !             2: <html tal:define="found python:here.ZSQLInlineSearchU(_table='bibliography',id=here.REQUEST['id']);
        !             3:                mapping python:here.metadata.main.meta.bib.generateMappingForType(type=found.reference_type)">
        !             4: <body>
        !             5:    <form action="ZSQLChange" method="get">
        !             6:    <input type="hidden" name="-format" value="editPublications">
        !             7:    <input type="hidden" name="-identify" tal:attributes="value python:'oid='+str(found.oid)">
        !             8:    <input type="hidden" name="-table" value="bibliography">
        !             9:    <table>
        !            10:        <tal:block tal:repeat="mapElement python:mapping.keys()">
        !            11:        <tr tal:condition="python:mapping[mapElement][1]!=''">
        !            12:            <td tal:content="python:mapping[mapElement][1].encode('utf-8')"/>
        !            13:            
        !            14:            <td>
        !            15:            <input size="80" tal:attributes="value python:getattr(found,mapElement); name mapElement"/>
        !            16:        </tr>
        !            17:        </tal:block>
        !            18:    </table>
        !            19:    <input type="submit" value="change">
        !            20: </body>
        !            21: </html>
        !            22:                
        !            23:         

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