openrat-cms

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

info.tpl.src.xml (3209B)


      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="changetemplate"></header>
      4 	<form readonly="true" cancel="false">
      5 
      6 		<text var="name" class="headline"  />
      7 
      8 		<group>
      9 			<part class="line">
     10 				<part class="label">
     11 					<text key="type" />
     12 				</part>
     13 				<part class="input">
     14 					<text key="var:type" />
     15 				</part>
     16 			</part>
     17 			<part class="line">
     18 				<part class="label">
     19 					<text text="global_filename"></text>
     20 				</part>
     21 				<part class="input">
     22 					<text var="filename" />
     23 				</part>
     24 			</part>
     25 			<part class="line">
     26 				<part class="label">
     27 					<text text="global_description"></text>
     28 				</part>
     29 				<part class="input">
     30 					<text var="description" class="description" />
     31 				</part>
     32 			</part>
     33 			<part class="line">
     34 				<part class="label">
     35 				</part>
     36 				<part class="input clickable">
     37 					<link subaction="prop" class="or-link-btn" type="dialog">
     38 						<text key="edit" />
     39 					</link>
     40 				</part>
     41 			</part>
     42 		</group>
     43 
     44 		<list list="languages" extract="true">
     45 
     46 
     47 			<group title="var:languagename">
     48 
     49 				<text label="name" var="name" />
     50 				<text label="description" var="description" />
     51 
     52 				<text label="alias" var="alias" />
     53 
     54 				<part class="clickable">
     55 					<link class="or-link-btn" type="edit" action="page" subaction="name" var1="languageid" value1="var:languageid">
     56 						<text key="edit" />
     57 					</link>
     58 				</part>
     59 			</group>
     60 
     61 		</list>
     62 
     63 		<group title="message:additional_info" open="false">
     64 
     65 			<part class="line">
     66 				<part class="label">
     67 					<label for="full_filename">
     68 						<text text="global_full_filename"></text>
     69 					</label>
     70 				</part>
     71 				<part class="input">
     72 					<text var="full_filename" class="filename"></text>
     73 				</part>
     74 			</part>
     75 			<part class="line">
     76 				<part class="label">
     77 					<label for="full_filename">
     78 						<text text="global_full_filename"></text>
     79 					</label>
     80 				</part>
     81 				<part class="input">
     82 					<text var="tmp_filename" class="filename"></text>
     83 				</part>
     84 			</part>
     85 			<part class="line">
     86 				<part class="label">
     87 					<label for="template_name">
     88 						<text text="global_template"></text>
     89 					</label>
     90 				</part>
     91 				<part class="input">
     92 					<if present="templateid">
     93 						<part class="clickable">
     94 							<link action="template" id="var:templateid" type="open">
     95 								<image action="template"></image>
     96 								<text var="template_name"></text>
     97 							</link>
     98 						</part>
     99 					</if>
    100 					<else>
    101 						<image action="template"></image>
    102 						<text var="template_name"></text>
    103 					</else>
    104 				</part>
    105 			</part>
    106 			<part class="line">
    107 				<part class="label">
    108 					<label for="mime_type">
    109 						<text key="FILE_MIMETYPE"></text>
    110 					</label>
    111 				</part>
    112 				<part class="input">
    113 					<text var="mime_type" class="filename"></text>
    114 				</part>
    115 			</part>
    116 			<part class="line">
    117 				<part class="label">
    118 					<label for="objectid">
    119 						<text key="id"></text>
    120 					</label>
    121 				</part>
    122 				<part class="input">
    123 					<text var="objectid"></text>
    124 				</part>
    125 			</part>
    126 		</group>
    127 
    128 		<include file="../include/timestamps" />
    129 	</form>
    130 </output>