Log out: Difference between revisions
From ASDSO Dam Safety Toolbox
								| No edit summary | No edit summary | ||
| Line 1: | Line 1: | ||
| <html> | <html> | ||
|    <form method="post"> |    <div id="confirmLogout"> | ||
|     <p>Do you want to log out?</p> | |||
|     <form method="post"> | |||
|       <input type="submit" name="impexiumLogout" class="button" value="Submit" | |||
|               style="color: #fff; | |||
|               background-color: #36c; | |||
|               cursor: pointer; | |||
|               padding: 5px 12px; | |||
|               line-height: 1; | |||
|               border: 1px solid #36c; | |||
|               border-radius: 2px; | |||
|               transition: background-color 100ms,color 100ms,border-color 100ms,box-shadow 100ms; | |||
|    </ |               min-height: 35px; | ||
|               text-decoration: none;" /> | |||
|     </form> | |||
|   </div> | |||
|   <div id="logoutSuccess" style="display:none;"> | |||
|     <p><strong>You are now logged out.</strong></p> | |||
|     <p>Note that some pages may continue to be displayed as if you are still logged in, until you clear your browser cache.</p> | |||
|     <p>Return to <a href="">Page Name</a></p> | |||
|    </div> | |||
| </html> | </html> | ||
Revision as of 19:22, 7 April 2023
Do you want to log out?
