/[pac]/pac/PACDefault/skins/pacdefault/actionrecipient_view.pt
ViewVC logotype

Diff of /pac/PACDefault/skins/pacdefault/actionrecipient_view.pt

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.6 by tvon, Mon Oct 6 03:15:38 2003 UTC revision 1.7 by tvon, Mon Oct 6 03:16:59 2003 UTC
# Line 55  Line 55 
55                          </tr>                          </tr>
56                      </thead>                      </thead>
57                      <tbody>                      <tbody>
                         <tr class="even" >  
                             <td>  
                                 <span tal:content="here/getEducation"/>  
                             </td>  
                         </tr>  
                         <!--  
                         <metal:block tal:repeat="i here/getEducation">  
58                              <tr class="even"                              <tr class="even"
59                                  tal:define="oddrow repeat/i/odd"                                  tal:define="oddrow repeat/i/odd"
60                                  tal:attributes="class python:test(oddrow, 'even', 'odd')" >                                  tal:attributes="class python:test(oddrow, 'even', 'odd')" >
                                 <td>  
                                     <span tal:content="i"/><br/>  
                                 </td>  
61                              </tr>                              </tr>
62                                    <td>
63                            <metal:block tal:repeat="i here/getEducation">
64                                <span tal:content="i"/>
65                          </metal:block>                          </metal:block>
66                          -->                                  </td>
67                      </tbody>                      </tbody>
68                  </table>                  </table>
69    

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26