From 24b0bb3798cd8ca6c4669e221abb060b961c0e69 Mon Sep 17 00:00:00 2001 From: Unknown Date: Mon, 14 May 2018 00:57:57 +0200 Subject: [PATCH] Implement non-admin user pdf download --- public_html/page/home.php | 48 +++++++++++++++++++++++++++------------ webpack/scss/layout.scss | 8 +++++++ 2 files changed, 42 insertions(+), 14 deletions(-) diff --git a/public_html/page/home.php b/public_html/page/home.php index 6d8beed..78f2a89 100644 --- a/public_html/page/home.php +++ b/public_html/page/home.php @@ -9,22 +9,23 @@ PTUT web title - - + + + - - - - - - - - - - + + + + + + + + + + - - + + @@ -46,4 +47,23 @@ + + + + + + +
+ + +
+
+
Plateforme Assistée de Traitement Administratif des Taches d'Enseignement
+ " class="downloadButton">Télécharger ma fiche +
+ + +
+ + \ No newline at end of file diff --git a/webpack/scss/layout.scss b/webpack/scss/layout.scss index c84b592..07c18dc 100644 --- a/webpack/scss/layout.scss +++ b/webpack/scss/layout.scss @@ -281,5 +281,13 @@ body.body404{ } +.downloadButton{ + text-decoration: none; + color: #3f4a5e; + box-shadow: 0px 0px 1px 1px #7f8d9b; + background: whitesmoke; + padding: 10px; + border-radius: 2px; +}