You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
dongfeng-pay/jhagent/views/pay_way.html

110 lines
5.2 KiB
Go

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

<!DOCTYPE html>
<html>
<head>
{{template "template/css.html"}}
</head>
<body>
<div class="page">
<!-- Main Navbar-->
{{template "template/header.html"}}
<div class="page-content d-flex align-items-stretch">
<!-- Side Navbar -->
<nav class="side-navbar">
<!-- Sidebar Header-->
<div class="sidebar-header d-flex align-items-center">
<a href="/index/ui/">
<div class="avatar">
<img src="../../static/img/avatar-1.jpg" alt="..."
class="img-fluid rounded-circle">
</div>
</a>
<a href="/index/ui/">
<div class="title">
<h1 class="h4">{{.userName}}</h1>
<p></p>
</div>
</a>
</div>
<!-- Sidebar Navidation Menus--><span class="heading"></span>
<ul class="list-unstyled">
<li><a href="/index/ui/"> <i class="icon-home"></i> </a></li>
<li><a href="#exampledropdownDropdown" aria-expanded="true" data-toggle="collapse"> <i
class="icon icon-user"></i> </a>
<ul id="exampledropdownDropdown" class="list-unstyled ">
<li><a href="/user_info/show_modify_ui"></a></li>
<li><a href="/user_info/show_ui"></a></li>
<li class="active"><a href="/index/show_pay_way_ui"></a></li>
</ul>
</li>
<li>
<a href="#exampledropdownDropdown3" aria-expanded="false" data-toggle="collapse"> <i
class="icon icon-rss-feed"></i> </a>
<ul id="exampledropdownDropdown3" class="collapse list-unstyled ">
<li><a href="/user_info/show_merchant_ui"></a></li>
</ul>
</li>
<li><a href="#exampledropdownDropdown1" aria-expanded="false" data-toggle="collapse"> <i
class="icon icon-presentation"></i> </a>
<ul id="exampledropdownDropdown1" class="collapse list-unstyled ">
<li><a href="/trade/show_ui"></a></li>
<li><a href="/trade/show_complaint_ui"></a></li>
</ul>
</li>
<li><a href="#exampledropdownDropdown2" aria-expanded="false" data-toggle="collapse"> <i
class="icon icon-bill"></i> </a>
<ul id="exampledropdownDropdown2" class="collapse list-unstyled ">
<li><a href="/withdraw/show_ui"></a></li>
<li><a href="/multi_withdraw/show_multi_ui"></a></li>
<li><a href="/withdraw/show_list_ui"></a></li>
{{/* <li><a href="/recharge/show_recharge_list_ui">自定义记录</a></li>*/}}
<li><a href="/history/show_history_list_ui"></a></li>
</ul>
</li>
</ul>
</nav>
<div class="content-inner">
<!-- Page Header-->
<header class="page-header">
<div class="container-fluid">
<h2 class="no-margin-bottom"></h2>
</div>
</header>
<!-- Projects Section-->
<section class="projects no-padding-bottom">
<div class="container-fluid">
<div class="project">
<div class="row bg-white has-shadow">
<div class="left-col col-lg-1 d-flex align-items-center justify-content-between">
<h3 class="h4"># </h3>
</div>
<div class="left-col col-lg-3 d-flex align-items-center justify-content-between">
<h3 class="h4"><small>&nbsp;&nbsp;</small></h3>
</div>
<div class="left-col col-lg-2 d-flex align-items-center justify-content-between">
<h3 class="h4"></h3>
</div>
<div class="left-col col-lg-2 d-flex align-items-center justify-content-between">
<h3 class="h4"></h3>
</div>
</div>
</div>
<div id="your_showtime">
</div>
</div>
</section>
</div>
</div>
</div>
{{template "template/js.html"}}
<script type="application/javascript">
$(function () {
index.loadPayWay();
});
</script>
</body>
</html>