/var/www/hkosl.com/jamie/venuechain-business/tc/mycard.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
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
<!DOCTYPE html>
<html lang="tc-HK" prefix="og: http://ogp.me/ns#">

<head>
    <title>Venuechain</title>
    <?php include 'inc/headlinks.php';?>      
    <!-- slider -->
    <link rel="stylesheet"  href="../css/lightslider.css"/>
    <link href="https://fonts.googleapis.com/css?family=Inconsolata" rel="stylesheet">
</head>

<body>
    <div class="wrapper">
        <!-- header -->
        <?php include 'inc/header.php';?>         
        <!-- end of header -->

        <div class="subsection-grey">
          <div class="container">
            <div class="pagelocation"><a href="index.php">主頁</a> / <a href="myact.php">我的帳戶</a> / <span class="active">管理付款卡</span></div>
            <div class="heading">管理付款卡<div class="member"><img src="../img/myacct.png"> 陳大文</div> </div>

            <div class="profile-box">

              <div class="mycard">
                <div class="cardimg">
                  <img src="../img/visacard.png" id="cardImg">
                  <div class="cardno"></div>
                </div>
              </div>
              <div class="mycard-details">
                <h2 class="mb-30">你的付款卡</h2>
                <div class="CardOption inputRow">
                  <h4>請選擇你所屬的付款卡</h4>
                  <label>
                    <input type="radio" name="fb" value="small" checked="" id="visaBtn">
                    <img src="../img/visa.jpg">
                  </label>
                  <label>
                    <input type="radio" name="fb" value="small" id="masterBtn">
                    <img src="../img/master.jpg">
                  </label>
                </div>

                <div class="inputRow">
                  <h4>付款卡號碼</h4>
                  <input type="text" class="form-control cardinputno">
                </div>

                <div class="inputRow">
                  <h4>到期日</h4>
                  <div class="selector inline-block">
                    <select class="form-control">
                      <option>01月</option>
                      <option>02月</option>
                      <option>03月</option>
                      <option>04月</option>
                      <option>05月</option>
                      <option>06月</option>
                      <option>07月</option>
                      <option>08月</option>
                      <option>09月</option>
                      <option>10月</option>
                      <option>11月</option>
                      <option>12月</option>
                    </select>
                    <i class="icon-down-arrow inpadding"></i>
                  </div>
                  <div class="selector inline-block">
                    <select class="form-control">
                      <option>2019年</option>
                      <option>2020年</option>
                      <option>2021年</option>
                      <option>2022年</option>
                      <option>2023年</option>
                      <option>2024年</option>
                      <option>2025年</option>
                      <option>2026年</option>
                      <option>2027年</option>
                      <option>2028年</option>
                    </select>
                    <i class="icon-down-arrow inpadding"></i>
                  </div>
                </div>

                <div class="inputRow mb-40">
                  <h4>登記地址</h4>
                  <input type="text" class="form-control">
                </div>

                <div class="inputRow">
                  <button class="border-greenlink">確定付款卡</button>
                </div>



                

              </div>

              <div class="clear"></div>



              
            </div>
            
          </div>
        </div>


        <!-- footer -->
        <?php include 'inc/footer.php';?>         
        <!-- end of footer -->
   </div>

   <!-- JS -->
  <?php include 'inc/link-js.php';?>   

</body>


</html>