conf.xml 726 Bytes
<?xml version="1.0" encoding="UTF-8"?>
<root>
	<id>plan</id>  <!--只能是唯一的英文字母-->
	<title>计划报告</title>
	<titleEN>plan</titleEN>
	<desc>执行力平台计划报告元素</desc>
	<icon>resource/image/plan.gif</icon>
	<linkMode>2</linkMode>
	<loginView>1</loginView>
	<type>2</type>
	<perpage>5</perpage>
	<private>
		<jsList> 
		</jsList>
	</private>
	<public>
		<jsIdList>  
			<jsId>jquery</jsId>
		</jsIdList>
		<cssIdList>
		</cssIdList>
	</public>
	<view>
		<url>View.jsp</url>
		<method></method>
	</view>
	<setting>
		<url>Setting.jsp</url>
		<method></method>
	</setting>
	<more>
		<url>/workrelate/plan/Main.jsp</url>
		<method></method>
	</more>
	<operation>Operation.jsp</operation>
</root>