1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/web/ synced 2025-03-09 00:00:01 +01:00

Start new grid layout

This commit is contained in:
Markus Grigull 2015-10-21 00:03:49 +02:00
parent 17a6fe669d
commit fc3d79b49c

View file

@ -1,35 +1,23 @@
<section class="row" id="main">
<table class="grid">
<tr height="50%">
<td colspan="2" style="padding-top: 20px;">
<div class="layout-page" id="simulation-page" width="66%" height="100%">
<img src={{"assets/images/TS_DS_grid_withSimulators_web.svg"}} class="svg-image" />
<td width="50%" style="padding-top: 20px;">
<div class="layout-page">
</div>
</td>
<td rowspan="2" width="33%" style="padding-top: 20px; padding-bottom: 20px">
<div class="layout-page" id="consumer-page">
<h1>Consumer JRC Petten</h1>
<h2>Distribution grid: consumption and PV generation</h2>
{{static-chart height="35%"}}
<h2>Voltage203937 [pu]</h2>
{{line-chart data=S2Voltage203937 height="15%" useLabel=false}}
<h2>Flow1551412_204871 [MW]</h2>
{{line-chart data=S2Flow1551412_204871 height="15%" useLabel=false}}
<h2>Frequency at the substation bus [Hz]</h2>
{{line-chart data=S1Freq575 height="15%" useLabel=false}}
<td width="50%" style="padding-top: 20px;">
<div class="layout-page">
</div>
</td>
</tr>
<tr height="50%">
<td width="33%" style="padding-bottom: 20px;">
{{entity-chart entity=S1Entity entityName="Transmission RWTH Aachen University"}}
<td width="50%" style="padding-bottom: 20px;">
<div class="layout-page">
</div>
</td>
<td width="33%" style="padding-bottom: 20px;">
{{entity-chart entity=S2Entity entityName="Distribution Politecnico di Torino"}}
<td width="50%" style="padding-bottom: 20px;">
<div class="layout-page">
</div>
</td>
</tr>
</table>