source: branches/rsr.v5.1.1/web/punbb/include/template/admin.tpl @ 4

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

passage en v5.1.1

File size: 792 bytes
Line 
1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
2<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<pun_language>" lang="<pun_language>" dir="<pun_content_direction>">
3<head>
4<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
5<pun_head>
6</head>
7
8<body>
9
10<div id="punadmin" class="pun">
11<div class="top-box"><div><!-- Top Corners --></div></div>
12<div class="punwrap">
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
27<div id="brdmain">
28<pun_main>
29</div>
30
31<pun_footer>
32
33</div>
34<div class="end-box"><div><!-- Bottom Corners --></div></div>
35</div>
36
37</body>
38</html>
Note: See TracBrowser for help on using the repository browser.