source: trunk/web/punbb/include/template/main.tpl @ 1

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

import initial

File size: 594 bytes
RevLine 
[1]1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
2
3<html 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>
9<div id="punwrap">
10<div id="pun<pun_page>" class="pun">
11  <div id="brdheader" class="block">
12        <div class="box">
13                <div id="brdtitle" class="inbox">
14                        <pun_desc>
15                </div>
16                <pun_navlinks>
17                <pun_status>
18        </div>
19  </div>
20
21<pun_announcement>
22
23<pun_main>
24
25<pun_footer>
26
27</div>
28</div>
29
30</body>
31</html>
Note: See TracBrowser for help on using the repository browser.