From ac67bf16599478e6229d93e5e48572511992c22c Mon Sep 17 00:00:00 2001 From: u205400 Date: Fri, 22 Jun 2018 22:49:57 +0200 Subject: [PATCH] work in progress --- src/frontend.template.php | 503 ++++++++++++++++++++------------------ src/style.css | 148 ++++++----- 2 files changed, 358 insertions(+), 293 deletions(-) diff --git a/src/frontend.template.php b/src/frontend.template.php index f8d5711..074b2cd 100644 --- a/src/frontend.template.php +++ b/src/frontend.template.php @@ -20,52 +20,34 @@ $mailIds = array_map(function ($mail) { }, $emails); $mailIdsJoinedString = filter_var(join('|', $mailIds), FILTER_SANITIZE_SPECIAL_CHARS); +function niceDate($date){ + return $date; +} ?> + + + + - <?php - echo $emails ? "(" . count($emails) . ") " : ""; - echo $user->address ?> - - - - - - - + + + + + <?php + echo $emails ? "(" . count($emails) . ") " : ""; + echo $user->address ?> + + - - -