openrat-cms

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

name.tpl.src.xml (577B)


      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 label="message:global_save">
      4 
      5         <hidden name="languageid" />
      6         <group title="message:alias" open="true">
      7 
      8             <input label="name" name="name" maxlength="255" required="true" />
      9 
     10             <inputarea label="description" name="description" class="description" maxlength="255" />
     11 
     12         </group>
     13         
     14     </form>
     15 </output>