?? usersetting.aspx
字號:
?<%@ Page Language="C#" AutoEventWireup="true" CodeFile="userSetting.aspx.cs" Inherits="user_userSetting" %>
<!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">
<div>
<div class ="left"><!-- #include file ="user_left.htm" --></div>
<div class ="center">
<span style="color: #ff0033">日志顯示設置:</span><br />
<br />
<table id="TABLE1" style="width: 328px; height: 141px" onclick="return TABLE1_onclick()">
<tr>
<td style="width: 163px">
每頁顯示日志數:</td>
<td style="width: 158px">
<asp:TextBox ID="tbPerPageBlog" runat="server" Width="100px"></asp:TextBox></td>
</tr>
<tr>
<td style="width: 163px">
每頁顯示回復數:</td>
<td style="width: 158px">
<asp:TextBox ID="tbPerPageReply" runat="server" Width="100px"></asp:TextBox></td>
</tr>
<tr>
<td style="width: 163px">
首頁顯示日志字符數:</td>
<td style="width: 158px">
<asp:TextBox ID="tbLeftWords" runat="server" Height="20px" Width="100px"></asp:TextBox></td>
</tr>
<tr>
<td style="width: 163px">
</td>
<td style="width: 158px">
<asp:Button ID="btnOk" runat="server" Text="確 定" Width="104px" OnClick="btnOk_Click" /></td>
</tr>
</table>
</div>
</div>
</form>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -