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_service_confirm.html

    r10413 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>CAS login successful</p>
    7     <p>Click <a href="SERVICE_URL">here</a>
    8       to access the service you requested</p>
     8    <div class="container">
     9      <h2 class="text-center">WAeUP Central Authentication Service</h2>
     10
     11      <div class="jumbotron">
     12        <h1>Logged in</h1>
     13        <p class="lead">To access the service you requested, please</p>
     14        <p class="text-center">
     15          <a href="SERVICE_URL" class="btn btn-lg btn-success">click here</a>
     16        </p>
     17      </div>
     18    </div>
     19    PART_FOOTER
    920  </body>
    1021</html>
Note: See TracChangeset for help on using the changeset viewer.