Skip to content
Snippets Groups Projects
Commit d25e303e authored by Venny Larasati's avatar Venny Larasati
Browse files

add current page on formskp.php & edit sidebar

parent 4326f65d
Branches
No related merge requests found
Pipeline #1642 skipped
......@@ -75,7 +75,7 @@
<span>Evaluasi Pribadi</span>
</li>
<li>
<li <?php if ($current_page=="Form SKP") echo "class= \"active\""?> >
<a href class="auto">
<span class="pull-right text-muted">
<i class="text8 icon-bdg_arrow3 text"></i>
......@@ -91,7 +91,7 @@
</a>
</li>
<li>
<a href="">
<a href="formskp.php">
<span>Isi Formulir SKP</span>
</a>
</li>
......@@ -170,7 +170,6 @@
</li>
<li >
<a href="lihat_penilaian_skp.php">
<b class="badge bg-danger pull-right">3</b>
<span>Lihat Formulir SKP</span>
</a>
</li>
......
......@@ -4,7 +4,7 @@ $nip_pegawai = $_SESSION['nip_pegawai']; ?>
<html lang="en" class="">
<head>
<meta charset="utf-8" />
<title>Bandung Web Kit | BDGWEBKIT</title>
<title>Formulir Penilaian Perilaku Kerja</title>
<meta name="description" content="Bandung Web Kit" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
<link rel="stylesheet" href="../libs/assets/animate.css/animate.css" type="text/css" />
......
......@@ -4,7 +4,7 @@ $nip_pegawai = $_SESSION['nip_pegawai']; ?>
<html lang="en" class="">
<head>
<meta charset="utf-8" />
<title>Bandung Web Kit | BDGWEBKIT</title>
<title>Formulir Penilaian Perilaku Kerja</title>
<meta name="description" content="Bandung Web Kit" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
<link rel="stylesheet" href="../libs/assets/animate.css/animate.css" type="text/css" />
......
......@@ -17,7 +17,7 @@
</head>
<body>
<div class="app app-header-fixed ">
<?php $current_page = "Form SKP" ; ?>
<?php require_once 'header.php' ?>
<?php require_once 'aside.php' ?>
<!-- content -->
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment