📄 newdiscussion.aspx
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="newdiscussion.aspx.cs" Inherits="newdiscussion" %>
<!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 id="Head1" runat="server">
<title>WDP Master Page</title>
<script language="javascript" type="text/javascript">
// <!CDATA[
// ]]>
</script>
<link rel="stylesheet" href="navbar.css" type="text/css" title="navbar">
<link href="bookstyle.css" rel="stylesheet" type="text/css">
<link rel="stylesheet" href="button.css" type="text/css" title="buttons" />
<link rel="stylesheet" href="dropraise.css"
type="text/css" title="first char" />
</head>
<body style="background-color: lightgrey">
<div style="white-space:nowrap; color: #0000ff; background-color: darkgray;" class="navbar"><a href="default.aspx" class="whiteHoverUnderline">Home</a> |
<a href="register1.aspx" class="whiteHoverUnderline" >Register</a> |
<a href="applyMember2.aspx" class="whiteHoverUnderline" >Log In </a> <br />
</div>
<img onmouseover="this.src='qs1.jpg'"
onmouseout="this.src='qs2.jpg'"
src="qs2.jpg" border="0" id="icon" height="106" alt="Quit now" style="width: 105px" />
<img onmouseover="this.src='mouth.jpg'"
onmouseout="this.src='homepage_black.gif'"
src="homepage_black.gif" border="0" id="Img1"
width="790" height="107" alt="Quit now" />
<hr style="background-color: dimgray; height: 13px;" />
<form id="form2" runat="server">
<div>
<table border="1" bordercolor="#f00000" cellspacing="0" style="font-size: 12px; width: 100%">
<tr bgcolor="#f00000" height="20">
<td colspan="2">
New Discussion:</td>
</tr>
<tr>
<td width="20%">
Topic:</td>
<td width="80%">
<asp:TextBox ID="txtTitle" runat="server" Width="385px"></asp:TextBox>
<asp:Label ID="Label1" runat="server" Text="Auther"></asp:Label>
<asp:TextBox ID="TextBoxAuther" runat="server"></asp:TextBox></td>
</tr>
<tr>
<td valign="top" width="20%">
Content:</td>
<td align="center" width="80%">
<asp:TextBox ID="txtContent" runat="server" Rows="20" TextMode="MultiLine" Width="98%"></asp:TextBox></td>
</tr>
<tr>
<td align="center" colspan="2">
<asp:Button ID="btnSubmit" runat="server" OnClick="btnSubmit_Click" Text="Submit"
Width="137px" /></td>
</tr>
</table>
</div>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -