Diff for /MPIWGWeb/zpt/members_main.zpt between versions 1.3 and 1.5

version 1.3, 2004/09/03 13:47:41 version 1.5, 2004/09/10 18:40:56
Line 45 Line 45
                 <p>email:</p>                  <p>email:</p>
             </td>              </td>
             <td width="180" height="25">               <td width="180" height="25"> 
                 <p> <a tal:attributes="href python:'mailto:'+found.e_mail" tal:content="found/e_mail">[FMP-Field: e_mail]</a></p>                  <p class="p_noindent"> <a tal:attributes="href python:'mailto:'+found.e_mail" tal:content="found/e_mail">[FMP-Field: e_mail]</a></p>
             </td>              </td>
         </tal:block>          </tal:block>
           </tr>            </tr>
Line 105 Line 105
             <img src="images/en/Fieldnames72_NBProjectsMPI.jpg" width="211" height="33">               <img src="images/en/Fieldnames72_NBProjectsMPI.jpg" width="211" height="33"> 
             <p> </p>              <p> </p>
         <tal:block tal:repeat="projects python:here.getProjectsOfMember(email=here.getId())">          <tal:block tal:repeat="projects python:here.getProjectsOfMember(email=here.getId())">
             <p tal:repeat="project python:projects[1]" class="p_indent"> <a tal:attributes="href python:project.absolute_url+'/index_html'"><img src="bilder/RightArrowSmall.jpg" width="17" height="9" border="0"><span tal:replace="python:project.WEB_title[0].encode('utf-8')"/></a></p>              <p tal:repeat="project python:projects[1]" class="p_indent"> <a tal:attributes="href python:project.absolute_url+'/index.html'"><img src="bilder/RightArrowSmall.jpg" width="17" height="9" border="0"><span tal:replace="python:project.WEB_title[0].encode('utf-8')"/></a></p>
         </tal:block>                                      </tal:block>                            
             <p>               <p> 
   

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


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