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/logout_url.html

    r10415 r10612  
    1 <html>
     1<!DOCTYPE html>
     2<html lang="en">
    23  <head>
    34    <title>WAeUP Central Authentication Service</title>
     5    PART_HEADER
    46  </head>
    57  <body>
    6     <p>You have been logged out.</p>
    7     <p>The application you just logged out of has provided a link it
    8     would like you to follow. Please <a href="URL_HREF">click here</a>
    9     to access URL_HREF.
     8    <div class="container">
     9      <h2 class="text-center">WAeUP Central Authentication Service</h2>
     10      <div class="jumbotron">
     11        <h1>Logged out</h1>
     12        <p class="lead">You have been logged out.</p>
     13        <p class="lead">The application you just logged out of has
     14          provided a link it would like you to follow. Please
     15          <a href="URL_HREF" class="btn btn-lg btn-success">click here</a>
     16          to access URL_HREF.</p>
     17        <p>Thanks for using WAeUP services!</p>
     18      </div>
     19    </div>
     20    PART_FOOTER
    1021  </body>
    1122</html>
Note: See TracChangeset for help on using the changeset viewer.