61 lines
1.2 KiB
Smarty
61 lines
1.2 KiB
Smarty
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>{$header.pageTitle}</title>
|
|
|
|
<style type="text/css" media="all">
|
|
html,
|
|
body {
|
|
height: 100%;
|
|
padding: 0;
|
|
margin: 0;
|
|
}
|
|
|
|
body {
|
|
font-size: 16px;
|
|
font-family: Arial, Helvetica, sans-serif;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
line-height: 1.7;
|
|
}
|
|
|
|
h1 {
|
|
font-size: 36px;
|
|
font-weight: 700;
|
|
line-height: 1.5;
|
|
}
|
|
|
|
.wrapper {
|
|
max-width: 800px;
|
|
margin: auto;
|
|
padding: 20px;
|
|
}
|
|
|
|
@media screen and (max-width: 400px) {
|
|
h1 {
|
|
font-size: 28px;
|
|
line-height: 1.3;
|
|
}
|
|
}
|
|
</style>
|
|
</head>
|
|
|
|
<body>
|
|
|
|
|
|
|
|
<div class="wrapper">
|
|
<div>
|
|
<h1>{t}Obchod je nyní uzavřen.{/t}</h1>
|
|
<p>{t}Vážení zákazníci{/t},</p>
|
|
<p><strong>{t}náš obchod je dočasně uzavřen kvůli probíhající aktualizaci.{/t}</strong> {t}Zkuste se prosím vrátit později.{/t}</p>
|
|
<p>{t}Děkujeme za pochopení.{/t}</p>
|
|
|
|
<p><a href="{url s=index}">{$dbcfg.shop_firm_name}</a></p>
|
|
</div>
|
|
</div
|
|
|
|
</body>
|
|
</html> |