Revision 622
Added by doc almost 18 years ago
| header.html | ||
|---|---|---|
| 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 |
{BACKEND_MODULE_CSS}
|
|
| 9 |
{BACKEND_MODULE_JS}
|
|
| 10 |
<script type="text/javascript" src="{WB_URL}/include/codepress/codepress.js"></script>
|
|
| 11 |
<script language="javascript" type="text/javascript"> |
|
| 12 |
function confirm_link(message, url) {
|
|
| 13 |
if(confirm(message)) location.href = url; |
|
| 14 |
}</script> |
|
| 15 |
</head> |
|
| 16 |
|
|
| 17 |
<table cellpadding="0" cellspacing="0" border="0" width="770" align="center"> |
|
| 18 |
<tr> |
|
| 19 |
<td width="60" valign="top"> |
|
| 20 |
<a href="{WB_URL}/admin" title="Admin Startmenue"><img src="{INTERFACE_DIR}/logo.png" border="0" alt="Logo" /></a>
|
|
| 21 |
</td> |
|
| 22 |
<td width="5"> </td> |
|
| 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 |
{BACKEND_MODULE_CSS}
|
|
| 9 |
{BACKEND_MODULE_JS}
|
|
| 10 |
<script type="text/javascript" src="{WB_URL}/include/codepress/codepress.js"></script>
|
|
| 11 |
<script language="javascript" type="text/javascript">
|
|
| 12 |
function confirm_link(message, url) {
|
|
| 13 |
if(confirm(message)) location.href = url;
|
|
| 14 |
}</script>
|
|
| 15 |
</head>
|
|
| 16 |
|
|
| 17 |
<table cellpadding="0" cellspacing="0" border="0" width="770" align="center">
|
|
| 18 |
<tr>
|
|
| 19 |
<td width="60" valign="top">
|
|
| 20 |
<a href="{WB_URL}/admin" title="{TITLE_START}"><img src="{INTERFACE_DIR}/logo.png" border="0" alt="Logo" /></a>
|
|
| 21 |
</td>
|
|
| 22 |
<td width="5"> </td>
|
|
| 23 | 23 |
<td style="font-size: 14px;" valign="top" align="right"> |
| 24 | 24 |
<a href="{WB_URL}/admin" title="{TITLE_START}"><img src="{WB_URL}/admin/images/home.png" border="0" alt="{TITLE_START}" /></a>
|
| 25 | 25 |
<a href="{URL_VIEW}/" target="_blank" title="{TITLE_VIEW}"><img src="{WB_URL}/admin/images/view.png" border="0" alt="{WB_URL}" /></a>
|
| ... | ... | |
| 27 | 27 |
<a href="{WB_URL}/admin/logout" title="{TITLE_LOGOUT}"><img src="{WB_URL}/admin/images/dl.png" border="0" alt="TITLE_LOGOUT" /></a>
|
| 28 | 28 |
</td> |
| 29 | 29 |
<td width="100" align="right" style="padding-top: 10px; padding-right: 15px; color: #fff;"> |
| 30 |
Version {VERSION}
|
|
| 31 |
</td> |
|
| 32 |
</tr> |
|
| 33 |
</table> |
|
| 34 |
|
|
| 35 |
<table cellpadding="0" cellspacing="0" border="0" width="770" align="center"> |
|
| 36 |
<tr> |
|
| 37 |
<td> |
|
| 38 |
<ul class="menu"> |
|
| 39 |
<!-- BEGIN linkBlock --> |
|
| 40 |
<li class="{CLASS}"><a href="{LINK}" target="{TARGET}">{TITLE}</a></li>
|
|
| 41 |
<!-- END linkBlock --> |
|
| 42 |
</ul> |
|
| 43 |
</td> |
|
| 44 |
</tr> |
|
| 45 |
<tr> |
|
| 46 |
<td class="content"> |
|
| 30 |
Version {VERSION}
|
|
| 31 |
</td>
|
|
| 32 |
</tr>
|
|
| 33 |
</table>
|
|
| 34 |
|
|
| 35 |
<table cellpadding="0" cellspacing="0" border="0" width="770" align="center">
|
|
| 36 |
<tr>
|
|
| 37 |
<td>
|
|
| 38 |
<ul class="menu">
|
|
| 39 |
<!-- BEGIN linkBlock -->
|
|
| 40 |
<li class="{CLASS}"><a href="{LINK}" target="{TARGET}">{TITLE}</a></li>
|
|
| 41 |
<!-- END linkBlock -->
|
|
| 42 |
</ul>
|
|
| 43 |
</td>
|
|
| 44 |
</tr>
|
|
| 45 |
<tr>
|
|
| 46 |
<td class="content">
|
|
| 47 | 47 |
<!-- END header_block --> |
Also available in: Unified diff
replaced static text line with variable text from language file