add public design files
This commit is contained in:
40
design/atomic/html/callback.tpl
Normal file
40
design/atomic/html/callback.tpl
Normal file
@@ -0,0 +1,40 @@
|
||||
<div class="callBack"><div class="call-me"><a href="#call">Обратный звонок</a></div></div>
|
||||
|
||||
{if $call_sent}
|
||||
{literal}
|
||||
<script>
|
||||
$(function() {
|
||||
alert("Ваша заявка принята. Мы свяжемся с Вами в ближайшее время");
|
||||
});
|
||||
</script>
|
||||
{/literal}
|
||||
{/if}
|
||||
|
||||
<div style="display:none;">
|
||||
<div id="call">
|
||||
<br><h2 style="/*#a2062d;*/ font-size: 21px;" align=center>Заказ обратного звонка</h2>
|
||||
<form id="mail_form" class="form feedback_form" method="post" style="width: 38%;">
|
||||
<p class="reset-margin-padding callbacklines"></p>
|
||||
<label class="labe_txt">Имя</label>
|
||||
<div style="clear:both"></div>
|
||||
<input type="text" name="name" value="{$comment_name}" data-format=".+" data-notice="Введите имя" id="nickname_field" value="" class="input-text" style=""/><br/>
|
||||
|
||||
<label class="labe_txt">Номер телефона</label>
|
||||
<div style="clear:both"></div>
|
||||
<input data-format=".+" data-notice="Введите номер телефона" value="" name="phone" maxlength="255" type="text" class="input-text"/>
|
||||
<div style="clear:both"></div>
|
||||
|
||||
<input class="button" type="submit" name="callback" value="Заказать" style="background: #99f; border: 0;padding: 3px;color: #fff;font-weight: bold; text-decoration:none;margin-top:10px;float:right;"/>
|
||||
</form>
|
||||
<br><br><br>
|
||||
<h3 align="center"> Введите пожалуйста ваше имя и телефон. <br>Наши менеджеры свяжутся с вами в ближайшее время.</h3>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{literal}
|
||||
<script>
|
||||
$(function() {
|
||||
$('.call-me a').fancybox();
|
||||
});
|
||||
</script>
|
||||
{/literal}
|
||||
Reference in New Issue
Block a user