60 lines
2.1 KiB
Plaintext
60 lines
2.1 KiB
Plaintext
|
|
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="admin_app_gl.aspx.cs" Inherits="Mtxfw.shop._Admin.admin_app_gl" %>
|
|||
|
|
<%@ Register Assembly="AspNetPager" Namespace="Wuqi.Webdiyer" TagPrefix="webdiyer" %>
|
|||
|
|
<!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 runat="server">
|
|||
|
|
<title></title>
|
|||
|
|
<link href="css/style.css" rel="stylesheet" type="text/css" />
|
|||
|
|
<link href="css/Burgundy.css" rel="stylesheet" type="text/css" />
|
|||
|
|
<style type="text/css">
|
|||
|
|
#pic{width:40px; background:#fff; border:1px solid #ccc; padding:2px;}
|
|||
|
|
</style>
|
|||
|
|
<script type="text/javascript">
|
|||
|
|
var search = function () {
|
|||
|
|
var key = document.getElementById('text_key');
|
|||
|
|
if (key != "")
|
|||
|
|
location.href = "admin_choujiangq_list.aspx?key=" + escape(key.value) + "";
|
|||
|
|
};
|
|||
|
|
var seclectall = function (a) {
|
|||
|
|
var p_table = document.getElementById('p_table');
|
|||
|
|
var checka = p_table.getElementsByTagName('input');
|
|||
|
|
|
|||
|
|
for (var i = 0; i < checka.length; i++) {
|
|||
|
|
|
|||
|
|
if (checka[i].type == "checkbox") {
|
|||
|
|
if (a == 0) {
|
|||
|
|
checka[i].checked = true;
|
|||
|
|
} else {
|
|||
|
|
checka[i].checked = false;
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
};
|
|||
|
|
</script>
|
|||
|
|
</head>
|
|||
|
|
<body>
|
|||
|
|
<form id="form1" runat="server">
|
|||
|
|
<div class="main">
|
|||
|
|
<div class="bt1">其它管理 - APP下载量及浏览量</div>
|
|||
|
|
<div class="bt2">
|
|||
|
|
<div class="clear"></div>
|
|||
|
|
</div>
|
|||
|
|
<div class="bt3" id="p_table">
|
|||
|
|
<div class="title"></div>
|
|||
|
|
|
|||
|
|
<table width="100%" border="0" cellspacing="1" cellpadding="0">
|
|||
|
|
<tr>
|
|||
|
|
<th colspan="12">
|
|||
|
|
APP下载安装总量:<span class="CountRed"><%=strCount1 %>,APP总访问量:<a href="admin_app_list.aspx"><span class="CountRed"><%=strCount2 %></span></a>,今日访问量:<a href="admin_app_list.aspx?t=1"><span class="CountRed"><%=strCount3 %></span></a>
|
|||
|
|
</th>
|
|||
|
|
</tr>
|
|||
|
|
|
|||
|
|
</table>
|
|||
|
|
</div>
|
|||
|
|
</div>
|
|||
|
|
</form>
|
|||
|
|
</body>
|
|||
|
|
</html>
|