Edit D:\AVA\AVAStandard\AVA.ResourcesPlatform.WebUI\My\PrintSubjectUserVideo.aspx
??<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="PrintSubjectUserVideo.aspx.cs" Inherits="AVA.ResourcesPlatform.WebUI.My.PrintSubjectUserVideo" %> <!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml"> <head runat="server"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title> <%= this.SubjectVideo.ParentSubject.Name %> - <%= this.SubjectVideo.ParentVideo.Name %> </title> </head> <body> <div id="divPrintArea"> <h2> <%= this.SubjectVideo.ParentSubject.BeginTime.Year %> ??????????????????????????????????? </h2> <table border="1px"> <tr> <td style="text-align: right">???????? </td> <td colspan="3"> <%= this.SubjectVideo.ParentSubmissionUser.ParentDomain.Name %> </td> </tr> <tr> <td style="text-align: right">???????? </td> <td> <%= this.SubjectVideo.ParentSubmissionUser.MobilePhone %> </td> <td style="text-align: right">Email?? </td> <td> <%= this.SubjectVideo.ParentSubmissionUser.Email %> </td> </tr> <tr> <td style="text-align: right">???????? </td> <td> <%= this.SubjectVideo.ParentSubmissionUser.Address %> </td> <td style="text-align: right">???????? </td> <td> <%= this.SubjectVideo.ParentSubmissionUser.PostalCode %> </td> </tr> <tr> <td style="text-align: right">????? </td> <td colspan="3"> <%= this.SubjectVideo.ParentVideo.Name %> </td> </tr> <tr> <td style="text-align: right">???????? </td> <td colspan="3"> <% if (this.SubjectVideo.ParentVideo.ParentLesson != null) { var lesson = this.SubjectVideo.ParentVideo.ParentLesson; %> <%= lesson.ParentTextbook.ParentPress.Name %> <%= lesson.ParentTextbook.Name %> <% } %> </td> </tr> <tr> <td style="text-align: right">???????? </td> <td> <%= this.SubjectVideo.ParentSubmissionUser.TrueName %> </td> <td style="text-align: right">????????? </td> <td> <%= this.SubjectVideo.ParentSubmissionUser.IDCard %> </td> </tr> </table> </div> <div style="text-align: center"> <%= new HtmlButton("???") { OnClick="GoPrint();" }%> </div> </body> </html> <script type="text/javascript"> function GoPrint() { var tempHtml = document.body.innerHTML; document.body.innerHTML = document.getElementById('divPrintArea').innerHTML; window.print(); document.body.innerHTML = tempHtml; } </script>
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de