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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
|
<!DOCTYPE html> <!--[if lt IE 7 ]> <html class="ie ie6" lang="en"> <![endif]--> <!--[if IE 7 ]> <html class="ie ie7" lang="en"> <![endif]--> <!--[if IE 8 ]> <html class="ie ie8" lang="en"> <![endif]--> <!--[if (gte IE 9)|!(IE)]><!--> <html lang="tc"> <!--<![endif]--> <!-- Mirrored from eshop.sinomax.com/index.php by HTTrack Website Copier/3.x [XR&CO'2014], Thu, 14 Sep 2017 06:24:04 GMT --> <!-- Added by HTTrack --> <meta http-equiv="content-type" content="text/html;charset=utf-8" /> <!-- /Added by HTTrack -->
<head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <base> <title>Sinomax E-Shop</title> <script type="text/javascript"> if (/iP(hone|od)|android.+mobile|BlackBerry|IEMobile/i.test(navigator.userAgent)) { window.location("forget_pw.php"); } else if (/(tablet|ipad|playbook|silk)|(android(?!.*mobile))/i.test(navigator.userAgent)) { window.location.replace("../tc/forget_pw.php"); } else{ window.location.replace("../tc/forget_pw.php"); } </script> <!-- Mobile Specific Metas ================================================== --> <!--<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes"/>--> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0" /> <!-- Set Up the App Icon --> <link rel="apple-touch-icon" href="images/touch-icon-iphone.html"> <link rel="apple-touch-icon" sizes="76x76" href="images/touch-icon-ipad.html"> <link rel="apple-touch-icon" sizes="120x120" href="images/touch-icon-iphone-retina.html"> <link rel="apple-touch-icon" sizes="152x152" href="images/touch-icon-ipad-retina.html"> <link rel="apple-touch-icon" sizes="180x180" href="images/touch-icon-iphone6plus.html"> <!-- Favicons ================================================== --> <link rel="shortcut icon" href="../images/favicon.ico"> <link rel="icon" type="image/png" href="../images/favicon.png" /> <!-- google web font - open sans --> <link href='https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800' rel='stylesheet' type='text/css'> <!-- use font awesome --> <!-- Use jQuery ================================================== --> <script src="../js/jquery-1.11.1.min.js"></script> <!-- General Script --> <script src="../js/general.js"></script> <!-- Use Modernizr ================================================== --> <script src="../js/modernizr.custom.38310.js"></script> <!-- IE Support ================================================== --> <!--[if lt IE 9]> <link href="../css/ie.css" rel="stylesheet" type="text/css" media="screen"> <script src="../js/html5shiv.js"></script> <script src="../js/selectivizr-and-extra-selectors.min.js"></script><![endif]--> <!-- ===== you may change these --> <script type="text/javascript"> jQuery(document).ready(function($) { $('#search_top .icn_search').click(function() { $(this).closest('#search_top').addClass('active'); $(this).next('.sch_wrapper').slideDown(500); }); $('#search_top .schClose').click(function() { $(this).closest('#search_top').removeClass('active'); $('#search_top .sch_wrapper').slideUp(500); }); }); </script> <link href="../css/style.css" rel="stylesheet" type="text/css" media="screen"> <link href="../css/font-awesome.min.css" rel="stylesheet" type="text/css" media="screen"> <link rel="stylesheet" type="text/css" href="../css/slick.css" /> <link rel="stylesheet" type="text/css" href="../css/newstyle.css"> <link rel="stylesheet" type="text/css" href="../css/responsive-new.css"> <link rel="stylesheet" type="text/css" href="../css/forMobile.css"> </head>
<body> <div id="main"> <?php include '../include/m_header.php';?> <!-- #header ends ////////// --> <!-- contianer --> <div class="sub-content "> <div class="container"> <div class="floatLeft PathLocation"> <nav class="breadcrumb"> <ul class="fl"> <li><a href="index.php">首頁</a></li> <li><a href="member_login.php">忘記密碼</a></li> </ul> </nav><!-- .breadcrumb ends --> </div> <div class="clearfix"></div>
<div class="col-100 memberCenter"> <div class="bedHeading"> <h4>忘記密碼</h4> </div>
<div class="general_block" style="border:0;"> <form action="forget_pw_post.php" method="post" name="forget_pw" id="forget_pw" class="general_form reg_form" enctype="multipart/form-data"> <fieldset> <div class="clearfix"></div> <dl> <dt> <label class="required">電郵 :</label> </dt> <dd class="verifyItem"> <input type="text" name="email" value=""> </dd> <dt> <label class="required">電話 :</label> </dt> <dd class="verifyItem"> <input type="text" name="telephone" value=""> </dd> <dt style="vertical-align: top;"> <label class="required">驗證碼 :</label> </dt> <dd class="verifyItem"> <input type="text" name="verification"> <br> <img src="../js/verification_code/captcha/vCodeImage.php?0.30315547743703797" title="按圖更新驗證碼" id="verify_code" name="verify_code" width="150" height="60" border="0" onclick="document.getElementById('verify_code').src='../js/verification_code/captcha/vCodeImage.php?' + Math.random();" style="FILTER: wave(add=0,freq=3,lightstrength=50,phase=0,strength=3);cursor:pointer;padding-top: 5px;"> <span style="font-size: 12px; color: #808080;">按圖更新驗證碼</span> </dd> </dl> <!-- /*/--> </fieldset> <!-- part 01 ends ========== --> <div class="clearfix"></div> <div class="form_footer"> <p class="tr"> <span class="trd">* 必填項目</span> </p> <hr class="separator_line"> <p class="tr"> <button class="styleBTN">提交</button> </p> </div> </form> </div>
</div> </div> </div> <!-- end of container --> <!-- Footer start ======================================== --> <?php include '../include/m_footer.php';?> <!-- #footer ends ////////// --> </div> </div> <?php include '../include/language.php';?> <?php include '../include/loginMenu.php';?> <a href="#" class="scrollToTop"> <img src="../images/new_images/scroll-top.png"> </a> </body> <!-- Mirrored from eshop.sinomax.com/index.php by HTTrack Website Copier/3.x [XR&CO'2014], Thu, 14 Sep 2017 06:24:39 GMT --> <!-- Created New JS Script --> <script type="text/javascript" src="../js/slick.min.js"></script> <script type="text/javascript" src="../js/newscript.js"></script>
</html>
|