Файл: магазин/e-proger/modules/contact.php
Строк: 36
<link media="screen" href="/css/stylesform.css" type="text/css" rel="stylesheet" />
<?php
session_start();
set_time_limit( 0 );
define( 'ROOT', 'http://'.$_SERVER['HTTP_HOST'] );
define( 'ROOT_DIR', $_SERVER['DOCUMENT_ROOT'] );
include_once ROOT_DIR . '/engine/config.php';
?>
<div class="big_topics bor_top round3 FFF hr">
<div class="main_top hr_menu"><h1>Контакты</h1></div>
<div class="infotext">
Пожалуйста, при обращении в службу тех.поддержки старайтесь максимально точно изложить ваш вопрос. Чем точнее вы укажите вашу проблему тем быстрее мы ответим вам.
</div>
<div class="profile_setting">
<div style="padding: 0px 0px 0px 20px;">
<form class="contact_form" action="contact-form.php" method="post">
<p>
<label for="name">Логин:</label>
<input type="text" name="name" placeholder="Введите свой логин" required />
</p>
<p>
<label for="email">Email:</label>
<input type="email" name="email" placeholder="Введите электронный адрес" required />
<span class="form_hint">Правильный формат "demo@e-proger.ru"</span>
</p>
<p>
<label for="message">Текст сообщения:</label>
<textarea name="message" cols="40" rows="6" required ></textarea>
</p>
<input name="bezspama" type="text" style="display:none" value="" />
<p>
<button class="submit" type="submit">Отправить сообщение</button>
</p>
</form>
</div>
</div>
</div>