-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinstallatie.php
executable file
·49 lines (47 loc) · 1.42 KB
/
installatie.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
<?php
include "../Parameters.php";
include "../sessionstart.php";
include "../fout.php";
//include "Keuze.php";
//$str_json="{};";
include "../header.php";
?>
<div id="container" >
<?php
echo'
<div id="bodytext">
<div class="top-left"></div><div class="top-right"></div>
<div class="inside">
<h1 class="notopgap" align="center">'.$installation.'</h1>
<div id="tabelgegevens">
Plaats<br>
Module<br>
Omvormer<br>
Inbedrijfstelling<br>
Orientatie<br>
Data captatie<br>
Uitvoerder
</div>
<div id="gegevens1">
<p>: '.$plaats.'<br>
: <a href="'.$panelUrl.'" TARGET="_blank">'.$panels.'</a><br>
: '.$omvormer.'<br>
: '.$startUsing.'<br>
: '.$orientatie.'<br>
: '.$dataLogging.'<br>
: <a href="'.$installerUrl.'" TARGET="_blank">'.$installedBy.'</a></p>
</div>
<div id="foto">
<a href="images/panelsInMorningSun.jpg" target="_blank"><img src="images/panelsInMorningSun.jpg" alt="My panels in the morning sun!" width="400" height="300" hspace="10" style="border: solid 1px black;">
<a href="images/convertorFirstDelivery.jpg" target="_blank"><img src="images/convertorFirstDelivery.jpg" alt="Powerstocc 5.5" width="400" height="300" hspace="10" style="border: solid 1px black;">
</div>
<p class="nobottomgap"></p>
</div>
<div class="bottom-left"></div><div class="bottom-right"></div>
</div>
';
?>
</div>
<?php
include "../footer.php";
?>