Diff for /OSA_system2/zpt/changeMetadata.zpt between versions 1.1 and 1.2

version 1.1, 2004/11/29 09:48:07 version 1.2, 2005/03/03 20:41:00
Line 1 Line 1
 <html>  <html>
   <body>    <body>
     <form name="form" action="changeMetadata">      <form name="form" action="changeMetadata">
       <b> Linklabel: </b><input type="text" name="linklabel" tal:attributes="value python:here.linklabel"><br><br>        <b> ShortDescription: </b><input type="text" name="shortDescription" size="100" tal:attributes="value python:here.shortDescription"><br><br>
       <b> Description: </b><textarea name="description" tal:content="python:here.description" cols=100 rows=10></textarea><br><br>        <b> Description: </b><textarea name="description" tal:content="python:here.description" cols=80 rows=20></textarea><br><br>
       <b> Generic Metafields </b>        <b> Generic Metafields </b>
       <ul>        <ul>
       <li>separated by ","        <li>separated by ","
Line 12 Line 12
   
 <input type="text" name="fields" tal:attributes="value here/getFieldList" size=100><br><br>  <input type="text" name="fields" tal:attributes="value here/getFieldList" size=100><br><br>
   
         <i> Container Tag </i><input type="text" name="containerTag" tal:attributes="value python:getattr(here,'containerTag','')"><br><br> 
       
       <input type="submit" value="Change"><br><br>        <input type="submit" value="Change"><br><br>
     </form>      </form>

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


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