%@ Page Language="C#" AutoEventWireup="true" Inherits="AVA.ResourcesPlatform.WebUI.My.ShiXunWork" %>
<%= new NavInstance(this) { }.Add(Define.Get("Client_个人空间"),WebUrl.My()).Add("我的"+Define.Get("Client_实训作业"),null).ToHtml()%>
<%= new MyMenuInstance(this) { MyMenuItem = MyMenuItem.ShiXunWork }.ToHtml() %>
<%if(this.User.ParentUserType.InstructorEnable)
{ %>
<%= new MySubjectInstance(this) { TransferControl="/My/MyShiXunWork", STEnable = (int)AVA.ResourcesPlatform.Model.Pub.SubjectSTEnableEnum.否 }.ToHtml()%>
<%} %>
<%
if (this.User.ParentUserType.TeacherEbable)
{
%>