PM-4155 "Update warning page" SOLVED

This commit is contained in:
Luis Fernando Saisa Lopez
2015-11-24 14:44:47 -04:00
parent de8c0755c7
commit 3b8bcd0977
8 changed files with 151 additions and 147 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 16 KiB

After

Width:  |  Height:  |  Size: 9.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 59 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.5 KiB

View File

@@ -69,9 +69,9 @@ body { background: #ffffff none repeat scroll 0 0 }
}
#main {
background: #ffffff url(images/updating/page_background.png) no-repeat scroll 0 0;
margin: 0 auto;
padding: 0;
background: #ECECEC;
height: 430px;
}
@@ -87,23 +87,23 @@ body { background: #ffffff none repeat scroll 0 0 }
#logo {
float: left;
padding-left: 42px;
padding-left: 0px;
}
#contact_details {
float: right;
color: #333333;
font-size: 13px;
font-style: normal;
line-height: 22px;
padding-right: 42px;
#contactDetails {
padding-top: 13px;
font: bold 15px moserrat !important;
color: #656464;
text-align: right;
float: right;
}
#contact_details a {
color: #333333;
font-size: 13px;
#contactDetails a {
font: bold 15px moserrat !important;
color: #656464;
text-decoration: none;
letter-spacing: 0.5px;
}
@@ -112,7 +112,6 @@ body { background: #ffffff none repeat scroll 0 0 }
#content {
padding: 10px 44px;
background-image: url(images/updating/underConstruction.png);
background-position: right top;
background-repeat: no-repeat;
}
@@ -120,28 +119,44 @@ body { background: #ffffff none repeat scroll 0 0 }
#content a {color: #ffffff; text-decoration: none;}
#content a:hover {color: #9CC9EC; text-decoration: underline;}
.text {
.backgroundOfText{
background: url(images/updating/page_background.jpg) no-repeat center center;
text-align: center;
margin-top: 40px;
padding-bottom: 40px;
border-bottom: 0px solid #cccccc;
color: #E5E5E5;
height: 345px;
}
.text h2 {
font-size: 30px;
color: #e5e5e5;
font-style: normal;
font-variant: normal;
font-weight: lighter;
letter-spacing: 2px;
.text1{
padding-top: 70px;
font: 40px moserrat;
color: #FFFFFF;
}
.details {
border-top: 0px solid #4f4f4f;
height: 100px;
text-align: center;
color: #ffffff;
.text2{
padding-top: 30px;
font: 30px moserrat;
color: #FFFFFF;
}
.urls{
padding-top: 20px;
text-align: center;
color: #368AC9;
}
.urls a{
font: bold 15px chivo;
color: #368AC9;
text-decoration: none;
}
.copyright{
margin-top: 6px;
font: bold 13px chivo;
color: #656464;
}
.copyright a{
color: #656464;
text-decoration: none;
}
a.prev {
@@ -156,60 +171,47 @@ a.next {
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>
<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="contactDetails">
<p><a href="mailto:info@processmaker.com">info@processmaker.com</a></p>
<p>phone: (617) 340-3377</p>
</div>
<div id="contact_details">
<div style="clear:both"></div>
</div>
<p><a href="mailto:info@colosa.com">info@colosa.com</a></p>
<p>phone : +1-617-340-3377</p>
</div><!--end contact details-->
<div id="main">
<div class="backgroundOfText">
<div class="text1">
This application is being updated <br />
and it will be back shortly.
</div>
<div class="text2">Thank you for your patience</div>
</div>
</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 class="urls">
<div>
<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="http://feeds.feedburner.com/processmaker">RSS</a>
</div>
<div class="copyright">
Copyright 2000 - <?php echo date('Y'); ?> ProcessMaker Inc. &nbsp;&nbsp;<a href="http://www.processmaker.com">www.processmaker.com</a>
</div>
</div>
</div>
</div><!--end class container-->
</body>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 16 KiB

After

Width:  |  Height:  |  Size: 9.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 59 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.5 KiB

View File

@@ -64,14 +64,14 @@ body {
body { background: #ffffff none repeat scroll 0 0 }
.container {
width: 885px;
width: 802px;
margin: 0 auto;
}
#main {
background: #ffffff url(images/updating/page_background.png) no-repeat scroll 0 0;
margin: 0 auto;
padding: 0;
background: #ECECEC;
height: 430px;
}
@@ -87,23 +87,23 @@ body { background: #ffffff none repeat scroll 0 0 }
#logo {
float: left;
padding-left: 42px;
padding-left: 0px;
}
#contact_details {
float: right;
color: #333333;
font-size: 13px;
font-style: normal;
line-height: 22px;
padding-right: 42px;
#contactDetails {
padding-top: 13px;
font: bold 15px moserrat !important;
color: #656464;
text-align: right;
float: right;
}
#contact_details a {
color: #333333;
font-size: 13px;
#contactDetails a {
font: bold 15px moserrat !important;
color: #656464;
text-decoration: none;
letter-spacing: 0.5px;
}
@@ -112,7 +112,6 @@ body { background: #ffffff none repeat scroll 0 0 }
#content {
padding: 10px 44px;
background-image: url(images/updating/underConstruction.png);
background-position: right top;
background-repeat: no-repeat;
}
@@ -120,28 +119,44 @@ body { background: #ffffff none repeat scroll 0 0 }
#content a {color: #ffffff; text-decoration: none;}
#content a:hover {color: #9CC9EC; text-decoration: underline;}
.text {
.backgroundOfText{
background: url(images/updating/page_background.jpg) no-repeat center center;
text-align: center;
margin-top: 40px;
padding-bottom: 40px;
border-bottom: 0px solid #cccccc;
color: #E5E5E5;
height: 345px;
}
.text h2 {
font-size: 30px;
color: #e5e5e5;
font-style: normal;
font-variant: normal;
font-weight: lighter;
letter-spacing: 2px;
.text1{
padding-top: 70px;
font: 40px moserrat;
color: #FFFFFF;
}
.details {
border-top: 0px solid #4f4f4f;
height: 100px;
text-align: center;
color: #ffffff;
.text2{
padding-top: 30px;
font: 30px moserrat;
color: #FFFFFF;
}
.urls{
padding-top: 20px;
text-align: center;
color: #368AC9;
}
.urls a{
font: bold 15px chivo;
color: #368AC9;
text-decoration: none;
}
.copyright{
margin-top: 6px;
font: bold 13px chivo;
color: #656464;
}
.copyright a{
color: #656464;
text-decoration: none;
}
a.prev {
@@ -156,60 +171,47 @@ a.next {
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>
<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="contactDetails">
<p><a href="mailto:info@processmaker.com">info@processmaker.com</a></p>
<p>phone: (617) 340-3377</p>
</div>
<div id="contact_details">
<div style="clear:both"></div>
</div>
<p><a href="mailto:info@colosa.com">info@colosa.com</a></p>
<p>phone : +1-617-340-3377</p>
</div><!--end contact details-->
<div id="main">
<div class="backgroundOfText">
<div class="text1">
This application is being updated <br />
and it will be back shortly.
</div>
<div class="text2">Thank you for your patience</div>
</div>
</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 class="urls">
<div>
<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="http://feeds.feedburner.com/processmaker">RSS</a>
</div>
<div class="copyright">
Copyright 2000 - <?php echo date('Y'); ?> ProcessMaker Inc. &nbsp;&nbsp;<a href="http://www.processmaker.com">www.processmaker.com</a>
</div>
</div>
</div>
</div><!--end class container-->
</body>