Ignore:
Timestamp:
10 Sep 2013, 16:27:26 (11 years ago)
Author:
uli
Message:

Use bootstrap 3.0 in all templates.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.cas/trunk/waeup/cas/templates/login_successful.html

    r10398 r10612  
    1 <html>
     1<!DOCTYPE html>
     2<html lang="en">
    23  <head>
    34    <title>WAeUP Central Authentication Services</title>
     5    PART_HEADER
    46  </head>
    57  <body>
    6     <div>MSG_TEXT</div>
    7     <h1>Logged in</h1>
    8     <div>You successfully initiated single sign-on!</div>
     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
    917  </body>
    1018</html>
Note: See TracChangeset for help on using the changeset viewer.