Files
luos/workflow/engine/skinEngine/base/updating.php
Luis Fernando Saisa Lopez d1124ea6dc BUG 11603 "Please consider include 'special' pages..." SOLVED
- Please consider include "special" pages layout to the SKIN.
- Problema resuelto, se han customizado las interfaces "error404" y "updating", ahora estan disponibles en los
  skins "neoclassic" y "classic". Se ha validado esta interfaz en los skins, de no existir los templates en un
  determinado skin, automaticamente utilizara el template del skin "classic".
* Available from version ProcessMaker-2.5.1-testing.3
2013-06-18 22:14:40 +00:00

216 lines
4.5 KiB
PHP

<html xmlns="http://www.w3.org/1999/xhtml" style="overflow-y: hidden;">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="shortcut icon" href="images/favicon.ico" type="image/x-icon"/>
<title>Site under Updating</title>
<style>
/*=== Font Styles === */
@font-face {
font-family: 'PTSansRegular';
src: url('images/updating/fonts/pt-sans/PTS55F-webfont.eot');
src: url('images/updating/fonts/pt-sans/PTS55F-webfont.eot?#iefix') format('embedded-opentype'), url('images/updating/fonts/pt-sans/PTS55F-webfont.woff') format('woff'), url('images/updating/fonts/pt-sans/PTS55F-webfont.ttf') format('truetype'), url('images/updating/fonts/pt-sans/PTS55F-webfont.svg#PTSansRegular') format('svg');
font-weight: normal;
font-style: normal;
}
/* === General Styles === */
html,
span,
head,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
a,
font,
img,
small,
strong,
ol,
ul,
li {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-size: 100%;
background: transparent;
}
ol,
ul { list-style: none }
blockquote,
q { quotes: none }
body {
font-family: PTSansRegular;
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-size: 100%;
line-height: 1;
}
body { background: #ffffff none repeat scroll 0 0 }
.container {
width: 885px;
margin: 0 auto;
}
#main {
background: #ffffff url(images/updating/page_background.png) no-repeat scroll 0 0;
margin: 0 auto;
padding: 0;
height: 430px;
}
/* === Header Styles === */
#header {
margin: auto;
margin-top: 20px;
margin-bottom: 10px;
height: 50px;
}
#logo {
float: left;
padding-left: 42px;
}
#contact_details {
float: right;
color: #333333;
font-size: 13px;
font-style: normal;
line-height: 22px;
padding-right: 42px;
text-align: right;
}
#contact_details a {
color: #333333;
font-size: 13px;
text-decoration: none;
letter-spacing: 0.5px;
}
/* === Content Styles === */
#content {
padding: 10px 44px;
background-image: url(images/updating/underConstruction.png);
background-position: right top;
background-repeat: no-repeat;
}
#content a {color: #ffffff; text-decoration: none;}
#content a:hover {color: #9CC9EC; text-decoration: underline;}
.text {
text-align: center;
margin-top: 40px;
padding-bottom: 40px;
border-bottom: 0px solid #cccccc;
}
.text h2 {
font-size: 30px;
color: #e5e5e5;
font-style: normal;
font-variant: normal;
font-weight: lighter;
letter-spacing: 2px;
}
.details {
border-top: 0px solid #4f4f4f;
height: 100px;
text-align: center;
color: #ffffff;
}
a.prev {
float: left;
margin-top: 50px;
margin-left: 50px;
}
a.next {
float: right;
margin-top: 50px;
margin-right: 50px;
}
.copyright {
text-align: center;
margin-top: 10px;
font-size: 12px;
margin-bottom: 50px;
}
</style>
</head>
<body>
<div class="container">
<div id="header">
<div id="logo">
<a href="http://www.processmaker.com" target="_blank"><img src="images/processmaker.logo.jpg" alt="logo"/></a>
</div><!--end logo-->
<div id="contact_details">
<p><a href="mailto:info@colosa.com">info@colosa.com</a></p>
<p>phone : +1-617-340-3377</p>
</div><!--end contact details-->
</div><!--end header-->
<div style="clear:both"></div>
<div id="main">
<div id="content">
<div class="text">
<h2>This application is being updated.</h2>
<h2>It will be back online shortly.</h2>
<h2>Thank you for your patience.</h2>
</div><!--end text-->
<br/><br/><br/><br/>
<br/><br/><br/><br/>
<div class="details">
<br/><br/>
<a href="http://www.processmaker.com/privacy-statement">Privacy Statement</a> |
<a href="http://www.processmaker.com/security-statement">Security Statement</a> |
<a href="http://www.processmaker.com/terms-of-service">Terms of Service</a> |
<a href="http://www.processmaker.com/commercial-license">Commercial License</a> |
<a href="http://www.processmaker.com/contact-us">Contact Us</a> |
<!--<a href="#">Directory</a> |-->
<a href="http://feeds.feedburner.com/processmaker">RSS</a>
<br>
&copy; Copyright 2000 - <?php echo date('Y'); ?> Colosa, Inc. <a href="http://www.colosa.com">www.colosa.com</a>
</div><!--end details-->
</div><!--end content-->
</div><!--end main-->
</div><!--end class container-->
</body>
</html>