📄 usercomeinleaguer.aspx
字号:
<%@ Page Language="C#" MasterPageFile="~/MasterPage/MasterPageOfQianTai.master" AutoEventWireup="true" CodeFile="UserComeInLeaguer.aspx.cs" Inherits="userShouldDo_UserComeInIntegral" Title="Untitled Page" Theme="Themes2"%>
<%@ Register Src="../UserControl/UserFunctionList.ascx" TagName="UserFunctionList"
TagPrefix="uc1" %>
<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
<table cellpadding="0" cellspacing="0" style="width: 1003px; height: 146px">
<tr>
<td style="background-image: url(../images/bg.gif); width: 39px">
</td>
<td style="width: 924px">
<table cellpadding="0" cellspacing="0" style="width: 924px; height: 130px">
<tr>
<td style="width: 231px; height: 413px; background-color: lavender;">
<br />
<table style="left: 8px; position: relative; top: -29px">
<tr>
<td style="width: 231px; height: 208px">
<uc1:UserFunctionList ID="UserFunctionList1" runat="server" />
</td>
</tr>
<tr>
<td style="width: 220px; height: 200px">
<fieldset style="width: 140px">
<legend class="mainTitle">实现日历控件的主题应用</legend>
<asp:Calendar ID="Calendar1" runat="server" Style="left: 2px; position: relative; top: 3px;"></asp:Calendar>
</fieldset>
</td>
</tr>
</table>
</td>
<td colspan="2" style="background-image: url(../images/leaguer/person/rbody.gif); vertical-align: top; background-repeat: repeat-y; height: 413px">
<fieldset style="width: 140px">
<legend class="mainTitle">实现TextBox控件的主题应用</legend>
<table style="width: 693px;" align="left" height="400" cellpadding="0" cellspacing="0">
<tr style="color: #000000">
<td align="left" colspan="3" style="background-image: url(../images/leaguer/person/rtop.gif);
background-repeat: no-repeat; height: 37px">
</td>
</tr>
<tr style="color: #000000">
<td colspan="3" align="left" style="height: 47px; background-image: url(../images/leaguer/person/rbody.gif); background-repeat: repeat-y;">
<img src="../images/leaguer/person/icon.gif" /></td>
</tr>
<tr style="color: #000000">
<td style="width: 86px; height: 25px;" align=right>
真实姓名:</td>
<td align="left" style="width: 86px; height: 25px;">
<asp:TextBox ID="TextBox1" runat="server" SkinID="three"></asp:TextBox>
</td>
<td style="width: 150px; height: 25px;">
</td>
</tr>
<tr style="color: #000000">
<td style="width: 86px; height: 13px;" align=right>
性别:</td>
<td style="text-align: left; width: 86px; height: 13px;" align="left">
<asp:TextBox ID="TextBox2" runat="server" SkinID="one"
></asp:TextBox></td>
<td style="width: 150px; height: 13px;">
</td>
</tr>
<tr>
<td align="right" style="width: 86px; height: 25px;">
省份:</td>
<td align="left" style="width: 86px; height: 25px;">
<asp:TextBox ID="TextBox3" runat="server" SkinID="three" ></asp:TextBox></td>
<td style="width: 150px; height: 25px;">
</td>
</tr>
<tr>
<td align="left" colspan="3" style="height: 38px">
<span style="color: #ff6633">选添信息</span></td>
</tr>
<tr>
<td style="width: 86px; height: 25px;" align=right>
固定电话:</td>
<td align="left" style="width: 86px; height: 25px;">
<asp:TextBox ID="TextBox4" runat="server" SkinID="one"></asp:TextBox></td>
<td style="width: 150px; height: 25px;">
</tr>
<tr>
<td style="width: 86px; height: 25px;" align=right>
手机、小灵通:</td>
<td align="left" style="width: 86px; height: 25px;">
<asp:TextBox ID="TextBox5" runat="server" SkinID="three"></asp:TextBox></td>
<td style="width: 150px; height: 25px;">
</td>
</tr>
<tr>
<td style="width: 86px; height: 25px;" align=right>
Email:</td>
<td align="left" style="width: 86px; height: 25px;">
<asp:TextBox ID="TextBox6" runat="server" SkinID="one"></asp:TextBox></td>
<td style="width: 150px; height: 25px;">
</tr>
<tr>
<td style="width: 86px; height: 25px;" align=right>
家庭住址:</td>
<td align=left colspan="2" style="height: 25px">
<asp:TextBox ID="TextBox7" runat="server" SkinID="three"></asp:TextBox></td>
</tr>
<tr>
<td style="width: 86px; height: 27px;" align=right>
邮政编码:</td>
<td align="left" style="width: 86px; height: 27px;">
<asp:TextBox ID="TextBox8" runat="server" SkinID="one"></asp:TextBox></td>
<td style="width: 150px; height: 27px;">
</td>
</tr>
<tr>
<td style="height: 44px;" align="center" colspan="3">
</tr>
<tr>
<td colspan="3" style="background-image: url(../images/leaguer/person/rbottom.gif);
background-repeat: no-repeat; height: 90px; text-align: left">
</td>
</tr>
</table>
</fieldset>
</td>
</tr>
</table>
</td>
<td style="background-image: url(../images/bg.gif); width: 40px">
</td>
</tr>
</table>
</asp:Content>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -