diff --git a/.idea/HegreEtConfort.iml b/.idea/HegreEtConfort.iml index f4221e4..af6cce8 100644 --- a/.idea/HegreEtConfort.iml +++ b/.idea/HegreEtConfort.iml @@ -3,6 +3,7 @@ + diff --git a/.idea/dataSources.xml b/.idea/dataSources.xml index c1906c3..c17c05a 100644 --- a/.idea/dataSources.xml +++ b/.idea/dataSources.xml @@ -1,11 +1,56 @@ - +<<<<<<< HEAD + postgresql true org.postgresql.Driver jdbc:postgresql://172.20.96.1:5432/HegreEtConfort +======= +<<<<<<< HEAD +<<<<<<< HEAD + +======= +<<<<<<< HEAD + + postgresql + true + org.postgresql.Driver + jdbc:postgresql://172.20.96.1:5432/ + $ProjectFileDir$ + + + mariadb + true + org.mariadb.jdbc.Driver + jdbc:mariadb://127.0.0.1:3306/hegreconfort +======= + + postgresql + true + org.postgresql.Driver + jdbc:postgresql://172.20.96.1:5432/chauffageproj + $ProjectFileDir$ + + +>>>>>>> 6532d4d88b86c321a212cdc0ca43b2e4770db117 + postgresql + true + org.postgresql.Driver + jdbc:postgresql://172.20.96.1:5432/chauffageproj +>>>>>>> ee236ff74aaac1882a825817d5ce8f692d3bdd0f +======= + + mariadb + true + org.mariadb.jdbc.Driver + jdbc:mariadb://localhost:3306/HegreConfort + + + +>>>>>>> cc65343635c8771e56e2a3304b42ec32f4f91b97 +>>>>>>> d7375d330251cab10a2296bbb292fcdb7cd6e847 $ProjectFileDir$ diff --git a/assets/styles/css/app.css b/assets/styles/css/app.css index dd6181a..de8f662 100644 --- a/assets/styles/css/app.css +++ b/assets/styles/css/app.css @@ -1,3 +1,3 @@ body { - background-color: skyblue; + background: url("../image/fond.png") center center / cover no-repeat !important; } diff --git a/assets/styles/css/login.css b/assets/styles/css/login.css index 3acf4b0..851c8d8 100644 --- a/assets/styles/css/login.css +++ b/assets/styles/css/login.css @@ -82,6 +82,5 @@ body { width: 30%; height: 75%; - background: #243C40; } \ No newline at end of file diff --git a/templates/authentication/index.html.twig b/templates/authentication/index.html.twig deleted file mode 100644 index c40b41a..0000000 --- a/templates/authentication/index.html.twig +++ /dev/null @@ -1,35 +0,0 @@ - - -{% block title %}Log in!{% endblock %} - -{% block body %} -
- {% if error %} -
{{ error.messageKey|trans(error.messageData, 'security') }}
- {% endif %} - - {% if app.user %} -
- You are logged in as {{ app.user.userIdentifier }}, Logout -
- {% endif %} - -

Please sign in

- - - - - - - -
- - -
- - - -
-{% endblock %} \ No newline at end of file