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="MSSmartTagsPreventParsing" content="TRUE" /> |
---|
7 | <meta name="ROBOTS" content="{{tpl:BlogMetaRobots}}" /> |
---|
8 | |
---|
9 | <title>{{tpl:SubscriptionPageTitle 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 | <meta name="date" scheme="W3CDTF" content="{{tpl:BlogUpdateDate iso8601="1"}}" /> |
---|
13 | |
---|
14 | <link rel="schema.dc" href="http://purl.org/dc/elements/1.1/" /> |
---|
15 | <meta name="dc.title" lang="{{tpl:BlogLanguage}}" content="{{tpl:BlogName encode_html="1"}}" /> |
---|
16 | <meta name="dc.description" lang="{{tpl:BlogLanguage}}" content="{{tpl:BlogDescription encode_html="1"}}" /> |
---|
17 | <meta name="dc.language" content="{{tpl:BlogLanguage}}" /> |
---|
18 | <meta name="dc.publisher" content="{{tpl:BlogEditor encode_html="1"}}" /> |
---|
19 | <meta name="dc.rights" content="{{tpl:BlogCopyrightNotice encode_html="1"}}" /> |
---|
20 | <meta name="dc.date" scheme="W3CDTF" content="{{tpl:BlogUpdateDate iso8601="1"}}" /> |
---|
21 | <meta name="dc.type" content="text" /> |
---|
22 | <meta name="dc.format" content="text/html" /> |
---|
23 | |
---|
24 | <link rel="contents" title="{{tpl:lang Archives}}" href="{{tpl:BlogArchiveURL}}" /> |
---|
25 | <tpl:Categories> |
---|
26 | <link rel="section" href="{{tpl:CategoryURL}}" title="{{tpl:CategoryTitle encode_html="1"}}" /> |
---|
27 | </tpl:Categories> |
---|
28 | |
---|
29 | <link rel="top" href="{{tpl:BlogURL}}" title="{{tpl:lang Home}}" /> |
---|
30 | <link rel="contents" title="{{tpl:lang Archives}}" href="{{tpl:BlogArchiveURL}}" /> |
---|
31 | |
---|
32 | {{tpl:include src="_head.html"}} |
---|
33 | </head> |
---|
34 | |
---|
35 | <body class="dc-home"> |
---|
36 | <div id="page"> |
---|
37 | {{tpl:include src="_top.html"}} |
---|
38 | |
---|
39 | <div id="wrapper"> |
---|
40 | |
---|
41 | <div id="main"> |
---|
42 | <div id="content"> |
---|
43 | <div id="content-info"> |
---|
44 | <h2>{{tpl:SubscriptionPageTitle encode_html="1"}}</h2> |
---|
45 | </div> |
---|
46 | |
---|
47 | <div class="content-inner"> |
---|
48 | <tpl:SubscriptionIf created="1">{{tpl:SubscriptionMsgSuccess}}</tpl:SubscriptionIf> |
---|
49 | |
---|
50 | <tpl:SubscriptionIf error="1"> |
---|
51 | <div class="error"> |
---|
52 | {{tpl:SubscriptionMsgError}} |
---|
53 | </div> |
---|
54 | </tpl:SubscriptionIf> |
---|
55 | |
---|
56 | <tpl:SubscriptionIf created="0"> |
---|
57 | {{tpl:SubscriptionFormCaption}} |
---|
58 | <form action="{{tpl:SubscriptionURL}}" method="post" id="comment-form" class="subscription"> |
---|
59 | <fieldset> |
---|
60 | <legend>{{tpl:lang Your username}}</legend> |
---|
61 | <p class="field"><label for="s_name">{{tpl:lang Name or nickname}} :</label> |
---|
62 | <input name="s_name" id="s_name" type="text" size="30" maxlength="255" value="{{tpl:SubscriptionName encode_html='1'}}" /> |
---|
63 | </p> |
---|
64 | <p class="field"><label for="s_mail">{{tpl:lang Email address}} :</label> |
---|
65 | <input name="s_mail" id="s_mail" type="text" size="30" maxlength="255" value="{{tpl:SubscriptionEmail encode_html='1'}}" /> |
---|
66 | </p> |
---|
67 | <br/> |
---|
68 | <p class="field"><label for="s_login">{{tpl:lang Login}} :</label> |
---|
69 | <input name="s_login" id="s_login" type="text" size="30" maxlength="255" value="{{tpl:SubscriptionLogin encode_html='1'}}" /> |
---|
70 | </p> |
---|
71 | <p class="field"><label for="s_password">{{tpl:lang Password}} :</label> |
---|
72 | <input name="s_password" id="s_password" type="password" size="30" maxlength="255" value="" /> |
---|
73 | </p> |
---|
74 | <p class="field"><label for="s_password_confirm">{{tpl:lang Confirm Password}} :</label> |
---|
75 | <input name="s_password_confirm" id="s_password_confirm" type="password" size="30" maxlength="255" value="" /> |
---|
76 | </p> |
---|
77 | </fieldset> |
---|
78 | |
---|
79 | <fieldset> |
---|
80 | <legend>{{tpl:lang Your blog}}</legend> |
---|
81 | <p class="field"><label for="s_blog_name">{{tpl:lang Blog name}} :</label> |
---|
82 | <input name="s_blog_name" id="s_blog_name" type="text" size="30" maxlength="255" value="{{tpl:SubscriptionBlogName encode_html='1'}}" /> |
---|
83 | </p> |
---|
84 | <p class="field"><label for="s_blog_url">{{tpl:lang Blog url}} :</label> |
---|
85 | <input name="s_blog_url" id="s_blog_url" type="text" size="" maxlength="255" value="{{tpl:SubscriptionBlogUrl encode_html='1'}}" style="width: 40%;"/>.{{tpl:SubscriptionDomainName}} |
---|
86 | </p> |
---|
87 | </fieldset> |
---|
88 | |
---|
89 | <p style="display:none"><input name="f_mail" type="text" size="30" maxlength="255" value="" /></p> |
---|
90 | |
---|
91 | |
---|
92 | <p><input type="submit" class="submit" value="{{tpl:lang send}}" /></p> |
---|
93 | </form> |
---|
94 | </tpl:SubscriptionIf> |
---|
95 | </div> |
---|
96 | </div> |
---|
97 | </div> <!-- End #main --> |
---|
98 | |
---|
99 | <div id="sidebar"> |
---|
100 | <div id="blognav"> |
---|
101 | {{tpl:Widgets type="nav"}} |
---|
102 | </div> <!-- End #blognav --> |
---|
103 | |
---|
104 | <div id="blogextra"> |
---|
105 | {{tpl:Widgets type="extra"}} |
---|
106 | </div> <!-- End #blogextra --> |
---|
107 | </div> |
---|
108 | |
---|
109 | </div> <!-- End #wrapper --> |
---|
110 | |
---|
111 | {{tpl:include src="_footer.html"}} |
---|
112 | </div> <!-- End #page --> |
---|
113 | </body> |
---|
114 | </html> |
---|