-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtribun_tambah.php
55 lines (48 loc) · 1.95 KB
/
tribun_tambah.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="EN" lang="EN" dir="ltr">
<head profile="http://gmpg.org/xfn/11">
<title>Elja Ticket</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<meta http-equiv="imagetoolbar" content="no" />
<link rel="stylesheet" href="styles/layout_admin.css" type="text/css" />
<script type="text/javascript" src="scripts/jquery-1.4.1.min.js"></script>
<script type="text/javascript" src="scripts/jquery.easing.1.3.js"></script>
<script type="text/javascript" src="scripts/jquery.timers.1.2.js"></script>
<script type="text/javascript" src="scripts/jquery.galleryview.2.1.1.min.js"></script>
<script type="text/javascript" src="scripts/jquery.galleryview.setup.js"></script>
</head>
<body id="top">
<?php
include "header.php";
?>
<?php
include "menu.php";
?>
<!-- ####################################################################################################### -->
<div class="container">
<form action="tribun_simpan.php" method="post" enctype="multipart/form-data" />
<table>
<tr><td colspan="5" align="center"><h2><b>TAMBAH TRIBUN</b> </h2></td></tr>
<tr>
<td>
<b>Kode Tribun</b><br>
<font color="red">*Berdasarkan huruf pertama nama tribun</font><br>
<input type="text" name="kode_tribun" size="50" placeholder='Kode Tribun'/><br><br>
<b>Nama Tribun</b><br>
<font color="red">*Berdasarkan warna tribun</font><br>
<input type="text" name="nama_tribun" size="50" placeholder='Nama Tribun'/><br><br>
<input type='submit' name='submit' id='submit' value='Simpan' style=" width:80px; height:30px ">
<input type='reset' value='Batal' style=" width:60px; height:30px "><br><br><br>
</td>
</tr>
<tr>
</tr>
</table>
</form>
</table>
</div>
<?php
include "footer.php";
?>
</body>
</html>