openrat-cms

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

edit.tpl.src.xml (1528B)


      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 
      4 	<group collapsible="false" title="${message:project} ${name}">
      5 
      6 		<table filter="false">
      7 
      8 <!--			<row header="true">
      9 				<column>
     10 					<text value="${message:TYPE}"/>
     11 					<text value=" / "/>
     12 					<text value="${message:NAME}"/>
     13 				</column>
     14 			</row>-->
     15 
     16 			<row class="data">
     17 				<column class="act-clickable">
     18 					<link type="open" id="${rootobjectid}" name="" action="folder">
     19 						<image action="folder"/>
     20 						<text value="${message:content}"/>
     21 					</link>
     22 				</column>
     23 			</row>
     24 
     25 			<if true="${is_project_admin}">
     26 				<row class="data">
     27 					<column class="act-clickable">
     28 						<link type="open" id="${projectid}" name="" action="templatelist">
     29 							<image action="template"/>
     30 							<text value="${message:templates}"/>
     31 						</link>
     32 					</column>
     33 				</row>
     34 				<row class="data">
     35 					<column class="act-clickable">
     36 						<link type="open" id="${projectid}" name="" action="languagelist">
     37 							<image action="language"/>
     38 							<text value="${message:languages}"/>
     39 						</link>
     40 					</column>
     41 				</row>
     42 				<row class="data">
     43 					<column class="act-clickable">
     44 						<link type="open" id="${projectid}" name="" action="modellist">
     45 							<image action="model"/>
     46 							<text value="${message:models}"/>
     47 						</link>
     48 					</column>
     49 				</row>
     50 			</if>
     51 		</table>
     52 	</group>
     53 </output>