myaccount.aspx
来自「A Portal for uploading images, videos an」· ASPX 代码 · 共 127 行
ASPX
127 行
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="myaccount.aspx.cs" Inherits="myaccount" %>
<!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 id="Head1" runat="server">
<title>Sparkz :: Get into LimeLight!</title>
<link rel="stylesheet" type="text/css" href="menu.css" />
</head>
<body>
<form id="form1" runat="server">
<div id="bodcont">
<center>
<TABLE WIDTH="800" BORDER="0" CELLPADDING="0" CELLSPACING="0" bgcolor="#FFFFFF">
<TR>
<TD>
<IMG SRC="images/header.jpg" WIDTH="800" ALT=""></TD>
</TR>
<TR>
<TD>
<IMG SRC="images/starsparkz_02.jpg" WIDTH="800" HEIGHT="9" ALT=""></TD>
</TR>
<TR>
<TD WIDTH="800" HEIGHT="29" bgcolor="#EEEEEE">
<center>
<a href="Home.aspx" class="red">Home</a> |
<a href="#" class="red">Login</a> |
<a href="#" class="red">Advice & Tips</a> |
<a href="#" class="red">News</a> |
<a href="#" class="red">FAQ</a> |
<a href="#" class="red">Sitemap</a> |
<a href="#" class="red">Contact Us</a> |
<a href="#" class="red">Log Out</a>
</center>
</TD>
</TR>
<TR>
<TD Width="800" align="left" valign="top" style="height: 240px">
<table width="800" height="255">
<tr>
<td align="center" valign="top" width="150" style="height: 428px">
<asp:Image ID="Image1" runat="server" Width="80"/>
<div class="sdmenu">
<span class="title" id="top">   <img src="images/p_profile.gif" />   <a href="index.asp" class=red1>Profile</a></span>
<span class="title" >   <img src="images/p_scrap.gif" />   <a href="portfolio.asp" class=red1>Scrabbook</a>   </span>
<span class="title" >   <img src="images/p_camera.gif" />   <a href="tips.asp" class=red1>photos</a>   </span>
<span class="title">   <img src="images/p_video.gif" />   <a href="videos.asp" class=red1>Videos</a>   </span>
<span class="title" >   <img src="images/p_list.gif" />   <a href="portfolio.asp" class=red1>List</a>    </span>
<span class="title">   <img src="images/i_letter.gif" />   <a href="search.asp" class=red1>Message</a>    </span>
<span class="title">       
</span>
</div>
</td>
<td align="center" valign="top" style="width: 630px; height: 428px">
<!-- Registration Content Starts -->
<table style="width:630px;">
<tr>
<td>
<img src="images/greetz.gif" />
</td>
</tr>
<tr>
<td class="log" colspan="2" align="left" bgcolor="#ffcc66" bordercolor="#ffcc00" style="height: 24px"><font size="4"> Profile </font>              
<font size="4">user name:</font><asp:TextBox ID="TextBox1" runat="server"></asp:TextBox>               
<font size="4">first name : </font><asp:Label ID="Label2" runat="server" Text="Label"></asp:Label>
</td>
</tr>
<tr>
<td class="log" align="left" style="width: 315px; height: 25px;">
Select your status here
</td>
<td align="left" style="height: 25px">
<asp:Button ID="Button1" runat="server" Text="View" OnClick="Button1_Click" />
</td>
</tr>
<tr>
<td class="log" colspan="2" align="left" height="25" style="width: 315px" >
This is how my profile will look to
   <asp:DropDownList ID="DropDownList1" runat="server">
</asp:DropDownList>
</td>
</tr>
<br / >
<tr><td class="log" align="left" style="height: 25px">
Scraps     Photo     Photos of me     Vedeos Fan
</td>
</tr>
<tr>
<td align="left" style="height: 3px">
   <img src="images/p_scrap.gif" />            <img src="images/p_camera.gif" />               <img src="images/p_camera.gif" />                      <img src="images/p_video.gif" />
</td>
</tr>
<tr>
<td colspan="2" align=left style="height: 25px">
<center>           <asp:Button ID="Button2" runat="server" Text="create album" OnClick="Button2_Click" /></center>
</td>
</tr>
</table>
<!-- End of Registration Content -->
</td>
</tr>
</table>
</TD>
</TR>
<TR>
<TD>
<IMG SRC="images/starsparkz_05.jpg" WIDTH="800" HEIGHT="9" ALT=""></TD>
</TR>
<TR>
<TD>
<IMG SRC="images/starsparkz_06.jpg" WIDTH="800" HEIGHT="72" ALT=""></TD>
</TR>
</TABLE>
</center>
</div>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?