⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 list.jsp

📁 OBPM是一个开源
💻 JSP
字号:
<%@ page contentType="text/html; charset=GBK"%>
<%@include file="/common/taglibs.jsp"%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link rel="stylesheet"
	href="<c:out value='${pageContext.request.contextPath}'/>/resource/css/main.css"
	type="text/css">
<title>{*[Modulelist]*}</title>
<style type="text/css">
<!--
.cur-table { 
	width:250px 
	}
-->
</style>
<script>
	function showRelating(trId) {
		var ele = document.getElementById(trId);
		
		if (ele.style.display == 'none') {
			ele.style.display = '';
		} else {
			ele.style.display = 'none';
		}
	}
	
</script>
</head>
<body leftmargin=0 rightmargin=0 topmargin=0 bottommargin=0>
<ww:form name="formList" action="exp" method="post" theme="simple">
<%@include file="/common/list.jsp"%>
<ww:include value="/loading.jsp" />
<input type="hidden" name="s_module" value="<ww:property value='#parameters.s_module'/>">
<table width="98%" class="list-table" >
		<tr class="list-toolbar">
			<td width="10" class="image-label"><img
				src="<ww:url value="/resource/image/email2.jpg"/>" /></td>
			<td width="3"></td>
			<td width="70" class="text-label">{*[Export]*}</td>
			<td>
			<table width="100%" border=1 cellpadding="0" cellspacing="0" class="line-position" ><tr><td ></td>
				<td class="line-position2" width="60" valign="top">
				<button class="back-class" onClick="forms[0].action='<ww:url action="exp"></ww:url>';forms[0].submit();">
				<img src="<ww:url value="/resource/image/new2.jpg"/>">{*[Export]*}</button>
				</td>
				<td class="line-position2" width="60" valign="top">
				<button class="back-class" onClick="javascript:history.go(-1)">
				<img src="<ww:url value="/resource/image/new2.jpg"/>">{*[Back]*}</button>
				</td>
			</tr></table>
			</td>
		</tr>
	</table>
	
<ww:bean name="cn.myapps.core.expimp.exp.action.ExpHelper" id="eh">
	<ww:param name="moduleid" value="#parameters.moduleid" />
	<ww:param name="applicationid" value="#session.APPLICATION" />	
</ww:bean>

<ww:if test="hasFieldErrors()">
	<span class="errorMessage"> <b>Errors:</b><br>
	<ww:iterator value="fieldErrors">
		*<ww:property value="value[0]" />;
	</ww:iterator> </span>
</ww:if>
<ww:hidden name="moduleid" value="%{#parameters.moduleid}" />
<ww:hidden name="_expobj.appSelect" value="%{#parameters.applicationid}" />

<table width="100%" border="0">
<tr>
<td valign="top">
 <DIV style="overflow-x:hidden;OVERFLOW-y:auto;WIDTH:100%;HEIGHT:200;">
 <table class="cur-table">
	<tr class="column-head" scope="col">
   		<td class="column-head2" width="30"><input type="checkbox" onclick="selectAllByField(this.checked, '_expobj.formSelects')"></td>
   		<td class="column-head">{*[Form]*}</td>
		<td><a href="javascript:showRelating('formTR')">{*[Relating]*}</a></td>
	</tr>
	
	<tr id="formTR" style="display:none" >
	  <td align="left" colspan="3">
		<HR>
		<div><ww:checkbox name="_expobj.formRetView" />{*[View]*}</div>
		<div><ww:checkbox name="_expobj.formRetAct" />{*[Activity]*}</div>
		<div><ww:checkbox name="_expobj.formRetDoc" />{*[Document]*}</div>
		<div><ww:checkbox name="_expobj.formRetStyle" />{*[Style]*}</div>
	  <td>
	<tr>

	<ww:iterator value="#eh._formList" status="index">
		<ww:if test="#index.odd == true">
				<tr class="table-text">
			</ww:if>
			<ww:else>
				<tr class="table-text2">
			</ww:else>
	   	 
	   	 <td class="table-td">
  	 		<input id='fs<ww:property value="#index.index" />' 
  	 			type="checkbox" name="_expobj.formSelects" 
  	 			value='<ww:property value="id"/>' />
  	 	 </td>
		 
		 <td colspan="2"><ww:property value="name"/></td>
	</ww:iterator>
</table>
</DIV>  
</td>

<td valign="top">
<DIV style="overflow-x:hidden;OVERFLOW-y:auto;WIDTH:100%;HEIGHT:200;"> 
 <table class="cur-table">
	<tr class="column-head" scope="col">
   		<td class="column-head2" width="30"><input type="checkbox" onclick="selectAllByField(this.checked, '_expobj.viewSelects')"></td>
   		<td class="column-head" ><o:OrderTag field="name" css="ordertag">{*[View]*}</o:OrderTag></td>
		<td><a href="javascript:showRelating('viewTR')">{*[Relating]*}</a></td>
	</tr>
	
	<tr id="viewTR" style="display:none">
	  <td align="left" colspan="3">
		<HR>
		<ww:checkbox name="_expobj.viewRetAct" />{*[Activity]*}<br>
		<ww:checkbox name="_expobj.viewRetStyle" />{*[Style]*} <br>
		<ww:checkbox name="_expobj.viewRetColumn" />{*[Column]*}<br>
		<ww:checkbox name="_expobj.viewRetSform" />{*[SearchForm]*}<br>
	  <td>
	<tr>
	
	<ww:iterator value="#eh._viewList" status="index">
		<ww:if test="#index.odd == true">
				<tr class="table-text">
			</ww:if>
			<ww:else>
				<tr class="table-text2">
			</ww:else>
	   	 
	   	 <td class="table-td">
  	 		<input type="checkbox" name="_expobj.viewSelects" value='<ww:property value="id"/>'/>
  	 	 </td>
		 
		 <td colspan="2"><ww:property value="name"/></td>
		 </tr>
	</ww:iterator>
</table>
</DIV>
</td>

<td valign="top">
<DIV style="overflow-x:hidden;OVERFLOW-y:auto;WIDTH:100%;HEIGHT:200;"> 
 <table class="cur-table">
	<tr class="column-head" scope="col">
   		<td class="column-head2" width="30"><input type="checkbox" onclick="selectAllByField(this.checked, '_expobj.flowSelects')"></td>
   		<td class="column-head" ><o:OrderTag field="name" css="ordertag">{*[WorkFlow]*}</o:OrderTag></td>
		<td><a href="javascript:showRelating('flowTR')">{*[Relating]*}</a></td>
	</tr>
	
	<tr id="flowTR" style="display:none">
	  <td align="left" colspan="3">
		<HR>
		<ww:checkbox name="_expobj.flowRetAct" />{*[Activity]*}<br>
	  <td>
	<tr>
	
	<ww:iterator value="#eh._flowList" status="index">
		<ww:if test="#index.odd == true">
				<tr class="table-text">
			</ww:if>
			<ww:else>
				<tr class="table-text2">
			</ww:else>
	   	 
	   	 <td class="table-td">
  	 		<input type="checkbox" name="_expobj.flowSelects" value='<ww:property value="id"/>'/>
  	 	 </td>
		 
		 <td colspan="2"><ww:property value="subject"/></td>
		 </tr>
	</ww:iterator>
</table>
</DIV>
</td>
</tr>

<tr>
<td valign="top">
<DIV style="overflow-x:hidden;OVERFLOW-y:auto;WIDTH:100%;HEIGHT:200;"> 
 <table class="cur-table">
	<tr class="column-head" scope="col">
   		<td class="column-head2" width="30"><input type="checkbox" onclick="selectAllByField(this.checked, '_expobj.imglibSelects')"></td>
   		<td class="column-head" ><o:OrderTag field="name" css="ordertag">{*[ImageLib]*}</o:OrderTag></td>
	</tr>
	
	<ww:iterator value="#eh._imglibList" status="index">
		<ww:if test="#index.odd == true">
				<tr class="table-text">
			</ww:if>
			<ww:else>
				<tr class="table-text2">
			</ww:else>
	   	 
	   	 <td class="table-td">
  	 		<input type="checkbox" name="_expobj.imglibSelects" value='<ww:property value="id"/>'/>
  	 	 </td>
		 
		 <td><ww:property value="name"/></td>
		 </tr>
	</ww:iterator>
</table>
</DIV>
</td>

<td valign="top">
<DIV style="overflow-x:hidden;OVERFLOW-y:auto;WIDTH:100%;HEIGHT:200;"> 
 <table class="cur-table">
	<tr class="column-head" scope="col">
   		<td class="column-head2" width="30"><input type="checkbox" onclick="selectAllByField(this.checked, '_expobj.mcolibSelects')"></td>
   		<td class="column-head" ><o:OrderTag field="name" css="ordertag">{*[MacroLib]*}</o:OrderTag></td>
	</tr>
	
	<ww:iterator value="#eh._mcolibList" status="index">
		<ww:if test="#index.odd == true">
				<tr class="table-text">
			</ww:if>
			<ww:else>
				<tr class="table-text2">
			</ww:else>
	   	 
	   	 <td class="table-td">
  	 		<input type="checkbox" name="_expobj.mcolibSelects" value='<ww:property value="id"/>'/>
  	 	 </td>
		 
		 <td><ww:property value="name"/></td>
		 </tr>
	</ww:iterator>
</table>
</DIV>
</td>

<td valign="top">
<DIV style="overflow-x:hidden;OVERFLOW-y:auto;WIDTH:100%;HEIGHT:200;"> 
 <table class="cur-table">
	<tr class="column-head" scope="col">
   		<td class="column-head2" width="30"><input type="checkbox" onclick="selectAllByField(this.checked, '_expobj.stylibSelects')"></td>
   		<td class="column-head" ><o:OrderTag field="name" css="ordertag">{*[StyleLib]*}</o:OrderTag></td>
	</tr>
	
	<ww:iterator value="#eh._stylibList" status="index">
		<ww:if test="#index.odd == true">
				<tr class="table-text">
			</ww:if>
			<ww:else>
				<tr class="table-text2">
			</ww:else>
	   	 
	   	 <td class="table-td">
  	 		<input type="checkbox" name="_expobj.stylibSelects" value='<ww:property value="id"/>'/>
  	 	 </td>
		 
		 <td><ww:property value="name"/></td>
		 </tr>
	</ww:iterator>
</table>
</DIV>
</td>

</tr>

<tr>

<td valign="top">
<DIV style="overflow-x:hidden;OVERFLOW-y:auto;WIDTH:100%;HEIGHT:200;"> 
 <table class="cur-table">
	<tr class="column-head" scope="col">
   		<td class="column-head2" width="30"><input type="checkbox" onclick="selectAllByField(this.checked, '_expobj.mappcfgSelects')"></td>
   		<td class="column-head" ><o:OrderTag field="name" css="ordertag">{*[MappingConfig]*}</o:OrderTag></td>
	</tr>
	
	<ww:iterator value="#eh._mappcfgList" status="index">
		<ww:if test="#index.odd == true">
				<tr class="table-text">
			</ww:if>
			<ww:else>
				<tr class="table-text2">
			</ww:else>
	   	 
	   	 <td class="table-td">
  	 		<input type="checkbox" name="_expobj.mappcfgSelects" value='<ww:property value="id"/>'/>
  	 	 </td>
		 
		 <td><ww:property value="name"/></td>
		 </tr>
	</ww:iterator>
</table>
</DIV>
</td>

<td valign="top">
<DIV style="overflow-x:hidden;OVERFLOW-y:auto;WIDTH:100%;HEIGHT:200;"> 
 <table class="cur-table">
	<tr class="column-head" scope="col">
   		<td class="column-head2" width="30"><input type="checkbox" onclick="selectAllByField(this.checked, '_expobj.repcfgSelects')"></td>
   		<td class="column-head" ><o:OrderTag field="name" css="ordertag">{*[ReportConfig]*}</o:OrderTag></td>
		<td><a href="javascript:showRelating('repcfgTR')">{*[Relating]*}</a></td>
	</tr>
	
	<tr id="repcfgTR" style="display:none">
	  <td align="left" colspan="3">
		<HR>
		<ww:checkbox name="_expobj.repcfgRetMappcfg" />{*[MappingConfig]*}<br>
		<ww:checkbox name="_expobj.repcfgRetTableCol" />{*[TableColumn]*} <br>
		<ww:checkbox name="_expobj.repcfgRetQuery" />{*[Query]*}<br>
		<ww:checkbox name="_expobj.repcfgRetForm" />{*[SearchForm]*}<br>
	  <td>
	<tr>
	
	<ww:iterator value="#eh._repcfgList" status="index">
		<ww:if test="#index.odd == true">
				<tr class="table-text">
			</ww:if>
			<ww:else>
				<tr class="table-text2">
			</ww:else>
	   	 
	   	 <td class="table-td">
  	 		<input type="checkbox" name="_expobj.repcfgSelects" value='<ww:property value="id"/>'/>
  	 	 </td>
		 
		 <td colspan="2"><ww:property value="name"/></td>
		 </tr>
	</ww:iterator>
