source: main/waeup.cas/trunk/waeup/cas/templates/login_successful.html @ 11156

Last change on this file since 11156 was 10612, checked in by uli, 11 years ago

Use bootstrap 3.0 in all templates.

File size: 444 bytes
RevLine 
[10612]1<!DOCTYPE html>
2<html lang="en">
[10394]3  <head>
[10398]4    <title>WAeUP Central Authentication Services</title>
[10612]5    PART_HEADER
[10394]6  </head>
7  <body>
[10612]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
[10394]17  </body>
18</html>
Note: See TracBrowser for help on using the repository browser.