openrat-cms

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

info.tpl.src.xml (724B)


      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 readonly="true" cancel="false">
      4 
      5         <text class="headline" var="name"/>
      6 
      7         <part class="line">
      8             <part class="label">
      9                 <text text="GLOBAL_NAME"></text>
     10             </part>
     11             <part class="input clickable">
     12                 <text var="name"/>
     13                 <link class="or-link-btn" action="model" subaction="prop" type="edit">
     14                     <text key="edit"/>
     15                 </link>
     16             </part>
     17         </part>
     18 
     19     </form>
     20 </output>