openrat-cms

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

prop.tpl.src.xml (681B)


      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 	<form method="post">
      4 
      5 		<part class="line">
      6 			<part class="label">
      7 				<text text="GLOBAL_NAME"></text>
      8 			</part>
      9 			<part class="input">
     10 				<input name="name" focus="true" maxlength="50"></input>
     11 			</part>
     12 		</part>
     13 
     14 		<part class="line">
     15 			<part class="label">
     16 			</part>
     17 			<part class="input">
     18 				<checkbox name="is_default" readonly="var:is_default"></checkbox>
     19 				<label key="GLOBAL_is_default" for="is_default" />
     20 			</part>
     21 		</part>
     22 	</form>
     23 </output>