Mercurial > hg > MetaDataProvider
view zpt/addMetadataFolderForm.zpt @ 32:a0a147409f67
fixed bug if mapping doesn't exist.
author | casties |
---|---|
date | Tue, 11 Dec 2012 16:05:50 -0500 |
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>