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:EntryLang}}" lang="{{tpl:EntryLang}}"> |
---|
4 | <head> |
---|
5 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> |
---|
6 | <meta name="MSSmartTagsPreventParsing" content="TRUE" /> |
---|
7 | <meta name="ROBOTS" content="{{tpl:BlogMetaRobots robots="NOINDEX,NOARCHIVE"}}" /> |
---|
8 | |
---|
9 | <title>{{tpl:ContactMePageTitle encode_html="1"}} - {{tpl:BlogName encode_html="1"}}</title> |
---|
10 | <meta name="copyright" content="{{tpl:BlogCopyrightNotice encode_html="1"}}" /> |
---|
11 | <meta name="author" content="{{tpl:BlogEditor encode_html="1"}}" /> |
---|
12 | |
---|
13 | <link rel="schema.dc" href="http://purl.org/dc/elements/1.1/" /> |
---|
14 | <meta name="dc.title" lang="{{tpl:BlogLanguage}}" content="{{tpl:ContactMePageTitle}} - {{tpl:BlogName encode_html="1"}}" /> |
---|
15 | <meta name="dc.language" content="{{tpl:BlogLanguage}}" /> |
---|
16 | <meta name="dc.publisher" content="{{tpl:BlogEditor encode_html="1"}}" /> |
---|
17 | <meta name="dc.rights" content="{{tpl:BlogCopyrightNotice encode_html="1"}}" /> |
---|
18 | <meta name="dc.type" content="text" /> |
---|
19 | <meta name="dc.format" content="text/html" /> |
---|
20 | |
---|
21 | <link rel="top" href="{{tpl:BlogURL}}" title="{{tpl:lang Home}}" /> |
---|
22 | <link rel="contents" title="{{tpl:lang Archives}}" href="{{tpl:BlogArchiveURL}}" /> |
---|
23 | |
---|
24 | {{tpl:include src="_head.html"}} |
---|
25 | </head> |
---|
26 | |
---|
27 | <body class="home blog browser-gecko {{tpl:MystiquePageLayout}} {{tpl:MystiqueSidebarLayout}}"> |
---|
28 | <div id="page"> |
---|
29 | |
---|
30 | {{tpl:include src="_top.html"}} |
---|
31 | |
---|
32 | <div class="shadow-left page-content main-wrapper"> |
---|
33 | <div class="shadow-right"> |
---|
34 | |
---|
35 | |
---|
36 | <!-- main content: primary + sidebar(s) --> |
---|
37 | <div id="main"> |
---|
38 | <div id="main-inside" class="clearfix"> |
---|
39 | <!-- primary content --> |
---|
40 | <div id="primary-content"> |
---|
41 | <div class="blocks"> |
---|
42 | <h1 class="title archive-category"> |
---|
43 | <span class="altText">{{tpl:ContactMePageTitle encode_html="1"}}</span> |
---|
44 | </h1> |
---|
45 | |
---|
46 | <div id="respond" class="post hentry category-thoughts clearfix preview-full single"> |
---|
47 | <tpl:ContactMeIf sent="1">{{tpl:ContactMeMsgSuccess}}</tpl:ContactMeIf> |
---|
48 | |
---|
49 | <tpl:ContactMeIf error="1">{{tpl:ContactMeMsgError}}</tpl:ContactMeIf> |
---|
50 | |
---|
51 | <tpl:ContactMeIf sent="0"> |
---|
52 | {{tpl:ContactMeFormCaption}} |
---|
53 | <form action="{{tpl:ContactMeURL}}" method="post" id="comment-form" class="contactme"> |
---|
54 | <fieldset> |
---|
55 | <p class="field"><label for="c_name">{{tpl:lang Name or nickname}} :</label> |
---|
56 | <input name="c_name" id="c_name" type="text" size="30" maxlength="255" |
---|
57 | value="{{tpl:ContactMeName encode_html="1"}}" /> |
---|
58 | </p> |
---|
59 | |
---|
60 | <p class="field"><label for="c_mail">{{tpl:lang Email address}} :</label> |
---|
61 | <input name="c_mail" id="c_mail" type="text" size="30" maxlength="255" |
---|
62 | value="{{tpl:ContactMeEmail encode_html="1"}}" /> |
---|
63 | </p> |
---|
64 | |
---|
65 | <p class="field"><label for="c_site">{{tpl:lang Website}} |
---|
66 | ({{tpl:lang optional}}) :</label> |
---|
67 | <input name="c_site" id="c_site" type="text" size="30" maxlength="255" |
---|
68 | value="{{tpl:ContactMeSite encode_html="1"}}" /> |
---|
69 | </p> |
---|
70 | |
---|
71 | <p class="field"><label for="c_subject">{{tpl:lang Subject}} :</label> |
---|
72 | <input name="c_subject" id="c_subject" type="text" size="30" maxlength="255" |
---|
73 | value="{{tpl:ContactMeSubject encode_html="1"}}" /> |
---|
74 | </p> |
---|
75 | |
---|
76 | <p style="display:none"><input name="f_mail" type="text" size="30" |
---|
77 | maxlength="255" value="" /></p> |
---|
78 | |
---|
79 | <p class="field"><label for="c_message">{{tpl:lang Message}} :</label> |
---|
80 | <textarea name="c_message" id="c_message" cols="35" |
---|
81 | rows="7">{{tpl:ContactMeMessage raw="1" encode_html="1"}}</textarea> |
---|
82 | </p> |
---|
83 | |
---|
84 | <p><input type="submit" class="submit" value="{{tpl:lang send}}" /></p> |
---|
85 | </fieldset> |
---|
86 | </form> |
---|
87 | </tpl:ContactMeIf> |
---|
88 | </div> |
---|
89 | |
---|
90 | |
---|
91 | |
---|
92 | |
---|
93 | </div> |
---|
94 | </div> |
---|
95 | {{tpl:include src="_sidebar.html"}} |
---|
96 | </div> |
---|
97 | </div> |
---|
98 | </div> |
---|
99 | </div> |
---|
100 | {{tpl:include src="_footer.html"}} |
---|
101 | </div> |
---|
102 | </body> |
---|
103 | </html> |
---|