conf.xml 825 Bytes
<?xml version="1.0" encoding="UTF-8"?>
<root>
	<id>processTask</id>  <!--只能是唯一的英文字母-->
	<title>我的任务</title>
	<titleEN>My processTask</titleEN>
	<desc>任务负责人是自己的所有任务</desc>
	<icon>resource/image/10_wev8.gif</icon>
	<linkMode>2</linkMode>
	<loginView>0</loginView>
	<type>1</type>
	<perpage>5</perpage>
	<private>
		<jsList> 
		</jsList>
	</private>
	<public>
		<jsIdList>  
		</jsIdList>
		<cssIdList>
		</cssIdList>
	</public>
	<view>
		<url>/page/element/compatible/view.jsp</url>
		<method>getTaskSppb</method>
	</view>
	<setting>
		<url>/page/element/compatible/setting.jsp</url>
		<method/>
	</setting>
	<more>
		<url>/page/element/compatible/more.jsp</url>
		<method>getNewTask</method>
	</more>
	<operation>/page/element/compatible/operation.jsp</operation>
</root>