openrat-cms

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

prop.tpl.src.xml (1194B)


      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="extension"></header>
      4 	<form>
      5 		<part class="line">
      6 			<part class="label">
      7 				<text text="TEMPLATE_NAME"></text>
      8 			</part>
      9 			<part class="input">
     10 				<input name="name" maxlength="50"></input>
     11 			</part>
     12 		</part>
     13 		<group></group>
     14 
     15 		<part class="line">
     16 			<part class="label">
     17 				<text key="file_extension"></text>
     18 			</part>
     19 			<part class="input">
     20 				<link type="view" subaction="extension">
     21 					<part class="inputholder">
     22 						<text var="extension"></text>
     23 					</part>
     24 				</link>
     25 				<part class="clickable">
     26 					<link class="action" type="view" subaction="extension">
     27 						<text key="edit"></text>
     28 					</link>
     29 				</part>
     30 			</part>
     31 		</part>
     32 
     33 		<part class="line">
     34 			<part class="label">
     35 				<text key="file_mimetype"></text>
     36 			</part>
     37 			<part class="input">
     38 				<link action="template" subaction="extension">
     39 					<part class="inputholder">
     40 						<text var="mime_type"></text>
     41 					</part>
     42 				</link>
     43 			</part>
     44 		</part>
     45 
     46 	</form>
     47 </output>