📄 default.aspx
字号:
<%@ Page Language="C#" MasterPageFile="~/UI/MasterPage.master" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="UI_Default" Title="Untitled Page" Theme="Default" %>
<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
<asp:ScriptManager id="ScriptManager1" runat="server">
</asp:ScriptManager>
<asp:UpdatePanel id="UpdatePanel1" runat="server">
<contenttemplate>
<asp:Label id="Label1" runat="server" Width="100%" Text="最近日志"></asp:Label> <asp:Repeater id="Repeater1" runat="server">
<ItemTemplate >
<div id="content" style="width:556px;height:120px;">
<div id="picContainer" style="width:150px;height:85%;float:left ;">
<div id="pic" style="width:130px;height:65px;margin-left:5px;margin-top:10px;float:left; border-right: #cccccc thin solid; border-top: #cccccc thin solid; border-left: #cccccc thin solid; border-bottom: #cccccc thin solid;">
<div style="width:120px;height:55px;margin:5px;"><asp:Image ID="imgPic" runat="server" Width="120px" height="55px" ImageUrl='<%#Eval("pic")%>' /></div>
</div>
<div id="picfont" style ="width:130px;height:14px;margin-left:5px;float:left;">
<asp:Label ID="lblPicText" runat="server" Width="110px" Text='<%#DataBinder.Eval(Container.DataItem,"picText") %>'></asp:Label></div>
</div>
<div id="textArea" style="width:406px;height:85%;float:left ;">
<asp:Label ID="lblTextArea" runat="server" Text='<%#Eval("content") %>'></asp:Label></div>
<div id="line" style="width:100%;height:3px;">
<hr />
</div>
</div>
</ItemTemplate>
</asp:Repeater> <DIV style="MARGIN-TOP: 10px; WIDTH: 556px; TEXT-ALIGN: right" id="page"><asp:ImageButton id="ibtnPrev" runat="server" SkinID="prev"></asp:ImageButton> <asp:ImageButton id="ibtnNext" runat="server" SkinID="next"></asp:ImageButton></DIV>
</contenttemplate>
</asp:UpdatePanel>
</asp:Content>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -