diff options
Diffstat (limited to 'app')
| -rw-r--r-- | app/Resources/views/default/AllDataPage.html.twig | 2 | ||||
| -rw-r--r-- | app/Resources/views/default/index.html.twig | 2 | ||||
| -rw-r--r-- | app/Resources/views/emails/warning.html.twig | 23 | 
3 files changed, 2 insertions, 25 deletions
| diff --git a/app/Resources/views/default/AllDataPage.html.twig b/app/Resources/views/default/AllDataPage.html.twig index 7851afb..6162b49 100644 --- a/app/Resources/views/default/AllDataPage.html.twig +++ b/app/Resources/views/default/AllDataPage.html.twig @@ -5,7 +5,7 @@      <title>Title</title>  </head>  <body> -<table> +<table border="1">      <tr>          <th>TimeStamp</th>          <th>Co</th> diff --git a/app/Resources/views/default/index.html.twig b/app/Resources/views/default/index.html.twig index ce28faf..705044b 100644 --- a/app/Resources/views/default/index.html.twig +++ b/app/Resources/views/default/index.html.twig @@ -2,7 +2,7 @@  {% block body %}      <div id="wrapper"> -        <table> +        <table border="1">              <tr>                  <th>TimeStamp</th>                  <th>Co</th> diff --git a/app/Resources/views/emails/warning.html.twig b/app/Resources/views/emails/warning.html.twig deleted file mode 100644 index 29a686c..0000000 --- a/app/Resources/views/emails/warning.html.twig +++ /dev/null @@ -1,23 +0,0 @@ -{# app/Resources/views/emails/registration.html.twig #} -<h3>WARNING!</h3> - -<img src="https://i.imgflip.com/20b4q2.jpg"/> - -<div id="wrapper"> -    <table> -        <tr> -            <th>TimeStamp</th> -            <th>Co</th> -            <th>No</th> -            <th>So</th> -        </tr> -        <tr id="latest"> -            <td>{{ data->TimeStamp }}</td> -            <td>{{ Co }}</td> -            <td>{{ No }}</td> -            <td>{{ So }}</td> -        </tr> -    </table> -</div> -<a href="/AllDataReadings">All Data Page</a> -<p id="aq">{{ Aqi }}</p>
\ No newline at end of file |