source: WAeUP_SRP/trunk/skins/waeup_default/widget_waeup_status_display.pt @ 319

Last change on this file since 319 was 315, checked in by Henrik Bettermann, 18 years ago
File size: 614 bytes
Line 
1<tal:block define="item nocall:options/context_obj;
2                   info item/getContentInfo;
3                   base_url python: request.get('cpsskins_base_url');">
4
5<span tal:condition="python:path('info/review_state')=='checked'">
6  <img tal:attributes="src string:${here/portal_url}/cpsskins_images/actionicon_publish.png"/>
7  <span tal:content="info/review_state" />
8</ span>
9
10<span tal:condition="python:path('info/review_state')=='unchecked'">
11  <img tal:attributes="src string:${here/portal_url}/cpsskins_images/actionicon_reject.png"/>
12  <span tal:content="info/review_state" />
13</ span>
14
15</tal:block>
Note: See TracBrowser for help on using the repository browser.