source: branches/rsr.v5.1.dev/web/punbb/include/template/maintenance.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: 588 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="punmaint" class="pun">
[3]11<div class="top-box"><div><!-- Top Corners --></div></div>
12<div class="punwrap">
[1]13
[3]14<div id="brdmain">
15<pun_maint_main>
[1]16</div>
17
18</div>
[3]19<div class="end-box"><div><!-- Bottom Corners --></div></div>
[1]20</div>
21
22</body>
23</html>
Note: See TracBrowser for help on using the repository browser.