/[drupal]/contributions/themes/meta/maintenance_page.tpl.php
ViewVC logotype

Contents of /contributions/themes/meta/maintenance_page.tpl.php

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (show annotations) (download) (as text)
Wed Feb 1 03:19:49 2006 UTC (3 years, 9 months ago) by kencollins
Branch: MAIN
CVS Tags: HEAD
Branch point for: DRUPAL-4-7
File MIME type: text/x-php
*** empty log message ***
1 <?php echo "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n" ?>
2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
3 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
4
5 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
6
7 <head>
8 <title></title>
9 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
10 <link rel="Shortcut Icon" type="image/x-icon" href="favicon.ico" />
11 <meta name="generator" content="Drupal" />
12 <base href="<?php global $base_url; print $base_url;?>" />
13 <style type="text/css" media="all">@import "themes/meta/css/maintenance.css";</style>
14 <!--[if IE 6]>
15 <script type="text/javascript" src="themes/meta/js/pngfix.js"></script>
16 <![endif]-->
17 </head>
18 <body>
19
20 <div id="message-box">
21 <?php if ($site_name != ""): ?>
22 <h2><?php print $site_name ?><br />503 - Service Unavailable</h2>
23 <?php else: ?>
24 <h2>503 - Service Unavailable<br />Sorry For The Inconvenience</h2>
25 <?php endif; ?>
26 <div id="message"><?php print $content ?></div>
27 </div>
28
29 <div>
30 <img src="themes/meta/css/images/maintenance-drupalicon.png" width="359" height="460" alt="Drupal Logo" id="drupal-logo" />
31 </div>
32
33 </body>
34 </html>

  ViewVC Help
Powered by ViewVC 1.1.2