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

<html metal:use-macro="here/main_template/macros/page">
<head>
   <title metal:fill-slot="title">The title</title>
</head>
<body>
<div metal:fill-slot="nav_title">Add Image</div>

<div metal:fill-slot="nav_main">
<p><a class="map" >Online
Archive at Foxridge</a></p>

<p><a class="map" href="XXX">Old
Online Archive at Digifiles</a></p>

Add Sources<br>

<p><a class="map" href="XXX" >Webinterface</a></p>
</div>   

<div metal:fill-slot="body">

<h1>Image-Upload</h1>
<form method="post" action="addImages2">
<p> Please enter the name, which the image folder shall have at the storage system</p>
<p><input name="folder_name"/></p>
and a short content description
<p><input name="content_description"/></p>
<input type="submit">
</form>
</div>
</body>
</html>

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