2012-10-15 19:03:23 -04:00
|
|
|
<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 === */
|
|
|
|
|
|
2013-01-24 12:54:12 -04:00
|
|
|
#content {
|
|
|
|
|
padding: 10px 44px;
|
2012-10-15 19:03:23 -04:00
|
|
|
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;
|
2013-01-24 12:54:12 -04:00
|
|
|
|
2012-10-15 19:03:23 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
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">
|
2013-01-24 12:54:12 -04:00
|
|
|
|
2012-10-15 19:03:23 -04:00
|
|
|
<div id="header">
|
2013-01-24 12:54:12 -04:00
|
|
|
|
2012-10-15 19:03:23 -04:00
|
|
|
<div id="logo">
|
2013-06-03 16:50:16 -04:00
|
|
|
<a href="http://www.processmaker.com" target="_blank"><img src="../images/processmaker.logo.jpg" alt="logo"/></a>
|
2012-10-15 19:03:23 -04:00
|
|
|
</div><!--end logo-->
|
2013-01-24 12:54:12 -04:00
|
|
|
|
2012-10-15 19:03:23 -04:00
|
|
|
<div id="contact_details">
|
2013-06-03 16:50:16 -04:00
|
|
|
<p><a href="mailto:info@colosa.com">info@colosa.com</a></p>
|
|
|
|
|
<p>phone : +1-617-340-3377</p>
|
2013-01-24 12:54:12 -04:00
|
|
|
</div><!--end contact details-->
|
|
|
|
|
|
2012-10-15 19:03:23 -04:00
|
|
|
</div><!--end header-->
|
2013-01-24 12:54:12 -04:00
|
|
|
<div style="clear:both"></div>
|
|
|
|
|
|
2012-10-15 19:03:23 -04:00
|
|
|
<div id="main">
|
|
|
|
|
|
|
|
|
|
<div id="content">
|
2013-01-24 12:54:12 -04:00
|
|
|
|
2012-10-15 19:03:23 -04:00
|
|
|
<div class="text">
|
2013-06-03 16:50:16 -04:00
|
|
|
<h2>This application is being updated.</h2>
|
|
|
|
|
<h2>It will be back online shortly.</h2>
|
|
|
|
|
<h2>Thank you for your patience.</h2>
|
2012-10-15 19:03:23 -04:00
|
|
|
</div><!--end text-->
|
2013-01-24 12:54:12 -04:00
|
|
|
<br/><br/><br/><br/>
|
2012-10-15 19:03:23 -04:00
|
|
|
<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>
|
2013-06-03 16:50:16 -04:00
|
|
|
© Copyright 2000 - <?php echo date('Y'); ?> Colosa, Inc. <a href="http://www.colosa.com">www.colosa.com</a>
|
2013-01-24 12:54:12 -04:00
|
|
|
</div><!--end details-->
|
2012-10-15 19:03:23 -04:00
|
|
|
</div><!--end content-->
|
2013-01-24 12:54:12 -04:00
|
|
|
|
2012-10-15 19:03:23 -04:00
|
|
|
</div><!--end main-->
|
|
|
|
|
|
|
|
|
|
</div><!--end class container-->
|
|
|
|
|
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|