comparison zpt/project/edit_template.zpt @ 96:2dd8e3be4a8e

add project image link. fix edit image template bug.
author casties
date Thu, 16 May 2013 15:58:28 +0200
parents 975a8d88e315
children 2da62e93a1c6
comparison
equal deleted inserted replaced
95:1b8be917a167 96:2dd8e3be4a8e
25 <span tal:attributes="class python:test('infoblocks'==menusel, 'mainmenusel', 'mainmenu')"><a 25 <span tal:attributes="class python:test('infoblocks'==menusel, 'mainmenusel', 'mainmenu')"><a
26 tal:attributes="href string:$root/manageInfoBlocks">Info blocks</a></span> 26 tal:attributes="href string:$root/manageInfoBlocks">Info blocks</a></span>
27 <span tal:attributes="class python:test('themes'==menusel, 'mainmenusel', 'mainmenu')"><a 27 <span tal:attributes="class python:test('themes'==menusel, 'mainmenusel', 'mainmenu')"><a
28 tal:attributes="href string:$root/tagTheProject">Tags</a></span> 28 tal:attributes="href string:$root/tagTheProject">Tags</a></span>
29 <span class="mainmenu"><a target="_blank" 29 <span class="mainmenu"><a target="_blank"
30 tal:attributes="href python:here.getUrl(baseUrl=here.en.MPIWGrootURL()+'/research/projects')">View</a></span> 30 tal:attributes="href python:here.getMPIWGProject().getUrl(baseUrl=here.en.MPIWGrootURL()+'/research/projects')">View</a></span>
31 </div> 31 </div>
32 <div class="content"> 32 <div class="content">
33 <tal:block metal:define-slot="body"/> 33 <tal:block metal:define-slot="body"/>
34 </div> 34 </div>
35 </body> 35 </body>