commit | author | age
|
64cb9b
|
1 |
<?xml version="1.0" encoding="UTF-8" ?> |
PH |
2 |
<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%> |
|
3 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
|
4 |
<html xmlns="http://www.w3.org/1999/xhtml"> |
|
5 |
<head> |
|
6 |
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> |
e780b1
|
7 |
<title>HSAdmin Web Client</title> |
a6efd7
|
8 |
<script type="text/javascript"> |
PH |
9 |
var vaadin = { |
|
10 |
vaadinConfigurations: { |
|
11 |
'hsarweb': { |
|
12 |
appUri:'/hsarweb/MainApplication', |
|
13 |
pathInfo: '/', |
|
14 |
themeUri: '/hsarweb/VAADIN/themes/hs', |
|
15 |
versionInfo : {} |
|
16 |
} |
|
17 |
}}; |
|
18 |
</script> |
|
19 |
<script language='javascript' src='/hsarweb/VAADIN/widgetsets/com.vaadin.terminal.gwt.DefaultWidgetSet/com.vaadin.terminal.gwt.DefaultWidgetSet.nocache.js'> |
|
20 |
</script> |
|
21 |
<link rel="stylesheet" type="text/css" href="/hsarweb/VAADIN/themes/reindeer/styles.css"/> |
417cfc
|
22 |
<!--#include virtual="/hostsharing/includes/head.html" --> |
64cb9b
|
23 |
</head> |
PH |
24 |
<body> |
a6efd7
|
25 |
<iframe id="__gwt_historyFrame" style="width:0;height:0;border:0"></iframe> |
417cfc
|
26 |
<!--#include virtual="/hostsharing/includes/header.html" --> |
a6efd7
|
27 |
<div id="hsarweb" style="width:100%;height:800px;" |
PH |
28 |
class="v-app v-app-loading v-theme-reindeer v-app-MainApplication"> </div> |
417cfc
|
29 |
<!--#include virtual="/hostsharing/includes/footer.html" --> |
64cb9b
|
30 |
</body> |
PH |
31 |
</html> |