openrat-cms

OpenRat Content Management System
git clone http://git.code.weiherhei.de/openrat-cms.git
Log | Files | Refs | README

show.tpl.src.xml (974B)


      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>
      5         <text value="${message:name}"/>
      6       </column>
      7     </row>
      8     <list list="${el}" extract="true">
      9       <row class="data">
     10         <column id="${id}" name="${name}" action="group" class="act-clickable">
     11           <link type="open" id="${id}" name="${name}" action="group">
     12             <image action="group"/>
     13             <text value="${name}" maxlength="30"/>
     14           </link>
     15         </column>
     16       </row>
     17     </list>
     18     <row class="data">
     19       <column colspan="2" class="act-clickable">
     20         <link type="dialog" subaction="add" name="${message:menu_add}">
     21           <image method="add"/>
     22           <text value="${message:add}"/>
     23         </link>
     24       </column>
     25     </row>
     26   </table>
     27 </output>