You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
787 B

2 days ago
<%@ Control Language="C#" AutoEventWireup="true" CodeFile="gui.ascx.cs" Inherits="gui" %>
<div style="z-index: 101; left: 133px; width: 636px; top: 183px;
height: 24px; background-color: #0099ff; text-align: center">
<asp:HyperLink ID="HyperLink1" runat="server" BackColor="#C0C0FF" ForeColor="Red"
Height="24px" Width="58px" NavigateUrl="~/index.aspx">首页</asp:HyperLink>
&nbsp; &nbsp;
<asp:HyperLink ID="HyperLink2" runat="server" BackColor="#C0C0FF" ForeColor="Red"
Height="23px" Width="86px" NavigateUrl="~/post.aspx">发表留言</asp:HyperLink>
&nbsp; &nbsp;
<asp:HyperLink ID="HyperLink3" runat="server" BackColor="#C0C0FF" ForeColor="Red"
Height="23px" Width="94px" NavigateUrl="~/login.aspx">管理登陆</asp:HyperLink></div>