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

Last change on this file since 478 was 328, checked in by joachim, 18 years ago

=readded widget_waeup_status_display.pt to waeup_default

File size: 615 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>
16
Note: See TracBrowser for help on using the repository browser.