Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
T
TB_Center
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
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Andry F. Hutapea
TB_Center
Commits
38dde5e1
Commit
38dde5e1
authored
May 26, 2017
by
Andry F. Hutapea
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
perubahan
parent
92b576a9
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
179 additions
and
0 deletions
+179
-0
daftar_komentar.php
daftar_komentar.php
+129
-0
komentar.php
komentar.php
+50
-0
No files found.
daftar_komentar.php
0 → 100644
View file @
38dde5e1
<!DOCTYPE html>
<html
lang=
"en"
>
<head>
<meta
charset=
"utf-8"
>
<meta
http-equiv=
"X-UA-Compatible"
content=
"IE=edge"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1"
>
<meta
name=
"description"
content=
""
>
<meta
name=
"author"
content=
""
>
<title>
TB SILALAHI CENTER
</title>
<!-- Bootstrap Core CSS/dipake -->
<link
href=
"vendor/bootstrap/css/bootstrap.min.css"
rel=
"stylesheet"
>
<!-- MetisMenu CSS -->
<link
href=
"vendor/metisMenu/metisMenu.min.css"
rel=
"stylesheet"
>
<!-- Custom CSS -->
<link
href=
"dist/css/sb-admin-2.css"
rel=
"stylesheet"
>
<link
href=
"css/animate1.css"
rel=
'stylesheet'
type=
'text/css'
/>
<!-- Custom Fonts -->
<link
href=
"vendor/font-awesome/css/font-awesome.min.css"
rel=
"stylesheet"
type=
"text/css"
>
</head>
<body>
<ul
class=
"tp-hd-lft wow fadeInDown animated"
data-wow-delay=
"0.5s"
>
<div
id=
"wrapper"
>
<!-- Navigation -->
<nav
class=
"navbar navbar-default navbar-static-top"
role=
"navigation"
style=
"margin-bottom: 0"
>
<div
class=
"navbar-header"
>
<button
type=
"button"
class=
"navbar-toggle"
data-toggle=
"collapse"
data-target=
".navbar-collapse"
>
<span
class=
"sr-only"
>
Toggle navigation
</span>
<span
class=
"icon-bar"
></span>
<span
class=
"icon-bar"
></span>
<span
class=
"icon-bar"
></span>
</button>
<a
class=
"navbar-brand"
href=
"admin.php"
>
Halaman Admin
</a>
</div>
<!-- /.navbar-header -->
<ul
class=
"nav navbar-top-links navbar-right"
>
<li
class=
"dropdown"
>
<a
class=
"dropdown-toggle"
data-toggle=
"dropdown"
href=
"#"
>
<i
class=
"fa fa-user fa-fw"
></i>
<i
class=
"fa fa-caret-down"
></i>
</a>
<ul
class=
"dropdown-menu dropdown-user"
>
<li><a
href=
"login.php"
><i
class=
"fa fa-sign-out fa-fw"
></i>
Logout
</a>
</li>
</ul>
<!-- /.dropdown-user -->
</li>
<!-- /.dropdown -->
</ul>
<!-- /.navbar-top-links -->
<div
class=
"navbar-default sidebar"
role=
"navigation"
>
<div
class=
"sidebar-nav navbar-collapse"
>
<ul
class=
"nav"
id=
"side-menu"
>
<li>
<a
href=
"admin.php"
><i
class=
"fa fa-dashboard fa-fw"
></i>
Dashboard
</a>
</li>
<li>
<a
href=
"main_forum.php"
></i><i
class=
"fa fa-sign-out fa-fw"
></i>
Daftar Komentar
</a>
</li>
<li>
<a
href=
"koleksi.php"
></i><i
class=
"fa fa-sign-out fa-fw"
></i>
Daftar koleksi
</a>
</li>
<li>
<a
href=
"apply_tiket.php"
></i><i
class=
"fa fa-sign-out fa-fw"
></i>
Daftar Pemesan
</a>
</li>
</ul>
</div>
<!-- /.sidebar-collapse -->
</div>
<!-- /.navbar-static-side -->
</nav>
<div
id=
"page-wrapper"
>
<div
class=
"row"
>
<div
class=
"col-lg-12"
>
<h1
class=
"page-header"
>
Halaman Admin TB SILALAHI CENTER
</h1>
</div>
<!-- /.col-lg-12 -->
</div>
<?php
require_once
(
dirname
(
__FILE__
)
.
'/main_forum.php'
);
?>
</div>
</div>
<!-- /#wrapper -->
<!-- jQuery -->
<script
src=
"vendor/jquery/jquery.min.js"
></script>
<!-- Bootstrap Core JavaScript -->
<script
src=
"vendor/bootstrap/js/bootstrap.min.js"
></script>
<!-- Metis Menu Plugin JavaScript -->
<script
src=
"vendor/metisMenu/metisMenu.min.js"
></script>
</ul>
</body>
</html>
komentar.php
0 → 100644
View file @
38dde5e1
<?php
session_start
();
include_once
(
'config/koneksi.php'
);
open_page
(
'booking'
);
?>
<!DOCTYPE html>
<html>
<head>
<meta
http-equiv=
"Content-Type"
content=
"text/html; charset=utf-8"
/>
<link
href=
"css/metro-bootstrap.css"
rel=
"stylesheet"
>
<link
href=
"css/metro-bootstrap-responsive.css"
rel=
"stylesheet"
>
<link
href=
"css/iconFont.css"
rel=
"stylesheet"
>
<link
href=
"css/docs.css"
rel=
"stylesheet"
>
<link
href=
"css/animate1.css"
rel=
"stylesheet"
type=
"text/css"
>
<!-- Load JavaScript Libraries -->
<script
src=
"js/jquery/jquery.min.js"
></script>
<script
src=
"js/jquery/jquery.widget.min.js"
></script>
<script
src=
"js/jquery/jquery.mousewheel.js"
></script>
<!-- Metro UI CSS JavaScript plugins -->
<script
src=
"js/load-metro.js"
></script>
<!-- Local JavaScript -->
<script
src=
"js/docs.js"
></script>
<title>
komentar
</title>
</head>
<ul
class=
"tp-hd-lft wow fadeInDown animated"
data-wow-delay=
"0.5s"
>
<body
class=
"metro"
>
<header
class=
"bg-darkCobalt"
data-load=
"atasan.php"
></header>
<?php
require_once
(
dirname
(
__FILE__
)
.
'/main_forum.php'
);
?>
<br>
</div>
<footer
class=
"dark"
data-load=
"bawahan.php"
></footer>
</body>
</html>
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