Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- variables:
- html_template: |-
- <!DOCTYPE html>
- <html>
- <head>
- <style>
- html {
- font-family:verdana
- }
- td {
- height: 30px;
- }
- .header_table {
- color: #ffffff;
- background: #00498D;
- text-align: center;
- }
- .header_row {
- color: #ffffff;
- background: #0064c2;
- text-align: center;
- font-style: italic;
- }
- .header_col {
- color: #ffffff;
- background: #00498D;
- text-align: right;
- padding-right: 10px;
- }
- .value {
- text-align: right;
- }
- .hightlight_col {
- background: #dbdbdb;
- }
- </style>
- </head>
- <body>
- <table style="border-collapse: collapse">
- <tbody>
- <tr class="header_table">
- <td width=100px> </td>
- <td width=100px>Oud</td>
- <td width=100px>Nieuw</td>
- <td width=100px>Verschil</td>
- </tr>
- <tr>
- <td class="header_col"> </td>
- <td class="header_row" colspan="3">Electra - Normaal</td>
- </tr>
- <tr>
- <td class="header_col">Import</td>
- <td class="value">{ELECTRA_NORMAAL_IMPORT_PREV}</td>
- <td class="value hightlight_col">{ELECTRA_NORMAAL_IMPORT_CURR}</td>
- <td class="value">{ELECTRA_NORMAAL_IMPORT_DIFF}</td>
- </tr>
- <tr>
- <td class="header_col">Export</td>
- <td class="value">{ELECTRA_NORMAAL_EXPORT_PREV}</td>
- <td class="value hightlight_col">{ELECTRA_NORMAAL_EXPORT_CURR}</td>
- <td class="value">{ELECTRA_NORMAAL_EXPORT_DIFF}</td>
- </tr>
- <tr>
- <td class="header_col" > </td>
- <td class="header_row" colspan="3">Electra - Dal</td>
- </tr>
- <tr>
- <td class="header_col">Import</td>
- <td class="value">{ELECTRA_DAL_IMPORT_PREV}</td>
- <td class="value hightlight_col">{ELECTRA_DAL_IMPORT_CURR}</td>
- <td class="value">{ELECTRA_DAL_IMPORT_DIFF}</td>
- </tr>
- <tr>
- <td class="header_col">Export</td>
- <td class="value">{ELECTRA_DAL_EXPORT_PREV}</td>
- <td class="value hightlight_col">{ELECTRA_DAL_EXPORT_CURR}</td>
- <td class="value">{ELECTRA_DAL_EXPORT_DIFF}</td>
- </tr>
- <tr>
- <td class="header_col" > </td>
- <td class="header_row" colspan="3">Solar</td>
- </tr>
- <tr>
- <td class="header_col">Opgewekt</td>
- <td class="value">{SOLAR_PREV}</td>
- <td class="value hightlight_col">{SOLAR_CURR}6</td>
- <td class="value">{SOLAR_DIFF}</td>
- </tr>
- <tr>
- <td class="header_col"> </td>
- <td class="header_row" colspan="3">Gas</td>
- </tr>
- <tr>
- <td class="header_col">Import</td>
- <td class="value">{GAS_PREV}</td>
- <td class="value hightlight_col">{GAS_CURR}</td>
- <td class="value">{GAS_DIFF}</td>
- </tr>
- </tbody>
- </table>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement