File:  [Repository] / OSAS / OSA_system / zpt / OSAS_add_new.zpt
Revision 1.1: download - view: text, annotated - select for diffs - revision graph
Wed Mar 3 13:02:55 2004 UTC (20 years, 4 months ago) by dwinter
Branches: MAIN
CVS tags: HEAD
moved templates to zpt

    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">
   31: <option tal:repeat="item python:here.referencetypes" tal:content="item">XX</option>        	</select><br>		
   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>