Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
PA1-1617-D3TI08
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
Dodi Agustin Refansius Pakpahan
PA1-1617-D3TI08
Commits
7bafcf4e
Commit
7bafcf4e
authored
May 21, 2017
by
Suryaningsih Sinaga
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
tampilan pemesanan kamar
parent
d2be94b2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
109 additions
and
0 deletions
+109
-0
memesan.php
memesan.php
+109
-0
No files found.
memesan.php
0 → 100644
View file @
7bafcf4e
<?php
session_start
();
include_once
(
'fungsi.php'
);
if
(
!
isset
(
$_SESSION
[
'user'
])){
header
(
"location: login.php"
);
}
$nama
=
$_SESSION
[
'nama'
];
$alamat
=
$_SESSION
[
'alamat'
];
$email
=
$_SESSION
[
'email'
];
?>
<!DOCTYPE html>
<html>
<head>
<meta
charset=
"utf-8"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1"
>
<title>
BUKIT GIBEON
</title>
<link
rel=
"shortcut icon"
href=
"images/inst.png"
>
<link
href=
"css/bootstrap.min.css"
rel=
"stylesheet"
>
<link
href=
"css/animate.css"
rel=
"stylesheet"
>
<link
href=
"css/myStyle.css"
rel=
"stylesheet"
>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/font-awesome.min.css"
>
<script
src=
"js/jquery-3.1.1.min.js"
></script>
<script
src=
"js/bootstrap.min.js"
></script>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/stylee.css"
/>
</head>
<body
background=
"images/eirene.jpg"
>
<?php
include_once
(
'header.php'
);
?>
<div
id=
"wrapper"
><br><br><br><br><br>
<div
class=
"hero"
>
<form
method=
"POST"
action=
"pemesanan.php"
enctype=
"multipart/form-data"
>
<table>
<tr>
<td
width=
"200px"
>
Nama Pengunjung
</td>
<td
width=
"150px"
>
:
</td>
<td><input
type=
"text"
name=
"nama"
id=
"nama"
value=
'
<?php
echo
$nama
?>
'
readonly
</
td
>
</tr>
<tr>
<td>
Alamat Pengunjung
</td>
<td>
:
</td>
<td><input
type=
"text"
name=
"alamat"
id=
"nama"
value=
'
<?php
echo
$alamat
?>
'
readonly
></td>
</tr>
<tr>
<td>
Email Pengunjung
</td>
<td>
:
</td>
<td><input
type=
"text"
name=
"email"
id=
"nama"
value=
'
<?php
echo
$email
?>
'
readonly
></td>
</tr>
<tr>
<td>
Jumlah Peserta
</td>
<td>
:
</td>
<td><input
type=
"text"
name=
"jumlahpeserta"
id=
"nama"
placeholder=
"maskimal peserta 45 orang"
required
></td>
</tr>
<tr>
<td>
Tanggal Mulai
</td>
<td>
:
</td>
<td
width=
"300px"
><input
type=
"date"
name=
"waktumulai"
id=
"nama"
required
></td>
</tr>
<tr>
<td>
Tanggal Selesai
</td>
<td>
:
</td>
<td><input
type=
"date"
name=
"waktuselesai"
id=
"nama"
required
></td>
</tr>
</table>
</p>
<input
type=
"file"
style=
"width:200px"
name=
"gambar"
>
<input
type=
"submit"
name=
"submit"
class=
"btn btn-info"
value=
"Pesan Sekarang"
>
</form>
</div>
</div>
<footer
class=
"footer"
>
<div
class=
"icon"
>
<a
href=
"https://facebook.com"
target=
"_blank"
><i
class=
"fa fa-facebook"
style=
"font-size: 20px;"
></i></a>
<a
href=
"https://instagram.com"
target=
"_blank"
><i
class=
"fa fa-instagram"
style=
"font-size: 20px;"
></i></a>
<a
href=
"https://twitter.com"
target=
"_blank"
><i
class=
"fa fa-twitter"
style=
"font-size: 20px;"
></i></a>
<a
href=
"https://gmail.com"
target=
"_blank"
><i
class=
"fa fa-google-plus"
style=
"font-size: 20px;"
></i></a>
</div>
<p>
BUKIT GIBEON
</p>
<p>
Sekolah Misi Interdenominasi Gereja
</p>
<hr>
<p>
Copyright
&
copy All Right Reserved - Kelompok PA1-1617-D3TI08 - 2016
</p>
</footer>
</html>
\ No newline at end of file
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