您目前尚未登陆,请选择【登陆】或【注册
首页->上传下载->明日企业下载管理系统源码>>BackAdmin/AdminSoftwareInfo/InsertAdminSoftwareInfo.aspx>>源码在线查看
温馨提示:代码在线浏览功能只能做为源码浏览参考,如果想更进一步了解该代码请下载:明日企业下载管理系统源码
普通视图
		            
1<%@ Page Language="C#" AutoEventWireup="true" CodeFile="InsertAdminSoftwareInfo.aspx.cs" Inherits="BackAdmin_AdminSoftwareInfo_InsertAdminSoftwareInfo" %> 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 style="text-align: center"> 17 <form id="form1" runat="server"> 18 <table cellpadding="0" cellspacing="0" style="width: 800px"> 19 <tr> 20 <td colspan="2" style="background-image: url(../../image/企业门户后台1.jpg); height: 159px"> 21 </td> 22 </tr> 23 <tr> 24 <td rowspan="2" style="background-image: url(../../image/企业门户后台2.jpg); vertical-align: top; 25 width: 167px; height: 427px; text-align: center"> 26 <table cellpadding="0" cellspacing="0" style="width: 190px; height: 427px"> 27 <tr> 28 <td style="width: 190px; text-align: center"> 29 <uc1:WebUserControl ID="WebUserControl1" runat="server" /> 30 </td> 31 </tr> 32 </table> 33 </td> 34 <td rowspan="2" style="background-image: url(../../image/企业门户后台3.jpg); vertical-align: top; 35 width: 100px; text-align: center"> 36 <table cellpadding="0" cellspacing="0" style="width: 610px; height: 427px"> 37 <tr> 38 <td style="vertical-align: top; width: 100px; text-align: center"> 39 <table cellpadding="0" cellspacing="0" style="width: 610px; height: 177px"> 40 <tr> 41 <td colspan="1" style="width: 79px"> 42 </td> 43 <td colspan="4" style="width: 411px; text-align: center"> 44 &nbsp;<asp:Label ID="Label14" runat="server" Font-Size="9pt" ForeColor="Red" Text="软件信息管理"></asp:Label></td> 45 <td colspan="1" style="width: 100px"> 46 </td> 47 </tr> 48 <tr> 49 <td align="left" colspan="1" style="width: 100px; text-align: center"> 50 </td> 51 <td align="left" colspan="4" style="width: 411px; text-align: center"> 52 <table> 53 <tr> 54 <td style="width: 23px"> 55 </td> 56 <td style="width: 2946px"> 57 <asp:Label ID="Label1" runat="server" Font-Size="9pt" Text="软件名称:"></asp:Label></td> 58 <td align="left" colspan="6" style="font-size: 12pt"> 59 <asp:TextBox ID="txtname" runat="server" Font-Size="9pt" Width="270px"></asp:TextBox><asp:RequiredFieldValidator 60 ID="RequiredFieldValidator1" runat="server" ControlToValidate="txtname" 61 ErrorMessage="不允许为空!">*</asp:RequiredFieldValidator> 62 <asp:TextBox ID="txtinterface" runat="server" Font-Size="9pt" Width="100px"></asp:TextBox></td> 63 </tr> 64 <tr style="color: #000000"> 65 <td style="width: 23px; height: 22px"> 66 </td> 67 <td style="width: 2946px; height: 22px"> 68 <asp:Label ID="Label16" runat="server" Font-Size="9pt" Text="类别:"></asp:Label></td> 69 <td align="left" colspan="4" style="height: 22px"> 70 <asp:DropDownList ID="ddlregimentation" runat="server" Width="133px" Font-Size="9pt"> 71 </asp:DropDownList></td> 72 <td colspan="1" style="width: 100px; height: 22px"> 73 &nbsp;</td> 74 <td align="left" colspan="1" style="width: 159px; height: 22px"> 75 <asp:TextBox ID="txtFile" runat="server" Width="100px"></asp:TextBox></td> 76 </tr> 77 <tr> 78 <td style="width: 23px; height: 25px"> 79 </td> 80 <td style="width: 2946px; height: 25px"> 81 <asp:Label ID="Label18" runat="server" Font-Size="9pt" Text="软件大小:"></asp:Label></td> 82 <td align="left" colspan="4" style="height: 25px"> 83 <asp:TextBox ID="txtsize" runat="server" Font-Size="9pt" Width="100px"></asp:TextBox><asp:RequiredFieldValidator 84 ID="RequiredFieldValidator2" runat="server" ControlToValidate="txtsize" ErrorMessage="不允许为空!" Font-Size="9pt">*</asp:RequiredFieldValidator></td> 85 <td colspan="1" style="width: 100px; height: 25px"> 86 <asp:Label ID="Label19" runat="server" Font-Size="9pt" Text="开发语言:"></asp:Label></td> 87 <td align="left" colspan="1" style="width: 159px; height: 25px"> 88 <asp:TextBox ID="txtlang" runat="server" Font-Size="9pt" Width="100px"></asp:TextBox><asp:RequiredFieldValidator 89 ID="RequiredFieldValidator5" runat="server" ControlToValidate="txtlang" ErrorMessage="不允许为空!" Font-Size="9pt">*</asp:RequiredFieldValidator></td> 90 </tr> 91 <tr> 92 <td style="width: 23px; height: 25px"> 93 </td> 94 <td style="width: 2946px; height: 25px"> 95 <asp:Label ID="Label20" runat="server" Font-Size="9pt" Text="应用平台:"></asp:Label></td> 96 <td align="left" colspan="4" style="height: 25px"> 97 <asp:TextBox ID="txtplatform" runat="server" Font-Size="9pt" Width="100px"></asp:TextBox><asp:RequiredFieldValidator 98 ID="RequiredFieldValidator3" runat="server" ControlToValidate="txtplatform" ErrorMessage="不允许为空!" Font-Size="9pt">*</asp:RequiredFieldValidator></td> 99 <td colspan="1" style="width: 100px; height: 25px"> 100 <asp:Label ID="Label21" runat="server" Font-Size="9pt" Text="版本说明:"></asp:Label></td> 101 <td align="left" colspan="1" style="width: 159px; height: 25px"> 102 <asp:TextBox ID="txtedition" runat="server" Font-Size="9pt" Width="100px"></asp:TextBox><asp:RequiredFieldValidator 103 ID="RequiredFieldValidator6" runat="server" ControlToValidate="txtedition" ErrorMessage="不允许为空!" Font-Size="9pt" Width="1px">*</asp:RequiredFieldValidator></td> 104 </tr> 105 <tr> 106 <td style="width: 23px; height: 11px"> 107 </td> 108 <td style="width: 2946px; height: 11px"> 109 <asp:Label ID="Label22" runat="server" Font-Size="9pt" Text="下载地址:"></asp:Label></td> 110 <td align="left" colspan="4" style="height: 11px"> 111 <asp:TextBox ID="txtDownLoad" runat="server" Font-Size="9pt" Width="100px"></asp:TextBox><asp:RequiredFieldValidator 112 ID="RequiredFieldValidator4" runat="server" ControlToValidate="txtDownLoad" ErrorMessage="不允许为空!" Font-Size="9pt">*</asp:RequiredFieldValidator></td> 113 <td colspan="1" style="width: 100px; height: 11px"> 114 <asp:Label ID="Label23" runat="server" Font-Size="9pt" Text="推荐指数:"></asp:Label></td> 115 <td align="left" colspan="1" style="width: 159px; height: 11px"> 116 <asp:DropDownList ID="ddlrecommend" runat="server" Font-Size="9pt" Width="66px"> 117 <asp:ListItem>0</asp:ListItem> 118 <asp:ListItem>1</asp:ListItem> 119 <asp:ListItem>2</asp:ListItem> 120 <asp:ListItem>3</asp:ListItem> 121 <asp:ListItem>4</asp:ListItem> 122 <asp:ListItem>5</asp:ListItem> 123 </asp:DropDownList></td> 124 </tr> 125 <tr> 126 <td style="width: 23px; height: 11px"> 127 </td> 128 <td style="width: 2946px; height: 11px"> 129 </td> 130 <td colspan="4" style="height: 11px"> 131 </td> 132 <td colspan="1" style="width: 100px; height: 11px"> 133 </td> 134 <td align="left" colspan="1" style="width: 159px; height: 11px"> 135 <asp:CheckBoxList ID="cklIfFecommend" runat="server" Font-Size="9pt"> 136 <asp:ListItem>是否推荐</asp:ListItem> 137 </asp:CheckBoxList></td> 138 </tr> 139 <tr> 140 <td style="width: 23px; height: 89px"> 141 </td> 142 <td style="width: 2946px; height: 89px"> 143 <asp:Label ID="Label24" runat="server" Font-Size="9pt" Text="软件介绍:"></asp:Label></td> 144 <td colspan="6" style="height: 89px"> 145 <asp:TextBox ID="txtrecommendation" runat="server" Height="97px" TextMode="MultiLine" Width="416px"></asp:TextBox></td> 146 </tr> 147 <tr> 148 <td style="width: 23px; height: 6px"> 149 </td> 150 <td style="width: 2946px; height: 6px"> 151 <asp:Label ID="Label25" runat="server" Font-Size="9pt" Text="程序界面:" Width="64px"></asp:Label></td> 152 <td align="left" colspan="6" style="height: 6px"> 153 <input id="UpImage" runat="server" style="width: 395px" type="file" /></td> 154 </tr> 155 <tr> 156 <td style="width: 23px; height: 6px"> 157 </td> 158 <td style="width: 2946px; height: 6px"> 159 <asp:Label ID="Label13" runat="server" Font-Size="9pt" Text="程序文件:"></asp:Label></td> 160 <td align="left" colspan="6" style="height: 6px"> 161 <input id="UpFile" runat="server" style="width: 395px" type="file" /></td> 162 </tr> 163 <tr> 164 <td style="width: 23px; height: 21px"> 165 </td> 166 <td style="width: 2946px; height: 21px"> 167 </td> 168 <td align="center" colspan="6" style="height: 21px"> 169 &nbsp;<asp:Button ID="btninsert" runat="server" Font-Size="9pt" OnClick="btninsert_Click" 170 Text="添加" /> 171 <asp:Button ID="Button1" runat="server" CausesValidation="False" Font-Size="9pt" 172 OnClick="Button1_Click" Text="返回" /></td> 173 </tr> 174 <tr> 175 <td style="width: 23px"> 176 </td> 177 <td style="width: 2946px"> 178 </td> 179 <td align="center" colspan="6"> 180 <asp:ValidationSummary ID="ValidationSummary1" runat="server" Font-Size="9pt" ShowMessageBox="True" 181 ShowSummary="False" /> 182 &nbsp; &nbsp; 183 </td> 184 </tr> 185 </table> 186 &nbsp; 187 </td> 188 <td align="left" colspan="1" style="width: 100px; text-align: center"> 189 </td> 190 </tr> 191 </table> 192 </td> 193 </tr> 194 </table> 195 </td> 196 </tr> 197 <tr> 198 </tr> 199 </table> 200 &nbsp; 201 </form> 202</body> 203</html> 204
还没有找到您心仪的内容?请用.net源码大搜捕
代码片断 打包下载该项目完整源码:明日企业下载管理系统源码