send.tpl
1.38 KB
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1251" />
<title>Çàêàçàòü ñîçäàíèå ñàéòà</title>
</head>
<body>
<div style="padding:10px;">
<h2>Çàêàçàòü ñîçäàíèå ñàéòà</h2>
<form onsubmit="return false;" method="post" action="" name="testform">
<p><b>Ô.È.Î:</b> <span class="red">*</span></p>
<p><input type="text" name="name" class="input_form" size="60" value="{$smarty.post.name|escape:'html'}" /></p>
<p><b>Îðãàíèçàöèÿ:</b></p>
<p><input type="text" name="company" class="input_form" size="60" value="{$smarty.post.company|escape:'html'}" /></p>
<p><b>E-mail:</b></p>
<p><input type="text" name="email" class="input_form" size="60" value="{$smarty.post.email|escape:'html'}" /></p>
<p><b>Òåëåôîí:</b> <span class="red">*</span></p>
<p><input type="text" name="phone" class="input_form" size="60" value="{$smarty.post.phone|escape:'html'}" /></p>
<p><b>Ñîîáùåíèå:</b></p>
<p><textarea class="input_form" name="text" cols="80" rows="7">{$smarty.post.text|escape:'html'}</textarea></p>
<p>Ïîëÿ, âûäåëåííûå <span class="red">*</span>, çàïîëíèòå îáÿçàòåëüíî</p>
<p align="center"><input type="hidden" name="send" /><input type="submit" value="Çàêàçàòü" class="input_submit"/></p>
</form>
</div>
</body>
</html>