ACC SHELL
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<?
$form = "formular";
if (!$_GET[id]) { $_GET[id] = "ofirme"; }
if ($_GET[id] == "ofirme") { $nadpis = "O FIRMĚ"; $obrsekce = "certifikat.jpg"; }
if ($_GET[id] == "cinnosti") { $nadpis = "HLAVNÍ ČINNOSTI"; }
if ($_GET[id] == "reference") { $nadpis = "REFERENCE A UKÁZKY NAŠICH PRACÍ"; $ref = "ano"; }
if ($_GET[id] == "kontakty") { $nadpis = "KONTAKTY"; }
if ($_GET[id] == "etikety") { $nadpis = "Samolepící etikety, termotransferový tisk"; $obrsekce = "snek.jpg"; $ref = "ano"; $form = "formular-etikety"; }
if ($_GET[id] == "ofset") { $nadpis = "Ofsetový tisk"; $obrsekce = "zaba.jpg"; $ref = "ano"; $form = "formular-ofset"; }
if ($_GET[id] == "dtp") { $nadpis = "DTP studio, grafické návrhy"; $obrsekce = "kobylka.jpg"; $ref = "ano"; }
if ($_GET[id] == "reklama") { $nadpis = "Propagační předměty, Ploterová grafika, Reklamní činnost"; $obrsekce = "kote.jpg"; $ref = "ano"; }
if (!$obrsekce) $obrsekce = "sekce-blank.gif";
$kontrola = SubStr ($_GET[id], 0, 3);
if (($kontrola != "ftp") || ($kontrola != "htt")) $stranka = "./".$_GET[id].".htm";
?>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1250">
<meta http-equiv="Content-Language" content="cs">
<link href="styl.css" rel="stylesheet" type="text/css">
<title>Printeco, s.r.o.</title>
</head>
<body link="#000000" vlink="#000000" alink="#000000" text="#000000" class="uvod">
<table border="0" cellpadding="0" cellspacing="0" style="width: 100%; height: 100%;">
<tr>
<td>
<div align="center">
<table border="0" cellpadding="0" cellspacing="0" width="879" id="table2">
<tr>
<td colspan="4">
<table border="0" cellpadding="0" cellspacing="0" width="100%" id="table3">
<tr>
<td width="550" style="background-image: url('img/menu.gif'); background-repeat: no-repeat; background-position: 50% 50%" valign="bottom">
<table border="0" cellpadding="0" cellspacing="0" id="table4" width="465" height="22">
<tr>
<td>
<p align="right">
<span style="font-size: 8pt">
<a class="menu" href="?id=ofirme">O FIRMĚ</a>
|
<a class="menu" href="?id=cinnosti">HLAVNÍ ČINNOSTI</a>
|
<a class="menu" href="?id=reference">REFERENCE</a>
|
<a class="menu" href="?id=kontakty">KONTAKTY</a></span></td>
</tr>
</table>
</td>
<td>
<p align="center">
<img border="0" src="img/menu2.gif" width="277" height="34" hspace="0" alt=""></td>
</tr>
</table>
</td>
</tr>
<tr>
<td bgcolor="#DADADA" valign="top" width="6">
<p align="left">
<img border="0" src="img/roh-left1.gif" width="6" height="9" alt=""></td>
<td bgcolor="#DADADA" valign="top" rowspan="2" width="234" style="background-image: url('img/sred.gif'); background-repeat: no-repeat; background-position: 100% 0">
<table border="0" cellpadding="0" cellspacing="0" width="100%" id="table6" height="517">
<tr>
<td valign="top" height="120">
<img border="0" src="img/logo.gif" width="156" height="118" alt="Printeco"></td>
</tr>
<tr>
<td valign="bottom">
<p align="left">
<? if ($_GET[id] == "ofirme") echo "<a href=img/certifikat-big.jpg target=_blank>"; ?>
<img border="0" src="img/<? echo $obrsekce ?>" alt=""><? if ($_GET[id] == "orifme") echo "</a>" ?></td>
</tr>
</table>
</td>
<td bgcolor="#FFFFFF" valign="middle" rowspan="2" width="549">
<div align="right">
<table border="0" cellpadding="2" cellspacing="0" id="table5" height="500" width="540">
<tr>
<td height="30">
<p align="right"><b>
<font size="2" color="#EFA501"><span style="text-transform: uppercase"><? echo $nadpis ?></span>
</font></b></td>
</tr>
<tr>
<td valign="top">
<? include $stranka ?>
</td>
</tr>
<?
if ($ref == "ano") {
?>
<tr>
<td height="25"><b>
<font color="#EFA501" style="font-size: 9pt">
<a href="?id=reference">
<img border="0" src="img/sipka.gif" width="9" height="9" alt="">
REFERENCE</a>
<a href="?id=<? echo $form ?>">
<img border="0" src="img/sipka.gif" width="9" height="9" alt="">
FORMULÁŘ</a></font></b></td>
</tr>
<?
}
?>
</table>
</div>
</td>
<td bgcolor="#FFFFFF" valign="top" rowspan="2" width="90">
<p align="right">
<img border="0" src="img/right.gif" width="81" height="517" alt="www.printeco.cz"></td>
</tr>
<tr>
<td bgcolor="#DADADA" valign="bottom" width="6">
<p align="left">
<img border="0" src="img/roh-left2.gif" width="6" height="8" alt=""></td>
</tr>
<tr>
<td colspan="4">
<img border="0" src="img/spodek.gif" width="531" height="16" hspace="20" alt=""></td>
</tr>
</table>
</div>
</td>
</tr>
</table>
</body>
</html>
ACC SHELL 2018