</table>
</DIV>
</td>

<td valign="top">
<DIV style="overflow-x:hidden;OVERFLOW-y:auto;WIDTH:100%;HEIGHT:200;"> 
 <table class="cur-table">
	<tr class="column-head" scope="col">
   		<td class="column-head2" width="30"><input type="checkbox" onclick="selectAllByField(this.checked, '_expobj.compSelects')"></td>
   		<td class="column-head" ><o:OrderTag field="name" css="ordertag">{*[Component]*}</o:OrderTag></td>
	</tr>
	
	<ww:iterator value="#eh._compList" status="index">
		<ww:if test="#index.odd == true">
				<tr class="table-text">
			</ww:if>
			<ww:else>
				<tr class="table-text2">
			</ww:else>
	   	 
	   	 <td class="table-td">
  	 		<input type="checkbox" name="_expobj.compSelects" value='<ww:property value="id"/>'/>
  	 	 </td>
		 
		 <td><ww:property value="name"/></td>
		 </tr>
	</ww:iterator>
</table>
</DIV>
</td></tr>

<tr><td valign="top">
<DIV style="overflow-x:hidden;OVERFLOW-y:auto;WIDTH:100%;HEIGHT:200;"> 
 <table class="cur-table">
	<tr class="column-head" scope="col">
   		<td class="column-head2" width="30"><input type="checkbox" onclick="selectAllByField(this.checked, '_expobj.pageSelects')"></td>
   		<td class="column-head" ><o:OrderTag field="name" css="ordertag">{*[Page]*}</o:OrderTag></td>
	</tr>
	
	<ww:iterator value="#eh._pageList" status="index">
		<ww:if test="#index.odd == true">
				<tr class="table-text">
			</ww:if>
			<ww:else>
				<tr class="table-text2">
			</ww:else>
	   	 
	   	 <td class="table-td">
  	 		<input type="checkbox" name="_expobj.pageSelects" value='<ww:property value="id"/>'/>
  	 	 </td>
		 
		 <td><ww:property value="name"/></td>
		 </tr>
	</ww:iterator>
</table>
</DIV>
</td>

<td valign="top">
<DIV style="overflow-x:hidden;OVERFLOW-y:auto;WIDTH:100%;HEIGHT:200;"> 
 <table class="cur-table">
	<tr class="column-head" scope="col">
   		<td class="column-head2" width="30"><input type="checkbox" onclick="selectAllByField(this.checked, '_expobj.excelMappcfgSelects')"></td>
   		<td class="column-head" ><o:OrderTag field="name" css="ordertag">{*[ExcelMappingConfig]*}</o:OrderTag></td>
	</tr>
	
	<ww:iterator value="#eh._excelMappcfgList" status="index">
		<ww:if test="#index.odd == true">
				<tr class="table-text">
			</ww:if>
			<ww:else>
				<tr class="table-text2">
			</ww:else>
	   	 
	   	 <td class="table-td">
  	 		<input type="checkbox" name="_expobj.excelMappcfgSelects" value='<ww:property value="id"/>'/>
  	 	 </td>
		 
		 <td><ww:property value="name"/></td>
		 </tr>
	</ww:iterator>
</table>
</DIV>
</td></tr>

</table>

<table width="100%"  border="0" cellspacing="0" cellpadding="0">
  <tr>
    <td align="right" class="pagenav"><o:PageNavigation dpName="datas" css="linktag"/></td>
  </tr>
</table>
</ww:form>
</body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -