📄 personnote.aspx
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="PersonNote.aspx.cs" Inherits="ScheduleManage_PersonNote_PersonNote" %>
<!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 id="page" style="margin-left: auto; margin-right: auto; font-size: 12px; width: 700px;">
<table width="700px">
<tr>
<td align="right" style="height: 23px">
<a href="PersonNoteManage.aspx">新增便签<img src="../../images/wright.gif" /></a></td>
</tr>
<tr>
<td>
<asp:DataList ID="DataList1" Style="background-color: #dbdcff; width: 700px;" runat="server" RepeatColumns="3" BackColor="White" BorderColor="#CCCCCC"
BorderStyle="None" BorderWidth="1px" CellPadding="4" ForeColor="Black" GridLines="Horizontal">
<FooterStyle BackColor="#CCCC99" ForeColor="Black" />
<SelectedItemStyle BackColor="#CC3333" Font-Bold="True" ForeColor="White" />
<HeaderStyle BackColor="#333333" Font-Bold="True" ForeColor="White" />
<ItemTemplate>
<a href='PersonNoteManage.aspx?NoteId=<%# Eval("NoteId") %>'> <%# Eval("NoteTitle") %></a>
</ItemTemplate>
</asp:DataList>
</td>
</tr>
</table>
</div>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -