openrat-cms

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

maintenance.tpl.src.xml (694B)


      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" />
      4 	<form>
      5 		<group title="message:options">
      6 			<part>
      7 				<text value=""></text>
      8 				<radio name="type" value="check_limit"></radio>
      9 				<label for="type_check_limit">
     10 					<text key="project_check_limit"></text>
     11 				</label>
     12 			</part>
     13 			<part>
     14 				<text value=""></text>
     15 				<radio name="type" value="check_files"></radio>
     16 				<label for="type_check_files">
     17 					<text key="project_check_files"></text>
     18 				</label>
     19 			</part>
     20 		</group>
     21 	</form>
     22 </output>