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
5357efac
Commit
5357efac
authored
May 25, 2017
by
Loni Miranda Doloksaribu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
In Progress
parent
dee0c646
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
47 additions
and
0 deletions
+47
-0
pesan_tiket.php
pesan_tiket.php
+47
-0
No files found.
pesan_tiket.php
0 → 100644
View file @
5357efac
<!DOCTYPE html>
<html>
<head>
</head>
<body>
<table
width=
"400"
border=
"0"
align=
"center"
cellpadding=
"0"
cellspacing=
"1"
bgcolor=
"#CCCCCC"
>
<tr>
<form
id=
"form1"
name=
"form1"
method=
"post"
action=
"berita_pemesanan.php"
>
<td>
<table
width=
"100%"
border=
"0"
cellpadding=
"3"
cellspacing=
"1"
bgcolor=
"#FFFFFF"
>
<tr>
<td
colspan=
"3"
bgcolor=
"#E6E6E6"
><strong>
Pemesanan Tiket
</strong>
</td>
</tr>
<tr>
<td
width=
"14%"
><strong>
Jumlah Tiket
</strong></td>
<td
width=
"2%"
>
:
</td>
<td
width=
"84%"
><input
name=
"topic"
type=
"text"
id=
"topic"
size=
"50"
/></td>
</tr>
<tr>
<td
valign=
"top"
><strong>
Kategori
</strong></td>
<td
valign=
"top"
>
:
</td>
<td><textarea
name=
"detail"
cols=
"50"
rows=
"3"
id=
"detail"
></textarea></td>
</tr>
<tr>
<td><strong>
Name
</strong></td>
<td>
:
</td>
<td><input
name=
"name"
type=
"text"
id=
"name"
size=
"50"
/></td>
</tr>
<tr>
<td><strong>
Email
</strong></td>
<td>
:
</td>
<td><input
name=
"email"
type=
"text"
id=
"email"
size=
"50"
/></td>
</tr>
<tr>
<td>
</td>
<td>
</td>
<td><input
type=
"submit"
name=
"Submit"
value=
"Submit"
/>
<input
type=
"reset"
name=
"Submit2"
value=
"Reset"
/></td>
</tr>
</table>
</td>
</form>
</tr>
</table>
</body>
</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