© Сделано на LiveStreet
Дизайн - ©2009 MODx RED Group

<script type="text/javascript">
<!--
function as_setAction(){
jQuery("#podbor_form_reguest form:first")
.unbind('submit')
.bind('submit',function(){
jQuery.ajax({
url: [[~[[*id]]~]],
type: "post",
data: jQuery(this).serialize()+"&ajax_submit=#podbor_form_reguest",
dataType: 'html',
success: function(response){
if(response=='success' || response.length <= 0){
jQuery("#podbor_form_reguest").html("Спасибо! Ваше письмо отправлено.");
}else{
jQuery("#podbor_form_reguest").html(response);
}
}
});
return false;
});
}
jQuery(document).bind('ready',as_setAction);
//-->
</script>
<p><a class="show_popup1" href="">Показать</a></p>
<div id="formup">
[!eForm? &formid=`podbor_form_reguest` &tpl=`__podbor_form_nov` &to=`mymail@mymail.ru` &mailselector=`otdel` &report=`__podbor_form_mailreport` &thankyou=`__podbor_form_thx` &vericode=`0` &subject=`Заявка на подбор квартиры` &protectSubmit`0` &invalidClass`.popuperror`!]
</div>
<div class="shadow3" style="display: none;">
<div class="form-wnd">
<div class="wnd-title">Отправить заявку на расчет ипотеки!</div>
<div class="form">
<table class="newhouse" cellpadding="0" cellspacing="0"> <!--Форма первой вкладки-->
<colgroup>
<col width="164px">
<col width="auto">
</colgroup>
<tr>
<td>Стоимость квартиры</td>
<td><input type="text" name="" id="" style="width:234px;"></td>
</tr>
<tr>
<td>Первоначальный взнос</td>
<td><input type="text" name="" id="" style="width:234px;"></td>
</tr>
<tr>
<td>Город проживания</td>
<td><input type="text" name="" id="" style="width:234px;"></td>
</tr>
<tr>
<td>Ваше Имя<span>*</span></td>
<td><input type="text" name="" id="" style="width:234px;"></td>
</tr>
<tr>
<td>Контактный телефон<span>*</span></td>
<td>8 (<input type="text" name="" id="" style="width:34px;">) <input type="text" name="" id="" style="width:144px;"></td>
</tr>
<tr>
<td>e-mail<span>*</span></td>
<td><input type="text" name="" id="" style="width:234px;"></td>
</tr>
</table>
</div>
<div class="form-footer">
<span>*</span> Поля рекомендуемые для заполнения
<input type="submit" value="">
</div>
<div class="close"></div>
</div>
</div>
Не удалось установить MODX, поскольку MODX не смог распаковать пакет /home/site/data/www/domain.ru/core/packages/core.transport.zip. Проверьте, что файл /home/site/data/www/domain.ru/core/packages/core.transport.zip существует, доступен для записи, и возможна запись в каталог /home/site/data/www/domain.ru/core/packages/.
Warning: ZipArchive::extractTo(/home/site/data/www/domain.ru/core/packages//core/modContentType/acdb97c9575dc59a73123e576b915d8d.vehicle) [ziparchive.extractto]: failed to open stream: Permission denied in /home/site/data/www/domain.ru/core/xpdo/compression/xpdozip.class.php on line 142
<?php
/**
* Register
*
* Copyright 2010 by Shaun McCormick <shaun@modx.com>
*
* Register is free software; you can redistribute it and/or modify it under the
* terms of the GNU General Public License as published by the Free Software
* Foundation; either version 2 of the License, or (at your option) any later
* version.
*
* Register is distributed in the hope that it will be useful, but WITHOUT ANY
* WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
* A PARTICULAR PURPOSE. See the GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License along with
* Register; if not, write to the Free Software Foundation, Inc., 59 Temple
* Place, Suite 330, Boston, MA 02111-1307 USA
*
* @package login
*/
/**
* MODx Confirm Register Activation Snippet. Snippet to place on an activation
* page that the user using the Register snippet would be sent to via the
* activation email.
*
* @var modX $modx
* @var Login $login
* @var array $scriptProperties
*
* @package login
*/
require_once $modx->getOption('login.core_path',null,$modx->getOption('core_path').'components/login/').'model/login/login.class.php';
$login = new Login($modx,$scriptProperties);
$controller = $login->loadController('ConfirmRegister');
$output = $controller->run($scriptProperties);
return $output;