openrat-cms

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

edit.tpl.src.xml (851B)


      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 	<header views="add" />
      4 	<table>
      5 		<row class="headline">
      6 			<column>
      7 				<text key="name"></text>
      8 			</column>
      9 		</row>
     10 		<list list="projects" extract="true">
     11 			<row class="data">
     12 				<column class="clickable">
     13 					<link type="open" id="var:id" name="var:name" action="project">
     14 						<image action="project"></image>
     15 						<text value="var:name" maxlength="30"></text>
     16 					</link>
     17 				</column>
     18 			</row>
     19 		</list>
     20 		<row class="data">
     21 			<column class="clickable">
     22 				<link type="dialog" subaction="add" name="message:new">
     23 					<image method="add" />
     24 					<text text="new" />
     25 				</link>
     26 			</column>
     27 		</row>
     28 	</table>
     29 </output>