source: branches/rsr.v5.1.dev/web/punbb/include/template/admin.tpl @ 3

Last change on this file since 3 was 3, checked in by dj3c1t, 12 years ago

passage a Fluxbb 1.4.7

File size: 792 bytes
RevLine 
[1]1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
[3]2<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<pun_language>" lang="<pun_language>" dir="<pun_content_direction>">
[1]3<head>
[3]4<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
[1]5<pun_head>
6</head>
[3]7
[1]8<body>
9
10<div id="punadmin" class="pun">
[3]11<div class="top-box"><div><!-- Top Corners --></div></div>
12<div class="punwrap">
[1]13
14<div id="brdheader" class="block">
15        <div class="box">
16                <div id="brdtitle" class="inbox">
17                        <pun_title>
18                        <pun_desc>
19                </div>
20                <pun_navlinks>
21                <pun_status>
22        </div>
23</div>
24
25<pun_announcement>
26
[3]27<div id="brdmain">
[1]28<pun_main>
[3]29</div>
[1]30
31<pun_footer>
32
33</div>
[3]34<div class="end-box"><div><!-- Bottom Corners --></div></div>
[1]35</div>
36
37</body>
38</html>
Note: See TracBrowser for help on using the repository browser.