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