<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
	 <HorizontalLayout padding="0,0,0,0">
		<VerticalLayout padding="0,0,0,0" >
    		<HorizontalLayout padding="0,0,0,0" height="80">
				<Button name="Share_folder_goBack" width="130" height="130" padding="20,0,0,0" text="返回上级" font="0" />
				 <Option name="notes_search_option" width="48" height="48" padding="20,16,0,0"  tooltip="搜索" align="center" normalimage="readerimages\search_n.png" selectedimage="readerimages\search_p.png" group="local_note_tool" />
				<Option name="share_down_notes" width="48" height="48" padding="42,16,0,0"  tooltip="导入本地" align="center" normalimage="readerimages\import_n.png" selectedimage="readerimages\import_p.png"  group="local_note_tool"   />
    		</HorizontalLayout>
			<HorizontalLayout height="80"  visible="true" >
    			<Label name="Share_folder_name" text="目录" font="0" textpadding="20,20,4,0" endellipsis="true" textcolor="#FF47C1E9" disabledtextcolor="#FF47C1E9" align="wrap" />
    	  </HorizontalLayout>
		  <HorizontalLayout height="130" visible="true" bkcolor="#FFDCDCDC" heught="120">
				<VerticalLayout>
    				<Label  text="已经提交" font="2" textpadding="20,20,4,0" endellipsis="true" textcolor="#FF47C1E9" disabledtextcolor="#FF47C1E9" align="wrap" />
					<Label  text="截至日期" font="2" textpadding="20,20,4,0" endellipsis="true" textcolor="#FF47C1E9" disabledtextcolor="#FF47C1E9" align="wrap" />
				</VerticalLayout>
				<Button  width="130" height="130" padding="20,0,0,0" text="查看提交情况" />
    	  </HorizontalLayout>
		   <HorizontalLayout height="400" name="share_student_submit_ok" visible="false">
				<VerticalLayout>
    				<Label name="Share_folder_name" text="已经提交学生12人(点击学生姓名可查看已提交笔记)" font="2" textpadding="20,20,4,0" endellipsis="true" textcolor="#FF47C1E9" disabledtextcolor="#FF47C1E9" align="wrap" />
				</VerticalLayout>
    	  </HorizontalLayout>
		   <HorizontalLayout height="130" name="share_student_submit_no" visible="false">
				<VerticalLayout>
    				<Label name="Share_folder_name" text="未提交学生18人" font="2" textpadding="20,20,4,0" endellipsis="true" textcolor="#FF47C1E9" disabledtextcolor="#FF47C1E9" align="wrap" />
				</VerticalLayout>
    	  </HorizontalLayout>

		  <HorizontalLayout height="600"  visible="true">
				<NoteList bkcolor="#FFFFFFFF" itemtextcolor="0xFF000000" itembkcolor="0x00FFFFFF"  itemfont="1" itemshowhtml="false" name="folderlist" padding="0,0,0,0" childpadding="5" vscrollbar="true" />
    	  </HorizontalLayout>
		</VerticalLayout>
	</HorizontalLayout>