-
Notifications
You must be signed in to change notification settings - Fork 1
/
checkout.php
88 lines (72 loc) · 2.66 KB
/
checkout.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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
<!-- templatemo 385 floral shop -->
<!--
Floral Shop Template
http://www.templatemo.com/preview/templatemo_385_floral_shop
-->
<!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">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Check Out - Perp-Komik</title>
<meta name="keywords" content="" />
<meta name="description" content="" />
<link href="templatemo_style.css" rel="stylesheet" type="text/css" />
<link rel="stylesheet" href="css/orman.css" type="text/css" media="screen" />
<link rel="stylesheet" href="css/nivo-slider.css" type="text/css" media="screen" />
<link rel="stylesheet" type="text/css" href="css/ddsmoothmenu.css" />
<script type="text/javascript" src="js/jquery.min.js"></script>
<script type="text/javascript" src="js/ddsmoothmenu.js">
/***********************************************
* Smooth Navigational Menu- (c) Dynamic Drive DHTML code library (www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit Dynamic Drive at http://www.dynamicdrive.com/ for full source code
***********************************************/
</script>
<script type="text/javascript">
ddsmoothmenu.init({
mainmenuid: "templatemo_menu", //menu DIV id
orientation: 'h', //Horizontal or vertical menu: Set to "h" or "v"
classname: 'ddsmoothmenu', //class added to menu's outer DIV
//customtheme: ["#1c5a80", "#18374a"],
contentsource: "markup" //"markup" or ["container_id", "path_to_menu_file"]
})
function clearText(field)
{
if (field.defaultValue == field.value) field.value = '';
else if (field.value == '') field.value = field.defaultValue;
}
</script>
</head>
<body>
<div id="templatemo_wrapper_sp">
<div id="templatemo_header_wsp">
<div id="templatemo_header" class="header_subpage">
<div id="site_title"><a href="#">Perp-Komik</a></div>
<!--start menu-->
<?php include"menu.php"; ?>
<!-- end of templatemo_menu -->
</div> <!-- END of header -->
</div> <!-- END of header wrapper -->
<div id="templatemo_main_wrapper">
<div id="templatemo_main">
<div id="sidebar" class="left">
<!-- start kategori -->
<?php include"kategori.php"; ?>
<!-- end kategori -->
<!-- start spesial -->
<?php include"spesial.php"; ?>
<!-- end spesial -->
</div>
<!-- start conten -->
<?php include"conten_registration.php"; ?>
<!-- end conten -->
<div class="cleaner"></div>
</div> <!-- END of main -->
</div> <!-- END of main wrapper -->
<div id="templatemo_footer_wrapper">
<!-- start of footer -->
<?php include"footer.php"; ?>
<!-- END of footer -->
</div>
</body>
</html>