Last change
on this file since 1257 was
1144,
checked in by robert@…, 12 years ago
|
Added an expiry date to the confirmation email for the user and administrator. See ticket #189
|
File size:
2.0 KB
|
Line | |
---|
1 | <html> |
---|
2 | <head> |
---|
3 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> |
---|
4 | <meta name="layout" content="main" /> |
---|
5 | |
---|
6 | <style type='text/css' media='screen'> |
---|
7 | #register { |
---|
8 | margin:15px 0px; padding:0px; |
---|
9 | text-align:center; |
---|
10 | } |
---|
11 | #register .inner { |
---|
12 | width:260px; |
---|
13 | margin:0px auto; |
---|
14 | text-align:left; |
---|
15 | padding:10px; |
---|
16 | border-top:1px dashed #499ede; |
---|
17 | border-bottom:1px dashed #499ede; |
---|
18 | background-color:#EEF; |
---|
19 | } |
---|
20 | #register .inner .fheader { |
---|
21 | padding:4px;margin:3px 0px 3px 0;color:#2e3741;font-size:14px;font-weight:bold; |
---|
22 | } |
---|
23 | #register .inner .cssform p { |
---|
24 | clear: left; |
---|
25 | margin: 0; |
---|
26 | padding: 5px 0 8px 0; |
---|
27 | padding-left: 105px; |
---|
28 | border-top: 1px dashed gray; |
---|
29 | margin-bottom: 10px; |
---|
30 | height: 1%; |
---|
31 | } |
---|
32 | #register .inner .cssform input[type='text'] { |
---|
33 | width: 120px; |
---|
34 | } |
---|
35 | #register .inner .cssform label { |
---|
36 | font-weight: bold; |
---|
37 | float: left; |
---|
38 | margin-left: -105px; |
---|
39 | width: 100px; |
---|
40 | } |
---|
41 | #register .inner .login_message {color:red;} |
---|
42 | #register .inner .text_ {width:120px;} |
---|
43 | #register .inner .chk {height:12px;} |
---|
44 | </style> |
---|
45 | |
---|
46 | |
---|
47 | <title>User registration</title> |
---|
48 | </head> |
---|
49 | <body> |
---|
50 | |
---|
51 | <div class="body" id="register"> |
---|
52 | <div class='inner' style="margin-top: 160px;"> |
---|
53 | |
---|
54 | <!-- Registration in is handled in the login panel --> |
---|
55 | <!-- That's why the registration form is removed here, and the data is moved down --> |
---|
56 | |
---|
57 | <div class='fheader'>Please resolve the errors and try again..</div> |
---|
58 | |
---|
59 | </div> |
---|
60 | </div> |
---|
61 | <script type='text/javascript'> |
---|
62 | <!-- |
---|
63 | (function(){ |
---|
64 | // Open login panel |
---|
65 | $("div#panel").slideDown("slow"); |
---|
66 | $("#toggle a").toggle(); |
---|
67 | |
---|
68 | })(); |
---|
69 | // --> |
---|
70 | </script> |
---|
71 | </body> |
---|
72 | </html> |
---|
Note: See
TracBrowser
for help on using the repository browser.