openrat-cms

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

edit.tpl.src.xml (740B)


      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 header="true">
      4       <column header="true">
      5         <text value="${message:NAME}"/>
      6       </column>
      7       <column header="true">
      8         <text value="${message:VALUE}"/>
      9       </column>
     10     </row>
     11     <list list="${config}" value="entry">
     12       <row class="data">
     13         <column>
     14           <text value="${entry.value.key}"/>
     15         </column>
     16         <column class="${class}">
     17           <text class="${class}" value="${entry.value.value}"/>
     18         </column>
     19       </row>
     20     </list>
     21   </table>
     22 </output>