Project

General

Profile

1
<!-- BEGIN header_block -->
2
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
4
<head>
5
<title>{WEBSITE_TITLE} >> {TEXT_ADMINISTRATION} - {SECTION_NAME}</title>
6
<link href="{INTERFACE_DIR}/stylesheet.css" rel="stylesheet" type="text/css" />
7
<meta http-equiv="content-type" content="text/html; charset={CHARSET}" />
8
<script language="javascript" type="text/javascript">
9
function confirm_link(message, url) {
10
	if(confirm(message)) location.href = url;
11
}</script>
12
</head>
13

    
14
<table cellpadding="0" cellspacing="0" border="0" width="770" align="center">
15
<tr>
16
	<td width="60" valign="top">
17
		<img src="{INTERFACE_DIR}/logo.png" border="0" width="60" height="60" alt="Logo" />
18
	</td>
19
	<td width="5">&nbsp;</td>
20
	<td style="font-size: 20px;">
21
		<font style="color: #FFFFFF;">Website Baker</font>
22
		<font style="color: #DDDDDD;">{TEXT_ADMINISTRATION}</font>
23
	</td>
24
	<td width="100" align="right" style="padding-top: 10px; padding-right: 15px; color: #D0D0D0;">
25
	Version {VERSION}
26
	</td>
27
</tr>
28
</table>
29

    
30
<table cellpadding="0" cellspacing="0" border="0" width="770" align="center">
31
<tr>
32
	<td>
33
		<ul class="menu">
34
			<!-- BEGIN linkBlock -->
35
			<li class="{CLASS}"><a href="{LINK}" target="{TARGET}">{TITLE}</a></li>
36
			<!-- END linkBlock -->
37
		</ul>
38
	</td>
39
</tr>
40
<tr>
41
	<td class="content">
42
<!-- END header_block -->
(7-7/14)