<!-- INCLUDE simple_header.html -->
<div id="acp">
<div class="panel" style="padding: 10px;">

	<h1>{FILENAME}</h1>

	<table>
	<tbody>
	<!-- BEGIN source -->
		<tr valign="top">
			<td class="sourcenum">{source.LINENUM}&nbsp;&nbsp;</td>
			<td class="source">{source.LINE}</td>
		</tr>
	<!-- END source -->
	</tbody>
	</table>

</div>
</div>
<!-- INCLUDE simple_footer.html -->