openrat-cms

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

show.tpl.src.xml (1455B)


      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="NAME"></text>
      7 			</column>
      8 			<column>
      9 				<text key="LANGUAGE_ISOCODE"></text>
     10 			</column>
     11 			<column>
     12 				<text raw=""></text>
     13 			</column>
     14 		</row>
     15 		<list list="el" extract="true">
     16 			<row class="data">
     17 				<column class="clickable">
     18 					<image action="language"></image>
     19 						<link type="open" name="var:name" action="language" id="var:id">
     20 							<text var="name" maxlength="25"></text>
     21 						</link>
     22 				</column>
     23 				<column>
     24 					<text var="isocode"></text>
     25 				</column>
     26 				<if false="var:is_default">
     27 
     28 					<column class="clickable">
     29 						<if present="id">
     30 							<link type="post" action="language" subaction="setdefault" id="var:id">
     31 								<text text="GLOBAL_make_default"></text>
     32 							</link>
     33 						</if>
     34 						<else>
     35 						</else>
     36 					</column>
     37 				</if>
     38 				<else>
     39 					<column>
     40 						<text text="GLOBAL_is_default" type="emphatic" />
     41 					</column>
     42 				</else>
     43 			</row>
     44 			<set var="select_url"></set>
     45 			<set var="default_url"></set>
     46 		</list>
     47 		<row class="data">
     48 			<column colspan="3" class="clickable">
     49 				<link type="dialog" subaction="add">
     50 					<image method="add"/>
     51 					<text text="new"/>
     52 				</link>
     53 			</column>
     54 		</row>
     55 	</table>
     56 </output>