openrat-cms

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

applications.tpl.src.xml (650B)


      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="data">
      5 			<column colspan="2">
      6 				<link action="index" subaction="projectmenu">
      7 					<text raw="OpenRat"></text>
      8 				</link>
      9 			</column>
     10 		</row>
     11 		<list list="applications" extract="true">
     12 			<row class="data">
     13 				<column>
     14 					<link url="var:url">
     15 						<text var="name"></text>
     16 					</link>
     17 				</column>
     18 				<column>
     19 					<text var="description"></text>
     20 				</column>
     21 			</row>
     22 		</list>
     23 	</table>
     24 </output>