0
1
Fork 0
hedera-web-mindshore/forms/cms/contact/ui.xml

55 lines
995 B
XML
Raw Normal View History

2015-03-06 23:33:54 +00:00
<vn>
2017-03-17 12:42:10 +00:00
<h1 id="title">
2017-10-18 16:01:21 +00:00
_IWantCustomer
2017-03-17 12:42:10 +00:00
</h1>
2017-03-23 16:20:51 +00:00
<div id="main" class="contact">
2017-01-18 11:50:07 +00:00
<form
id="contact-form">
<input type="hidden" name="srv" value="json:misc/contact"/>
2016-12-23 08:57:49 +00:00
<div class="card form">
<p>
2017-10-18 16:01:21 +00:00
_FillFormData
2016-12-23 08:57:49 +00:00
</p>
<p>
2017-10-18 16:01:21 +00:00
_OrCallUs
2016-12-23 08:57:49 +00:00
</p>
2017-01-18 11:50:07 +00:00
<div>
2017-10-18 16:01:21 +00:00
<label>_Name</label>
2017-01-18 11:50:07 +00:00
<input type="text" name="name"/>
</div>
<div>
2017-10-18 16:01:21 +00:00
<label>_City</label>
2017-01-18 11:50:07 +00:00
<input type="text" name="city"/>
</div>
<div>
2017-10-18 16:01:21 +00:00
<label>_PC</label>
2017-01-18 11:50:07 +00:00
<input type="text" name="pc"/>
</div>
<div>
2017-10-18 16:01:21 +00:00
<label>_Phone</label>
2017-01-18 11:50:07 +00:00
<input type="text" name="phone"/>
</div>
<div>
2017-10-18 16:01:21 +00:00
<label>_EMail</label>
2017-01-18 11:50:07 +00:00
<input type="text" name="email"/>
</div>
<div>
2017-10-18 16:01:21 +00:00
<label>_Message</label>
2017-01-18 11:50:07 +00:00
<textarea name="message"/>
</div>
<div class="form-group captcha">
2017-10-18 16:01:21 +00:00
<label>_Anti-Spam</label>
2017-01-18 11:50:07 +00:00
<input type="text" name="captcha"/>
<img alt="Captcha" id="captcha-img"/>
</div>
<p class="mandatory-message">
2017-10-18 16:01:21 +00:00
_AllFieldsMandatory
2017-01-18 11:50:07 +00:00
</p>
<button class="thin">
2017-10-18 16:01:21 +00:00
_Send
2017-01-18 11:50:07 +00:00
</button>
2015-03-06 23:33:54 +00:00
</div>
2017-01-18 11:50:07 +00:00
</form>
2015-03-06 23:33:54 +00:00
</div>
</vn>