📄 复件 soundxg.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");
site.bean.MebSoundObj info=new site.bean.MebSoundObj();
igec.site.base.bean.LongSysObj lo=new igec.site.base.bean.LongSysObj();
lo.setStrValue1(igec.util.Tool.getStr(request.getParameter("id")));
lo.setStrValue2("1");
lo.setStrValue3(user.getStrUserId());
//getStrValue1 id,
//getStrValue2 flag 1 meber,0其他
//getStrValue3 mebid
info=site.business.MebSoundBusiness.getMebSound(lo);
%>
<!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" />
<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>
<script>
window.resizeTo(640,700);
function init(){
<%if(info!=null){%>
SetSelValue("classid","<%=info.getClassid()%>");
<%}%>
}
</script>
<body onload="init();">
<%if(info!=null&&info.getTitle()!=null&&!"".equals(info.getTitle())){%>
<form name="myform" id="myform" action="<%=site.bean.SitePara.strVirtualName%>/member/sound.do" onsubmit="return CheckForm(this);" target="ifrTarget" method="post">
<input type="hidden" name="opt" id="opt" value="opu" />
<input type="hidden" name="id" id="id" value="<%=info.getId()%>" />
<input type="hidden" name="islocal" id="islocal" value="<%=info.getIslocal()%>" />
<table width="95%" border="0" align="center" cellpadding="0" cellspacing="0" >
<tr>
<td height="30" class="TableContentTitle"><img src="../images/add_class.gif" width="25" height="28" align="absmiddle" /> 更新音乐信息</td>
</tr>
<tr>
<td> <div class="TableContenttop"><img src="images/bg_fd790d.gif" width="5" height="2" /></div></td>
</tr>
<tr>
<td> </td>
</tr>
<tr style="display:none">
<td height="110" valign="middle">
<table width="100%" border="0" align="center" cellpadding="0" cellspacing="1" class=tx_box>
<tr>
<td height="30" class=tx_title> 友情提示:</td>
</tr>
<tr>
<td class=tx_content>如果您的信息里涉及到行业里的很多分类,建议您将信息分开发。例如你要发供应冷轧板201\202\301,可分发为三条信息:供应冷轧板201;供应冷轧板202;供应冷轧板301。PS:发商机时请确保您的商机类型与内容符合,否则,本站将直接删除不符合的商机。</td>
</tr>
</table></td>
</tr>
<tr>
<td height="39" valign="middle"><table width="100%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td height="20">提示:带<font color="ff0000"> * </font>为必填项</td>
</tr>
</table></td>
</tr>
<tr>
<td height="110" valign="top">
<table width="100%" border="0" align="center" cellpadding="0" cellspacing="1" bgcolor="#dedede">
<tr>
<td height="30" align="right" bgcolor="#f5f5f5"><strong>音乐分类:</strong><font color="ff0000"> * </font> </td>
<td height="20" bgcolor="#FFFFFF">
<select name="classid" id="classid" label="音乐分类">
<option value="">请选择分类</option>
<script src="<%=site.bean.SitePara.strVirtualName%>/dynamic/js/memberclass.jsp?posid=S00003&typeflag=0&mebid=<%=user.getStrUserId()%>"></script>
</select> </td>
</tr>
<tr>
<td height="30" align="right" bgcolor="#f5f5f5"><strong>显示状态:</strong><font color="ff0000"> * </font> </td>
<td height="20" bgcolor="#FFFFFF">
<%if(igec.util.Tool.IsEmpty(info.getShowflag())||"1".equals(info.getShowflag())){%>
<input type="radio" name="showflag" value="0"/> 隐藏 <input type="radio" name="showflag" value="1" checked/>显示 <% } else { %>
<input type="radio" name="showflag" checked value="0"/> 隐藏 <input type="radio" name="showflag" value="1"/>显示
<% } %>
</td>
</tr>
<tr>
<td height="30" align="right" bgcolor="#f5f5f5"><strong>音乐标题:</strong><font color="ff0000"> * </font> </td>
<td height="20" bgcolor="#FFFFFF">
<input type="text" name="title" value="<%=info.getTitle()%>" id="title" size="50" maxlength=100 minLength=1 EmptyDisable label="音乐标题"/></td>
</tr>
<tr>
<td height="20" align="right" bgcolor="#f5f5f5"><strong>描 述:</strong><font color="ff0000"> * </font> </td>
<td height="20" bgcolor="#FFFFFF">
<textarea name="intro" id="intro" EmptyDisable label="描述" rows="6" cols="50" onblur="CheckLength(this,100);"><%=info.getIntro()%></textarea></td>
</tr>
<tr>
<td height="20" align="right" bgcolor="#f5f5f5"><strong>音 乐:</strong> </td>
<td height="20" bgcolor="#FFFFFF">
<%=site.bean.SitePara.strVirtualName+info.getFurl()%> </td>
</tr>
<tr style="display:none">
<td height="20" align="right" bgcolor="#f5f5f5"><strong>显示顺序:</strong> </td>
<td height="20" bgcolor="#FFFFFF">
</td>
</tr><input type="hidden" name="xh" size=5 id="xh" value="<%=info.getXh()%>" ValueFormat="int" EmptyDisable label="显示顺序" value=0 minlength=1 maxlength=5 />
</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 align="center" height="50"><input type="submit" name="Submit" value="更新" />
<input type="button" onclick="javascript:window.close();" name="Submit2" value="关闭" /></td>
</tr>
</table></td>
</tr>
</table></td>
</tr>
</table>
</form>
<iframe height="1" src="" name="ifrTarget" frameborder="0" scrolling="no"></iframe>
<br />
<br />
<script language=javascript>
document.onkeydown=nextpage
function nextpage(event) {
event = event ? event : (window.event ? window.event : null);
if (event.keyCode==13) userlogin();
}
</script>
<script language="JavaScript">
function userlogin(){
document.loginform.submit();
}
function CheckForm(loObj){
if(!Check(loObj)) return false;
return true;
}
</script>
<%} else {%>
<script>
alert("您查询的信息不存在!");
window.close();
</script>
<%}%>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -