1 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" |
---|
2 | "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> |
---|
3 | <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="{{tpl:BlogLanguage}}" lang="{{tpl:BlogLanguage}}"> |
---|
4 | <head> |
---|
5 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> |
---|
6 | <meta name="ROBOTS" content="{{tpl:BlogMetaRobots robots="NOINDEX,NOARCHIVE"}}" /> |
---|
7 | |
---|
8 | <title>{{tpl:ContactMePageTitle encode_html="1"}} - {{tpl:BlogName encode_html="1"}}</title> |
---|
9 | <meta name="copyright" content="{{tpl:BlogCopyrightNotice encode_html="1"}}" /> |
---|
10 | <meta name="author" content="{{tpl:BlogEditor encode_html="1"}}" /> |
---|
11 | |
---|
12 | <link rel="schema.dc" href="http://purl.org/dc/elements/1.1/" /> |
---|
13 | <meta name="dc.title" lang="{{tpl:BlogLanguage}}" content="{{tpl:ContactMePageTitle}} - {{tpl:BlogName encode_html="1"}}" /> |
---|
14 | <meta name="dc.language" content="{{tpl:BlogLanguage}}" /> |
---|
15 | <meta name="dc.publisher" content="{{tpl:BlogEditor encode_html="1"}}" /> |
---|
16 | <meta name="dc.rights" content="{{tpl:BlogCopyrightNotice encode_html="1"}}" /> |
---|
17 | <meta name="dc.type" content="text" /> |
---|
18 | <meta name="dc.format" content="text/html" /> |
---|
19 | |
---|
20 | <link rel="top" href="{{tpl:BlogURL}}" title="{{tpl:lang Home}}" /> |
---|
21 | <link rel="contents" title="{{tpl:lang Archives}}" href="{{tpl:BlogArchiveURL}}" /> |
---|
22 | |
---|
23 | {{tpl:include src="_head.html"}} |
---|
24 | </head> |
---|
25 | |
---|
26 | <body class="dc-page dc-gen dc-contactme" onload="window.scrollTo(0, 1)"> |
---|
27 | <div id="page"> |
---|
28 | |
---|
29 | {{tpl:include src="_top.html"}} |
---|
30 | |
---|
31 | <div id="wrapper"> |
---|
32 | |
---|
33 | <div id="main"> |
---|
34 | <div id="content"> |
---|
35 | |
---|
36 | <h2>{{tpl:ContactMePageTitle encode_html="1"}}</h2> |
---|
37 | |
---|
38 | <div class="content-inner"> |
---|
39 | <tpl:ContactMeIf sent="1">{{tpl:ContactMeMsgSuccess}}</tpl:ContactMeIf> |
---|
40 | |
---|
41 | <tpl:ContactMeIf error="1">{{tpl:ContactMeMsgError}}</tpl:ContactMeIf> |
---|
42 | |
---|
43 | <tpl:ContactMeIf sent="0"> |
---|
44 | {{tpl:ContactMeFormCaption}} |
---|
45 | <form action="{{tpl:ContactMeURL}}" method="post" id="comment-form" class="contactme"> |
---|
46 | <fieldset> |
---|
47 | <p class="field"><label for="c_name">{{tpl:lang Name or nickname}} :</label> |
---|
48 | <input name="c_name" id="c_name" type="text" size="30" maxlength="255" |
---|
49 | value="{{tpl:ContactMeName encode_html="1"}}" /> |
---|
50 | </p> |
---|
51 | |
---|
52 | <p class="field"><label for="c_mail">{{tpl:lang Email address}} :</label> |
---|
53 | <input name="c_mail" id="c_mail" type="text" size="30" maxlength="255" |
---|
54 | value="{{tpl:ContactMeEmail encode_html="1"}}" /> |
---|
55 | </p> |
---|
56 | |
---|
57 | <p class="field"><label for="c_site">{{tpl:lang Website}} |
---|
58 | ({{tpl:lang optional}}) :</label> |
---|
59 | <input name="c_site" id="c_site" type="text" size="30" maxlength="255" |
---|
60 | value="{{tpl:ContactMeSite encode_html="1"}}" /> |
---|
61 | </p> |
---|
62 | |
---|
63 | <p class="field"><label for="c_subject">{{tpl:lang Subject}} :</label> |
---|
64 | <input name="c_subject" id="c_subject" type="text" size="30" maxlength="255" |
---|
65 | value="{{tpl:ContactMeSubject encode_html="1"}}" /> |
---|
66 | </p> |
---|
67 | |
---|
68 | <p style="display:none"><input name="f_mail" type="text" size="30" |
---|
69 | maxlength="255" value="" /></p> |
---|
70 | |
---|
71 | <p class="field"><label for="c_message">{{tpl:lang Message}} :</label> |
---|
72 | <textarea name="c_message" id="c_message" cols="35" |
---|
73 | rows="7">{{tpl:ContactMeMessage raw="1" encode_html="1"}}</textarea> |
---|
74 | </p> |
---|
75 | |
---|
76 | <p><input type="submit" class="submit" value="{{tpl:lang send}}" /></p> |
---|
77 | </fieldset> |
---|
78 | </form> |
---|
79 | </tpl:ContactMeIf> |
---|
80 | </div> |
---|
81 | |
---|
82 | </div> |
---|
83 | </div> <!-- End #main --> |
---|
84 | |
---|
85 | </div> <!-- End #wrapper --> |
---|
86 | |
---|
87 | {{tpl:include src="_footer.html"}} |
---|
88 | </div> <!-- End #page --> |
---|
89 | </body> |
---|
90 | </html> |
---|