openrat-cms

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

preview.tpl.src.xml (343B)


      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 
      4 	<group title="${message:preview}">
      5 		<text value="${text}" escape="true" type="code" maxlength="200"/>
      6 	</group>
      7 
      8 </output>