BSC_MENU.xml 3.55 KB
Newer Older
Thitichaipun Wutthisak committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41
<?xml version="1.0" encoding="UTF-8"?>
<!-- 
    BSyyA xx tt ss rr
	2 digit [BS] = Module Name
	2 digit [yy] = Sequence of Menu => 01-99
	1 digit [A] = Sub Sequence -> A-Z
	2 digit [xx] = Sub of A [Level1] => 01-99
	2 digit [tt] = Sub of A01 [Level2] => 01-99
	2 digit [ss] = Sub of A0101 [Level3] => 01-99
	2 digit [rr] = Sub of A010101 [Level4] => 01-99

	BSMxxx = Master file
	BSUxxx = Other UI
	BSPxxx = Process
	BSRxxx = Report 
-->
<XMLMENU>
	<MENU tname="ทะเบียนหลัก" ename="Master File" link="javascript:;" code="BS01A"  target="" group="BS01A" display='1' > 
		<MENU tname="ทะเบียนวิสัยทัศน์" ename="Vision Table" link="javascript:linkpage('BSM001.jsp');" code="BSM001"  target="" group="BS01A01" display='1' />	
		<MENU tname="ทะเบียนพันธกิจ" ename="Mission Table" link="javascript:linkpage('BSM002.jsp');" code="BSM002"  target="" group="BS01A02" display='1' />	
		<MENU tname="ทะเบียนทัศนคติ" ename="Perspective Table" link="javascript:linkpage('BSM003.jsp');" code="BSM003"  target="" group="BS01A03" display='1' />
		<MENU tname="ทะเบียนกลยุธ" ename="Strategy Table" link="javascript:linkpage('BSM004.jsp');" code="BSM004"  target="" group="BS01A04" display='1' />
		<MENU tname="ทะเบียนสวอท" ename="SWOT Table" link="javascript:linkpage('BSM005.jsp');" code="BSM005"  target="" group="BS01A05" display='1' />
		<MENU tname="ทะเบียนเป้าหมาย" ename="Objective Table" link="javascript:linkpage('BSM006.jsp');" code="BSM006"  target="" group="BS01A06" display='1' />
	</MENU>
	<MENU tname="สายบริหารทรัพยากรบุคคล" ename="Organizer" link="javascript:;" code="BS02A"  group="BS02A" display='1' >
		<MENU tname="test" ename="test" link="javascript:linkpage('BSU001.jsp');" code="BSU001"  target="" group="BS02A01" display='1' />	
	</MENU>


	<MENU tname="รายงาน" ename="Report" link="javascript:;" code="BS01B"  target="" group="BS01B" display='1' >		
		<MENU tname="ทะเบียนหลัก" ename="Master File" link="javascript:;" code="BS01B01"  target="" group="BS01B01" display='1' > 
			<MENU tname="รายงานทะเบียนวิสัยทัศน์" ename="Vision Table Report" link="javascript:linkpageReport1('BSR001');" code="BSR001"  target="" group="BS01B0101" display='1' /> 
			<MENU tname="รายงานทะเบียนพันธกิจ" ename="Mission Table Report" link="javascript:linkpageReport1('BSR002');" code="BSR002"  target="" group="BS01B0102" display='1' /> 
			<MENU tname="รายงานทะเบียนทะเบียนทัศนคติ" ename="Perspective Table Report" link="javascript:linkpageReport1('BSR003');" code="BSR0031"  target="" group="BS01B0103" display='1' /> 
			<MENU tname="รายงานทะเบียนทะเบียนกลยุธ" ename="Strategy Table Report" link="javascript:linkpageReport1('BSR003');" code="BSR0032"  target="" group="BS01B01032" display='1' /> 
			<MENU tname="รายงานทะเบียนทะเบียนสวอท" ename="SWOT Table Report" link="javascript:linkpageReport1('BSR003');" code="BSR0033"  target="" group="BS01B01033" display='1' /> 
			<MENU tname="รายงานทะเบียนทะเบียนเป้าหมาย" ename="Objective Table Report" link="javascript:linkpageReport1('BSR003');" code="BSR0034"  target="" group="BS01B01034" display='1' /> 
		</MENU>
	</MENU>
</XMLMENU>