openrat-cms

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

mail.tpl.src.xml (919B)


      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         <logo name="changemail"/>
      5 
      6         <group title="message:user_mail">
      7             <part class="line">
      8                 <part class="label">
      9                     <label for="mail">
     10                         <text text="user_new_mail"></text>
     11                     </label>
     12                 </part>
     13                 <part class="input">
     14                     <input name="mail"></input>
     15                 </part>
     16             </part>
     17         </group>
     18 
     19         <part class="clickable">
     20 
     21             <link action="profile" subaction="confirmmail" type="dialog">
     22                 <text
     23                         key="mail_code"/>
     24             </link>
     25         </part>
     26 
     27     </form>
     28 </output>