Files
luos/workflow/engine/skinEngine/lurana/updating.php

209 lines
4.0 KiB
PHP
Raw Normal View History

2025-04-13 15:23:31 +00: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/faviconlurana.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="https://www.luranasoft.com/" target="_blank"><img src="images/lurana.logo.jpg" alt="logo"/></a>
</div><!--end logo-->
<div id="contact_details">
<p><a href="mailto:info@luranasoft.com">info@luranasoft.com</a></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="https://www.luranasoft.com/contacto/">Contact Us</a>
<br>
&copy; Copyright 2000 - <?php echo date('Y'); ?> LuranaSoft <a href="https://www.luranasoft.com">www.luranasoft.com</a>
</div><!--end details-->
</div><!--end content-->
</div><!--end main-->
</div><!--end class container-->
</body>
</html>