1 | <!DOCTYPE html> |
1 | <!DOCTYPE html> |
2 | <!-- |
2 | <!-- |
3 | * Copyright 2007-2015 Hippo B.V. (http://www.onehippo.com) |
3 | * Copyright 2007-2014 Hippo B.V. (http://www.onehippo.com) |
4 | * |
4 | * |
5 | * Licensed under the Apache License, Version 2.0 (the "License"); |
5 | * Licensed under the Apache License, Version 2.0 (the "License"); |
6 | * you may not use this file except in compliance with the License. |
6 | * you may not use this file except in compliance with the License. |
7 | * You may obtain a copy of the License at |
7 | * You may obtain a copy of the License at |
8 | * |
8 | * |
… | |
… | |
16 | --> |
16 | --> |
17 | <html xmlns:wicket="http://wicket.apache.org/"> |
17 | <html xmlns:wicket="http://wicket.apache.org/"> |
18 | <head> |
18 | <head> |
19 | <meta name="robots" content="noindex,nofollow,noarchive"/> |
19 | <meta name="robots" content="noindex,nofollow,noarchive"/> |
20 | </head> |
20 | </head> |
21 | <body wicket:id="body" class="hippo-root"> |
21 | <body class="hippo-root"> |
22 | <div wicket:id="dialog"/> |
22 | <div wicket:id="dialog"/> |
23 | <div wicket:id="root"/> |
23 | <div wicket:id="root"/> |
24 | </body> |
24 | </body> |
25 | </html> |
25 | </html> |