虚拟货币查询.html 6.24 KB
<!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" />
	<link href="http://static.yohobuy.com/admin/css/style.css" rel="stylesheet" type="text/css" media="all" />
	<script type="text/javascript" src="http://static.yohobuy.com/admin/js/jquery.min.js"></script>
	<link type="text/css" href="http://static.yohobuy.com/admin/js/jqueryui/themes/ui-lightness/jquery-ui-1.8.7.custom.css" rel="stylesheet" />
	<script type="text/javascript" src="http://static.yohobuy.com/admin/js/jqueryui/ui/jquery-ui-1.8.7.custom.js"></script>
	<script type="text/javascript" src="http://static.yohobuy.com/admin/js/jqueryui/ui/i18n/jquery.ui.datepicker-zh-CN.js"></script>
	<script type="text/javascript">
	$(function() {
		$( "#datepicker" ).datepicker();
		$( "#datepicker2" ).datepicker();
	});
	</script>
	<title>YOHO有货后台管理</title>
	</head>

	<body>
    <div class="mainbox">
      <div class="daohang">当前位置:<a href="main.html">首页</a> > <a href="#">虚拟货币管理</a> > <span>虚拟货币查询</span></div>
      <div class="lan-tab">
        <ul>
          <li class="act" onclick="window.location.href='虚拟货币查询.html'">查询</li>
          <li onclick="window.location.href='积分排行.html'">积分排行</li>
        </ul>
      </div>
      
      <table class="table1" style="width: 100%;">
            <thead>
                <tr>
                    <th width="10%" align="right">查询条件</th>
                    <th width="15%">输入框</th>
                    <th width="75%">操作</th>
                </tr>
            </thead>
            <tbody>
                <tr>
                    <td align="right">用户ID:</td>
                    <td><input id="txt_userId" name="txt_userId" class="input1" value="请输入用户ID号" type="text" /></td>
                    <td><button type="button" class="but2" onclick="SearchByUserId();">搜索</button></td>
                </tr>
                <tr>
                    <td align="right">BasicId:</td>
                    <td><input id="txt_basicId" name="txt_basicId" class="input1" value="请输入BasicId" type="text" /></td>
                    <td><button type="button" class="but2" onclick="SearchByBasicId();">搜索</button></td>
                </tr>
                <tr>
                    <td align="right">Email:</td>
                    <td><input id="txt_email" name="txt_email" class="input1" value="请输入Email" type="text" /></td>
                    <td><button type="button" class="but2" >搜索</button></td>
                </tr>
            </tbody>
        </table>
      
      
      
      
      <table class="table1" style="width: 100%; font-size:14px; font-weight:bold;">
        <thead>
          <tr>
            <td colspan="2">用户虚拟币信息</td>
          </tr>
        </thead>
        <tbody>
          <tr>
            <td width="30%">用户BasicId:<span class="font_red">326983</span><span class="font_green">已激活</span></td>
            <td width="70%">登陆邮箱:<span class="font_red">275106718@qq.com</span></td>
          </tr>
          <tr>
            <td>现有YOHO币:<span class="font_red"><strong>0</strong></span></td>
            <td>现有积分:<span class="font_red"><strong>1619.1</strong></span></td>
          </tr>
          <tr>
            <td>共获YOHO币:<span class="font_red">143.36</span></td>
            <td>共获积分:<span class="font_red">185.5</span></td>
          </tr>
          <tr>
            <td><a href="#" target="_blank"><span class="font_red">查询YOHO币详细</span></a></td>
            <td><a href="#" target="_blank"><span class="font_red">查询积分详细</span></a></td>
          </tr>
        </tbody>
      </table>
      <br />
      <div class="searchb">
        <ul>
          <table border="0" cellspacing="0" cellpadding="0" width="100%">
            <tr>
              <td width="80" align="right">开始时间:</td>
              <td width="100"><input id="datepicker" name="startTime" size="8" type="text" value="2010-12-14" /></td>
              <td width="80" align="right">结束时间:</td>
              <td width="100"><input id="datepicker2" name="endTime" type="text" size="8" value="2011-01-14"  /></td>
              <td width="80" align="right">虚拟币类型:</td>
              <td width="80"><select id="select_coinType" style="width:80px;" >
                  <option value="0">不限</option>
                  <option value="1">积分</option>
                  <option value="2">YOHO币</option>
                </select></td>
              <td width="80"><select id="select_useType" style="width:80px;" disabled="disabled">
                  <option value="1">收入</option>
                  <option value="0">消费</option>
                </select></td>
              <td width="200"><select id="select_proType" style="width:200px;" disabled="disabled">
                  <option value="0">全部类型</option>
                </select></td>
              <td><button type="button" class="searbut" ></button></td>
            </tr>
          </table>
        </ul>
      </div>
      <table class="table1" style="width: 100%; text-align:center;">
        <thead>
          <tr>
            <th width="10%" align="center">记录ID</th>
            <th width="10%" align="center">用户BasicId</th>
            <th width="16%" align="center">用户Email</th>
            <th width="24%" align="center">明细</th>
            <th width="8%" align="center">币种</th>
            <th width="8%" align="center">收入/支出</th>
            <th width="8%" align="center">币值</th>
            <th width="16%" align="center">时间</th>
          </tr>
        </thead>
        <tfoot>
          <tr>
            <td colspan="8"></td>
          </tr>
        </tfoot>
        <tbody>
          <tr >
            <td>16975246</td>
            <td>326983</td>
            <td>275106718@qq.com</td>
            <td>生日</td>
            <td>积分</td>
            <td>收入</td>
            <td>20</td>
            <td>2011-1-2 3:07:30</td>
          </tr>
        </tbody>
      </table>
    </div>
</body>
</html>