34 lines
839 B
XML
34 lines
839 B
XML
<html i18n:domain="loops">
|
|
|
|
|
|
<div metal:define-macro="main"
|
|
tal:define="item nocall:item/virtualTarget;
|
|
report view/reportInstance">
|
|
<div tal:attributes="class string:content-$level;">
|
|
<metal:block use-macro="view/concept_macros/concepttitle" />
|
|
</div>
|
|
<div>
|
|
<a tal:attributes="href view/reportUrl">Back to the report definition</a>
|
|
</div>
|
|
<div metal:use-macro="view/resultsRenderer" />
|
|
</div>
|
|
|
|
|
|
<div metal:define-macro="results">
|
|
Default Results Listing
|
|
</div>
|
|
|
|
|
|
<metal:standard define-macro="standard">
|
|
<td tal:content="structure python:col.getDisplayValue(row)" />
|
|
</metal:standard>
|
|
|
|
|
|
<metal:standard define-macro="target">
|
|
<td tal:define="value python:col.getDisplayValue(row)">
|
|
<a tal:attributes="href value/url"
|
|
tal:content="value/title" /></td>
|
|
</metal:standard>
|
|
|
|
|
|
</html>
|