HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
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>
        &nbsp;
        <a href="/interim_management.php" <?=$arType[2]?>>Interim Management</a>
        &nbsp;
        <a href="/werving_selectie.php" <?=$arType[3]?>>Werving & Selectie</a>
        &nbsp;
        <a href="/cursus_training.php" <?=$arType[4]?>>Cursus & Training</a>
        &nbsp;
        <a href="/vacatures/" <?=$arType[5]?>>Vacatures</a>
        &nbsp;
        <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>