aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/adm/style/viewsource.html
blob: f127c9626f704144edbf6d7b066c53a233015eb9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!-- INCLUDE simple_header.html -->
<div id="acp" style="padding: 0;">
<div class="panel" style="padding: 10px;">
<div style="overflow: auto;">
	<h1>{FILENAME}</h1>

	<table class="type2">
	<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>
</div>
<!-- INCLUDE simple_footer.html -->