source:
main/waeup.cas/trunk/waeup/cas/templates/login_successful.html
@
17935
Last change on this file since 17935 was 10612, checked in by , 11 years ago | |
---|---|
File size: 444 bytes |
Line | |
---|---|
1 | <!DOCTYPE html> |
2 | <html lang="en"> |
3 | <head> |
4 | <title>WAeUP Central Authentication Services</title> |
5 | PART_HEADER |
6 | </head> |
7 | <body> |
8 | <div class="container"> |
9 | <h2 class="text-center">WAeUP Central Authentication Service</h2> |
10 | <div class="jumbotron"> |
11 | <div id="msg">MSG_TEXT</div> |
12 | <h1>Logged in</h1> |
13 | <p>You successfully initiated single sign-on!</p> |
14 | </div> |
15 | </div> |
16 | PART_FOOTER |
17 | </body> |
18 | </html> |
Note: See TracBrowser for help on using the repository browser.