Sha256: bba7d135ac1a4cc66096ae8810caff42061b19523107e5f399ab883d1c2a58fd

Contents?: true

Size: 1.31 KB

Versions: 514

Compression:

Stored size: 1.31 KB

Contents

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
       "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">

<head>
  <meta http-equiv="content-type" content="text/html;charset=UTF-8" />
  <title>System down for maintenance</title>

  <style type="text/css">
    div.outer {
      position: absolute;
      left: 50%;
      top: 50%;
      width: 500px;
      height: 300px;
      margin-left: -260px; 
      margin-top: -150px;
    }

    .DialogBody {
      margin: 0;
      padding: 10px;
      text-align: left;
      border: 1px solid #ccc;
      border-right: 1px solid #999;
      border-bottom: 1px solid #999;
      background-color: #fff;
    }

    body { background-color: #fff; }
  </style>
</head>

<body>

  <div class="outer">
     <div class="DialogBody" style="text-align: center;">
       <div style="text-align: center; width: 200px; margin: 0 auto;">
         <p style="color: red; font-size: 16px; line-height: 20px;">
           The system is down for <%= reason ? reason : "maintenance" %>
           as of <%= Time.now.strftime("%H:%M %Z") %>.
         </p>
         <p style="color: #666;">
           It'll be back <%= deadline ? deadline : "shortly" %>.
         </p>
       </div>
     </div>
  </div>

</body>
</html>

Version data entries

514 entries across 431 versions & 19 rubygems

Version Path
engineyard-eycap-0.3.8 lib/eycap/recipes/templates/maintenance.rhtml
engineyard-eycap-0.3.9 lib/eycap/recipes/templates/maintenance.rhtml
engineyard-eycap-0.4.0 lib/eycap/recipes/templates/maintenance.rhtml
engineyard-eycap-0.4.1 lib/eycap/recipes/templates/maintenance.rhtml
engineyard-eycap-0.4.10 lib/eycap/recipes/templates/maintenance.rhtml
engineyard-eycap-0.4.11 lib/eycap/recipes/templates/maintenance.rhtml
engineyard-eycap-0.4.12 lib/eycap/recipes/templates/maintenance.rhtml
engineyard-eycap-0.4.14 lib/eycap/recipes/templates/maintenance.rhtml
engineyard-eycap-0.4.15 lib/eycap/recipes/templates/maintenance.rhtml
engineyard-eycap-0.4.2 lib/eycap/recipes/templates/maintenance.rhtml
engineyard-eycap-0.4.3 lib/eycap/recipes/templates/maintenance.rhtml
engineyard-eycap-0.4.4 lib/eycap/recipes/templates/maintenance.rhtml
engineyard-eycap-0.4.5 lib/eycap/recipes/templates/maintenance.rhtml
engineyard-eycap-0.4.6 lib/eycap/recipes/templates/maintenance.rhtml
engineyard-eycap-0.4.7 lib/eycap/recipes/templates/maintenance.rhtml
engineyard-eycap-0.4.9 lib/eycap/recipes/templates/maintenance.rhtml
fotonauts-capistrano-2.5.2 lib/capistrano/recipes/deploy/templates/maintenance.rhtml
fotonauts-capistrano-2.5.2 lib/capistrano/recipes/templates/maintenance.rhtml
gramos-robbie-0.0.1 lib/robbie/recipes/templates/maintenance.rhtml
gramos-robbie-0.0.2 lib/robbie/recipes/templates/maintenance.rhtml