]> git.proxmox.com Git - pve-manager.git/blame - www/index.html.tpl
Merge branch 'master' of git://git.proxmox.com/git/pve-manager
[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" />
7f3b89a0 12 <link rel="stylesheet" type="text/css" href="/pve2/fa/css/font-awesome.css" />
54165ad3 13 <link rel="stylesheet" type="text/css" href="/pve2/css/ext6-pve.css?ver=[% version %]" />
00748093 14 [% IF langfile %]
54165ad3 15 <script type='text/javascript' src='/pve2/locale/pve-lang-[% lang %].js?ver=[% version %]'></script>
00748093
DC
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 %]
f90908cb
DC
26 <script type="text/javascript">
27 Proxmox = {
28 Setup: { auth_cookie_name: 'PVEAuthCookie' },
29 UserName: '[% username %]',
30 CSRFPreventionToken: '[% token %]'
31 };
32 </script>
33 <script type="text/javascript" src="/proxmoxlib.js?ver=[% wtversion %]"></script>
54165ad3 34 <script type="text/javascript" src="/pve2/js/pvemanagerlib.js?ver=[% version %]"></script>
00748093
DC
35 <script type="text/javascript" src="/pve2/ext6/locale/locale-[% lang %].js"></script>
36
37 <script type="text/javascript">
38 if (typeof(PVE) === 'undefined') PVE = {};
00748093
DC
39 Ext.History.fieldid = 'x-history-field';
40 Ext.onReady(function() { Ext.create('PVE.StdWorkspace');});
41 </script>
42
43 </head>
44 <body>
45 <!-- Fields required for history management -->
46 <form id="history-form" class="x-hidden">
47 <input type="hidden" id="x-history-field"/>
48 </form>
49 </body>
50</html>