File:  [Repository] / ECHO_content / zpt / ChangeECHO_resource_metadata.zpt
Revision 1.4: download - view: text, annotated - select for diffs - revision graph
Tue Dec 13 12:45:22 2005 UTC (18 years, 6 months ago) by dwinter
Branches: MAIN
CVS tags: HEAD
change utf-8 handlingCVS: ----------------------------------------------------------------------

<h1 tal:replace="structure here/manage_page_header">Header</h1>
  <form action="changeECHO_resource_metadata_local" method="post">
    <table  tal:define="fields python:here.findLabelsFromMapping(here.contentType);tags python:here.findTagsFromMapping(here.contentType)" border="0" cellpadding="3" width="95%">
      <tr >
	<td align="right" class="small" valign="top" width="25%" nowrap>	
	  ContentType:
	</td>
	<td align="left" valign="top" width="75%">	
	  <b tal:content="here/contentType"/>
	 </td>
      </tr>
      <span tal:omit-tag=""  tal:repeat="field python:fields[1]">
	<tr>
	  <td align="right" class="small" valign="top" width="25%" nowrap tal:content="python:here.getFieldLabel(fields,field)"/>	
	  <td align="left" valign="top" width="75%">	
	    <input type="text" size="60" tal:attributes="value python:here.getMDValue(here.getFieldTag(tags,field));name python:here.getFieldTag(tags,field)"/>
	   </td>
	</tr>
      </span>
     </table>
    <input type="submit">
   </form>
<h1 tal:replace="structure here/manage_page_footer">Footer</h1>

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