<
html
>
<
head
>
<
title
>Saalhaupt2 - Webinterface</
title
>
<
meta
http-equiv
=
"Content-Type"
content
=
"text/html; charset=utf-8"
/>
<
meta
name
=
"robots"
content
=
"noindex, nofollow"
>
<
link
rel
=
"shortcut icon"
type
=
"image/x-icon"
href
=
"images/favicon.ico"
/>
<
link
rel
=
"stylesheet"
type
=
"text/css"
href
=
"js/extjs/resources/css/ext-all-gray.css"
/>
<
link
rel
=
"stylesheet"
type
=
"text/css"
href
=
"css/pvc-ext.css"
/>
<
link
rel
=
"stylesheet"
type
=
"text/css"
href
=
"css/pvc.css"
/>
<
link
rel
=
"stylesheet"
type
=
"text/css"
href
=
"css/extensible-all.css"
/>
<
link
rel
=
"stylesheet"
type
=
"text/css"
href
=
"js/upload/css/upload.css"
/>
<
script
type
=
"text/javascript"
src
=
"js/extjs/ext-all.js"
></
script
>
<
script
type
=
"text/javascript"
src
=
"js/extjs/jquery.min.js"
></
script
>
<
script
type
=
"text/javascript"
src
=
"js/highcharts/highcharts.js"
></
script
>
<
script
type
=
"text/javascript"
src
=
"js/highcharts/highcharts-more.js"
></
script
>
<
script
type
=
"text/javascript"
src
=
"js/highcharts/themes/grid.js"
></
script
>
<
script
type
=
"text/javascript"
src
=
"js/highcharts/modules/exporting.js"
></
script
>
<
script
type
=
"text/javascript"
src
=
"js/highcharts/plugins/export-csv.js"
></
script
>
<
script
type
=
"text/javascript"
src
=
"gui/i18n.js"
></
script
>
<
script
type
=
"text/javascript"
src
=
"gui/i18nDict.js"
></
script
>
<
script
type
=
"text/javascript"
src
=
"gui/ext-overrides.js"
></
script
>
<
script
type
=
"text/javascript"
src
=
"js/extensible/extensible-all.js"
></
script
>
<
script
type
=
"text/javascript"
src
=
"gui/pvc_portal/DiagPanel.js"
></
script
>
<
script
type
=
"text/javascript"
src
=
"gui/pvc_portal/NavigationPanel.js"
></
script
>
<
em
><
strong
><
script
type
=
"text/javascript"
src
=
"gui/pvc_portal/module/investorplus/OverviewInverter.js"
></
script
></
strong
></
em
>
<
script
type
=
"text/javascript"
src
=
"gui/pvc_portal/module/investorplus/Inverter_yield.js"
></
script
>
<
script
type
=
"text/javascript"
src
=
"gui/pvc_portal/module/investorplus/confLogBook.js"
></
script
>
<
script
type
=
"text/javascript"
src
=
"gui/pvc_portal/module/investorplus/Inverter_plan-is.js"
></
script
>
<
script
type
=
"text/javascript"
src
=
"gui/pvc_portal/module/investorplus/OverviewTotal.js"
></
script
>
<
script
type
=
"text/javascript"
src
=
"gui/pvc_portal/LanguageBox.js"
></
script
>
<
script
type
=
"text/javascript"
src
=
"gui/pvc_portal/Viewport.js"
></
script
>
</
head
>
<
body
>
<
script
type
=
"text/javascript"
>
PVC.UUID = '10';
PVC.HTTPREQUEST_TIMEOUT = 18;
PVC.confirmPageUnload = false;
PVC.PRODUCT_NAME = 'CClog';
PVC.PLANT_NAME = 'Saalhaupt2';
PVC.PLANT_ID = 0;
PVC.PLANT_LOCATION = 'Saalhaupt';
PVC.PLANT_INSTALLED_PEAK = 842.4;
PVC.PLANT_INVERTER_PEAK = 1650;
PVC.PLANT_STATION = 1;
PVC.GUI_MODE = 'pvc_portal';
PVC.USERNAME = 'investor';
PVC.ROLE = 'investorplus';
Ext.Loader.setConfig({
enabled : true,
disableCaching : false,
paths : {
'Chart' : 'js/extjs/highcharts',
'Extensible': "js/extensible",
'Extensible.example': 'js/extensible/examples',
'Ext.ux.upload' : '/js/upload'
}
});
Ext.require('Chart.ux.Highcharts');
Ext.require('Chart.ux.Highmaps');
Ext.require('Chart.ux.Highcharts.AreaRangeSerie');
Ext.require('Chart.ux.Highcharts.AreaSerie');
Ext.require('Chart.ux.Highcharts.AreaSplineRangeSerie');
Ext.require('Chart.ux.Highcharts.AreaSplineSerie');
Ext.require('Chart.ux.Highcharts.BarSerie');
Ext.require('Chart.ux.Highcharts.BoxPlotSerie');
Ext.require('Chart.ux.Highcharts.BubbleSerie');
Ext.require('Chart.ux.Highcharts.ColumnRangeSerie');
Ext.require('Chart.ux.Highcharts.ColumnSerie');
Ext.require('Chart.ux.Highcharts.ErrorBarSerie');
Ext.require('Chart.ux.Highcharts.FunnelSerie');
Ext.require('Chart.ux.Highcharts.GaugeSerie');
Ext.require('Chart.ux.Highcharts.HeatmapSerie');
Ext.require('Chart.ux.Highcharts.LineSerie');
Ext.require('Chart.ux.Highcharts.MapBubbleSerie');
Ext.require('Chart.ux.Highcharts.MapLineSerie');
Ext.require('Chart.ux.Highcharts.MapPointSerie');
Ext.require('Chart.ux.Highcharts.MapSerie');
Ext.require('Chart.ux.Highcharts.PieSerie');
Ext.require('Chart.ux.Highcharts.PyramidSerie');
Ext.require('Chart.ux.Highcharts.RangeSerie');
Ext.require('Chart.ux.Highcharts.ScatterSerie');
Ext.require('Chart.ux.Highcharts.Serie');
Ext.require('Chart.ux.Highcharts.SplineSerie');
Ext.require('Chart.ux.Highcharts.WaterfallSerie');
Ext.require('Extensible.calendar.data.MemoryEventStore');
Ext.require('Extensible.calendar.CalendarPanel');
Ext.require('Extensible.example.calendar.data.Events');
PVC.confirmPageUnload = false;
window.onbeforeunload = function() {
if (PVC.confirmPageUnload === true) {
return _("Do you really want to leave the page?");
}
};
Ext.apply(PVC.SessionMgr, {username: "investor"});
Ext.onReady(function() {
Ext.QuickTips.init();
var viewPort = new PVC.Viewport();
});
</
script
>
</
body
>
</
html
>