added fluxbb for historical reasons
[archlinuxdevstack.git] / fluxbb / include / template / redirect.tpl
blobf5995291c423c042d0e3a8f926867cdce80c38f5
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
3 <html xmlns="http://www.w3.org/1999/xhtml" dir="<pun_content_direction>">
4 <head>
5 <meta http-equiv="Content-Type" content="text/html; charset=<pun_char_encoding>" />
6 <pun_head>
7 </head>
8 <body>
10 <div id="punwrap">
11 <div id="punredirect" class="pun">
13 <div class="block">
14         <h2><pun_redir_heading></h2>
15         <div class="box">
16                 <div class="inbox">
17                         <p><pun_redir_text></p>
18                 </div>
19         </div>
20 </div>
22 <pun_footer>
24 </div>
25 </div>
27 </body>
28 </html>