openrat-cms

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

timestamps.inc.xml (1821B)


      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     <group title="message:prop_userinfo" open="false">
      4         <part class="line">
      5             <part class="label">
      6                 <label for="create_date">
      7 					<text text="global_created"/>
      8                 </label>
      9             </part>
     10             <part class="input">
     11                 <image icon="el_date"></image>
     12                 <date date="var:create_date"></date>
     13                 <newline></newline>
     14                 <image icon="user"></image>
     15                 <user user="var:create_user"></user>
     16             </part>
     17         </part>
     18         <part class="line">
     19             <part class="label">
     20                 <label for="lastchange_date">
     21                     <text text="global_lastchange"></text>
     22                 </label>
     23             </part>
     24             <part class="input">
     25                 <image icon="el_date"></image>
     26                 <date date="var:lastchange_date"></date>
     27                 <newline></newline>
     28                 <image icon="user"></image>
     29                 <user user="var:lastchange_user"></user>
     30             </part>
     31         </part>
     32         <part class="line">
     33             <part class="label">
     34                 <label for="published_date">
     35                     <text text="global_published"></text>
     36                 </label>
     37             </part>
     38             <part class="input">
     39                 <image icon="el_date"></image>
     40                 <date date="var:published_date"></date>
     41                 <newline></newline>
     42                 <image icon="user"></image>
     43                 <user user="var:published_user"></user>
     44             </part>
     45         </part>
     46     </group>
     47 </output>