Diff for /MPIWGWeb/zpt/Attic/updatePersonalwww_check.zpt between versions 1.1.2.2 and 1.1.2.3

version 1.1.2.2, 2007/10/18 12:00:17 version 1.1.2.3, 2009/05/12 18:00:17
Line 4 Line 4
     >      >
     <body>      <body>
         <h1>Check upload</h1>          <h1>Check upload</h1>
         <form action="updatePersonalwww_doIt">          <form method="post" action="updatePersonalwww_doIt">
         <h2>New</h2>          <h2>New</h2>
         <table>          <table>
             <tr tal:repeat="new news">              <tr tal:repeat="new news">
Line 30 Line 30
                                 <td bgcolor="green" colspan="3"><span tal:replace="python:cf[0]">feld</span></td>                                  <td bgcolor="green" colspan="3"><span tal:replace="python:cf[0]">feld</span></td>
                             </tr>                              </tr>
                             <tr>                              <tr>
                                 <td valign="top"><input type="radio" tal:attributes="name python:conflict+'_'+cf[0]" value="stored" checked="True"></td>                                  <td valign="top"><input type="radio" tal:attributes="name python:conflict+'_'+cf[0]" value="stored" grant all privilege checked="True"></td>
                                 <td valign="top">stored:</td>                                  <td valign="top">stored:</td>
                                 <td><span tal:replace="python:cf[1]">stored value</span></td>                                  <td><span tal:replace="python:cf[1]">stored value</span></td>
                             </tr>                              </tr>

Removed from v.1.1.2.2  
changed lines
  Added in v.1.1.2.3


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