- Timestamp:
- 10 Sep 2013, 16:27:26 (11 years ago)
- 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"> 2 3 <head> 3 4 <title>WAeUP Central Authentication Service</title> 5 PART_HEADER 4 6 </head> 5 7 <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 9 20 </body> 10 21 </html>
Note: See TracChangeset for help on using the changeset viewer.