Changeset 10612 for main/waeup.cas/trunk/waeup/cas/templates/logout.html
- Timestamp:
- 10 Sep 2013, 16:27:26 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.cas/trunk/waeup/cas/templates/logout.html
r10415 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>You have been logged out.</p> 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 out</h1> 13 <p class="lead">You have been logged out.</p> 14 <p class="lead">Thanks for using WAeUP services!</p> 15 </div> 16 </div> 17 PART_FOOTER 7 18 </body> 8 19 </html>
Note: See TracChangeset for help on using the changeset viewer.