File: D:/HostingSpaces/RClaassen/stay-on-track.nl/wwwroot/templates/template.html
<?php
$arType[1] = "";
$arType[2] = "";
$arType[3] = "";
$arType[4] = "";
$arType[5] = "";
$arType[6] = "";
$arType[$iTypeId] = " id=\"tekst_rood\"";
?>
<html>
<head>
<link href="/style/vacature.css" rel="stylesheet" type="text/css">
<link href="/style/opmaak.php?iAantalRegels=<?=$iAantalRegels?>" rel="stylesheet" type="text/css">
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
<script src="/javascript/contactformulier.js"></script>
</head>
<body>
<div id="container">
<div id="header">
<div id="logo"><img src="/images/logo.png" border="0"/></div>
<div id="mobiel">+31(0)6 5794 8700</div>
<div id="links">
<a href="/index.php" <?=$arType[1]?>>Home</a>
<a href="/interim_management.php" <?=$arType[2]?>>Interim Management</a>
<a href="/werving_selectie.php" <?=$arType[3]?>>Werving & Selectie</a>
<a href="/cursus_training.php" <?=$arType[4]?>>Cursus & Training</a>
<a href="/vacatures/" <?=$arType[5]?>>Vacatures</a>
<a href="/contact.php" <?=$arType[6]?>>Contact</a>
</div>
</div>
<?php
echo(" <div id=\"horizontaal_balk\"></div>\r\n");
echo('<div id="images_balk"><img src="/images/image_balk_' . $iTypeId . '.jpg" /></div>' . PHP_EOL);
echo('<div id="tekst_container">' . PHP_EOL);
echo(" <div id=\"tekst_venster_links\">\r\n");
echo(" " . $sTypeTekst . "\r\n");
echo(" </div>\r\n");
echo(" <div id=\"hoofd_tekst_venster\">");
echo($sMainTekst);
echo(" </div>\r\n");
?>
</div>
<div id="onderste_balk"></div>
</div>
<div id="lightbox">
<p>Klik om te sluiten</p>
<div id="contentlightbox">
Hallo
</div>
</div>
</body>
</html>