aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/adm/style/viewsource.html
diff options
context:
space:
mode:
authorNils Adermann <naderman@naderman.de>2006-06-03 22:19:41 +0000
committerNils Adermann <naderman@naderman.de>2006-06-03 22:19:41 +0000
commit6ba50e34d60441e3eaf6c9fe1bff95a902393c84 (patch)
treee9ba8f0c1c5ff596a41ca070a0a80e641efebc77 /phpBB/adm/style/viewsource.html
parent9aa9cb4bb6d9ad21db25bf24e70ed35b92c0f1a9 (diff)
downloadforums-6ba50e34d60441e3eaf6c9fe1bff95a902393c84.tar
forums-6ba50e34d60441e3eaf6c9fe1bff95a902393c84.tar.gz
forums-6ba50e34d60441e3eaf6c9fe1bff95a902393c84.tar.bz2
forums-6ba50e34d60441e3eaf6c9fe1bff95a902393c84.tar.xz
forums-6ba50e34d60441e3eaf6c9fe1bff95a902393c84.zip
- removed useless code from style.php
- added a view template cache mode to acp_styles - syntax highlighting for the acp css - completed refresh actions for themes and templates - fixed theme and template installation - use a function for generating database theme data - removed useless code from mcp_queue.php we might need to do some more tests of acp_styles with safe_mode on git-svn-id: file:///svn/phpbb/trunk@6007 89ea8834-ac86-4346-8a33-228a782c2dd0
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