<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="PrintSubjectUserVideo.aspx.cs" Inherits="AVA.ResourcesPlatform.WebUI.My.PrintSubjectUserVideo" %> <%= this.SubjectVideo.ParentSubject.Name %> - <%= this.SubjectVideo.ParentVideo.Name %>

<%= this.SubjectVideo.ParentSubject.BeginTime.Year %> 年天津市信息技术与课程整合优秀课评比参数报名表

学校名称: <%= this.SubjectVideo.ParentSubmissionUser.ParentDomain.Name %>
联系电话: <%= this.SubjectVideo.ParentSubmissionUser.MobilePhone %> Email: <%= this.SubjectVideo.ParentSubmissionUser.Email %>
联系地址: <%= this.SubjectVideo.ParentSubmissionUser.Address %> 邮政编码: <%= this.SubjectVideo.ParentSubmissionUser.PostalCode %>
选题: <%= this.SubjectVideo.ParentVideo.Name %>
教材版本: <% if (this.SubjectVideo.ParentVideo.ParentLesson != null) { var lesson = this.SubjectVideo.ParentVideo.ParentLesson; %> <%= lesson.ParentTextbook.ParentPress.Name %> <%= lesson.ParentTextbook.Name %> <% } %>
授课教师: <%= this.SubjectVideo.ParentSubmissionUser.TrueName %> 身份证号码: <%= this.SubjectVideo.ParentSubmissionUser.IDCard %>
<%= new HtmlButton("打印") { OnClick="GoPrint();" }%>