openrat-cms

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

result.tpl.src.xml (783B)


      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 	<table>
      4 		<row>
      5 			<column class="header">
      6 				<text key="GLOBAL_NAME"></text>
      7 			</column>
      8 			<column class="header">
      9 				<text key="GLOBAL_LASTCHANGE"></text>
     10 			</column>
     11 		</row>
     12 		<list list="result" extract="true">
     13 			<row class="data">
     14 				<column class="clickable">
     15 					<link type="open" action="var:type" name="var:name" id="var:id">
     16 						<image type="var:type"></image>
     17 						<text var="name" title="var:desc"></text>
     18 					</link>
     19 				</column>
     20 				<column>
     21 					<date date="var:lastchange_date"></date>
     22 				</column>
     23 			</row>
     24 		</list>
     25 	</table>
     26 </output>