📄 left.aspx
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="left.aspx.cs" Inherits="left" %>
<!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>DisplayFeeds</title>
<script language="javascript" type="text/javascript">
parent.rtop.location.href="about:blank";
</script>
</head>
<body>
<form id="form1" runat="server">
<div>
<asp:GridView ID="GridView1" runat="server" AutoGenerateColumns="False" DataKeyNames="FeedID" DataSourceID="ObjectDataSource1" style="background-color: transparent">
<Columns>
<asp:HyperLinkField DataNavigateUrlFields="FeedID" DataNavigateUrlFormatString="Top.aspx?FeedID={0}"
DataTextField="Title" HeaderText="RSS Feeds" Target="rtop" />
</Columns>
<AlternatingRowStyle BackColor="Silver" />
</asp:GridView>
<asp:ObjectDataSource ID="ObjectDataSource1" runat="server" SelectMethod="getFeeds"
TypeName="Sloppycode.net.AboutData"></asp:ObjectDataSource>
<br />
<asp:Label ID="Label2" runat="server" Height="1px" Text="在外部浏览器打开:" Width="700px" BackColor="Silver" Font-Italic="True"></asp:Label><em><br />
</em>
<asp:DropDownList ID="DropDownList1" runat="server" OnSelectedIndexChanged="DropDownList1_SelectedIndexChanged" BackColor="#E0E0E0">
</asp:DropDownList>
<asp:CheckBox ID="checkBoxRdf" runat="server" Text="RDF" ForeColor="Gray" />
<asp:Button ID="buttonOK" runat="server" Text="Get" OnClick="buttonOK_Click" BackColor="Gray" Width="57px" />
<br />
<br />
<asp:Label ID="Label1" runat="server"></asp:Label><br />
<asp:TextBox ID="TextBox1" runat="server" TextMode="MultiLine" Visible="False" Height="30px" Width="300px"><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>RSS feed</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<style>
.channelTitle {
font-family: Arial, Helvetica, sans-serif;
font-size: 10pt;
font-weight: bold;
color: #FFFFFF;
}
.channelDescription {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 7pt;
color: #003366;
}
.itemTitle {
font-family: Arial, Helvetica, sans-serif;
font-size: 9pt;
text-decoration:none;
background-color: #F6F6F6;
color: #000000;
font-weight: bold;
}
.itemTitle:hover { color:#003366; }
.itemDescription {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 9px;
}
</style>
</head>
<body>
<table width="500" border="0" align="center" cellpadding="1" cellspacing="0" bgcolor="#003399">
<tr><td>
<table width="500" border="0" cellpadding="5" cellspacing="0" bgcolor="#FFFFFF">
<tr><td bgcolor="#4F4F4F"><a href="%Link%" target="_blank" class="channelTitle">%Title%</a></td>
</tr>
<tr><td class="channelDescription">%Description%</td>
</tr>
</table>
</td>
</tr>
</table>
<br>
<br>
<table width="500" border="0" align="center" cellpadding="1" cellspacing="0" bgcolor="#A3A3A3">
<tr>
<td>
<table width="500" border="0" cellpadding="5" cellspacing="0" bgcolor="#FFFFFF">
%Items%
</table>
</td>
</tr>
</table>
</body>
</html>
</asp:TextBox></div>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -