Diff for /OSAS/OSA_system/zpt/AddOSAS_MetadataMapping.zpt between versions 1.1 and 1.2

version 1.1, 2004/04/05 21:54:42 version 1.2, 2004/04/08 16:50:01
Line 3 Line 3
     <h2> Add a Metadata Mapping folder</h2>      <h2> Add a Metadata Mapping folder</h2>
     <form name="form" action="manage_addOSAS_MetadataMapping" method="post">      <form name="form" action="manage_addOSAS_MetadataMapping" method="post">
       <b> ID: </b><input type="text" name="idOfObject"><br><br>        <b> ID: </b><input type="text" name="idOfObject"><br><br>
       <b> Title: </b><input type="text" name="titleOfObject"><br><br>        <b> Title (=Reference Type): </b><input type="text" name="titleOfObject"><br><br>
               <ul>
       <span tal:repeat="field here/fieldList"><b tal:content="field"/>  <input type="text" tal:attributes="name field" size=20><br></span>      <li> <b>Tag-Name:</b> Should be lower case only, must only contain letters A-z, Numbers or _ (author, number_of_pages, ...)
       <li> <b>Label: </b> Human readable name for displaying purposes (Author, Number of Pages, ...)
           <li> <b>Explanation:</b> Should contain a help text, what and how to enter in this field. Can contain HTML tags.
        </ul>
         <table border=1>
       <tr>
         <td>
           Generic Name
         </td>
         <td>
           <b>Tag-Name</b>
         </td>
         <td>
           <b>Label</b>
         </td>
         <td>
           <b>Explanation</b>
         </td>
       </tr>
         <tr tal:repeat="field here/fieldList">
       <td valign="top">
         <b tal:content="field"/>
       </td>
       <td valign="top">
         <input type="text" tal:attributes="name field" size=20>
       </td>
       <td valign="top">
         <input type="text" tal:attributes="name python:'label_'+field" size=20>
       </td>
       <td valign="top">
         <textarea rows="10" cols="40" tal:attributes="name python:'explanation_'+field" size=20></textarea>
       </td>
         </tr>
         </table>
       <input type="submit" value="Add"><br><br>        <input type="submit" value="Add"><br><br>
     </form>      </form>
   </body>    </body>

Removed from v.1.1  
changed lines
  Added in v.1.2


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