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
<script language="javascript" type="text/javascript">
8
function confirm_link(message, url) {
9
	if(confirm(message)) location.href = url;
10
}</script>
11
</head>
12

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

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