ACC SHELL
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="content-language" content="cz" />
<meta name="robots" content="index, follow" />
<meta name="googlebot" content="index,follow,snippet,archive" />
<meta name="author" content="FOREGROUND | info@4g.cz | www.4g.cz" />
<meta name="copyright" content="design by FOREGROUND" />
<title>Změna adresy</title>
<style type='text/css'>
body {
margin: 0;
padding: 0;
background: white;
font-family:Arial, sans-serif;
font-size:12px;
text-align:center;
}
#inner{
padding:20px;
}
h1, h2{
color: #102d68;
font-family: "PT Sans", Arial, sans-serif;
font-weight:normal;
font-size:22px;
margin-top:0px;
padding-top:10px;
}
h1{
font-size:25px;
}
h2{
font-size:21px;
}
h3{
font-size:18px;
font-weight:normal;
}
h4{
font-size:15px;
}
em{
color:#800080;
font-style:normal;
}
a.button-fake{
/*background:url('./img/tlacitko_vetsi.png') top center no-repeat;
display:inline-block;
margin-right:10px;
width:116px;
padding-top:5px;
font-size:12px;
min-height:27px;
border:none;
color:white;
text-align:center;
text-decoration:none;
line-height:1.6em;
*/
background: #868687;
padding: 6px 12px;
font-weight: bold;
font-style: italic;
font-size: 12px;
color: #fff;
text-decoration: none;
margin-top: 10px;
margin-right: 25px;
}
a.button-fake:hover {
background: #102d68;
}
td, th{
text-align:center;
font-weight:bold;
border:1px solid black;
}
table{
border-collapse:collapse;
width:60%;
margin-left:20%;
}
caption{
font-size:120%;
font-weight:bold;
}
tr.s td, tr.s th{
background:#eee;
}
</style>
<script type="text/javascript" src="./jquery-1.4.4.min.js"></script>
<script type="text/javascript" src="./fancybox/jquery.mousewheel-3.0.2.pack.js"></script>
<script type="text/javascript" src="./fancybox/jquery.fancybox-1.3.1.js"></script>
<script type="text/javascript">
function closeME()
{
/*event.preventDefault();*/
parent.jQuery.fancybox.close();
$('#myForm').submit();
}
</script>
</head>
<body>
<div id='inner'>
<div class='text'>
<h1>Váš dotaz byl odeslán</h1><p><strong>Děkujeme za Váš zájem. Na Váš dotaz odpovíme v co nejkraším možném čase.</strong></p>
<p>
</p>
<?/*
<h3>
</h3>
<p>
<span style="font-size:10px;">Dopravní spojení:<br />
Tramvaj č. 1 (směr Bystrc), zastávka Výstaviště – vstup G2.</span></p>
*/?>
<a href='#' onclick='closeME();' class='button-fake'>Pokračovat</a>
</div>
</div>
</div>
</body>
</html>
ACC SHELL 2018