From 430cada25dd57e2d14a06b88a4465cc371c0f676 Mon Sep 17 00:00:00 2001 From: tp_dhu Date: Mon, 24 Mar 2025 19:41:30 +0000 Subject: [PATCH] created landing page --- app/controllers/HomeController.php | 7 +- ui/templates/layout.html | 2 +- ui/views/home.html | 176 ++++++++++++++++++----------- 3 files changed, 110 insertions(+), 75 deletions(-) diff --git a/app/controllers/HomeController.php b/app/controllers/HomeController.php index 693eb1e..9ee17eb 100644 --- a/app/controllers/HomeController.php +++ b/app/controllers/HomeController.php @@ -3,13 +3,10 @@ class HomeController { public function display($f3){ - // $db = $f3->get('DB'); - // echo \Template::instance()->render('../ui/views/home.html'); + + $f3->set('content', '/ui/views/home.html'); echo \Template::instance()->render('../ui/templates/layout.html'); - - // Query - // View } // ... } \ No newline at end of file diff --git a/ui/templates/layout.html b/ui/templates/layout.html index 75cb4ec..d34cdeb 100644 --- a/ui/templates/layout.html +++ b/ui/templates/layout.html @@ -4,7 +4,7 @@ - Desk - Work Streams + TP ServiceDesk diff --git a/ui/views/home.html b/ui/views/home.html index a437d37..e4147f9 100644 --- a/ui/views/home.html +++ b/ui/views/home.html @@ -1,77 +1,115 @@ - - - - - - Bulma Dashboard - - - - - - - - + - -
-
- - {{@content}} -
-
+ +
+
+
+

Knowledge Base

+
    +
  • Markdown-powered articles
  • +
  • Tagging and filtering
  • +
  • Fast searching
  • +
+
+
+
- - + +
+
+
+

Projects

+
    +
  • Track ongoing projects
  • +
  • Integreate tasks and tickets
  • +
  • Monitor progress
  • +
+
+
+
- - - - \ No newline at end of file + +
+
+
+

Collaboration

+
    +
  • Comment threads
  • +
  • File attachments
  • +
  • Role-based user access
  • +
+
+
+
+ + +
+
+
+

Custom fields

+
    +
  • Define ticket meta data
  • +
  • Configure and store extra info
  • +
  • Easily editable in forms
  • +
+
+
+
+ + +
+
+
+

Administration

+
    +
  • Manage user roles
  • +
  • Create new account
  • +
  • Edit existing users
  • +
+
+
+
+ + + + + + \ No newline at end of file