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="NOARCHIVE,NOINDEX,NOFOLLOW" /> |
---|
8 | <meta name="GOOGLEBOT" content="NOSNIPPET" /> |
---|
9 | <title>{{tpl:lang Register}} - {{tpl:lang Agora}} - {{tpl:BlogName encode_html="1"}}</title> |
---|
10 | |
---|
11 | <meta name="description" lang="{{tpl:BlogLanguage}}" content="{{tpl:lang Agora}}" /> |
---|
12 | <meta name="copyright" content="{{tpl:BlogCopyrightNotice encode_html="1"}}" /> |
---|
13 | <meta name="author" content="{{tpl:BlogEditor encode_html="1"}}" /> |
---|
14 | <meta name="date" scheme="W3CDTF" content="{{tpl:BlogUpdateDate iso8601="1"}}" /> |
---|
15 | |
---|
16 | <link rel="schema.dc" href="http://purl.org/dc/elements/1.1/" /> |
---|
17 | <meta name="dc.title" lang="{{tpl:BlogLanguage}}" content="{{tpl:lang Agora}} - {{tpl:BlogName encode_html="1"}}" /> |
---|
18 | <meta name="dc.description" lang="{{tpl:BlogLanguage}}" content="{{tpl:BlogDescription remove_html="1"}}" /> |
---|
19 | <meta name="dc.language" content="{{tpl:BlogLanguage}}" /> |
---|
20 | <meta name="dc.publisher" content="{{tpl:BlogEditor encode_html="1"}}" /> |
---|
21 | <meta name="dc.rights" content="{{tpl:BlogCopyrightNotice encode_html="1"}}" /> |
---|
22 | <meta name="dc.date" scheme="W3CDTF" content="{{tpl:BlogUpdateDate iso8601="1"}}" /> |
---|
23 | <meta name="dc.type" content="text" /> |
---|
24 | <meta name="dc.format" content="text/html" /> |
---|
25 | |
---|
26 | <link rel="top" href="{{tpl:BlogURL}}" title="{{tpl:lang Home}}" /> |
---|
27 | |
---|
28 | |
---|
29 | {{tpl:include src="_head.html"}} |
---|
30 | |
---|
31 | </head> |
---|
32 | |
---|
33 | <body class="dc-register"> |
---|
34 | <div id="page"> |
---|
35 | {{tpl:include src="_top.html"}} |
---|
36 | |
---|
37 | <div id="wrapper"> |
---|
38 | |
---|
39 | <div id="main"> |
---|
40 | <div id="content"> |
---|
41 | |
---|
42 | <div id="content-info"> |
---|
43 | |
---|
44 | <h2><a href="{{tpl:agoraURL}}">{{tpl:lang Agora}}</a> › {{tpl:lang Register}}</h2> |
---|
45 | |
---|
46 | </div> |
---|
47 | |
---|
48 | <tpl:SysIfFormError> |
---|
49 | <p class="error">{{tpl:SysFormError}}</p> |
---|
50 | </tpl:SysIfFormError> |
---|
51 | |
---|
52 | <form action="{{tpl:registerURL}}" method="post" id="comment-form"> |
---|
53 | <tpl:IfRegisterPreview> |
---|
54 | <div id="pr"> |
---|
55 | <h3>{{tpl:lang Your infos}}</h3> |
---|
56 | <p class="register-preview">{{tpl:RegisterPreviewLogin}}</p> |
---|
57 | <p class="register-preview">{{tpl:RegisterPreviewEmail}}</p> |
---|
58 | <p class="buttons"><input type="submit" class="submit" value="{{tpl:lang send}}" /></p> |
---|
59 | </div> |
---|
60 | </tpl:IfRegisterPreview> |
---|
61 | |
---|
62 | <h3>{{tpl:lang Register an account}}</h3> |
---|
63 | <fieldset> |
---|
64 | |
---|
65 | <!-- # --BEHAVIOR-- publicRegisterFormBefore --> |
---|
66 | {{tpl:SysBehavior behavior="publicRegisterFormBefore"}} |
---|
67 | |
---|
68 | <p class="field"><label for="ru_login">{{tpl:lang Username}} :</label> |
---|
69 | <input name="ru_login" id="ru_login" type="text" size="30" maxlength="255" |
---|
70 | value="{{tpl:RegisterPreviewLogin encode_html="1"}}" /> |
---|
71 | </p> |
---|
72 | |
---|
73 | <p class="field"><label for="ru_email">{{tpl:lang Email address}} :</label> |
---|
74 | <input name="ru_email" id="ru_email" type="text" size="30" maxlength="255" |
---|
75 | value="{{tpl:RegisterPreviewEmail encode_html="1"}}" /> |
---|
76 | </p> |
---|
77 | |
---|
78 | <p style="display:none"><input name="email2" type="text" size="30" |
---|
79 | maxlength="255" value="" /></p> |
---|
80 | |
---|
81 | <p class="form-help">{{tpl:lang Username must contain at least 2 characters using letters, numbers or symbols.}}</p> |
---|
82 | |
---|
83 | <!-- # --BEHAVIOR-- publicRegisterFormAfter --> |
---|
84 | {{tpl:SysBehavior behavior="publicRegisterFormAfter"}} |
---|
85 | </fieldset> |
---|
86 | |
---|
87 | <fieldset> |
---|
88 | <p class="buttons"><input type="submit" class="preview" name="preview" value="{{tpl:lang preview}}" /> |
---|
89 | <tpl:IfRegisterPreview><input type="submit" class="submit" value="{{tpl:lang send}}" /></tpl:IfRegisterPreview></p> |
---|
90 | </fieldset> |
---|
91 | |
---|
92 | </form> |
---|
93 | |
---|
94 | |
---|
95 | </div> |
---|
96 | |
---|
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> |
---|
115 | |
---|