diff --git a/fluxRSS/templates/CSS/myStyle.css b/fluxRSS/templates/CSS/myStyle.css new file mode 100755 index 0000000..77c071d --- /dev/null +++ b/fluxRSS/templates/CSS/myStyle.css @@ -0,0 +1,29 @@ +@charset "UTF-8"; +.myBody{ + background-color: rgba(255,187,248,0.50); +} +.centreCa{ + display: flex; + justify-content: center; +} +.imgArticle{ + width: 15em; + margin: 1em; +} +.enTitre{ + font-size: large; +} +.entete{ + font-size: xxx-large; +} +.caseInfo{ + background-color: rgba(255,185,251,0.61); +} +.dnconnect{ + padding: 2em; + display: flex; + justify-content: right; +} +.margOp{ + margin: 1em; +} \ No newline at end of file diff --git a/fluxRSS/templates/CSS/style.css b/fluxRSS/templates/CSS/style.css deleted file mode 100755 index 69491c4..0000000 --- a/fluxRSS/templates/CSS/style.css +++ /dev/null @@ -1,5 +0,0 @@ -@charset "UTF-8"; -.centreCa{ - display: flex; - justify-content: center; -} \ No newline at end of file diff --git a/fluxRSS/templates/Connection.html b/fluxRSS/templates/Connection.html index aa0b681..09592ac 100755 --- a/fluxRSS/templates/Connection.html +++ b/fluxRSS/templates/Connection.html @@ -3,11 +3,13 @@ + - - Login + + + Login - +
{% if dVue is defined %} @@ -19,33 +21,33 @@ {% endif %} {% endif %} -

Login

+

Login

Nom - +
Password - +
- - + +
- Not a member? Go to Articles + Not a member? Go to Articles
diff --git a/fluxRSS/templates/listArticle.html b/fluxRSS/templates/listArticle.html index 61b39c1..3ec0c95 100755 --- a/fluxRSS/templates/listArticle.html +++ b/fluxRSS/templates/listArticle.html @@ -5,27 +5,26 @@ - + All Articles - +
-
-

Actualités

-
- {% if not isAdmin %} - Connect + Connect {% else %} - Déconnection + Déconnection {% endif %} +
+

Actualités

+
{% for article in dVue.data %} -

- {{article.dateStr()}} - - {{ article.getTitle() }} +

+ {{article.dateStr()}}
+ + {{ article.getTitle() }} {{ article.getDescription() }}

{% endfor %}