-
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
flash_edit.html
3.023KB
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
home.html
6.464KB
Edit File
Delete File
Rename
member_edit.html
10.083KB
Edit File
Delete File
Rename
member_upload.html
2.5KB
Edit File
Delete File
Rename
menu.html
2.48KB
Edit File
Delete File
Rename
mycart_index.html
5.934KB
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
personal.html
3.997KB
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
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
status.html
2.472KB
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"}> <script src="<{$JS_PATH}>js/prototype.js"></script> <script language="javascript" src="<{$JS_PATH}>js/general.js"></script> <script src="<{$JS_PATH}>js/mixselect.js"></script> <{literal}> <script type="text/javascript"> var xmlobj; function CreateXMLHttpRequest() { if(window.XMLHttpRequest) {//Mozilla浏览器 xmlobj=new XMLHttpRequest(); if(xmlobj.overrideMimeType) {//设置MIME类别 xmlobj.overrideMimeType("text/xml"); } } else if(window.ActiveXObject) {//IE浏览器 try { xmlobj=new ActiveXObject("Msxml2.XMLHttp"); } catch(e) { try { xmlobj=new ActiveXobject("Microsoft.XMLHttp"); } catch(e) { } } } } function CheckProduct() //主程序函数 { CreateXMLHttpRequest(); var proid = document.getElementById("testId").value; var url = "freemember.php?pid=" +proid; //alert(url); xmlobj.open("GET", url, true); xmlobj.onreadystatechange = StatHandler; //判断URL调用的状态值并处理 xmlobj.send(null); //设置为不发送给服务器任何数据//构造URL } function StatHandler() //用于处理状态的函数 { if(xmlobj.readyState == 4 && xmlobj.status == 200) //如果URL成功访问,则输出网页 { var pattern=/^[\s\S]*\<!--start-->([\s\S]*)\<!--end-->[\s\S]*$/ig; //var pattern = /^[\s\S]*\<!--start-->([\s\S]*)\<!--end-->[\s\S]*$/ig; myText = xmlobj.responseText.replace(pattern, "$1"); //alert (myText); document.getElementById("orderId").innerHTML=myText; } } function textLimitCheck(thisArea, showArea, maxLength) { if (thisArea.value.length > maxLength) { alert(maxLength + " characters limit. \r Excessive data will be truncated."); thisArea.value = thisArea.value.substring(0, maxLength - 1); thisArea.focus(); } showArea.value = thisArea.value.length; } </script><{/literal}> <form name="companyeditfrm" action="./freemember.php?freeedit=1" method="post" enctype="multipart/form-data"> <table width="100%" border="0" cellpadding="2" cellspacing="1" bgcolor="#D3E2E7" class="en-2" > <tr bgcolor="#D3E2E7"> <td colspan="2" class="link-black">Company Information<{$CompanyNotExists}></td> </tr> <tr bgcolor="#FFFFFF" > <td ><font color="#FF6600">*</font> Business Range:</td> <td ><select name="aindustry" id="testId" onchange="return CheckProduct();"> <{foreach from=$get_Product item=item}> <option value="<{$item.id}>" <{if $Industry1.id==$item.id}>selected<{/if}>> <{$item.name}> </option> <{/foreach}> </select> <span id="orderId" style="border:#F00"> <!--start--> <select name="bindustry" id="testId2" > <{foreach from=$get_Product_tow item=item}> <option value="<{$item.id}>" <{if $Industry2.id==$item.id}>selected<{/if}>><{$item.name}> </option> <{/foreach}> </select> <!--end--> </span> </td> </tr> <tr bgcolor="#FFFFFF" > <td width="21%" ><font color="#FF6600">*</font> Company Name:</td> <td > <input type="hidden" name="id" value="<{$CompanyInfo.CompanyId}>"> <input type="hidden" name="oldpicture" value="<{$CompanyInfo.CompanyPicture}>"> <input type="hidden" name="oldbrand_img" value="<{$CompanyInfo.CompanyBrandImg}>"> <{$CompanyInfo.CompanyName}></td> </tr> <tr bgcolor="#FFFFFF" > <td ><font color="#FF6600">*</font> Address:</td> <td ><{$CompanyInfo.CompanyAddress}> </td> </tr> <tr bgcolor="#FFFFFF" > <td ><font color="#FF6600">*</font> City: </td> <td ><{$CompanyInfo.CompanyCityCodeId}></td> </tr> <tr bgcolor="#FFFFFF" > <td ><font color="#FF6600">*</font> Province/State:</td> <td ><{$CompanyInfo.CompanyProvinceCodeId}></td> </tr> <tr bgcolor="#FFFFFF" > <td ><font color="#FF6600">*</font> Country:</td> <td ><{$CompanyInfo.CompanyCountryId}></td> </tr> <tr bgcolor="#FFFFFF" > <td ><font color="#FF6600">*</font> ZIP:</td> <td ><{$CompanyInfo.CompanyZipCode}></td> </tr> <tr bgcolor="#FFFFFF" > <td >Key Contact:</td> <td ><{$CompanyInfo.CompanyLinkMan}></td> </tr> <tr bgcolor="#FFFFFF"> <td >Gender:</td> <td ><{html_radios name="link_man_gender" options=$Genders checked=$CompanyInfo.CompanyLinkManGender|default:"1" separator=" "}></td> </tr> <tr bgcolor="#FFFFFF" > <td >Position:</td> <td > <{$CompanyInfo.CompanyPosition}></td> </tr> <tr bgcolor="#FFFFFF" > <td >Tel:</td> <td ><{$CompanyInfo.CompanyTelcode}> - <{$CompanyInfo.CompanyTelzone}> - <{$CompanyInfo.CompanyTel}></td> </tr> <tr bgcolor="#FFFFFF" > <td >Fax:</td> <td ><{$CompanyInfo.CompanyFaxcode}> - <{$CompanyInfo.CompanyFaxzone}> - <{$CompanyInfo.CompanyFax}></td> </tr> <tr bgcolor="#FFFFFF" > <td >Mobile</td> <td ><{$CompanyInfo.CompanyMobile}></td> </tr> <tr bgcolor="#FFFFFF" > <td >Homepage</td> <td ><{$CompanyInfo.CompanySiteUrl}> </tr> <tr bgcolor="#FFFFFF" > <td >Email:</td> <td ><{$CompanyInfo.CompanyEmail}></td> </tr> <tr bgcolor="#FFFFFF" > <td ><font color="#FF6600">*</font> Keywords:</td> <td ><{$CompanyInfo.CompanyKeyword1}> <{$CompanyInfo.CompanyKeyword2}> <{$CompanyInfo.CompanyKeyword3}></td> </tr> <tr bgcolor="#FFFFFF" > <td > </td> <td ><{$CompanyInfo.CompanyKeyword4}> <{$CompanyInfo.CompanyKeyword5}> <{$CompanyInfo.CompanyKeyword6}></td> </tr> <tr bgcolor="#FFFFFF" > <td valign="top" ><font color="#FF6600"> <br> *</font> Introduction:</td> <td ><p> <{$company_des}></td> </tr> <tr bgcolor="#FFFFFF" > <td ><font color="#FF6600">* </font>Description:</td> <td ><{$CompanyInfo.CompanyMainProd|default:""}> <font class=S><br> (Less than 200 characters)</font></td> </tr> <tr bgcolor="#FFFFFF" > <td >Trademark:</td> <td ><{$CompanyInfo.CompanyMainBrand}> </td> </tr> <tr bgcolor="#FFFFFF" > <td >Main Customers:</td> <td ><{$CompanyInfo.CompanyMainCustomer}> (ex: supermarket, packing factory) </td> </tr> <tr bgcolor="#FFFFFF" ><td></td> <td height="40" > <a href="./freemember.php?freeedit=1">Click To Edit </a></td> </tr> </table> </form><{include file="newmember/foot.html"}>
© 2022 - 2023 WIBUHAXOR V1 By Lutfifakee || Padang Blackhat