Annotation of OSAS/OSA_system/OSAS_add_bibdata.zpt, revision 1.1

1.1     ! dwinter     1: <html metal:use-macro="here/main_template/macros/page">
        !             2: <head>
        !             3:    <title metal:fill-slot="title">The title</title>
        !             4: </head>
        !             5: <body>
        !             6: <div metal:fill-slot="nav_title">Online Repostiory</div>
        !             7: 
        !             8: <div metal:fill-slot="nav_main">
        !             9: <p><a class="map" href="XXX">Online
        !            10: Archive at Foxridge</a></p>
        !            11: 
        !            12: <p><a class="map" href="XXX">Old
        !            13: Online Archive at Digifiles</a></p>
        !            14: 
        !            15: Add Sources<br>
        !            16: 
        !            17: <p><a class="map" href="XXX">Webinterface</a></p>
        !            18: </div>   
        !            19: 
        !            20: <div metal:fill-slot="body">
        !            21: 
        !            22: <form action="add3" method="get">
        !            23: <table border="0" cellpadding="3" width="95%">
        !            24: <tr>
        !            25:        <td align="right" class="small" valign="top" width="25%" nowrap>Reference Type:
        !            26:        </td>
        !            27:        <td align="left" valign="top" width="75%" ><b  tal:content="python:here.reftype">Journal Article</b>
        !            28:        <td>
        !            29: </tr>
        !            30: <tr>
        !            31:    <td align="right">
        !            32:        Main language 
        !            33:    </td>
        !            34:    <td align="left">
        !            35:         <select name="lang"><option tal:repeat="key python:here.isolist.keys()" tal:attributes="value key" tal:content="python:here.isolist[key]"/>
        !            36:            </select> 
        !            37:        </td>
        !            38: </tr>
        !            39: <tr tal:repeat="item python:here.fields">
        !            40:        <td align="right" class="small" valign="top" width="25%" nowrap tal:content="item">Author:
        !            41:        </td>
        !            42:        <td align="left" valign="top" width="75%">
        !            43:        <b><input type="text" name="Author" size="40" value="" tal:attributes="name item"></b>
        !            44:        </td>
        !            45:    </tr>
        !            46: 
        !            47: </table>
        !            48: <table border="0" cellpadding="3" width="95%">
        !            49: <tr bgcolor="#99CCCC">
        !            50:        <td nowrap>&nbsp;
        !            51:                    </td>
        !            52:        <td align="left" nowrap>
        !            53:        <input type="submit"/>
        !            54:            <input type="reset" value="Reset">
        !            55:                    </td>
        !            56:    </tr>
        !            57: </table>
        !            58: </form>
        !            59: 
        !            60: </div>
        !            61: </body>
        !            62: </html>

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