openrat-cms

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

references.inc.xml (868B)


      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 	<group title="${message:references}">
      4 
      5 		<table>
      6 			<row header="true">
      7 				<column header="true" class="table-column-action">
      8 					<text value="${message:TYPE}"/>
      9 				</column>
     10 				<column header="true" class="table-column-auto">
     11 					<text value="${message:NAME}"/>
     12 				</column>
     13 			</row>
     14 
     15 			<list list="${references}" extract="true">
     16 				<row class="data">
     17 					<column class="">
     18 						<image action="${type}"/>
     19 					</column>
     20 					<column class="act-clickable">
     21 						<link type="open" id="${id}" name="${name}" action="${type}">
     22 							<text value="${name}"/>
     23 						</link>
     24 					</column>
     25 
     26 				</row>
     27 			</list>
     28 		</table>
     29 	</group>
     30 </output>