From b637d625216e50602d0bde8a544c281ca00af5fa Mon Sep 17 00:00:00 2001 From: Debulois Date: Thu, 31 Mar 2022 14:56:45 +0200 Subject: Grosse maj encore avec ajout de fonctionnalités dans l'admin principalement et grosse remise en page / rennomage et preparation pour retravailler le CSS MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Views/Includes/incl_form_userInfo.php | 99 ----------------------------------- 1 file changed, 99 deletions(-) delete mode 100644 Views/Includes/incl_form_userInfo.php (limited to 'Views/Includes/incl_form_userInfo.php') diff --git a/Views/Includes/incl_form_userInfo.php b/Views/Includes/incl_form_userInfo.php deleted file mode 100644 index c79e687..0000000 --- a/Views/Includes/incl_form_userInfo.php +++ /dev/null @@ -1,99 +0,0 @@ -get_user_info_by_id($_SESSION["userId"]); -if (!$info) { - $info = [ - ["lastname" => "", - "firstname" => "", - "phoneNumber" => "", - "adress" => "", - "zipCode" => "", - "city" => "", - "degree" => "", - "capability" => "", - "description" => ""] - ]; -} -echo(' -
- -
-

'.$text[basename(__FILE__, ".php")]["h2"].'

-
- - - - - - '.PHP_EOL); -// TODO : Commenter -if ($_SESSION["userStatus"] == 1) { - $allJobs = $dbsearch->get_job_category_all(); - $proJobs = $dbsearch->get_pro_job_category($_SESSION["userId"]); - echo(' '.PHP_EOL); - // Mes jobs - echo(' Mes jobs -
    '.PHP_EOL); - for ($i = 0; $i < count($proJobs); $i++) { - echo('
  • '.$proJobs[$i]["jobCategoryName".ucwords($_SESSION["lang"])].'
  • '.PHP_EOL); - } - echo('
- '.PHP_EOL); - // Keep going - echo(' - - '.PHP_EOL); -} -echo(' -
-
- - ') -?> \ No newline at end of file -- cgit v1.2.3