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

« back to all changes in this revision

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

  • Committer: dcoles
  • Date: 2008-02-13 04:10:55 UTC
  • Revision ID: svn-v3-trunk0:2b9c9e99-6f39-0410-b283-7f802c844ae2:trunk:443
Added Forum application along with unmodifed version of phpBB3 "Olympus" 3.0.0

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'