]> git.proxmox.com Git - pve-manager.git/blame - www/index.html.tpl
highlight errors in grids
[pve-manager.git] / www / index.html.tpl
CommitLineData
00748093
DC
1<!DOCTYPE html>
2<html>
3 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
5 <meta http-equiv="X-UA-Compatible" content="IE=edge">
6 <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
7 <title>[% nodename %] - Proxmox Virtual Environment</title>
8 <link rel="icon" sizes="128x128" href="/pve2/images/logo-128.png" />
9 <link rel="apple-touch-icon" sizes="128x128" href="/pve2/images/logo-128.png" />
10 <link rel="stylesheet" type="text/css" href="/pve2/ext6/theme-crisp/resources/theme-crisp-all.css" />
11 <link rel="stylesheet" type="text/css" href="/pve2/ext6/crisp/resources/charts-all.css" />
12 <link rel="stylesheet" type="text/css" href="/pve2/css/font-awesome.css" />
13 <link rel="stylesheet" type="text/css" href="/pve2/css/ext6-pve.css" />
14 [% IF langfile %]
15 <script type='text/javascript' src='/pve2/locale/pve-lang-[% lang %].js'></script>
16 [%- ELSE %]
17 <script type='text/javascript'>function gettext(buf) { return buf; }</script>
18 [% END %]
19 [%- IF debug %]
20 <script type="text/javascript" src="/pve2/ext6/ext-all-debug.js"></script>
21 <script type="text/javascript" src="/pve2/ext6/charts-debug.js"></script>
22 [%- ELSE %]
23 <script type="text/javascript" src="/pve2/ext6/ext-all.js"></script>
24 <script type="text/javascript" src="/pve2/ext6/charts.js"></script>
25 [% END %]
26 <script type="text/javascript" src="/pve2/js/pvemanagerlib.js"></script>
27 <script type="text/javascript" src="/pve2/ext6/locale/locale-[% lang %].js"></script>
28
29 <script type="text/javascript">
30 if (typeof(PVE) === 'undefined') PVE = {};
31 PVE.UserName = '[% username %]'
32 PVE.CSRFPreventionToken = '[% token %]';
33 Ext.History.fieldid = 'x-history-field';
34 Ext.onReady(function() { Ext.create('PVE.StdWorkspace');});
35 </script>
36
37 </head>
38 <body>
39 <!-- Fields required for history management -->
40 <form id="history-form" class="x-hidden">
41 <input type="hidden" id="x-history-field"/>
42 </form>
43 </body>
44</html>