annotate zpt/addMetadataForm.zpt @ 37:e231cff8688b

getFormatttedlabel in json verison
author dwinter
date Wed, 05 Jun 2013 14:30:03 +0200
parents a29665fa9c62
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
9f9d9be26e53 first checkin in Mercurial (see history in SVN)
casties
parents:
diff changeset
1 <html>
9f9d9be26e53 first checkin in Mercurial (see history in SVN)
casties
parents:
diff changeset
2 <body>
9f9d9be26e53 first checkin in Mercurial (see history in SVN)
casties
parents:
diff changeset
3 <form name="form" action="manage_addMetaData">
9f9d9be26e53 first checkin in Mercurial (see history in SVN)
casties
parents:
diff changeset
4 <b> ID: </b><input type="text" name="id"><br><br>
11
a29665fa9c62 more work for non-bib metadata
casties
parents: 0
diff changeset
5 <b> Tag name (=title): </b><input type="text" name="title"><br><br>
0
9f9d9be26e53 first checkin in Mercurial (see history in SVN)
casties
parents:
diff changeset
6 <b> short description: </b><input type="text" size="100" name="shortDescription"><br><br>
9f9d9be26e53 first checkin in Mercurial (see history in SVN)
casties
parents:
diff changeset
7 <b> Description: </b><textarea name="description" cols="80" rows="30"></textarea><br><br>
11
a29665fa9c62 more work for non-bib metadata
casties
parents: 0
diff changeset
8
a29665fa9c62 more work for non-bib metadata
casties
parents: 0
diff changeset
9 <!-- <b> Generic Metafields </b>
0
9f9d9be26e53 first checkin in Mercurial (see history in SVN)
casties
parents:
diff changeset
10 <ul>
9f9d9be26e53 first checkin in Mercurial (see history in SVN)
casties
parents:
diff changeset
11 <li>separated by ","
9f9d9be26e53 first checkin in Mercurial (see history in SVN)
casties
parents:
diff changeset
12 <li>only letters a-z, Numbers and '_' allowed
9f9d9be26e53 first checkin in Mercurial (see history in SVN)
casties
parents:
diff changeset
13 <li>after having generated/edited this metafields, add the human readable metadata information by adding metadataMapping objects to tis folder
9f9d9be26e53 first checkin in Mercurial (see history in SVN)
casties
parents:
diff changeset
14 </ul>
9f9d9be26e53 first checkin in Mercurial (see history in SVN)
casties
parents:
diff changeset
15 <input type="text" name="fields" size="100"><br><br>
9f9d9be26e53 first checkin in Mercurial (see history in SVN)
casties
parents:
diff changeset
16 <i> Name of the container Tag (optional)</i> <input type="text" name="containerTag" size="20"><br><br>
11
a29665fa9c62 more work for non-bib metadata
casties
parents: 0
diff changeset
17 -->
a29665fa9c62 more work for non-bib metadata
casties
parents: 0
diff changeset
18
a29665fa9c62 more work for non-bib metadata
casties
parents: 0
diff changeset
19 <input type="submit" value="Add"><br><br>
0
9f9d9be26e53 first checkin in Mercurial (see history in SVN)
casties
parents:
diff changeset
20 </form>
9f9d9be26e53 first checkin in Mercurial (see history in SVN)
casties
parents:
diff changeset
21 </body>
9f9d9be26e53 first checkin in Mercurial (see history in SVN)
casties
parents:
diff changeset
22 </html>