📄 account.aspx
字号:
<%@ Page CodeBehind="account.aspx.cs" Language="c#" AutoEventWireup="false" Inherits="WebApplication8.company.accout" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<HTML>
<HEAD>
<title>网络营销教学系统</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<LINK href="images/style.css" type="text/css" rel="stylesheet">
<script language="JavaScript1.2" src="stm31.js" type="text/javascript"></script>
</HEAD>
<body leftMargin="0" background="images/lines.gif" topMargin="0" marginheight="0" marginwidth="0">
<form runat="server">
<table cellSpacing="0" cellPadding="0" width="780" align="center" border="0">
<tr>
<td><IMG height="71" src="images/top.gif" width="780"></td>
</tr>
</table>
<table cellSpacing="0" cellPadding="0" width="780" align="center" bgColor="#ffffff" border="0">
<tr>
<td vAlign="top" align="center" width="202" rowSpan="2"><br>
<iframe src="usermenu.htm" frameBorder="0" width="200" scrolling="no" height="320"></iframe></td>
<td width="578" height="8"></td>
</tr>
<tr>
<td vAlign="top">
<table style="BORDER-RIGHT: #a2d4f2 1px solid; BORDER-TOP: #a2d4f2 1px solid; BORDER-LEFT: #a2d4f2 1px solid; BORDER-BOTTOM: #a2d4f2 1px solid"
height="433" cellSpacing="0" cellPadding="3" width="570" border="0">
<tr>
<td vAlign="top">
<table cellSpacing="0" cellPadding="0" width="530" align="center" border="0">
<tr>
<td width="453" colSpan="3" height="8"></td>
</tr>
<tr>
<td>
<div align="center"><A href="../firstpage/index.aspx"><IMG height="30" src="images/menu_1.gif" width="85" border="0"></A></div>
</td>
<td>
<div align="center"><A href="../firstpage/enterprise.aspx"><IMG height="30" src="images/menu_2.gif" width="85" border="0"></A></div>
</td>
<td>
<div align="center"><A href="../firstpage/search.aspx"><IMG height="30" src="images/menu_3.gif" width="85" border="0"></A></div>
</td>
</tr>
<tr vAlign="bottom">
<td width="453" colSpan="3" height="23"> </td>
</tr>
<tr>
<td align="center" width="453" colSpan="3" vAlign="top">
<table id="Table1" width="530">
<tr>
<td width="530" vAlign="top">
<asp:Label id="Label1" runat="server" ForeColor="CornflowerBlue" Font-Size="Larger">支出明细表</asp:Label></td>
</tr>
<tr>
<td width="530" height="174" vAlign="top">
<asp:DataGrid id="DataGrid1" runat="server" AutoGenerateColumns="False" Width="500px" BorderColor="#D0EAF9"
BorderStyle="Double" BorderWidth="1px" PageSize="5" AllowPaging="True">
<Columns>
<asp:BoundColumn DataField="createTime" HeaderText="支出时间" ItemStyle-Width="25%"></asp:BoundColumn>
<asp:BoundColumn DataField="money" HeaderText="支出金额" DataFormatString="¥{0}" ItemStyle-Width="25%"></asp:BoundColumn>
<asp:BoundColumn DataField="description" HeaderText="款项说明" ItemStyle-Width="50%"></asp:BoundColumn>
</Columns>
<PagerStyle NextPageText="下一页" PrevPageText="上一页"></PagerStyle>
</asp:DataGrid></td>
</tr>
<tr>
<td width="530" height="22" vAlign="top">
<asp:Label id="Label2" runat="server" ForeColor="CornflowerBlue" Font-Size="Larger" Width="102px">收入明细表</asp:Label></td>
</tr>
<tr>
<td width="530" vAlign="top">
<asp:DataGrid id="DataGrid2" runat="server" AutoGenerateColumns="False" Width="500px" BorderColor="#D0EAF9"
BorderWidth="1px" PageSize="5" AllowPaging="True">
<Columns>
<asp:BoundColumn DataField="createTime" HeaderText="收入时间">
<ItemStyle Width="25%"></ItemStyle>
</asp:BoundColumn>
<asp:BoundColumn DataField="money" HeaderText="收入金额" DataFormatString="¥{0}">
<ItemStyle Width="25%"></ItemStyle>
</asp:BoundColumn>
<asp:BoundColumn DataField="description" HeaderText="款项说明">
<ItemStyle Width="50%"></ItemStyle>
</asp:BoundColumn>
</Columns>
<PagerStyle NextPageText="下一页" PrevPageText="上一页"></PagerStyle>
</asp:DataGrid></td>
</tr>
</table>
</td>
</tr>
<tr>
<td width="453" colSpan="3" height="23">
<div align="center"></div>
</td>
</tr>
<tr>
<td width="453" colSpan="3">
<div align="center"></div>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
<table height="41" cellSpacing="0" cellPadding="0" width="780" align="center" background="images/bt.gif"
border="0">
<tr>
<td vAlign="bottom" width="598">
<div align="right"><font color="#ffffff">你是第 2313 位访问者 | <A class="white" href="#">联系我们</A>
| <A class="white" href="#">客户服务</A><br>
上海科育信息技术有限公司版权所有</font>
</div>
</td>
<td width="182"> </td>
</tr>
</table>
</form>
</body>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -