Website construction

code of the "content.htm" fragment

<div id="imgBox">
    <img id="img" src="" alt="" /><!-- src filled by javascript -->
    <div id="header"><!-- for index.php and noscript on other pages -->
        Impressions of
        <h1><span>Hiking in the Vanoise</span></h1>
        <h2>French Alps 2013</h2>
    </div>
</div>

<div id="rest">
    <div id="caption"></div><!-- filled by javascript -->
    <div id="action">&nbsp;</div><!-- reservation area for action links in dynamic pages -->
    <div id="start"><a href="./" title="to start of the series" >start</a></div>
    <div id="overzicht"><a href="all.php" title="to summary">&nbsp;all&nbsp;</a></div>
    <div id="buttons"></div><!-- filled by javascript -->
</div>

<noscript>
    <p>Attention: Javascript is <strong>disabled</strong>, but should be enabled.</p>
</noscript>

<script type="text/javascript" src="tech/van-script.js"></script>

</body>
</html>