📄 pricefb.jsp
字号:
<%@ page contentType="text/html;charset=GBK"%>
<%@ include file="/inc/pv/user.jsp"%>
<%@ include file="/inc/public/msg.jsp"%>
<%
String strOfficeStyle = site.bean.SitePara.strVirtualName + "/member/" + igec.util.CookieUtil.getCookieValue(request,site.bean.SitePara.strCookieUserTheme,"stand");
%>
<!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>
<meta http-equiv="Content-Type" content="text/html; charset=GBK" />
<title> 会员办公室--<%=site.bean.SitePara.strWebTitle%> </title>
<script language="javascript" src="<%=site.bean.SitePara.strVirtualName%>/js/clear.jsp"></script>
<script language="JavaScript" src="<%=site.bean.SitePara.strVirtualName%>/js/public.js"></script>
<script language="JavaScript" src="<%=site.bean.SitePara.strVirtualName%>/js/check.js"></script>
<script language="javascript" src="<%=site.bean.SitePara.strVirtualName%>/js/xmlhttp.js"></script>
<script language="javascript" src="<%=site.bean.SitePara.strVirtualName%>/js/CalendarDlg.js"></script>
<link rel="stylesheet" rev="stylesheet" href="<%=strOfficeStyle%>/css/content.css" type="text/css" />
<link rel="stylesheet" rev="stylesheet" href="<%=strOfficeStyle%>/css/tree.css" type="text/css" />
<link rel="stylesheet" rev="stylesheet" href="<%=strOfficeStyle%>/css/mainframe.css" type="text/css" />
<link rel="stylesheet" rev="stylesheet" href="<%=strOfficeStyle%>/css/css.css" type="text/css" />
<script type="text/javascript" src="<%=site.bean.SitePara.strVirtualName%>/member/js/tree.jsp?baseurl=<%=strOfficeStyle%>"></script>
<link rel="shortcut icon" href="<%=site.bean.SitePara.strVirtualName%>/favicon.ico">
</head>
<body>
<SCRIPT>
function opengl(){
window.location.href='<%=site.bean.SitePara.strVirtualName%>/member/process.do?iid=A0244';
}
function picDataBase(strFilePath){
addUploadFile_Show(strFilePath,'');
}
function addUploadFile_Show(strFilePath,strFileType){
try{
document.all("showPic").value = strFilePath;
document.all("specialshowPic").src = "<%=site.bean.SitePara.strVirtualName%>/"+strFilePath;
}catch(e){
alert(e.description);
}
}
</SCRIPT>
<%@ include file="../top.jsp"%>
<div id="screen">
<!--content-->
<div id="contentfloat">
<div id="content">
<form name="myform" id="myform" action="<%=site.bean.SitePara.strVirtualName%>/member/price.do?action=save&iid=<%=strMenuId%>" onsubmit="return Check(this);" target="ifrTarget" method="post">
<input type="hidden" name="showPic" id="showPic" value=""/>
<table border="0" width="95%" align="center" cellpadding="0" cellspacing="0" >
<tr>
<td height="50"><font color="#112382" class="font14"><strong> </strong></font>
<table width="100%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="77%" height="40"><img src="<%=strOfficeStyle%>/images/add_class.gif" width="25" height="28" align="absmiddle" /><font color="112382" class="font14"><strong> 发布报价信息</strong></font></td>
<td width="24%"><input type="button" name="btnfb" onclick="opengl();" value="管理报价信息" /></td>
</tr>
</table>
</td>
</tr>
<tr>
<td height="2" bgcolor="#fd790d"></td>
</tr>
<tr>
<td height="20" > </td>
</tr>
<tr>
<td height="39"><table width="100%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td height="30">提示:带<font color="ff0000"> * </font>为必填项</td>
</tr>
<tr>
<td> </td>
</tr>
</table>
</td>
</tr>
<tr>
<td height="110" valign="top">
<table border="0" width="100%" align="center" cellpadding="0" cellspacing="1" bgcolor="#dedede">
<tr>
<td width="20%"height="30" align="right" bgcolor="#f5f5f5"><strong>标题:</strong><font color="ff0000"> * </font> </td>
<td height="30" bgcolor="#FFFFFF">
<input type="text" name="title" id="title" maxlength=100 minLength=1 EmptyDisable label="标题" size="40"/></td>
</tr>
<tr>
<td height="30" align="right" bgcolor="#f5f5f5"><strong>产品名称:</strong><font color="ff0000"> * </font> </td>
<td height="30" bgcolor="#FFFFFF">
<input type="text" name="cpname" id="cpname" maxlength=100 minLength=1 EmptyDisable label="产品名称"/></td>
</tr>
<tr>
<td height="30" align="right" bgcolor="#f5f5f5"><strong>地区分类:</strong><font color="ff0000"> * </font> </td>
<td height="30" bgcolor="#FFFFFF" align="left">
<select name="areatype" id="areatype" EmptyDisable label="地区分类">
<option value="">请选择地区</option>
<script language="javascript" src="<%=igec.site.base.bean.SitePara.strVirtualName%>/static/js/areatype.js"></script>
</select> </td>
</tr>
<tr>
<td height="30" align="right" bgcolor="#f5f5f5"><strong>产品分类:</strong><font color="ff0000"> * </font> </td>
<td height="30" bgcolor="#FFFFFF">
<select name="cptype" id="cptype" EmptyDisable label="报价分类">
<option value="">请选择产品分类</option>
<script language="javascript" src="<%=igec.site.base.bean.SitePara.strVirtualName%>/static/js/codetype.js">
</script>
</select>
</td>
</tr>
<tr>
<td height="30" align="right" bgcolor="#f5f5f5"><strong>关键字:</strong><font color="ff0000"> * </font> </td>
<td height="30" bgcolor="#FFFFFF">
<input type="text" name="sdkey" value="" id="sdkey" maxlength=50 minLength=1 EmptyDisable label="信息关键字"/> 格式:|不锈钢|不锈钢| "|"为分隔符</td>
</tr>
<tr>
<td height="30" align="right" bgcolor="#f5f5f5"><strong>有效期:</strong><font color="ff0000"> * </font> </td>
<td height="30" bgcolor="#FFFFFF">
<input type="text" name="enddate" id="enddate" EmptyDisable size="12" label="有效期" ValueFormat="date"/> <img src="<%=igec.site.base.bean.SitePara.strVirtualName%>/member/images/calendar.gif" border="0" align="absMiddle" style="cursor:hand" onclick="fPopUpCalendarDlg('<%=igec.site.base.bean.SitePara.strVirtualName%>',enddate);"></td>
</tr>
<tr>
<td height="30" align="right" bgcolor="#f5f5f5"><strong>详细说明:</strong><font color="ff0000"> * </font> </td>
<td height="30" bgcolor="#FFFFFF">
<textarea name="intro" id="intro" EmptyDisable label="详细说明" rows="10" cols="60" ></textarea> </td>
</tr>
<tr>
<td height="30" align="right" bgcolor="#f5f5f5"><strong>产品配图:</strong> </td>
<td height="30" bgcolor="#FFFFFF"><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="23%" height="100" align="center"><table width="92" border="0" cellpadding="0" cellspacing="1" bgcolor="#b2b3b5">
<tr>
<td><img src="<%=site.bean.SitePara.strVirtualName%>/member/stand/images/nopic.gif" id="specialShowPic" name="specialShowPic" width="92" height="93" /></td>
</tr>
</table> </td>
<td width="90%" valign="middle">
<table width="98%" border="0" cellpadding="0" cellspacing="1" class=border2>
<tr>
<td height="20" align="right" ><strong>图片库上传:</strong> </td>
<td height="20" align="left" > <input name="button" type="button" style="cursor:hand" onclick="window.open ('<%=site.bean.SitePara.strVirtualName%>/member/stand/person/mypic.jsp?fun=picDataBase','ShowMyPic','width=600, toolbar=no, menubar=no, scrollbars=yes, resizable=yes, location=no, status=no')" value="选择已有图片" /></td>
</tr>
<tr>
<td width="21%" height="20" align="right"><strong>本地上传: </strong></td>
<td width="79%" height="20" align="left"><iframe class="TBGen" style="top:2px" ID="UploadFiles" src="<%=site.bean.SitePara.strVirtualName%>/inc/upload/?wt=<%=request.getParameter("wt")%>&ft=pic&recf=addUploadFile_Show" frameborder=0 scrolling=no width="350" height="25"></iframe></td>
</tr>
</table></td>
</tr>
</table></td>
</tr>
</table>
</td>
</tr>
<tr>
<td height="52" valign="top"><table border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#dddddd">
<tr>
<td height="1"></td>
</tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="50" align="center" ><input type="submit" name="Submit" value="提交" />
<input type="reset" name="Submit2" value="重置" /></td>
</tr>
</table></td>
</tr>
</table></td>
</tr>
</table>
</form>
<iframe height="1" src="" name="ifrTarget" frameborder="0" scrolling="no"></iframe>
</div>
</div>
<!--end/content-->
<!--left-->
<div id="leftmenu">
<!--menu-->
<div id="tree1"></div>
<!--end/menu-->
</div>
<!--end/left-->
</div>
<script language="javascript" src="<%=strOfficeStyle%>/menu.jsp?iid=<%=request.getParameter("iid")%>"></script>
<script type="text/javascript">treeInit();</script>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="2" bgcolor="#ff7b0f"></td>
</tr>
</table>
<%@ include file="../bot.jsp"%>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -