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

71 lines
4.5 KiB
Plaintext

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Account.aspx.cs" Inherits="DSWeb.Accounts.Account" %>
<!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>无标题页</title>
<style type="text/css">
html,body{font-size:12px;margin:0px;height:100%;}
.txtTab{border:1px solid #A0A0A4; border-color:#6699CC;padding: 3px 0 0 3px;}
.line
{
border-top:1px dashed #cccccc;
height: 1px;
overflow:hidden;
padding-top:5px;
padding-bottom:5px;
}
.btn{
width:95px;
BORDER-RIGHT: #2C59AA 1px solid;
PADDING-RIGHT: 2px; BORDER-TOP: #2C59AA 1px solid;
PADDING-LEFT: 2px; FONT-SIZE: 12px; FILTER: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#ffffff, EndColorStr=#C3DAF5);
BORDER-LEFT: #2C59AA 1px solid; CURSOR: hand; COLOR: black; PADDING-TOP: 2px;
BORDER-BOTTOM: #2C59AA 1px solid
}
</style>
<script src="../js/account.js" type="text/javascript"></script>
</head>
<body style="background-color:#ecf2ff;">
<div style="width:100%;height:100%;" oncontextmenu="return true">
<div style="width:90%;margin-left:auto; margin-right:auto;">
<form id="form1" runat="server">
<div style="width:100%;float:left; margin-top:20px; margin-bottom:10px;">
<div style=" margin-left:20px;">个人信息设置</div>
</div>
<div class="line" style="width:100%;text-align:center;"></div>
<div style="width:100%;float:left; margin-top:10px;">
<div id="dvEnglishName" style="width:80px; text-align:right;float:left; margin-left:10px;margin-right:10px; padding-top:5px;">英文名称:</div>
<div style="width:30%; text-align:right;float:left;"><input type="text" id="txt_englishname" runat="server" style="width:100%;" class="txtTab"/></div>
<div id="dvOfficeNum" style="width:80px; text-align:right;float:left; margin-left:10px;margin-right:10px;padding-top:5px;">办公电话:</div>
<div style="width:30%; text-align:right;float:left;"><input type="text" id="txt_officenum" runat="server" style="width:100%;" class="txtTab"/></div>
</div>
<div style="width:100%;float:left;margin-top:10px;">
<div id="dvFax" style="width:80px; text-align:right;float:left; margin-left:10px;margin-right:10px;padding-top:5px;">传真号码:</div>
<div style="width:30%; text-align:right;float:left;"><input type="text" id="txt_fax" runat="server" style="width:100%;" class="txtTab"/></div>
<div id="dvEmail1" style="width:80px; text-align:right;float:left; margin-left:10px;margin-right:10px;padding-top:5px;">邮箱地址1</div>
<div style="width:30%; text-align:right;float:left;"><input type="text" id="txt_email1" runat="server" style="width:100%;" class="txtTab"/></div>
</div>
<div style="width:100%;float:left;margin-top:10px;">
<div id="dvEmail2" style="width:80px; text-align:right;float:left; margin-left:10px;margin-right:10px;padding-top:5px;">邮箱地址2</div>
<div style="width:30%; text-align:right;float:left;"><input type="text" id="txt_email2" runat="server" style="width:100%;" class="txtTab"/></div>
<div id="dvQQ" style="width:80px; text-align:right;float:left; margin-left:10px;margin-right:10px;padding-top:5px;">QQ</div>
<div style="width:30%; text-align:right;float:left;"><input type="text" id="txt_qq" runat="server" style="width:100%;" class="txtTab" maxlength="50"/></div>
</div>
<div style="width:100%;float:left;margin-top:10px;">
<div id="dvMsn" style="width:80px; text-align:right;float:left; margin-left:10px;margin-right:10px;padding-top:5px;">MSN</div>
<div style="width:30%; text-align:right;float:left;"><input type="text" id="txt_msn" runat="server" style="width:100%;" class="txtTab" maxlength="100"/></div>
<div id="dvMobile" style="width:80px; text-align:right;float:left; margin-left:10px;margin-right:10px;padding-top:5px;">移动电话:</div>
<div style="width:30%; text-align:right;float:left;"><input type="text" id="txt_mobile" runat="server" style="width:100%;" class="txtTab" maxlength="50"/></div>
</div>
<div style="width:100%;float:left;margin-top:10px;">
<div style="margin-left:100px; margin-top:20px;"><input type="button" value="保存" class="btn" style="width:100px;" onclick="saveAction()"/></div>
</div>
<input type="hidden" id="h_post" runat="server" />
</form>
</div>
</div>
</body>
</html>