view zpt/addMetadataFolderForm.zpt @ 18:611b6df70840

niceification
author casties
date Wed, 03 Aug 2011 21:05:04 +0200
parents c1dbf78cc036
children
line wrap: on
line source

<html>
  <body>
    <form name="form" action="manage_addMetaDataFolder">
      <b> ID: </b><input type="text" name="id"><br><br>
      <b> Title: </b><input type="text" size="100" name="title"><br><br>
      <input type="submit" value="Add"><br><br>
    </form>
  </body>
</html>