openrat-cms

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

show.tpl.src.xml (1414B)


      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 				<image type="user"></image>
      8 				<text key="name"></text>
      9 			</column>
     10 			<column>
     11 				<text raw=""></text>
     12 			</column>
     13 			<column>
     14 				<text key="LOGIN"></text>
     15 			</column>
     16 		</row>
     17 		<list list="el" extract="true">
     18 			<row class="data">
     19 				<column id="var:id" name="var:name" action="user" class="clickable">
     20 					<link type="open" id="var:id" name="var:name" action="user">
     21 						<image action="user"></image>
     22 						<text var="name"></text>
     23 					</link>
     24 
     25 				</column>
     26 				<column id="var:id" name="var:name" action="user">
     27 					<text value="var:fullname"></text>
     28 					<if true="var:isAdmin">
     29 						<text raw="_("></text>
     30 						<text key="USER_ADMIN"></text>
     31 						<text raw=")"></text>
     32 					</if>
     33 				</column>
     34 				<column class="clickable">
     35 					<link type="post" action="user" subaction="switch" id="var:userid">
     36 						<text key="LOGIN"></text>
     37 					</link>
     38 				</column>
     39 			</row>
     40 		</list>
     41 		<row class="data">
     42 			<column colspan="3" class="clickable">
     43 				<link type="dialog" subaction="add" name="message:add">
     44 					<image method="add"/>
     45 					<text text="new"/>
     46 				</link>
     47 			</column>
     48 		</row>
     49 	</table>
     50 </output>