~azzar1/unity/add-show-desktop-key

« back to all changes in this revision

Viewing changes to www/php/phpBB3/adm/style/viewsource.html

Merge from no-phpbb-for-you. phpBB is no longer available by default.

Show diffs side-by-side

added added

removed removed

Lines of Context:
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}&nbsp;&nbsp;</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 -->
 
 
b'\\ No newline at end of file'