openrat-cms

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

show.tpl.src.xml (655B)


      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 class="headline">
      5 			<column class="help">
      6 				<text key="GLOBAL_NAME"></text>
      7 			</column>
      8 			<column class="help">
      9 				<text key="GLOBAL_VALUE"></text>
     10 			</column>
     11 		</row>
     12 		<list list="config" extract="true">
     13 			<row class="data">
     14 				<column> 
     15 					<text var="key"></text>
     16 				</column>
     17 				<column class="var:class">
     18 					<text class="var:class" var="value"></text>
     19 				</column>
     20 			</row>
     21 		</list>
     22 	</table>
     23 </output>