openrat-cms

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

remove.tpl.src.xml (1233B)


      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 back="true"></header>
      4 	<form>
      5 		<group>
      6 			<part class="line">
      7 				<part class="label">
      8 					<text key="ELEMENT_NAME"></text>
      9 				</part>
     10 				<part class="input">
     11 					<text var="name" class="name"></text>
     12 				</part>
     13 			</part>
     14 		</group>
     15 		<group title="message:options">
     16 
     17 			<part class="line">
     18 				<part class="label">
     19 				</part>
     20 				<part class="input">
     21 					<checkbox name="confirm" required="true"></checkbox>
     22 					<label for="confirm">
     23 						<text text="CONFIRM_DELETE"></text>
     24 					</label>
     25 				</part>
     26 			</part>
     27 
     28 			<part class="line">
     29 				<part class="label">
     30 				</part>
     31 				<part class="input">
     32 					<text raw="_____"></text>
     33 					<radio name="type" value="value"></radio>
     34 					<label for="type_value">
     35 						<text text="ELEMENT_DELETE_VALUES"></text>
     36 					</label>
     37 					<newline></newline>
     38 					<text raw="_____"></text>
     39 					<radio name="type" value="all"></radio>
     40 					<label for="type_all">
     41 						<text text="DELETE"></text>
     42 					</label>
     43 				</part>
     44 			</part>
     45 		</group>
     46 
     47 	</form>
     48 </output>