Commit Graph

3 Commits

Author SHA1 Message Date
Emmanuel Kasper
162d0d1aa0 Add HTML doctype to our web ui, remove IE10-specific standard mode tag.
The use of the HTML doctype is recommended for Ext4 and Ext5, and is supported by all
post 2008 browsers.
Basically it tells the browser to interpret the HTML according to standards, and not
according to what IE6 might have thought of it.
This will also drop support for IE6 and IE7, which are anyway not supported by ext5.

The HTML doctype will make all browsers switch to their standard
compliant mode, hence we don't need anymore to toggle this specifically for IE.

Signed-off-by: Emmanuel Kasper <e.kasper@proxmox.com>
2015-04-02 11:09:29 +02:00
Dietmar Maurer
d60159153d generate index file for noVNC here
Include CSRFToken and gettext catalogs.
2014-08-05 06:38:01 +02:00
Dietmar Maurer
e55bd5a1ef move index file generation into extra file PVE/ExtJSIndex.pm
And load locale files instead of including them into image.
2014-08-04 08:32:21 +02:00