openrat-cms

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

edit.tpl.src.xml (1040B)


      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 header="true">
      5 			<column header="true">
      6 				<text value="" />
      7 			</column>
      8 			<column header="true">
      9 				<text value="${message:value}" />
     10 			</column>
     11 		</row>
     12 		<row class="data">
     13 			<column colspan="1">
     14 				<text value="${message:type}"/>
     15 			</column>
     16 			<column>
     17 				<image elementtype="${type}"/>
     18 				<text value="${message:el_${type}}"/>
     19 			</column>
     20 		</row>
     21 		<row class="data">
     22 			<column colspan="1">
     23 				<text value="${message:name}"/>
     24 			</column>
     25 			<column class="act-clickable">
     26 				<link class="" type="edit" action="element" subaction="prop" id="${id}">
     27 					<text value="${name}"/>
     28 				</link>
     29 			</column>
     30 		</row>
     31 		<row class="data">
     32 			<column colspan="1">
     33 				<text value="${message:id}"/>
     34 			</column>
     35 			<column>
     36 				<text value="${id}"/>
     37 			</column>
     38 		</row>
     39 	</table>
     40 </output>