openrat-cms

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

history.tpl.src.xml (942B)


      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="project"></text>
      7 			</column>
      8 			<column>
      9 				<text key="filename"></text>
     10 			</column>
     11 			<column>
     12 				<text key="lastchange" />
     13 			</column>
     14 		</row>
     15 
     16 		<list list="timeline" extract="true">
     17 			<row class="data">
     18 				<column class="clickable">
     19 					<link type="open" action="project" id="var:projectid">
     20 						<text var="projectname"></text>
     21 					</link>
     22 				</column>
     23 				<column title="var:filename" class="clickable">
     24 					<link type="open" action="var:type" id="var:objectid">
     25 						<text var="filename" maxlength="30"></text>
     26 					</link>
     27 				</column>
     28 				<column>
     29 					<date date="var:lastchange_date" />
     30 				</column>
     31 
     32 			</row>
     33 		</list>
     34 	</table>
     35 </output>