aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/adm/style/viewsource.html
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/adm/style/viewsource.html')
-rw-r--r--phpBB/adm/style/viewsource.html19
1 files changed, 19 insertions, 0 deletions
diff --git a/phpBB/adm/style/viewsource.html b/phpBB/adm/style/viewsource.html
new file mode 100644
index 0000000000..44b1ad6be4
--- /dev/null
+++ b/phpBB/adm/style/viewsource.html
@@ -0,0 +1,19 @@
+<!-- INCLUDE simple_header.html -->
+
+<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>
+
+<!-- INCLUDE simple_footer.html --> \ No newline at end of file