Project

General

Profile

1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
3
<head>
4
    <title>CMS WebsiteBaker | {PAGE_TITLE}</title>
5
    <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE9" />
6
    <meta http-equiv="content-type" content="text/html; charset=utf-8" />
7
    <meta http-equiv="content-language" content="{LANGUAGE}" />
8
    <meta name="description" content="{PAGE_TITLE}" />
9
    <meta name="keywords" content="{PAGE_TITLE}" />
10
    <link href="{THEME_URL}/css/warn.css" rel="stylesheet" type="text/css" />
11
</head>
12

    
13
<body>
14

    
15
<div class="main">
16
    <table class="header layout">
17
        <tr>
18
        	<td class="logo">
19
        		<a href="http://www.websitebaker.org/" title=""><img src="{THEME_URL}/images/logo.png" alt="Logo" /></a>
20
        	</td>
21
        	<td></td>
22
        </tr>
23
    </table>
24

    
25
    <div class="table">
26
        <div class="td">
27
            <div class="content">
28
                <div class="login_box">
29
                        <div class="topdiv">
30
                        OFF-LINE - {WB_URL}
31
                        </div>
32
                        <div class="bottomdiv">
33
        					<h3>{PAGE_TITLE}</h3>
34
        					<img src="{THEME_URL}/images/{PAGE_ICON}.png" alt="{PAGE_TITLE}" /><br />
35
        					<h3>{CHECK_BACK}</h3>
36
                        </div>
37
                </div>
38
            </div>
39
        </div>
40
    </div>
41
    <table class="footer">
42
    <tbody>
43
        <tr>
44
        	<td>
45
              <!-- Please note: the below reference to the GNU GPL should not be removed, as it provides a link for users to read about warranty, etc. -->
46
              <a href="http://www.websitebaker.org/" title="external">WebsiteBaker</a> is released under the
47
              <a href="http://www.gnu.org/licenses/gpl.html" title="WebsiteBaker is released under the GNU General Public License">GNU General Public License</a>
48
              <!-- Please note: the above reference to the GNU GPL should not be removed, as it provides a link for users to read about warranty, etc. -->
49
        	</td>
50
        </tr>
51
        </tbody>
52
    </table>
53
</div>
54
</body>
55
</html>
56
<!--- Icons from http://www.iconfinder.com Filter: Allowed for commercial use (No link required) -->
57
<!--- Icon Designer David Vignoni - http://www.icon-king.com/ License: http://www.gnu.org/licenses/lgpl.html -->
(17-17/37)