温馨提示:代码在线浏览功能只能做为源码浏览参考,如果想更进一步了解该代码请下载:网博直销系统软件源码
当前文件:
WangBoDirect/admin/webhww_yeji.aspx,打开代码结构图
WangBoDirect/admin/webhww_yeji.aspx,打开代码结构图1<%@ Page Language="C#" AutoEventWireup="true" CodeFile="webhww_yeji.aspx.cs" Inherits="admin_webhww_yeji" %> 2
3
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 4
5
<html> 6
<head> 7
<meta http-equiv="Content-Type" content="text/html; charset=gb2312"> 8
<title>支出奖金统计作者QQ:405098219 9
10
联系电话:13518884166 11
</TITLE> 12
<link rel="stylesheet" href="../include/e1.css" type="text/css"> 13
</head> 14
15
<body> 16
17
<br> 18
<table align="center" bgcolor="#AAAAAA" border="0" cellpadding="0" cellspacing="0" width="80%"><tr><td> 19
<table width="100%" border="0" align="center" cellpadding="5" cellspacing="1"> 20
<tr bgcolor="0065ca"> 21
<td height="30" colspan="2"> 22
<div align="center"><font color="#FFFFFF" size="4">统 计 结 果</font></div></td> 23
</tr> 24
<tr bgcolor="#FFFFFF"> 25
<td height="25" colspan="2"> <div align="center"> <font size="4"> 26
27
到目前为止 28
29
</font> </div></td> 30
</tr> 31
<tr bgcolor="#FFFFFF"> 32
<td width="31%"> <div align="right"><img src="../Image/dsis-usernew-ico-01.gif" width="60" height="54"></div></td> 33
<td width="69%" bgcolor="#FFFFFF"><font size="4">会员总计(全部):<font color="#FF0000"><strong> <asp:Label ID="Label1" 34
runat="server" >0</asp:Label> 人</strong></font></font></td> 35
</tr> 36
37
<tr bgcolor="#FFFFFF"> 38
39
<td width="31%"> <div align="right"><img src="../Image/dsis-usernew-ico-02.gif" width="60" height="54"></div></td> 40
<td width="69%" bgcolor="#FFFFFF"><font size="4">单数总计(已审核):<font color="#FF0000"><strong> <asp:Label ID="Label2" 41
runat="server" >0</asp:Label>单</strong></font></font></td> 42
</tr> 43
<tr bgcolor="#FFFFFF"> 44
<td width="31%"> <div align="right"><img src="../Image/dsis-usernew-ico-05.gif" width="60" height="54"></div></td> 45
<td width="69%" bgcolor="#FFFFFF"><font size="4">收入总计:<font color="#FF0000"><strong>¥ <asp:Label ID="Label3" runat="server" 46
>0</asp:Label></strong></font></font></td> 47
</tr> 48
<tr bgcolor="#FFFFFF"> 49
<td width="31%"> <div align="right"><img src="../Image/dsis-usernew-ico-05.gif" width="60" height="54"></div></td> 50
<td width="69%" bgcolor="#FFFFFF"><font size="4">支出奖金总计:<font color="#FF0000"><strong>¥ <asp:Label ID="Label4" 51
runat="server" Text="0"></asp:Label></strong></font></font></td> 52
</tr> 53
<tr bgcolor="#FFFFFF"> 54
<td width="31%"> <div align="right"><img src="../Image/dsis-usernew-ico-04.gif" width="60" height="54"></div></td> 55
<td width="69%" bgcolor="#FFFFFF"><font size="4">拨出率:<font color="#FF0000"><strong> <asp:Label ID="Label5" runat="server" 56
Text="0"></asp:Label>%</strong></font></font></td> 57
</tr> 58
</table> 59
</td></tr></table> 60
</body> 61
</html> 62



