info343/minilabs/9/solutions.php

<script src="<?= $BASENAME ?>/lib/global/js/prettify/lang-html.js" type="text/javascript"></script>
<script src="<?= $BASENAME ?>/lib/global/js/prettify/lang-js.js" type="text/javascript"></script>

<p>Below is one possible solution to this problem.</p>

<header>
   <h3>Example Solution</h3>
   <div class="workinglink"><a href="solution/minilab9.html">working example</a></div>
</header>
<pre class="prettyprint lang-html linenums"><?= escape(load(dirname(__FILE__) . "/solution/minilab9.html")) ?></pre>
<pre class="prettyprint lang-js linenums"><?= escape(load(dirname(__FILE__) . "/solution/minilab9.js")) ?></pre>