443
by dcoles
Added Forum application along with unmodifed version of phpBB3 "Olympus" 3.0.0 |
1 |
<!-- INCLUDE simple_header.html -->
|
2 |
<div id="acp" style="padding: 0;"> |
|
3 |
<div class="panel" style="padding: 10px;"> |
|
4 |
<div style="overflow: auto;"> |
|
5 |
<h1>{FILENAME}</h1> |
|
6 |
||
7 |
<table class="type2"> |
|
8 |
<tbody> |
|
9 |
<!-- BEGIN source -->
|
|
10 |
<tr valign="top"> |
|
11 |
<td class="sourcenum">{source.LINENUM} </td> |
|
12 |
<td class="source">{source.LINE}</td> |
|
13 |
</tr> |
|
14 |
<!-- END source -->
|
|
15 |
</tbody> |
|
16 |
</table> |
|
17 |
||
18 |
</div> |
|
19 |
</div> |
|
20 |
</div> |
|
21 |
<!-- INCLUDE simple_footer.html -->
|