您目前尚未登陆,请选择【登陆】或【注册
首页->上传下载->明日企业下载管理系统源码>>BackAdmin/SettleProject/SettleProject.aspx>>源码在线查看
温馨提示:代码在线浏览功能只能做为源码浏览参考,如果想更进一步了解该代码请下载:明日企业下载管理系统源码
当前文件:文件类型 MingriEnterprise/BackAdmin/SettleProject/SettleProject.aspx打开代码结构图
普通视图
		            
1<%@ Page Language="C#" AutoEventWireup="true" CodeFile="SettleProject.aspx.cs" Inherits="BackAdmin_SettleProject" %> 2 3<%@ Register Src="WebUserControl.ascx" TagName="WebUserControl" TagPrefix="uc1" %> 4 5<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 6 7<html xmlns="http://www.w3.org/1999/xhtml" > 8<head runat="server"> 9 <title>企业门户网站</title> 10 <style> 11body{ 12margin-top:0px; 13} 14</style> 15</head> 16<body> 17 <form id="form1" runat="server"> 18 <div style="text-align: center"> 19 <table cellpadding="0" cellspacing="0" style="width: 800px"> 20 <tr> 21 <td colspan="2" style="background-image: url(../../image/企业门户后台1.jpg); height: 159px"> 22 </td> 23 </tr> 24 <tr> 25 <td rowspan="2" style="background-image: url(../../image/企业门户后台2.jpg); vertical-align: top; 26 width: 167px; height: 427px; text-align: center"> 27 <table cellpadding="0" cellspacing="0" style="width: 190px; height: 427px"> 28 <tr> 29 <td style="width: 190px; text-align: center"> 30 <uc1:WebUserControl ID="WebUserControl1" runat="server" /> 31 </td> 32 </tr> 33 </table> 34 </td> 35 <td rowspan="2" style="background-image: url(../../image/企业门户后台3.jpg); vertical-align: top; 36 width: 100px; text-align: center"> 37 <table cellpadding="0" cellspacing="0" style="width: 610px; height: 427px"> 38 <tr> 39 <td style="vertical-align: top; width: 100px; text-align: center"> 40 <table cellpadding="0" cellspacing="0" style="width: 610px; height: 177px"> 41 <tr> 42 <td colspan="1" style="width: 79px"> 43 </td> 44 <td colspan="4" style="width: 411px; text-align: center"> 45 <asp:Label ID="Label1" runat="server" Font-Size="9pt" ForeColor="Red" Text="解决方案管理"></asp:Label></td> 46 <td colspan="1" style="width: 100px"> 47 </td> 48 </tr> 49 <tr> 50 <td colspan="1" style="width: 79px; height: 19px; text-align: left"> 51 </td> 52 <td align="left" colspan="4" style="width: 411px; height: 19px; text-align: left"> 53 &nbsp;<asp:LinkButton ID="LinkButton1" runat="server" Font-Size="9pt" Font-Underline="False" 54 ForeColor="Red" OnClick="LinkButton1_Click">『添加解决方案』</asp:LinkButton></td> 55 <td colspan="1" style="width: 100px; height: 19px; text-align: left"> 56 </td> 57 </tr> 58 <tr> 59 <td align="left" colspan="1" style="width: 100px; text-align: center"> 60 </td> 61 <td align="left" colspan="4" style="width: 411px; text-align: center"> 62 &nbsp;<asp:GridView ID="GridView1" runat="server" AllowPaging="True" AutoGenerateColumns="False" 63 BackColor="White" BorderColor="#CCCCCC" BorderStyle="None" BorderWidth="1px" 64 CellPadding="3" Font-Size="9pt" Font-Underline="False" OnPageIndexChanging="GridView1_PageIndexChanging" 65 OnRowDeleting="GridView1_RowDeleting" PageSize="5" Width="562px" OnRowDataBound="GridView1_RowDataBound"> 66 <FooterStyle BackColor="White" ForeColor="#000066" /> 67 <Columns> 68 <asp:BoundField DataField="Name" HeaderText="方案名称"> 69 <ItemStyle HorizontalAlign="Center" Width="55px" /> 70 <HeaderStyle HorizontalAlign="Center" /> 71 </asp:BoundField> 72 <asp:BoundField DataField="Expr1" HeaderText="类别" > 73 <ItemStyle HorizontalAlign="Center" Width="55px" /> 74 <HeaderStyle HorizontalAlign="Center" /> 75 <FooterStyle HorizontalAlign="Center" /> 76 </asp:BoundField> 77 <asp:BoundField DataField="Expr2" HeaderText="上传人" > 78 <ItemStyle HorizontalAlign="Center" Width="55px" /> 79 <HeaderStyle HorizontalAlign="Center" /> 80 </asp:BoundField> 81 <asp:BoundField DataField="UpTime" HeaderText="上传时间" > 82 <ItemStyle HorizontalAlign="Center" Width="55px" /> 83 <HeaderStyle HorizontalAlign="Center" /> 84 </asp:BoundField> 85 <asp:BoundField DataField="content" HeaderText="方案内容" > 86 <ItemStyle HorizontalAlign="Center" Width="55px" /> 87 <HeaderStyle HorizontalAlign="Center" /> 88 </asp:BoundField> 89 <asp:HyperLinkField DataNavigateUrlFields="img" DataNavigateUrlFormatString="../../{0}" 90 DataTextField="img" HeaderText="方案图" Target="_blank" > 91 <ControlStyle Font-Strikeout="False" Font-Underline="False" ForeColor="Blue" /> 92 <ItemStyle HorizontalAlign="Center" Width="55px" /> 93 <HeaderStyle HorizontalAlign="Center" /> 94 </asp:HyperLinkField> 95 <asp:HyperLinkField DataNavigateUrlFields="ID" DataNavigateUrlFormatString="UpdateSettleProject.aspx?ID={0}" 96 HeaderText="编辑" Text="编辑"> 97 <ControlStyle Font-Underline="False" ForeColor="Blue" /> 98 <ItemStyle HorizontalAlign="Center" Width="30px" /> 99 <HeaderStyle HorizontalAlign="Center" /> 100 </asp:HyperLinkField> 101 <asp:CommandField HeaderText="删除" ShowDeleteButton="True"> 102 <HeaderStyle HorizontalAlign="Center" /> 103 <ItemStyle HorizontalAlign="Center" Width="30px" /> 104 <ControlStyle Font-Underline="False" ForeColor="Red" /> 105 </asp:CommandField> 106 </Columns> 107 <RowStyle ForeColor="#000066" /> 108 <SelectedRowStyle BackColor="#669999" Font-Bold="True" ForeColor="White" /> 109 <PagerStyle BackColor="White" ForeColor="#000066" HorizontalAlign="Left" /> 110 <HeaderStyle BackColor="#006699" Font-Bold="True" ForeColor="White" /> 111 </asp:GridView> 112 </td> 113 <td align="left" colspan="1" style="width: 100px; text-align: center"> 114 </td> 115 </tr> 116 <tr> 117 <td style="width: 79px"> 118 </td> 119 <td colspan="4" style="width: 55px"> 120 </td> 121 <td style="width: 100px"> 122 </td> 123 </tr> 124 </table> 125 </td> 126 </tr> 127 </table> 128 </td> 129 </tr> 130 <tr> 131 </tr> 132 <tr> 133 <td style="width: 167px"> 134 </td> 135 <td style="width: 100px"> 136 </td> 137 </tr> 138 </table> 139 140 </div> 141 </form> 142</body> 143</html> 144
还没有找到您心仪的内容?请用.net源码大搜捕
代码片断 打包下载该项目完整源码:明日企业下载管理系统源码
51Aspx.com 版权所有 CopyRight © 2000-2008. 京ICP备06046876号