/static/user_disabled.html
HTML | 28 lines | 28 code | 0 blank | 0 comment | 0 complexity | 9d199e4f123106a18b0492315ea4fa39 MD5 | raw file
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
- <html lang="en">
- <head>
- <title>Galaxy</title>
- <style type="text/css">
- body {
- min-width: 500px;
- text-align: center;
- }
- .errormessage {
- font: 75%% verdana, "Bitstream Vera Sans", geneva, arial, helvetica, helve, sans-serif;
- padding: 10px;
- margin: 100px auto;
- min-height: 32px;
- max-width: 500px;
- border: 1px solid #AA6666;
- background-color: #FFCCCC;
- text-align: left;
- }
- </style>
- </head>
- <body>
- <div class="errormessage">
- <h4>Account Disabled</h4>
- <p>Your account is no longer valid, contact your Galaxy administrator to activate your account.</p>
- </div>
- </body>
- </html>