Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
PSW_II_PARIWISATA_TRANSPORTASI
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Proyek_PSW_II_PARIWISATA
PSW_II_PARIWISATA_TRANSPORTASI
Commits
4e404c2b
Commit
4e404c2b
authored
Jun 06, 2020
by
11319009_Pratiwi Sibarani
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Upload New File
parent
57c22a46
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
78 additions
and
0 deletions
+78
-0
header.php
transportasi/admin/template/header.php
+78
-0
No files found.
transportasi/admin/template/header.php
0 → 100644
View file @
4e404c2b
<?php
$URL
=
BASEURL
;
require_once
(
'../config.php'
);
?>
<!DOCTYPE html>
<html
lang=
"en"
>
<head>
<meta
charset=
"utf-8"
>
<meta
content=
"width=device-width, initial-scale=1.0"
name=
"viewport"
>
<!-- <title>Index</title> -->
<meta
content=
""
name=
"descriptison"
>
<meta
content=
""
name=
"keywords"
>
<!-- Favicons -->
<link
href=
"
<?=
BASEURL
;
?>
public/img/logo2.png"
rel=
"icon"
>
<link
href=
"img/apple-touch-icon.png"
rel=
"apple-touch-icon"
>
<!-- Google Fonts -->
<link
href=
"https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i|Raleway:300,300i,400,400i,500,500i,600,600i,700,700i|Poppins:300,300i,400,400i,500,500i,600,600i,700,700i"
rel=
"stylesheet"
>
<!-- Vendor CSS Files -->
<link
href=
"
<?=
BASEURL
;
?>
public/vendor/bootstrap/css/bootstrap.min.css"
rel=
"stylesheet"
>
<link
href=
"
<?=
BASEURL
;
?>
public/vendor/icofont/icofont.min.css"
rel=
"stylesheet"
>
<link
href=
"
<?=
BASEURL
;
?>
public/vendor/boxicons/css/boxicons.min.css"
rel=
"stylesheet"
>
<link
href=
"
<?=
BASEURL
;
?>
public/vendor/animate.css/animate.min.css"
rel=
"stylesheet"
>
<link
href=
"
<?=
BASEURL
;
?>
public/vendor/remixicon/remixicon.css"
rel=
"stylesheet"
>
<link
href=
"
<?=
BASEURL
;
?>
public/vendor/venobox/venobox.css"
rel=
"stylesheet"
>
<link
href=
"
<?=
BASEURL
;
?>
public/vendor/owl.carousel/owl.carousel.min.css"
rel=
"stylesheet"
>
<!-- Template Main CSS File -->
<link
href=
"
<?=
BASEURL
;
?>
public/css/style.css"
rel=
"stylesheet"
>
<script
src=
"
<?=
BASEURL
;
?>
public/chartjs/Chart.js"
></script>
</head>
<body>
<!-- ======= Header ======= -->
<header
id=
"header"
class=
"fixed-top "
>
<div
class=
"container d-flex align-items-center"
>
<h1
class=
"logo"
><a
href=
"index.php"
><img
src=
"
<?=
BASEURL
;
?>
public/img/logo3.png"
alt=
""
>
</a></h1>
<nav
class=
"nav-menu d-none d-lg-block"
>
<ul>
<li
class=
""
><a
href=
"index.php"
>
Home
</a></li>
<li><a
href=
"destinasi_admin.php"
>
Destinasi
</a></li>
<li
class=
"drop-down"
><a
href=
"#"
>
Tiket
</a>
<ul>
<li><a
href=
"tiket_admin.php"
>
Daftar Tiket
</a></li>
<li><a
href=
"daftar_pembayaran.php"
>
Pembayaran Tiket
</a></li>
</ul>
</li>
<li
class=
"drop-down"
><a
href=
"#"
>
Ekstensi
</a>
<ul>
<li><a
href=
"berita_admin.php"
>
Berita
</a></li>
<li><a
href=
"transportasi_admin.php"
>
Kendaraan
</a></li>
<li><a
href=
"kategori_admin.php"
>
Kategori
</a></li>
</ul>
</li>
</ul>
</nav>
<!-- .nav-menu -->
<a
href=
"
<?=
BASEURL
;
?>
logout.php"
class=
"get-started-btn ml-auto"
>
<svg
class=
"bi bi-house-door"
width=
"1em"
height=
"1em"
viewBox=
"0 0 16 16"
fill=
"currentColor"
xmlns=
"http://www.w3.org/2000/svg"
>
<path
fill-rule=
"evenodd"
d=
"M7.646 1.146a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 .146.354v7a.5.5 0 0 1-.5.5H9.5a.5.5 0 0 1-.5-.5v-4H7v4a.5.5 0 0 1-.5.5H2a.5.5 0 0 1-.5-.5v-7a.5.5 0 0 1 .146-.354l6-6zM2.5 7.707V14H6v-4a.5.5 0 0 1 .5-.5h3a.5.5 0 0 1 .5.5v4h3.5V7.707L8 2.207l-5.5 5.5z"
/>
<path
fill-rule=
"evenodd"
d=
"M13 2.5V6l-2-2V2.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5z"
/>
</svg>
Log Out (
<?=
$_SESSION
[
"username"
]
?>
)
</a>
</div>
</header>
<!-- End Header -->
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment