openrat-cms

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

edit.tpl.src.xml (887B)


      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>
      6 				<text key="GLOBAL_TYPE"></text>
      7 				<text raw="_/_"></text>
      8 				<text key="GLOBAL_NAME"></text>
      9 			</column>
     10 		</row>
     11 		<if present="up_url">
     12 			<row class="data">
     13 				<column url="var:up_url">
     14 					<image type="folder_up"></image>
     15 					<text raw=".."></text>
     16 				</column>
     17 			</row>
     18 		</if>
     19 		<list list="content" extract="true">
     20 			<row class="data">
     21 				<column class="clickable">
     22 					<link type="open" id="var:id" name="var:name" action="var:type">
     23 						<image action="var:type"></image>
     24 						<text key="var:name"></text>
     25 						<text raw="_"></text>
     26 					</link>
     27 				</column>
     28 			</row>
     29 		</list>
     30 	</table>
     31 </output>