blob: 0daf8be1439004c585346a512311ea38cb1f5163 [file] [log] [blame]
Valentin Valchev7f5c0722010-08-11 08:25:32 +00001<?xml version="1.0" encoding="utf-8" ?>
2<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
Felix Meschberger7c107a32010-02-17 08:41:21 +00003<html xmlns="http://www.w3.org/1999/xhtml">
4<head>
Valentin Valchev81222ae2010-08-11 11:06:19 +00005 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
Valentin Valchev49ab2bb2010-09-23 13:03:10 +00006 <link rel="icon" href="${brand.favicon}" />
7 <title>${brand.name} - ${head.title}</title>
Felix Meschberger7c107a32010-02-17 08:41:21 +00008
Valentin Valchev49ab2bb2010-09-23 13:03:10 +00009 <link href="${appRoot}/res/lib/reset-min.css" rel="stylesheet" type="text/css" />
10 <link href="${appRoot}/res/lib/themes/base/jquery-ui.css" rel="stylesheet" type="text/css" />
11 <link href="${brand.css}" rel="stylesheet" type="text/css" />
12 ${head.cssLinks}
Felix Meschberger7c107a32010-02-17 08:41:21 +000013
14 <script type="text/javascript">
15 // <![CDATA[
Valentin Valchev49ab2bb2010-09-23 13:03:10 +000016 appRoot = "${appRoot}";
17 pluginRoot = "${appRoot}/${head.label}";
Felix Meschberger7c107a32010-02-17 08:41:21 +000018 // ]]>
19 </script>
20
Valentin Valchev49ab2bb2010-09-23 13:03:10 +000021 <script src="${appRoot}/res/lib/jquery-1.3.2.js" type="text/javascript"></script>
22 <script src="${appRoot}/res/lib/jquery-ui-1.7.2.js" type="text/javascript"></script>
23 <script src="${appRoot}/res/lib/jquery-ui-i18n-1.7.2.js" type="text/javascript"></script>
24 <script src="${appRoot}/res/lib/jquery.cookies-2.2.0.js" type="text/javascript"></script>
25 <script src="${appRoot}/res/lib/jquery.tablesorter-2.0.3.js" type="text/javascript"></script>
26 <script src="${appRoot}/res/lib/support.js" type="text/javascript"></script>
Felix Meschbergerd1fb88a2010-03-12 12:11:39 +000027
28
29 <!-- FELIX-2188: backwards compatibility CSS -->
Valentin Valchev49ab2bb2010-09-23 13:03:10 +000030 <link href="${appRoot}/res/ui/admin_compat.css" rel="stylesheet" type="text/css" />
Felix Meschberger7c107a32010-02-17 08:41:21 +000031</head>
32
33<body class="ui-widget">
34 <div id="main">
35 <div id="lead"><!-- header: title and logo -->
36 <h1>
Valentin Valchev49ab2bb2010-09-23 13:03:10 +000037 ${brand.name}<br/>${head.title}
Felix Meschberger7c107a32010-02-17 08:41:21 +000038 </h1>
39 <p>
Valentin Valchev49ab2bb2010-09-23 13:03:10 +000040 <a rel="external" href="${brand.product.url}" title="${brand.product.name}"><img src="${brand.product.img}" alt="Logo" /></a>
Felix Meschberger7c107a32010-02-17 08:41:21 +000041 </p>
42 </div>
43 <div class="ui-helper-clearfix" style="height:0px">&nbsp;</div>