📄 addmodule.aspx
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="AddModule.aspx.cs" Inherits="BackDesk_ManageModule_AddModule" %>
<%@ Register Src="BBSFooter.ascx" TagName="BBSFooter" TagPrefix="uc2" %>
<%@ Register Src="BBSHeader.ascx" TagName="BBSHeader" TagPrefix="uc1" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" >
<head runat="server">
<title>添加模块</title>
</head>
<body>
<form id="form1" runat="server">
<table align="center" style="width: 755px; height: 138px;" cellpadding="0" cellspacing="0">
<tr>
<td style="width: 755px; height: 138px;">
<uc1:BBSHeader ID="BBSHeader1" runat="server" />
</td>
</tr>
</table>
<table align="center" style="width: 755px" cellpadding="0" cellspacing="0">
<tr>
<td style="width: 176px; text-align: left; background-image: url(../../Image/背景图3.jpg);">
<asp:Label ID="Label2" runat="server" Font-Size="9pt" Text="欢迎您," Width="50px"></asp:Label><asp:Label
ID="labUserName" runat="server" Font-Size="9pt" Width="74px"></asp:Label>
</td>
</tr>
</table>
<table align="center" style="width: 755px" cellpadding="0" cellspacing="0">
<tr>
<td style="background-image: url(../../Image/背景图2.jpg); vertical-align: top; width: 755px; height: 365px; text-align: center">
<br />
<br />
<br />
<table align="center">
<tr>
<td style="width: 66px; text-align: center">
</td>
<td style="width: 49px; text-align: center">
<asp:Label ID="labModuleName" runat="server" Font-Size="9pt" Text="模块标题" Width="62px"></asp:Label></td>
<td style="width: 188px; text-align: center">
<asp:TextBox ID="txtModuleName" runat="server" Font-Size="9pt"></asp:TextBox></td>
</tr>
<tr>
<td style="width: 66px; text-align: center">
</td>
<td style="width: 49px; text-align: center">
</td>
<td style="width: 188px; text-align: left">
<asp:Button ID="btnAdd" runat="server" Font-Size="9pt" OnClick="btnAdd_Click"
Text="添加" />
<asp:Button ID="btnCancel" runat="server" CausesValidation="False" Font-Size="9pt"
OnClick="btnCancel_Click" Text="取消" />
<asp:Button ID="btnBack" runat="server" CausesValidation="False" Font-Size="9pt"
OnClick="btnBack_Click" Text="返回" /></td>
</tr>
</table>
</td>
</tr>
</table>
<table align="center" style="width: 755px;height: 74px;" cellpadding="0" cellspacing="0">
<tr>
<td style="width: 755px; height: 74px;">
<uc2:BBSFooter ID="BBSFooter1" runat="server" />
</td>
</tr>
</table>
<a href="file:///E:\asp.net%202005%20项目\BBS\FrontDesk\Card.aspx"></a>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -