~ubuntuone-pqm-team/canonical-identity-provider/trunk

« back to all changes in this revision

Viewing changes to offline_pages/offline-maintenance-sso-haproxy.html

  • Committer: Danny Tamez
  • Date: 2010-04-21 15:29:24 UTC
  • Revision ID: danny.tamez@canonical.com-20100421152924-lq1m92tstk2iz75a
Canonical SSO Provider (Open Source) - Initial Commit

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!-- Copyright 2010 Canonical Ltd.  This software is licensed under the
 
2
GNU Affero General Public License version 3 (see the file  LICENSE). -->
 
3
 
 
4
HTTP/1.1 503 Service Unavailable
 
5
Content-Type: text/html
 
6
 
 
7
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
 
8
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 
9
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" dir="ltr">
 
10
    <head>
 
11
        <title>Ubuntu SSO is offline for maintenance</title>
 
12
        <style type="text/css">
 
13
* {
 
14
    color: #444;
 
15
}
 
16
body {
 
17
    background: white;
 
18
    font-family: "bitstream vera sans", "dejavu sans", verdana, sans-serif;
 
19
    font-size: 70%;
 
20
    margin: 0px;
 
21
    padding: 0px;
 
22
}
 
23
#title {
 
24
    font-weight: normal;
 
25
    height: 29px;
 
26
    margin: 0;
 
27
    overflow: hidden;
 
28
}
 
29
 
 
30
#title a {
 
31
    color: black;
 
32
    height: 29px;
 
33
}
 
34
 
 
35
h1.main {
 
36
    font-weight: normal;
 
37
    color: black;
 
38
    border-bottom: 1px dotted;
 
39
    font-size: 155%;
 
40
}
 
41
 
 
42
a {
 
43
    color: #eb6f31;
 
44
    text-decoration: none;
 
45
}
 
46
a:hover {
 
47
    text-decoration: underline;
 
48
}
 
49
#footer a {
 
50
    color: #eb6f31;
 
51
    text-decoration: none;
 
52
}
 
53
#footer a:hover {
 
54
    text-decoration: underline;
 
55
}
 
56
#page-outer {
 
57
    background: #efefef;
 
58
}
 
59
#page-inner {
 
60
    margin: 0px auto;
 
61
    padding: 0px 0px 10px;
 
62
    width: 656px;
 
63
}
 
64
#header {
 
65
    padding: 28px 0px;
 
66
    margin: 0px;
 
67
}
 
68
#content {
 
69
    -moz-border-radius: 4px;
 
70
    background: white;
 
71
    border: 1px solid #e7e7e7;
 
72
    margin: 0px 0px 30px;
 
73
    padding: 10px 32px 30px;
 
74
    min-height: 350px;
 
75
}
 
76
#footer {
 
77
    font-size: 85%;
 
78
    margin: 0px auto;
 
79
    padding: 10px 3px 12px;
 
80
    width: 634px;
 
81
}
 
82
</style>
 
83
</head>
 
84
<body>
 
85
    <div id="page-outer">
 
86
        <div id="page-inner">
 
87
            <div id="header">
 
88
                <h1 id="title"><a href="/">Ubuntu Single Sign On</a></h1>
 
89
            </div>
 
90
            <div id="content">
 
91
                <h1 class="main">Sorry</h1>
 
92
                <p>Ubuntu SSO is offline for scheduled maintenance.
 
93
                We should be back soon.</p>
 
94
                <p>Thanks for your patience.</p>
 
95
            </div>
 
96
        </div>
 
97
    </div>
 
98
    <div id="footer">
 
99
        <p>&copy; 2009-2010 Canonical Ltd.<br />
 
100
        Ubuntu and Canonical are registered trademarks of Canonical
 
101
        Group Ltd.<br />Please review our
 
102
        <a href="http://ubuntu.com/legal">Terms of Service</a> as well
 
103
        as our
 
104
        <a href="http://ubuntu.com/legal#privacy">Privacy Policy</a>.
 
105
        </p>
 
106
    </div>
 
107
</body>
 
108
</html>