Annotation of OSAS/OSA_system/zpt/OSAS_add_new.zpt, revision 1.2

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 Repository</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="add2" method="post">
                     23: <h2> New </h2>
                     24: <table>
                     25: <tr>       
                     26: <td align="right" class="small" valign="top" nowrap> 
                     27:            Reference Type:         
                     28: </td>          
                     29: <td align="left" class="small" nowrap>         
                     30: <select name="Reference Type">
1.2     ! dwinter    31: <option tal:repeat="item python:here.referencetypes" tal:content="python:str(item[1].title)">XX</option>           </select><br>       
1.1       dwinter    32: <img src="images/Arrow_Right.gif"><a href="http://pythia.mpiwg-berlin.mpg.de/toolserver/projectbibliography/datamodel" target="_blank">Overview over the implemented metadata model (more infos will come soon)</a>
                     33: </td>  
                     34: </tr>
                     35: </table>
                     36: <table border="0" cellpadding="3" width="95%">
                     37: <tr bgcolor="#99CCCC">         
                     38: <td nowrap>            
                     39: &nbsp;         
                     40: </td>          
                     41: <td align="left" nowrap>           
                     42: <input type="submit" name="-New" value="Next">        
                     43: <input type="reset" value="Reset">        
                     44: </td>
                     45: </tr>
                     46: </table>
                     47: </form>
                     48: 
                     49: </div>
                     50: </body>
                     51: </html>

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