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 { #main {
background: #ffffff url(images/updating/page_background.png) no-repeat scroll 0 0;
margin: 0 auto; margin: 0 auto;
padding: 0; padding: 0;
background: #ECECEC;
height: 430px; height: 430px;
} }
@@ -87,23 +87,23 @@ body { background: #ffffff none repeat scroll 0 0 }
#logo { #logo {
float: left; float: left;
padding-left: 42px; padding-left: 0px;
} }
#contact_details { #contactDetails {
float: right; padding-top: 13px;
color: #333333; font: bold 15px moserrat !important;
font-size: 13px; color: #656464;
font-style: normal;
line-height: 22px;
padding-right: 42px;
text-align: right; text-align: right;
float: right;
} }
#contact_details a { #contactDetails a {
color: #333333; font: bold 15px moserrat !important;
font-size: 13px; color: #656464;
text-decoration: none; text-decoration: none;
letter-spacing: 0.5px; letter-spacing: 0.5px;
} }
@@ -112,7 +112,6 @@ body { background: #ffffff none repeat scroll 0 0 }
#content { #content {
padding: 10px 44px; padding: 10px 44px;
background-image: url(images/updating/underConstruction.png);
background-position: right top; background-position: right top;
background-repeat: no-repeat; 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 {color: #ffffff; text-decoration: none;}
#content a:hover {color: #9CC9EC; text-decoration: underline;} #content a:hover {color: #9CC9EC; text-decoration: underline;}
.text { .backgroundOfText{
background: url(images/updating/page_background.jpg) no-repeat center center;
text-align: center; text-align: center;
margin-top: 40px; color: #E5E5E5;
padding-bottom: 40px; height: 345px;
border-bottom: 0px solid #cccccc;
} }
.text h2 { .text1{
font-size: 30px; padding-top: 70px;
color: #e5e5e5; font: 40px moserrat;
font-style: normal; color: #FFFFFF;
font-variant: normal;
font-weight: lighter;
letter-spacing: 2px;
} }
.details { .text2{
border-top: 0px solid #4f4f4f; padding-top: 30px;
height: 100px; font: 30px moserrat;
text-align: center; color: #FFFFFF;
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 { a.prev {
@@ -156,60 +171,47 @@ a.next {
margin-right: 50px; margin-right: 50px;
} }
.copyright {
text-align: center;
margin-top: 10px;
font-size: 12px;
margin-bottom: 50px;
}
</style> </style>
</head> </head>
<body> <body>
<div class="container"> <div class="container">
<div id="header"> <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"> <div id="contactDetails">
<a href="http://www.processmaker.com" target="_blank"><img src="images/processmaker.logo.jpg" alt="logo"/></a> <p><a href="mailto:info@processmaker.com">info@processmaker.com</a></p>
</div><!--end logo--> <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> <div id="main">
<p>phone : +1-617-340-3377</p> <div class="backgroundOfText">
</div><!--end contact details--> <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 class="urls">
<div style="clear:both"></div> <div>
<a href="http://www.processmaker.com/privacy-statement">Privacy Statement</a> -
<div id="main"> <a href="http://www.processmaker.com/security-statement">Security Statement</a> -
<a href="http://www.processmaker.com/terms-of-service">Terms of Service</a> -
<div id="content"> <a href="http://www.processmaker.com/commercial-license">Commercial License</a> -
<a href="http://www.processmaker.com/contact-us">Contact Us</a> -
<div class="text"> <a href="http://feeds.feedburner.com/processmaker">RSS</a>
<h2>This application is being updated.</h2> </div>
<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="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--> </div><!--end class container-->
</body> </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 } body { background: #ffffff none repeat scroll 0 0 }
.container { .container {
width: 885px; width: 802px;
margin: 0 auto; margin: 0 auto;
} }
#main { #main {
background: #ffffff url(images/updating/page_background.png) no-repeat scroll 0 0;
margin: 0 auto; margin: 0 auto;
padding: 0; padding: 0;
background: #ECECEC;
height: 430px; height: 430px;
} }
@@ -87,23 +87,23 @@ body { background: #ffffff none repeat scroll 0 0 }
#logo { #logo {
float: left; float: left;
padding-left: 42px; padding-left: 0px;
} }
#contact_details { #contactDetails {
float: right; padding-top: 13px;
color: #333333; font: bold 15px moserrat !important;
font-size: 13px; color: #656464;
font-style: normal;
line-height: 22px;
padding-right: 42px;
text-align: right; text-align: right;
float: right;
} }
#contact_details a { #contactDetails a {
color: #333333; font: bold 15px moserrat !important;
font-size: 13px; color: #656464;
text-decoration: none; text-decoration: none;
letter-spacing: 0.5px; letter-spacing: 0.5px;
} }
@@ -112,7 +112,6 @@ body { background: #ffffff none repeat scroll 0 0 }
#content { #content {
padding: 10px 44px; padding: 10px 44px;
background-image: url(images/updating/underConstruction.png);
background-position: right top; background-position: right top;
background-repeat: no-repeat; 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 {color: #ffffff; text-decoration: none;}
#content a:hover {color: #9CC9EC; text-decoration: underline;} #content a:hover {color: #9CC9EC; text-decoration: underline;}
.text { .backgroundOfText{
background: url(images/updating/page_background.jpg) no-repeat center center;
text-align: center; text-align: center;
margin-top: 40px; color: #E5E5E5;
padding-bottom: 40px; height: 345px;
border-bottom: 0px solid #cccccc;
} }
.text h2 { .text1{
font-size: 30px; padding-top: 70px;
color: #e5e5e5; font: 40px moserrat;
font-style: normal; color: #FFFFFF;
font-variant: normal;
font-weight: lighter;
letter-spacing: 2px;
} }
.details { .text2{
border-top: 0px solid #4f4f4f; padding-top: 30px;
height: 100px; font: 30px moserrat;
text-align: center; color: #FFFFFF;
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 { a.prev {
@@ -156,60 +171,47 @@ a.next {
margin-right: 50px; margin-right: 50px;
} }
.copyright {
text-align: center;
margin-top: 10px;
font-size: 12px;
margin-bottom: 50px;
}
</style> </style>
</head> </head>
<body> <body>
<div class="container"> <div class="container">
<div id="header"> <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"> <div id="contactDetails">
<a href="http://www.processmaker.com" target="_blank"><img src="images/processmaker.logo.jpg" alt="logo"/></a> <p><a href="mailto:info@processmaker.com">info@processmaker.com</a></p>
</div><!--end logo--> <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> <div id="main">
<p>phone : +1-617-340-3377</p> <div class="backgroundOfText">
</div><!--end contact details--> <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 class="urls">
<div style="clear:both"></div> <div>
<a href="http://www.processmaker.com/privacy-statement">Privacy Statement</a> -
<div id="main"> <a href="http://www.processmaker.com/security-statement">Security Statement</a> -
<a href="http://www.processmaker.com/terms-of-service">Terms of Service</a> -
<div id="content"> <a href="http://www.processmaker.com/commercial-license">Commercial License</a> -
<a href="http://www.processmaker.com/contact-us">Contact Us</a> -
<div class="text"> <a href="http://feeds.feedburner.com/processmaker">RSS</a>
<h2>This application is being updated.</h2> </div>
<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="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--> </div><!--end class container-->
</body> </body>