Files
oav/dotclear._no/themes/polyvalence/tpl/contact_me.html
2023-03-20 12:18:38 +01:00

86 lines
5.2 KiB
HTML
Executable File
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<!--[if lt IE 7 ]> <html xmlns="http://www.w3.org/1999/xhtml" class="no-js ie6 lte-ie6 lte-ie7 lte-ie8" lang="{{tpl:BlogLanguage}}" xml:lang="{{tpl:BlogLanguage}}"> <![endif]-->
<!--[if IE 7 ]> <html xmlns="http://www.w3.org/1999/xhtml" class="no-js ie7 lte-ie7 lte-ie8" lang="{{tpl:BlogLanguage}}" xml:lang="{{tpl:BlogLanguage}}"> <![endif]-->
<!--[if IE 8 ]> <html xmlns="http://www.w3.org/1999/xhtml" class="no-js ie8 lte-ie8" lang="{{tpl:BlogLanguage}}" xml:lang="{{tpl:BlogLanguage}}"> <![endif]-->
<!--[if (gte IE 9)|!(IE)]><!--> <html xmlns="http://www.w3.org/1999/xhtml" class="no-js" lang="{{tpl:BlogLanguage}}" xml:lang="{{tpl:BlogLanguage}}" prefix="dc: http://purl.org/dc/terms/ schema: http://schema.org/ og: http://ogp.me/ns#"> <!--<![endif]-->
<head>
<meta charset="UTF-8" />
<meta name="ROBOTS" content="{{tpl:BlogMetaRobots robots="NOINDEX,NOARCHIVE"}}" />
<title>{{tpl:ContactMePageTitle encode_html="1"}} - {{tpl:BlogName encode_html="1"}}</title>
<meta name="copyright" content="{{tpl:BlogCopyrightNotice encode_html="1"}}" />
<meta name="author" content="{{tpl:BlogEditor encode_html="1"}}" />
<meta name="description" content="{{tpl:ContactMePageTitle encode_html="1"}} <tpl:PaginationIf start="0"> - {{tpl:lang page}} {{tpl:PaginationCurrent}}</tpl:PaginationIf>" />
<meta property="dc:title" content="{{tpl:ContactMePageTitle encode_html="1"}} - {{tpl:BlogName encode_html="1"}}<tpl:PaginationIf start="0"> - {{tpl:lang page}} {{tpl:PaginationCurrent}}</tpl:PaginationIf>" />
<meta property="dc:creator" content="{{tpl:BlogEditor encode_html="1"}}" />
<meta property="dc:language" content="{{tpl:BlogLanguage}}" />
<meta property="dc:description" content="{{tpl:ContactMePageTitle encode_html="1"}}<tpl:PaginationIf start="0"> - {{tpl:lang page}} {{tpl:PaginationCurrent}}</tpl:PaginationIf>" />
<meta property="dc:date" content="{{tpl:BlogUpdateDate iso8601="1"}}" />
<meta property="dc:rights" content="{{tpl:BlogCopyrightNotice encode_html="1"}}" />
<meta property="dc:publisher" content="{{tpl:BlogEditor encode_html="1"}}" />
<tpl:IfOgp>
<meta property="og:title" content="{{tpl:ContactMePageTitle encode_html="1"}}<tpl:PaginationIf start="0"> - {{tpl:lang page}} {{tpl:PaginationCurrent}}</tpl:PaginationIf>" />
<meta property="og:type" content="article" />
<meta property="og:description" content="{{tpl:ContactMePageTitle encode_html="1"}} <tpl:PaginationIf start="0"> - {{tpl:lang page}} {{tpl:PaginationCurrent}}</tpl:PaginationIf>" />
<meta property="og:site_name" content="{{tpl:BlogName encode_html="1"}}" />
<meta property="article:published_time" content="{{tpl:BlogUpdateDate iso8601="1"}}" />
</tpl:IfOgp>
<link rel="top" href="{{tpl:BlogURL}}" title="{{tpl:lang Home}}" />
<link rel="contents" title="{{tpl:lang Archives}}" href="{{tpl:BlogArchiveURL}}" />
{{tpl:include src="_head.html"}}
</head>
<body class="dc-contactme">
<div id="page"> {{tpl:include src="_top.html"}}
<div id="wrapper">
<div id="main">
<div id="content" role="main">
<div id="content-info">
<h2>{{tpl:ContactMePageTitle encode_html="1"}}</h2>
</div>
<div class="content-inner">
<tpl:ContactMeIf sent="1">{{tpl:ContactMeMsgSuccess}}</tpl:ContactMeIf>
<tpl:ContactMeIf error="1">{{tpl:ContactMeMsgError}}</tpl:ContactMeIf>
<tpl:ContactMeIf sent="0"> {{tpl:ContactMeFormCaption}}
<form action="{{tpl:ContactMeURL}}" method="post" id="comment-form" class="contactme">
<p class="field">
<label for="c_name">{{tpl:lang Name or nickname}} :</label>
<input name="c_name" id="c_name" type="text" maxlength="255" value="{{tpl:ContactMeName encode_html="1"}}" required="required" aria-required="true" />
</p>
<p class="field">
<label for="c_mail">{{tpl:lang Email address}} :</label>
<input name="c_mail" id="c_mail" type="email" maxlength="255" value="{{tpl:ContactMeEmail encode_html="1"}}" required="required" aria-required="true" placeholder="email@example.com" />
</p>
<p class="field">
<label for="c_site">{{tpl:lang Website}}
({{tpl:lang optional}}) :</label>
<input name="c_site" id="c_site" type="url" maxlength="255" value="{{tpl:ContactMeSite encode_html="1"}}" placeholder="http://www.example.com/" />
</p>
<p class="field">
<label for="c_subject">{{tpl:lang Subject}} :</label>
<input name="c_subject" id="c_subject" type="text" maxlength="255" value="{{tpl:ContactMeSubject encode_html="1"}}" required="required" aria-required="true" />
</p>
<p style="display:none">
<input name="f_mail" type="text" size="30"
maxlength="255" value="" />
</p>
<p class="field">
<label for="c_message">{{tpl:lang Message}} :</label>
<textarea name="c_message" id="c_message" rows="7" required="required" aria-required="true">{{tpl:ContactMeMessage raw="1" encode_html="1"}}</textarea>
</p>
<p>
<input type="submit" class="submit" value="{{tpl:lang send}}" />
</p>
</form>
</tpl:ContactMeIf>
</div>
</div>
</div>
{{tpl:include src="_complementary.html"}}
</div>
<!-- End #wrapper -->
{{tpl:include src="_footer.html"}} </div>
<!-- End #page -->
</body>
</html>