openrat-cms

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

result.tpl.src.xml (852B)


      1 <output xmlns="http://www.openrat.de/template" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.openrat.de/template ../../../../../../../template_engine/components/template.xsd">
      2   <table>
      3     <row>
      4       <column class="header">
      5         <text value="${message:NAME}"/>
      6       </column>
      7       <column class="header">
      8         <text value="${message:LASTCHANGE}"/>
      9       </column>
     10     </row>
     11     <list list="${result}" extract="true">
     12       <row class="data">
     13         <column class="act-clickable">
     14           <link type="open" action="${type}" name="${name}" id="${id}">
     15             <image type="${type}"/>
     16             <text value="${name}" title="${desc}"/>
     17           </link>
     18         </column>
     19         <column>
     20           <date date="${lastchange_date}"/>
     21         </column>
     22       </row>
     23     </list>
     24   </table>
     25 </output>