<?xml version="1.0" encoding="UTF-8"?>
<templates>
<fields>
<standard><![CDATA[<p>{{field}} <label>{{label}}</label></p>]]></standard>
<text><![CDATA[<p>{{field}}<label for='{{field_id}}'><small>{{label}}</small></label></p>]]></text>
<textarea><![CDATA[<p>{{field}}</p>]]></textarea>
<select><![CDATA[]]></select>
<checkbox><![CDATA[]]></checkbox>
<radio><![CDATA[<label for="{{field_id}}">{{field}} {{label}}</label>]]></radio>
<file><![CDATA[]]></file>
<button><![CDATA[{{field}}]]></button>
</fields>
<fields_on_error>
<standard><![CDATA[<p style='background-color:#FFEBE8;'>{{field}} <label>{{label}}</label></p>]]></standard>
<text><![CDATA[<p style='background-color:#FFEBE8;'>{{field}}<label for='{{field_id}}'><small>{{label}}</small></label></p>]]></text>
<textarea><![CDATA[<p style='background-color:#FFEBE8;'>{{field}}</p>]]></textarea>
</fields_on_error>
<groups>
<radio>
<before><![CDATA[<!--before--><div>]]></before>
<first><![CDATA[<!--first--><span>{{field}}</span>]]></first>
<radio><![CDATA[<span>{{field}}</span>]]></radio>
<last><![CDATA[<span>{{field}}</span><!--last-->]]></last>
<after><![CDATA[</div><!--after--><br />]]></after>
</radio>
<button>
<before><![CDATA[<!--before--><div>]]></before>
<first><![CDATA[<!--first--><span>{{field}}</span>]]></first>
<button><![CDATA[<span>{{field}}</span>]]></button>
<last><![CDATA[<span>{{field}}</span><!--last-->]]></last>
<after><![CDATA[</div><!--after--><br />]]></after>
</button>
</groups>
<composite>
<captcha_gd1><![CDATA[{{img}}<br />{{input}}]]></captcha_gd1>
<captcha_gd2><![CDATA[{{img}}<br />{{input}}]]></captcha_gd2>
<recaptcha><![CDATA[<div id='{{id}}'>{{img}}</div>]]></recaptcha>
<date>
<ymd><![CDATA[{{y}} {{m}} {{d}}]]></ymd>
<dmy><![CDATA[{{d}} {{m}} {{y}}]]></dmy>
<mdy><![CDATA[{{m}} {{d}} {{y}}]]></mdy>
</date>
<time>
<alone><![CDATA[{{h}} : {{mn}}]]></alone>
<ampm><![CDATA[{{h}} : {{mn}} {{am}} <label id="{{id_am}}_label" for="{{id_am}}">{{text_am}}</label> {{pm}} <label id="{{id_pm}}_label" for="{{id_pm}}">{{text_pm}}</label>]]></ampm>
<tz><![CDATA[{{h}} : {{mn}} {{tz}}]]></tz>
<ampm_tz><![CDATA[{{h}} : {{mn}} {{am}} <label id="{{id_am}}_label" for="{{id_am}}">{{text_am}}</label> {{pm}} <label id="{{id_pm}}_label" for="{{id_pm}}">{{text_pm}}</label> {{tz}}]]></ampm_tz>
</time>
<geotag>
<alone><![CDATA['{{map}}']]></alone>
<latlng><![CDATA[{{map}}lat:{{lat}} lng:{{lng}}]]></latlng>
<geocode><![CDATA[{{map}}{{geocode}} {{geocode_button}}]]></geocode>
<latlng_geocode><![CDATA[{{map}}lat:{{lat}} lng:{{lng}}<br />{{geocode}} {{geocode_button}}]]></latlng_geocode>
</geotag>
</composite>
<message>
<ok><![CDATA[<div>{{message}}</div>]]></ok>
<ko><![CDATA[<div style='color:red;'>{{message}}</div>]]></ko>
</message>
<form><![CDATA[<div>{{label}}</div><div>{{message}}</div><div>{{form}}</div>]]></form>
</templates>