source: trunk/forum/adm/style/viewsource.html

Last change on this file was 400, checked in by george, 16 years ago
  • Přidáno: Nové forum phpBB 3.
File size: 447 bytes
Line 
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 -->
Note: See TracBrowser for help on using the repository browser.