openrat-cms

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

show.tpl.src.xml (907B)


      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="name"></text>
      7 			</column>
      8 		</row>
      9 		<list list="templates" extract="true">
     10 			<row class="data">
     11 				<column class="clickable">
     12 					<image action="template" />
     13 					<link type="open" id="var:id" name="var:name" action="template">
     14 					<text var="name"></text>
     15 					</link>
     16 				</column>
     17 			</row>
     18 		</list>
     19 		<if empty="templates">
     20 			<row>
     21 				<text text="GLOBAL_NO_TEMPLATES_AVAILABLE_DESC"></text>
     22 			</row>
     23 		</if>
     24 
     25 		<row class="data">
     26 			<column colspan="1" class="clickable">
     27 				<link type="dialog" subaction="add">
     28 					<image method="add" />
     29 					<text text="new" />
     30 				</link>
     31 			</column>
     32 		</row>
     33 	</table>
     34 </output>