1 | <!-- |
1 | <!-- |
2 | * Copyright 2007-2013 Hippo B.V. (http://www.onehippo.com) |
2 | * Copyright 2007-2014 Hippo B.V. (http://www.onehippo.com) |
3 | * |
3 | * |
4 | * Licensed under the Apache License, Version 2.0 (the "License"); |
4 | * Licensed under the Apache License, Version 2.0 (the "License"); |
5 | * you may not use this file except in compliance with the License. |
5 | * you may not use this file except in compliance with the License. |
6 | * You may obtain a copy of the License at |
6 | * You may obtain a copy of the License at |
7 | * |
7 | * |
… | |
… | |
22 | <script src="skin/js/rss-info.js" type="text/javascript"></script> |
22 | <script src="skin/js/rss-info.js" type="text/javascript"></script> |
23 | </wicket:head> |
23 | </wicket:head> |
24 | <body> |
24 | <body> |
25 | <wicket:panel> |
25 | <wicket:panel> |
26 | <div class="hippo-login-plugin"> |
26 | <div class="hippo-login-plugin"> |
27 | <div wicket:id="pinger" class="hippo-global-hideme">[Prevents session timeouts]</div> |
27 | <div wicket:id="pinger" class="hippo-global-hideme">[Prevents session timeouts]</div> |
28 | |
28 | |
29 | <table width="100%"> |
29 | <table width="100%"> |
30 | <tr> |
30 | <tr> |
31 | <td width="60%" valign="top"> |
31 | <td width="60%" valign="top" align="right"> |
32 | <div class="hippo-login-panel"> |
32 | <div class="hippo-login-panel"> |
33 | <form class="hippo-login-panel-form" wicket:id="signInForm" name="signInForm"> |
33 | <form class="hippo-login-panel-form" wicket:id="signInForm" name="signInForm"> |
34 | <h2><div class="hippo-global-hideme"><wicket:message key="header"/><span><wicket:message key="subheader"/></span></div></h2> |
34 | <h2><div class="hippo-global-hideme"><wicket:message key="header"/><span><wicket:message key="subheader"/></span></div></h2> |
35 | <div class="hippo-login-feedback" wicket:id="feedback">Feedback panel</div> |
35 | <div class="hippo-login-feedback" wicket:id="feedback">Feedback panel</div> |
36 | <div class="hippo-login-form-container"> |
36 | <div class="hippo-login-form-container"> |
37 | <table> |
37 | <table> |
38 | <tr> |
38 | <tr> |
39 | <td width="50%"><label><wicket:message key="username-label" /> </label></td> |
39 | <td width="50%"><label><wicket:message key="username-label" /> </label></td> |
40 | <td><input class="hippo-form-text" wicket:id="username" type="text" value="foo@goo.moo" /></td> |
40 | <td><input class="hippo-form-text" wicket:id="username" type="text" value="foo@goo.moo" /></td> |
|
|
41 | </tr> |
|
|
42 | <tr> |
|
|
43 | <td><label><wicket:message key="password-label" /> </label></td> |
|
|
44 | <td><input class="hippo-form-password" wicket:id="password" type="password" value="password" /></td> |
|
|
45 | </tr> |
|
|
46 | <tr> |
|
|
47 | <td><label><wicket:message key="locale-label" /> </label></td> |
|
|
48 | <td><select name="locale" wicket:id="locale"></select></td> |
|
|
49 | </tr> |
|
|
50 | <tr> |
|
|
51 | <td><label><wicket:message key="rememberme-label" /></label></td> |
|
|
52 | <td><input class="hippo-form-checkbox" wicket:id="rememberme" type="checkbox" /></td> |
|
|
53 | </tr> |
|
|
54 | <tr> |
|
|
55 | <td colspan="2"><img wicket:id="captchaImage" width="100%" /></td> |
|
|
56 | </tr> |
|
|
57 | <tr> |
|
|
58 | <td width="50%"><label wicket:id="captchaLabel"></label></td> |
|
|
59 | <td><input class="hippo-form-text" wicket:id="captcha" type="text" value="" /></td> |
|
|
60 | </tr> |
|
|
61 | <tr> |
|
|
62 | <td> </td> |
|
|
63 | <td class="hippo-global-alignright"> |
|
|
64 | <input class="hippo-form-submit" type="submit" name="submit" wicket:id="submit" value="label" /> |
|
|
65 | </td> |
|
|
66 | </tr> |
|
|
67 | </table> |
|
|
68 | </div> |
|
|
69 | </form> |
|
|
70 | <div class="hippo-login-panel-copyright"> |
|
|
71 | <label><wicket:message key="edition.label" /></label> |
|
|
72 | </div> |
|
|
73 | </div> |
41 | </tr> |
74 | </td> |
|
|
75 | <td width="40%" valign="top"> |
|
|
76 | <div id="infoboxs"> |
|
|
77 | <div id="info-login" class="hippo-login-panel"> |
|
|
78 | <h2> |
|
|
79 | <wicket:message key="info-login-credentials"/> |
|
|
80 | </h2> |
|
|
81 | <table> |
|
|
82 | <tbody> |
|
|
83 | <tr> |
|
|
84 | <th> |
|
|
85 | <p> |
|
|
86 | <wicket:message key="info-login-role"/> |
|
|
87 | </p> |
|
|
88 | </th> |
|
|
89 | <th> |
|
|
90 | <p> |
|
|
91 | <wicket:message key="info-login-username"/> |
|
|
92 | - |
|
|
93 | <wicket:message key="info-login-password"/> |
|
|
94 | </p> |
|
|
95 | </th> |
|
|
96 | </tr> |
|
|
97 | <tr> |
|
|
98 | <td> |
|
|
99 | <p> |
|
|
100 | <wicket:message key="info-login-author"/> |
|
|
101 | </p> |
|
|
102 | </td> |
|
|
103 | <td><span id="RandomAuthor"></span></td> |
|
|
104 | </tr> |
|
|
105 | <tr> |
|
|
106 | <td> |
|
|
107 | <p> |
|
|
108 | <wicket:message key="info-login-editor"/> |
|
|
109 | </p> |
|
|
110 | </td> |
|
|
111 | <td><span id="RandomEditor"></span></td> |
|
|
112 | </tr> |
|
|
113 | <tr> |
|
|
114 | <td> |
|
|
115 | <p> |
|
|
116 | <wicket:message key="info-login-administrator"/> |
|
|
117 | </p> |
|
|
118 | </td> |
|
|
119 | <td><span id="RandomAdmin"></span></td> |
|
|
120 | </tr> |
|
|
121 | </tbody> |
|
|
122 | </table> |
|
|
123 | </div> |
|
|
124 | |
|
|
125 | <div id="feeds" class="hippo-login-panel"> |
|
|
126 | <ul id="events"> |
|
|
127 | <li class="type"> |
|
|
128 | <h2> |
|
|
129 | <wicket:message key="info-events"/> |
|
|
130 | </h2> |
|
|
131 | </li> |
|
|
132 | </ul> |
|
|
133 | <ul id="news"> |
|
|
134 | <li class="type"> |
|
|
135 | <h2> |
|
|
136 | <wicket:message key="info-news"/> |
|
|
137 | </h2> |
|
|
138 | </li> |
|
|
139 | </ul> |
|
|
140 | <ul id="blogs"> |
|
|
141 | <li class="type"> |
|
|
142 | <h2> |
|
|
143 | <wicket:message key="info-blogs"/> |
|
|
144 | </h2> |
|
|
145 | </li> |
|
|
146 | </ul> |
|
|
147 | </div> |
42 | <tr> |
148 | </div> |
43 | <td><label><wicket:message key="password-label" /> </label></td> |
|
|
44 | <td><input class="hippo-form-password" wicket:id="password" type="password" value="password" /></td> |
|
|
45 | </tr> |
149 | </td> |
46 | <tr> |
|
|
47 | <td><label><wicket:message key="locale-label" /> </label></td> |
|
|
48 | <td><select name="locale" wicket:id="locale"></select></td> |
|
|
49 | </tr> |
150 | </tr> |
50 | <tr> |
|
|
51 | <td><label><wicket:message key="rememberme-label" /></label></td> |
|
|
52 | <td><input class="hippo-form-checkbox" wicket:id="rememberme" type="checkbox" /></td> |
|
|
53 | </tr> |
|
|
54 | <tr> |
|
|
55 | <td colspan="2"><img wicket:id="captchaImage" width="100%" /></td> |
|
|
56 | </tr> |
|
|
57 | <tr> |
|
|
58 | <td width="50%"><label wicket:id="captchaLabel"></label></td> |
|
|
59 | <td><input class="hippo-form-text" wicket:id="captcha" type="text" value="" /></td> |
|
|
60 | </tr> |
|
|
61 | <tr> |
|
|
62 | <td> </td> |
|
|
63 | <td class="hippo-global-alignright"> |
|
|
64 | <input class="hippo-form-submit" type="submit" name="submit" wicket:id="submit" value="label" /> |
|
|
65 | </td> |
|
|
66 | </tr> |
|
|
67 | </table> |
151 | </table> |
68 | </div> |
|
|
69 | </form> |
|
|
70 | <div class="hippo-login-panel-copyright"> |
|
|
71 | <label><wicket:message key="edition.label" /></label> |
|
|
72 | </div> |
|
|
73 | </div> |
152 | </div> |
74 | </td> |
|
|
75 | <td width="40%" valign="top"> |
|
|
76 | <div id="infoboxs"> |
|
|
77 | <div id="info-login" class="hippo-login-panel"> |
|
|
78 | <h2> |
|
|
79 | <wicket:message key="info-login-credentials"/> |
|
|
80 | </h2> |
|
|
81 | <table> |
|
|
82 | <tbody> |
|
|
83 | <tr> |
|
|
84 | <th> |
|
|
85 | <p> |
|
|
86 | <wicket:message key="info-login-role"/> |
|
|
87 | </p> |
|
|
88 | </th> |
|
|
89 | <th> |
|
|
90 | <p> |
|
|
91 | <wicket:message key="info-login-username"/> |
|
|
92 | - |
|
|
93 | <wicket:message key="info-login-password"/> |
|
|
94 | </p> |
|
|
95 | </th> |
|
|
96 | </tr> |
|
|
97 | <tr> |
|
|
98 | <td> |
|
|
99 | <p> |
|
|
100 | <wicket:message key="info-login-author"/> |
|
|
101 | </p> |
|
|
102 | </td> |
|
|
103 | <td><span id="RandomAuthor"></span></td> |
|
|
104 | </tr> |
|
|
105 | <tr> |
|
|
106 | <td> |
|
|
107 | <p> |
|
|
108 | <wicket:message key="info-login-editor"/> |
|
|
109 | </p> |
|
|
110 | </td> |
|
|
111 | <td><span id="RandomEditor"></span></td> |
|
|
112 | </tr> |
|
|
113 | <tr> |
|
|
114 | <td> |
|
|
115 | <p> |
|
|
116 | <wicket:message key="info-login-administrator"/> |
|
|
117 | </p> |
|
|
118 | </td> |
|
|
119 | <td><span id="RandomAdmin"></span></td> |
|
|
120 | </tr> |
|
|
121 | </tbody> |
|
|
122 | </table> |
|
|
123 | </div> |
|
|
124 | |
|
|
125 | <div id="feeds" class="hippo-login-panel"> |
|
|
126 | <ul id="events"> |
|
|
127 | <li class="type"> |
|
|
128 | <h2> |
|
|
129 | <wicket:message key="info-events"/> |
|
|
130 | </h2> |
|
|
131 | </li> |
|
|
132 | </ul> |
|
|
133 | <ul id="news"> |
|
|
134 | <li class="type"> |
|
|
135 | <h2> |
|
|
136 | <wicket:message key="info-news"/> |
|
|
137 | </h2> |
|
|
138 | </li> |
|
|
139 | </ul> |
|
|
140 | <ul id="blogs"> |
|
|
141 | <li class="type"> |
|
|
142 | <h2> |
|
|
143 | <wicket:message key="info-blogs"/> |
|
|
144 | </h2> |
|
|
145 | </li> |
|
|
146 | </ul> |
|
|
147 | </div> |
|
|
148 | </div> |
|
|
149 | </td> |
|
|
150 | </tr> |
|
|
151 | </table> |
|
|
152 | </div> |
|
|
153 | </wicket:panel> |
153 | </wicket:panel> |
154 | </body> |
154 | </body> |
155 | </html> |
155 | </html> |