File:  [Repository] / ECHO_content / zpt / changeTitleForm.zpt
Revision 1.1: download - view: text, annotated - select for diffs - revision graph
Thu Jul 1 15:11:04 2004 UTC (19 years, 11 months ago) by dwinter
Branches: MAIN
CVS tags: HEAD
added changelabel and changetitle

<html>
  <head>
    <title tal:content="template/title">The title</title>
  </head>
  <body>
    <h3>Change Titles</h3>
    <p>If there are significant errors in the labels, please check also the Metadata of this resource</p>
    <form method="post" action="changeTitlesInCollection">
      <input type="submit" value="Submit Changes">
	<!-- Lists the Objects contained in this Object -->
	<table width="100%">
	  <tr tal:repeat="item python:here.getSubCols()">
	    <td>
	      <br>
	      <b>alt:</b><div tal:content="structure item/getTitle" /><br>
              <b>neu:</b><input size="140" tal:attributes="value item/getTitle;name item/getId"><br>
		  <a target="changeMD" tal:attributes="href python:item.absolute_url()+'/ECHO_getResourceMD?back='+here.REQUEST['URL']">CHECK METADATA</a> 
	    <td>
	  </tr>
	  <tr>
	    <td>
	      <input type="submit" value="Submit Changes">
	    </td>
	  </tr>
	</table>
    </form> 
  </body>
</html>

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