openrat-cms

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

listing.tpl.src.xml (748B)


      1 <output xmlns="http://www.openrat.de/template" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
      2 	xsi:schemaLocation="http://www.openrat.de/template ../../../../../../template-engine/components/template.xsd">
      3 	<header views="add" />
      4 			<table>
      5 				<row class="headline">
      6 					<column>
      7 						<text key="name"></text>
      8 					</column>
      9 				</row>
     10 				<list list="el" extract="true">
     11 					<row class="data">
     12 						<column url="var:url">
     13 							<image file="icon_group"></image>
     14 							<text var="name"></text>
     15 						</column>
     16 					</row>
     17 				</list>
     18 				<row>
     19 					<column>
     20 						<link type="dialog" class="action" action="group" subaction="add">
     21 							<text key="menu_group_add"></text>
     22 						</link>
     23 					</column>
     24 				</row>
     25 			</table>
     26 </output>