| Current Path : /home/m/a/g/magalijoj/www/blog/themes/gridseven/ |
| Current File : /home/m/a/g/magalijoj/www/blog/themes/gridseven/contact.default.html |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="{{tpl:BlogLanguage}}" lang="{{tpl:BlogLanguage}}">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="MSSmartTagsPreventParsing" content="TRUE" />
<title>{{tpl:ContactPageTitle}}</title>
<link rel="schema.DC" href="http://purl.org/DC/elements/1.0/" />
<meta name="DC.Title" content="" />
<meta name="DC.Creator" content="" />
<meta name="DC.Language" scheme="rfc1766" content="" />
<link rel="top" href="{{tpl:BlogURL}}" title="{{tpl:lang Home}}" />
<link rel="contents" href="{{tpl:BlogArchiveURL}}" title="{{tpl:lang Archives}}" />
<link rel="alternate" type="application/rss+xml" title="RSS 2.0" href="{{tpl:BlogFeedURL type="rss2"}}" />
<link rel="alternate" type="application/atom+xml" title="Atom 1.0" href="{{tpl:BlogFeedURL type="atom"}}" />
{{tpl:include src="_head.html"}}
<link rel="stylesheet" type="text/css" href="{{tpl:BlogThemeURL}}/style.contact.css" />
</head>
<body class="dc-contact">
<div id="page">
{{tpl:include src="_top.html"}}
<div id="wrapper">
<div id="main">
<div id="content">
<tpl:Contact>
<div id="content-info">
<h2 id="contactform" class="post-title">{{tpl:ContactH2Text}}</h2>
{{tpl:ContactInfoText}}
<tpl:ContactErrorBlock>
<p class="error">{{tpl:ContactErrorText}}</p>
</tpl:ContactErrorBlock>
</div>
<tpl:ContactForm>
<div id="contact">
<form id="contact-form" action="{{tpl:ContactPageUrl}}#contactform" method="post" enctype="multipart/form-data">
<tpl:ContactPreviewBlock>
<div id="contact-pr">
<h3>Votre message</h3>
<p>{{tpl:ContactPreviewText}}</p>
<input type="submit" id="Contact_send" name="contact[send]" value="{{tpl:ContactFormInputValue type="send_c"}}" class="submit" />
</div>
</tpl:ContactPreviewBlock>
<fieldset>
<h3 class="personnal-informations">Informations Personnelles</h3>
<ol class="field">
<tpl:ContactFormInput type="recipient">
<li class="field-recipient">
<label for="Contact_recipient">{{tpl:ContactFormInputValue type="recipient_c"}}</label>
<select id="Contact_recipient" name="contact[recipient]">{{tpl:ContactFormInputValue type="recipient_v"}}</select>
</li>
</tpl:ContactFormInput>
<tpl:ContactFormInput type="name">
<li class="field-name"><label for="Contact_name">{{tpl:ContactFormInputValue type="name_c"}}</label>
<input type="text" id="Contact_name" name="contact[name]" value="{{tpl:ContactFormInputValue type="name_v"}}" />
</li>
</tpl:ContactFormInput>
<tpl:ContactFormInput type="email">
<li class="field-email">
<label for="Contact_email">{{tpl:ContactFormInputValue type="email_c"}}</label>
<input type="text" id="Contact_email" name="contact[email]" value="{{tpl:ContactFormInputValue type="email_v"}}" />
</li>
</tpl:ContactFormInput>
</ol>
<h3 class="message-informations">Votre message</h3>
<ol class="field">
<tpl:ContactFormInput type="subject">
<li class="field-subject"><label for="Contact_subject">{{tpl:ContactFormInputValue type="subject_c"}}</label>
<input type="text" id="Contact_subject" name="contact[subject]" value="{{tpl:ContactFormInputValue type="subject_v"}}" />
</li>
</tpl:ContactFormInput>
<li class="field-body">
<label for="Contact_body">{{tpl:ContactFormInputValue type="body_c"}}</label>
<textarea id="Contact_body" name="contact[body]" cols="35" rows="7">{{tpl:ContactFormInputValue type="body_v"}}</textarea>
</li>
<tpl:ContactFormInput type="file">
<li class="field-file">
<label for="Contact_file">{{tpl:ContactFormInputValue type="file_c"}}</label>
<input type="file" id="Contact_file" name="contact_file" />
</li>
</tpl:ContactFormInput>
</ol>
<h3 class="more-informations">Informations Complementaires</h3>
<ol class="field">
<tpl:ContactFormInput type="additionnal">
<li class="field-additionnal">
<label for="Contact_additionnal{{tpl:ContactFormInputValue type="additionnal_k"}}">{{tpl:ContactFormInputValue type="additionnal_c"}}</label>
{{tpl:ContactFormInputValue type="additionnal_v"}}
</li>
</tpl:ContactFormInput>
</ol>
<tpl:ContactFormInput type="antispam">
<h3 class="message-security">Securite</h3>
<ol class="field">
<li class="field-antispam"><label for="Contact_file">{{tpl:ContactFormInputValue type="antispam_c"}}</label>
<img src="{{tpl:ContactFormInputValue type="antispam_v"}}" alt="Anti-spam" />
<input type="text" id="Contact_antispam" name="contact[antispam]" value="" />
</li>
</ol>
</tpl:ContactFormInput>
<p class="field-preview-submit">
<tpl:ContactFormInput type="preview">
<input type="submit" id="Contact_preview" name="contact[preview]" value="{{tpl:ContactFormInputValue type="preview_c"}}" class="preview" />
</tpl:ContactFormInput>
<input type="submit" id="Contact_send" name="contact[send]" value="{{tpl:ContactFormInputValue type="send_c"}}" class="submit" />
</p>
</fieldset>
</form>
</div>
</tpl:ContactForm>
</tpl:Contact>
</div>
</div>
<div id="sidebar">
<div id="blognav">
{{tpl:Widgets type="nav"}}
</div> <!-- End #blognav -->
<div id="blogextra">
{{tpl:Widgets type="extra"}}
</div> <!-- End #blogextra -->
</div>
</div> <!-- End #wrapper -->
{{tpl:include src="_footer.html"}}
</div> <!-- End #page -->
</body>
</html>