| Current Path : /home/zqegovsj/public_html/us3.supplierlist.com/haibo/cn/templates/haibo/ |
| Current File : /home/zqegovsj/public_html/us3.supplierlist.com/haibo/cn/templates/haibo/freemember1.html |
<?xml version="1.0" encoding="UTF-8"?><!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>
<title>SeoEase 搜索易 | 自助SEO建站, SEO, SEM, 自助搜索引擎优化, 自助建站</title>
<meta name="description" content="SeoEase 搜索易, SEO, SEM, 自助SEO建站, 自助搜索引擎优化, 自助建站, 自动生成手机网站, 让您的网站更易被搜索, 自动生成手机网站." />
<meta name="keywords" content="SEO, SEM, SeoEase, 搜索易, 自助SEO建站, 自助搜索引擎优化, 自助建站, 自动生成手机网站, 让您的网站更易被搜索, 自动生成手机网站" />
<meta name="robots" content="all" />
<meta name="robots" content="index, follow" />
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<link href="./css.css" rel="stylesheet" type="text/css" />
<script type="text/javascript">
function versions(myform){
pid = myform.version.options[myform.version.options.selectedIndex].value;
window.location.href=pid;
}
function checkreg(form){
if(loginfrm.login_name.value==""){
alert("Please enter user name");
loginfrm.login_name.focus();
return false;
}
if(loginfrm.login_pass.value==""){
alert("Please enter password");
loginfrm.login_pass.focus();
return false;
}
}</script>
</head>
<body><table width="798" border="0" align="center" cellpadding="0" cellspacing="0" class="link-dow">
<tr>
<td><img src="./webimages/arrow.gif" width="13" height="8" border="0" />欢迎您,<{$membername}>. <a href="./index.php?action=logout" class="link2"> 注销</a></td>
<td><div align="right">
<form name="typefrm" id="typefrm" method="get" action="">
<select name="version" id="version" class="lug" onchange="versions(typefrm);">
<option value="#" selected="selected">选择语言</option>
<option value="http://www.seoease.cn"><img src="./webimages/ico_china.jpg" border="0" align="absmiddle"> 中 文</option>
<option value="http://www.seoease.cn/en"><img src="./webimages/ico_china.jpg" border="0" align="absmiddle"> English</option>
<option value="http://www.seoease.cn/jp"><img src="./webimages/ico_china.jpg" border="0" align="absmiddle"> 日本語</option>
</select></form>
</div></td>
</tr>
</table>
<table width="798" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td bgcolor="#CCCCCC"><img src="./images/1.gif" width="1" height="1" /></td>
</tr>
</table>
<table width="798" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td height="30"> </td>
</tr>
<tr>
<td>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="190"><a href="http://www.seoease.cn"><img src="./webimages/logo.gif" alt="seoease.cn" border="0" /></a></td>
<td><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="10"></td>
</tr>
<tr>
<td><h1><a href="http://www.seoease.cn" class="link-black">搜索易-自助SEO建站</a></h1></td>
</tr>
</table>
</td>
</tr>
</table>
<span class="link2">"SeoEase | 搜索易" - 让您的网站更易被搜索、让您的信息更快被传递!<br />
专业的海外市场网络营销全面解决方案及推广服务,
专注于 SEO、搜索引擎优化、搜索引擎营销、网站优化、网络推广服务. </span></td>
</tr>
<tr>
<td height="30"> </td>
</tr>
</table>
<table width="798" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td background="./webimages/sp1.jpg"><img src="./webimages/sp1.jpg" width="4" height="1" /></td>
</tr>
<tr>
<td class="en-2"><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td background="./webimages/sp1.jpg"><img src="./webimages/sp1.jpg" width="4" height="1" /></td>
</tr>
<tr>
<td class="en-2"><h2 class="en-big-1"><a href="index.php" class="link-black">主页</a> <img src="./webimages/ico-9.gif" width="11" height="7"> <a href="freemember.php" class="link-black">信息管理</a><br/>
<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">公司信息管理<{$CompanyNotExists}></td>
</tr>
<tr bgcolor="#FFFFFF" >
<td ><font color="#FF6600">*</font> 所属行业:</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> 公司名称:</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> 地址:</td>
<td ><{$CompanyInfo.CompanyAddress}> </td>
</tr>
<tr bgcolor="#FFFFFF" >
<td ><font color="#FF6600">*</font> 省/地区/城市: </td>
<td ><select name="provinceid" id="provinceid" USEDATA="dataSrc" SUBCLASS="1">
</select>
<select name="cityid" id="cityid" USEDATA="dataSrc" SUBCLASS="2">
</select><br></td>
</tr>
<tr bgcolor="#FFFFFF" >
<td ><font color="#FF6600">*</font> 国家:</td>
<td ><{$CompanyInfo.CompanyCountryId}></td>
</tr>
<tr bgcolor="#FFFFFF" >
<td ><font color="#FF6600">*</font> 邮编:</td>
<td ><{$CompanyInfo.CompanyZipcode}></td>
</tr>
<tr bgcolor="#FFFFFF" >
<td >联系人:</td>
<td ><{$CompanyInfo.CompanyLinkMan}></td>
</tr>
<tr bgcolor="#FFFFFF">
<td >性别:</td>
<td ><{html_radios name="link_man_gender" options=$Genders checked=$CompanyInfo.CompanyLinkManGender|default:"1" separator=" "}></td>
</tr>
<tr bgcolor="#FFFFFF" >
<td >职务:</td>
<td >
<{$CompanyInfo.CompanyPosition}></td>
</tr> <tr bgcolor="#FFFFFF" >
<td >电话:</td>
<td ><{$CompanyInfo.CompanyTelcode}>
-
<{$CompanyInfo.CompanyTelzone}>
-
<{$CompanyInfo.CompanyTel}></td>
</tr>
<tr bgcolor="#FFFFFF" >
<td >传真:</td>
<td ><{$CompanyInfo.CompanyFaxcode}>
-
<{$CompanyInfo.CompanyFaxzone}>
-
<{$CompanyInfo.CompanyFax}></td>
</tr>
<tr bgcolor="#FFFFFF" >
<td >手机</td>
<td ><{$CompanyInfo.CompanyMobile}></td>
</tr>
<tr bgcolor="#FFFFFF" >
<td >主页</td>
<td ><{$CompanyInfo.CompanySiteUrl}>
</tr>
<tr bgcolor="#FFFFFF" >
<td >邮箱:</td>
<td ><{$CompanyInfo.CompanyEmail}></td>
</tr>
<tr bgcolor="#FFFFFF" >
<td ><font color="#FF6600">*</font>关键词:</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> 详细介绍:</td>
<td ><p>
<{$company_des}></td>
</tr>
<tr bgcolor="#FFFFFF" >
<td ><font color="#FF6600">* </font>简要描述:</td>
<td ><{$CompanyInfo.CompanyMainProd|default:""}>
<font class=S><br>
</font></td>
</tr>
<tr bgcolor="#FFFFFF" >
<td >主营产品:</td>
<td ><{$CompanyInfo.CompanyMainBrand}>
</td>
</tr>
<tr bgcolor="#FFFFFF" >
<td >主要客户:</td>
<td ><{$CompanyInfo.CompanyMainCustomer}></td>
</tr>
<tr bgcolor="#FFFFFF" ><td></td>
<td height="40" >
<a href="./freemember.php?freeedit=1">点击修改
</a></td>
</tr>
</table>
</form>
</td>
</tr>
<tr>
<td class="en-2"> </td>
</tr>
<tr>
<td class="en-2"><a href="http://www.seoease.cn" class="link2"><img src="./webimages/ic-be.gif" width="27" height="35" hspace="5" border="0" align="left" /> 自助SEO建站 - 为您建造有效果的网站!</a><br />
网站更易被搜索、让您的信息更快被传递</td>
</tr>
<tr>
<td class="en-2"> </td>
</tr>
<tr>
<td class="en-2"><a href="http://www.supplierlist.com" target="_blank" class="link2"><img src="./webimages/ic-bms.gif" width="27" height="35" hspace="5" border="0" align="left" /> Supplierlist.com 外贸高端推广</a><br />
助您在数以万记的搜索结果中脱颖而出!</td>
</tr>
<tr>
<td class="en-2"> </td>
</tr>
</table></td>
</tr>
</table>
<table width="798" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td background="./webimages/sp2.jpg"><img src="./webimages/sp2.jpg" width="4" height="1" /></td>
</tr>
</table>
<table width="798" border="0" align="center" cellpadding="0" cellspacing="0" class="link-dow">
<tr>
<td><a href="http://www.haibo.com.cn" target="_blank" class="link-dow">© 2009 嘉兴市海博网络科技有限公司</a></td>
<td><div align="right"><a href="http://www.seoease.cn" class="link-dow">SeoEase 搜索易 - 自助SEO建站</a> </div></td>
</tr>
</table>
<script language="javascript">
var linkage = new Linkage("dataSrc", "<{$JS_PATH}>media/xml/area.xml");
linkage.BLANK_SELECT = "<{if $CompanyInfo.CompanyProvinceCodeId!=""}><{$CompanyInfo.CompanyProvince}><{$CompanyInfo.CompanyCity}><{else}>请选择<{/if}>";
linkage.init();
</script>
</body>
</html>