Diff for /MPIWGWeb/zpt/edit_MPIWGBasis.zpt between versions 1.4 and 1.5

version 1.4, 2004/05/28 16:45:06 version 1.5, 2004/06/28 18:47:14
Line 1 Line 1
 <html>  <html>
   <head>
   <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
   </head>
 <body>  <body>
 <form method="POST" action="editMPIWGProject">  <form method="POST" action="editMPIWGProject">
 <h2>Basis Information</h2>  <h2>Basis Information for <span tal:replace="here/getId"/></h2>
 <table>  <table>
 <tr>  <tr>
 <td>Project Title</td>  <td>Project Title</td>
Line 9 Line 12
 </tr>  </tr>
 <tal:block tal:repeat="field here/getDataFields">  <tal:block tal:repeat="field here/getDataFields">
 <tr>  <tr>
 <td tal:content="field"/>  <td tal:content="python:here.fieldLabels[field]"/>
 <td> <input tal:attributes="name field; value python:here.getContent(field)" size=100/></td>  <td> <input tal:attributes="name field; value python:here.getContent(field)" size=100/></td>
 </tr>  </tr>
 <tr tal:condition="python:here.isCheckField(field)">  <tr tal:condition="python:here.isCheckField(field)">

Removed from v.1.4  
changed lines
  Added in v.1.5


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