📄 batch_import_catalog.jsp
字号:
<%@ page contentType="text/html;charset=UTF-8"%>
<%@ include file="../../include.jsp"%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>无标题文档</title>
<script>
document.write("<script src='<%=ConfigBean.getStringValue("systenFolder")%>alert_js.jsp?rnd="+Math.random()+"'></s"+"cript>")
</script>
<link href="../comm.css" rel="stylesheet" type="text/css">
<script language="javascript" src="../../common.js"></script>
<script>
function check(theForm)
{
if (theForm.title.value=="")
{
alert("请填写货架名称");
return(false);
}
return(true);
}
</script>
<style type="text/css">
<!--
.STYLE1 {color: #666666}
-->
</style>
</head>
<body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<br>
<table width="98%" border="0" align="center" cellpadding="3" cellspacing="0">
<tr>
<td class="page-title"><img src="../imgs/page_title.gif" alt="title" width="17" height="12" align="absmiddle"> 货架管理 » 批量导入货架</td>
</tr>
</table>
<br>
<br>
<table width="98%" border="0" align="center" cellpadding="2" cellspacing="0">
<form name="form1" method="post" action="<%=ConfigBean.getStringValue("systenFolder")%>appController/batchImportCatalog" onSubmit="return check(this)">
<!-- 保留parentid,以备日后扩展使用,默认情况下,从跟开始建立货架 -->
<input type="hidden" name="parentid" value="0">
<input type="hidden" name="backurl" value="<%=StringUtil.getString(request,"backurl")%>">
<tr>
<td width="3%"> </td>
<td width="66%"><textarea name="mutliple_catalog" cols="60" rows="20" id="mutliple_catalog"></textarea></td>
<td width="31%" align="left" valign="top" class="alert-text"><p class="STYLE1">录入格式:</p>
<p class="STYLE1">手机通讯=GSM手机|CDMA手机|双模手机<br>
日用家居=照明设备|钟表|ZIPPO打火机</p>
<p class="STYLE1">=号左边为父货架,右边为其下子货架,子货架间用|相隔</p></td>
</tr>
<tr>
<td> </td>
<td> </td>
<td class="alert-text"> </td>
</tr>
<tr>
<td> </td>
<td><input name="Submit" type="submit" class="long-button" value=" 导 入 ">
<input name="Submit2" type="button" class="long-button" onClick="location='<%=StringUtil.getString(request,"backurl")%>'" value=" 返 回 "></td>
<td class="alert-text"> </td>
</tr>
</form>
</table>
<br>
<br>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -