openrat-cms

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

edit.tpl.src.xml (904B)


      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     <row class="data">
      9       <column id="${id}" name="${name}" action="userlist" class="act-clickable">
     10         <link type="open" id="" action="userlist">
     11           <image action="user"/>
     12           <text value="${message:users}"/>
     13         </link>
     14       </column>
     15     </row>
     16     <row class="data">
     17       <column id="${id}" name="${name}" action="grouplist" class="act-clickable">
     18         <link type="open" id="" action="grouplist">
     19           <image action="group"/>
     20           <text value="${message:groups}"/>
     21         </link>
     22       </column>
     23     </row>
     24   </table>
     25 </output>