Ticket Management System Passenger Portal | Part 01| Master Page

Client Portal Master Page
Client Portal Master Page


 Overview:

This is the main body code of the client portal or passenger portal. You need to copy code from dashboard,profile and booking etc. Then paste here in red mark text.

Html Code:

<html>

<head>

<meta name = "viewport" content = "width = device-width, initial-scale = 1.0, shrink-to-fit = no" />

<title id = "page_title"> Client Portal </title>

<link rel = "stylesheet" href = "styleSheet.css" />

<link rel = "stylesheet" href = "c.css" />

<link rel = "stylesheet" href = "all.css" />

<style>

.active {

background-color: rgb(010592!important;

}

 

.text-black {

colorblack !important;

}

</style>

</head>

 

<body>

<div id = "dashboard-box" >

<div id = "sidebar-dashboard-box" >

<ul class = "sidebar-nav" >

<li><a id = "dashboard_show" href = "#dashboard_section"> Dashboard </a> </li>

<li> <a id = "profile_show" href = "#profile_section">Profile</a></li>

<li> <a id = "booking_show" href = "#booking_section">Booking</a></li>

<li>

<a id = "notification_show" href = "#notification_section" > Notification </a>

</li>

<li>

<a id = "online_payment_show" href = "#online_payment_section" > Online Payment </a>

</li>

<li>

<a id = "cancel_ticket_show" href = "#cancel_ticket_section" > Cancel Ticket 

</a>

</li>

<li> <a id = "route_show" href = "#route_section" > Route </a> </li>

<li> <a id = "ticket_show" href = "#ticket_section" > Ticket </a> </li>

<li><a id = "feedback_show" href = "#feedback_section">Feedback</a></li>

<li><a id = "change_password_show" href = "#change_password_section" > Change Password </a> </li>

</ul>

</div>

<div class = "page-content-dashboard-box" >

<div class = "container-fluid" >

<div class = "row" >

<div class = "col-md-12 my-2" >

<div class = "card" >

<div class = "card-header" >

<strong id = "dashboard_top_heading" > <a class = "btn btn-link p-0" role = "button" id = "menu-toggle" href = "#menu-toggle" >

<i class = "fa fa-bars" > </i>

</a> Wellcome </strong>

</div>

</div>

</div>

</div>

// Ticket Management System Client Portal Dashboard Html Code Here

// Ticket Management System Client Portal Profile Html Code Here

// Ticket Management System Client Portal Booking Html Code Here

// Ticket Management System Client Portal Notification Html Code Here

// Ticket Management System Client Portal Online Payment Html Code Here

// Ticket Management System Client Portal Cancel Ticket Html Code Here

// Ticket Management System Client Portal Route Html Code Here

// Ticket Management System Client Portal Ticket Html Code Here

// Ticket Management System Client Portal Feedback Html Code Here

// Ticket Management System Client Portal Change Password Html Code Here

 

 

 

</div>

</div>

</div>

</div>

</body>

<script src = "js.js" > </script>

<script src = "bootstrap.min.js" > </script>

<script src = "side_bar_active.js" > </script>

<script src = "user_body_content.js" > </script>

<script src = "dashboard_dropdown.js" > </script>

<script src = "feedback_penal.js" > </script>

<script src = "ticket_panel.js" > </script>

</html>

 Output

Master Page
Master Page


0 Comments