Advertisement
Katsiree

ล็อคอิน

May 8th, 2019
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 3.43 KB | None | 0 0
  1.  <nav class="navbar navbar-expand-lg navbar-dark special-color">
  2.         <div class="container" style="position:relative;">
  3.             <a class="navbar-brand" href="/">
  4.                 <img src="https://www.villa555.com/assets/img/logo3.png" height="60" alt="mdb logo">
  5.             </a>
  6.             <div class="collapse navbar-collapse" id="user_panel">
  7.                 <div class="btn-group ml-auto" role="group" style="top: -25px;" aria-label="เมนูสมาชิก">
  8.                     <div class="all">
  9.                         <button class="btn btn-sm text-dark" style="font-size: large;background:#F9DB01"><i class="fas fa-plus-square fa-sm"></i>
  10.                             ฝาก/โยก/ถอน</button>
  11.                         <div class="text">
  12.                             <a href="/cashier/deposit" class="btn btn-success  btn-sm" style="font-size: large;">ฝาก</a>
  13.                             <a href="javascript:void(0)" onclick="open_transfer_modal('cmd','dg')" class="btn btn-primary btn-sm"
  14.                                style="font-size: large;">โยก</a>
  15.                             <a href="/cashier/withdraw" class="btn btn-danger btn-sm" style="font-size: large;">ถอน</a>
  16.                         </div>
  17.                     </div>
  18.  
  19.                     <!--<a class="btn btn-primary btn-sm p-2 pl-3 pr-3" style="font-size: large;" href="/cashier/deposit" role="button"><i class="fas fa-plus-square fa-sm"></i> ฝาก/โยก/ถอน</a>-->
  20.             <!--<button type="button" class="btn btn-secondary btn-sm p-2 pl-3 pr-3" style="font-size: large;"><i class="fas fa-file-invoice-dollar fa-sm"></i> รายการการเงิน</button>-->
  21.  
  22.  
  23.                     <button type="button" class="btn btn-success btn-sm p-2 pl-3 pr-3" style="font-size: large;"
  24.                        onclick="window.location.href = '/member/changepassword';"><i class="fas fa-cog fa-sm"></i>
  25.                         ตั้งค่าบัญชี</button>
  26.                     <a class="btn btn-info btn-sm p-2 pl-3 pr-3" style="font-size: large;" href="/promotion" role="button"><i
  27.                            class="fas fa-boxes fa-sm"></i> โบนัส/โปรโมชั่น</a>
  28.                     <button type="button" onclick="logout();" class="btn btn-danger btn-sm p-2 pl-3 pr-3" style="font-size: large;"><i
  29.                            class="fas fa-sign-out-alt fa-sm"></i> ออกจากระบบ</button>
  30.                 </div>
  31.                 <div class="card ml-auto" style="position: absolute;right: 260px;top: 38px;text-align: right;">
  32.                     <div class="card-body py-1">
  33.                         ยินดีต้อนรับ test (ยืนยันแล้ว)
  34.                     </div>
  35.                 </div>
  36.                
  37.  
  38.                 <div class="ml-auto" style="position: absolute; right: 0; top: 40px; width: 300px; text-align: right;">
  39.                     <div class="card-body py-1"><span class="text-white font-weight-bold" style="text-shadow: 2px 2px 5px rgba(240, 205, 4, 0.466);"><i class="fas fa-wallet"></i> กระเป๋าของฉัน:
  40.                     <div class="lasvegas d-inline-flex"><span class="text-white font-weight-bold h5"> 20,000.00 </span></div>
  41.                     </span>
  42.                     </div>
  43.                 </div>
  44.                                
  45.             </div>
  46.         </div>
  47.     </nav>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement