Skip to content

Commit

Permalink
Update 'docs' folder with 92-add-kpi-block-for-thermal-zone-kpis and …
Browse files Browse the repository at this point in the history
…delete old branches.
  • Loading branch information
FWuellhorst committed Nov 8, 2024
1 parent 8844357 commit e898f9d
Show file tree
Hide file tree
Showing 464 changed files with 47,534 additions and 0 deletions.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<!doctype html>
<html>
<head>
<link rel="stylesheet" href="style.css">
<meta charset="UTF-8">
<title>Regression plots</title>
</head>
<body>
<header>
<br><li><a href="BESMod_Examples_Retrofit_Case1NoRetrofit.html" target="content">BESMod_Examples_Retrofit_Case1NoRetrofit.html</a></li></br>
<br><li><a href="BESMod_Examples_Retrofit_Case1PartialRetrofit.html" target="content">BESMod_Examples_Retrofit_Case1PartialRetrofit.html</a></li></br>
</header>

</body>
</html>
84 changes: 84 additions & 0 deletions docs/92-add-kpi-block-for-thermal-zone-kpis/charts/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,84 @@
<!DOCTYPE html>
<html>
<head>
<title>Page Layout</title>
<style>
.head1 {
font-size:40px;
color:#000000;
font-weight:bold;
}
.head2 {
font-size:17px;
margin-left:10px;
margin-bottom:15px;
}
body {
margin: 0 auto;
background-position:center;
background-size: contain;
}

.menu {
position: sticky;
top: 0;
background-color: #bd0000;
padding:10px 0px 10px 0px;
color:white;
margin: 0 auto;
overflow: hidden;
}
.menu a {
float: left;
color: white;
text-align: center;
padding: 14px 16px;
text-decoration: none;
font-size: 20px;
}
.menu-log {
right: auto;
float: right;
}
footer {
width: 100%;
bottom: 0px;
background-color: #000;
color: #fff;
position: absolute;
padding-top:20px;
padding-bottom:50px;
text-align:center;
font-size:30px;
font-weight:bold;
}
.body_sec {
margin-left:20px;
}
</style>
</head>

<body>

<!-- Header Section -->
<header>
<div class="head1">Regresiontests</div>

</header>

<!-- Menu Navigation Bar -->
<div class="menu">
<a href="Plotresults">Plot results</a>


</div>

<!-- Body section -->
<div class = "body_sec">
<section id="Content">
<br><li><a href="Examples/index.html" target="content">Examples</a></li></br>
</section>
</div>

</body>
</html>
478 changes: 478 additions & 0 deletions docs/92-add-kpi-block-for-thermal-zone-kpis/index.html

Large diffs are not rendered by default.

Empty file.
Loading

0 comments on commit e898f9d

Please sign in to comment.