403Webshell
Server IP : 209.209.40.120  /  Your IP : 216.73.217.112
Web Server : Microsoft-IIS/10.0
System : Windows NT NEWWWW 10.0 build 17763 (Windows Server 2019) i586
User : NEWWWW$ ( 0)
PHP Version : 8.3.30
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /Program Files (x86)/Mail Enable/Bin/NETWebMail/Mondo/lang/sys/Forms/MAI/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /Program Files (x86)/Mail Enable/Bin/NETWebMail/Mondo/lang/sys/Forms/MAI/PrintPreview.aspx
<%@ Register TagPrefix="uc1" TagName="uscStyleHeader" Src="../../../Controls/uscStyleHeader.ascx" %>
<%@ Page Language="vb" AutoEventWireup="false" Codebehind="PrintPreview.aspx.vb" Inherits="MailEnable.Clients.WebMail.Mondo.PrintPreview" %>
<%@ Register TagPrefix="uc1" TagName="uscAccess" Src="../../../Controls/uscAccess.ascx" %>
<%@ Register TagPrefix="uc2" TagName="uscLanguageTokenMondo" Src="../../../Controls/uscLanguageToken.ascx" %>
<uc2:uscLanguageTokenMondo id="uscToken" runat="server"></uc2:uscLanguageTokenMondo>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">  <head>
	<title><%=WindowTitle%></title>
	<META name="ROBOTS" content="NOINDEX,NOFOLLOW">
	<uc1:uscStyleHeader id="UscStyleHeader1" runat="server"></uc1:uscStyleHeader>
	<%If Len(sCharset) > 0 Then%>
	<meta http-equiv="Content-Type" content="text/html; charset=<% =sCharset%>">
	<%End If%>
	
	<script type="text/javascript">
	<!--
	    var isIE = false;
	    
	    function SubmitToPage(PageURL) {
	        document.FrmMain.action = PageURL;
	        document.FrmMain.submit();
	    }

	    function ME_Print()
	    {
	        document.getElementById("printheader").style.display = 'none';
	        document.getElementById("printheader").style.visibility = 'hidden';

	        if (isIE == true){
	            document.execCommand('print',false,null);
	        }else{
	            window.print();
	        }
	        
	        document.getElementById("printheader").style.display = 'block';
	        document.getElementById("printheader").style.visibility = 'visible';
	    }

	    function ME_Close()
	    {
	        <% If ParseRequestArgument("method") = "window" %>
	            window.close();
	        <% Else %>
	            window.location = '<%= "read.aspx?" & gURI & "ID=" & ParseRequestArgument("ID") & "&Folder=" & EscapeJS(Server.UrlEncode(RelativeFolderPath)) & "&Page=" & ParseRequestArgument("Page") & "&BlockImages=" & Convert.ToInt32(mbBlockImages) & "&NewWindow=" & ParseRequestArgument("NewWindow") & "&ME_SID=" & Session.Item("ME_SID") & "&ME_VALIDATIONTOKEN=" & Session.Item("ME_VALIDATIONTOKEN") %>';
	        <% End If %>
	    }
	// -->
	</script>
	<!--[if IE]>
	<script type="text/javascript">
	    var isIE = true;
	</script>
	<![endif]-->
	</head>
    <body onload="ME_Print();" style="margin:0;padding:0;background:transparent;">
    
	<uc1:uscAccess id="uscAccess" runat="server" EnableViewState="False"></uc1:uscAccess>			

	<form id="frmPrint" runat="server">
      <div class="print_toolbar" id="printheader">
                
        <div id="bttn_print" class="bttn_toolbar_primary_shell blue priority" title="<%=uscToken.GetText("[ME_TXT-Print]")%>" onclick="ME_Print();">
            <div class="bttn_toolbar_primary_left">
                <div class="toolbar_icon_print"></div>
                <div class="bttn_toolbar_primary_text"><%=uscToken.GetText("[ME_TXT-Print]")%></div>
            </div>
            <div class="bttn_toolbar_primary_right"></div>
        </div>
        <div class="bttn_toolbar_primary_divider"></div>
     
        <div id="bttn_close" class="bttn_toolbar_primary_shell grey" title="<%=uscToken.GetText("[ME_TXT-Close]")%>" onclick="ME_Close();">
            <div class="bttn_toolbar_primary_left">
                <div class="toolbar_icon_close"></div>
                <div class="bttn_toolbar_primary_text"><%=uscToken.GetText("[ME_TXT-Close]")%></div>
            </div>
            <div class="bttn_toolbar_primary_right"></div>
        </div>
        <div class="bttn_toolbar_primary_divider"></div>
        
      </div>
      
      <div class="print_shell">
	    <table class="print_msgHeader_table" border="0" cellpadding="0" cellspacing="0">
	      <tr>
	        <td class="print_msgHeader_table_minWidth"><div class="print_msgHeader_label"><%=uscToken.GetText("[ME_TXT-From]")%>:</div></td>
	        <td><%=Replace(sFromAlias, Chr(9), ", ")%></td>
            <td style="padding:0;margin:0;">
              <table class="print_msgHeader_table" border="0" cellpadding="0" cellspacing="0" style="width:auto;float:right;">
	            <tr>
                  <td class="options_table_minWidth"><div class="print_msgHeader_label"><%=uscToken.GetText("[ME_TXT-Date]")%>:</div></td>
                  <td><div style="white-space:nowrap;"><%=Server.HtmlEncode(Received)%></div></td>
                </tr>
              </table>
            </td>
	      </tr>	      
	      <tr>
	        <td class="print_msgHeader_table_minWidth"><div class="print_msgHeader_label"><%=uscToken.GetText("[ME_TXT-To]")%>:</div></td>
	        <td colspan="2"><%=ToRecipients%></td>
	      </tr>
	      <%If Len(CCRecipients) > 0 Then%>
	      <tr>
	        <td class="print_msgHeader_table_minWidth"><div class="print_msgHeader_label"><%=uscToken.GetText("[ME_TXT-Cc]")%>:</div></td>
	        <td colspan="2"><%=CCRecipients%></td>
	      </tr>
	      <%End If%>
          <tr>
	        <td class="print_msgHeader_table_minWidth"><div class="print_msgHeader_label"><%=uscToken.GetText("[ME_TXT-Subject]")%>:</div></td>
	        <td colspan="2"><%=Subject%></td>
	      </tr>
	      <% If Attachments Then%>
          <tr id="trPreviewAttachments">
            <td class="msgHeader_table_left"><div class="msgHeader_table_label"><%=uscToken.GetText("[ME_TXT-Attachments]")%>:</div></td>
            <!--<td colspan="2"><div class="dataTable_icon_attachments" style="float:left"></div><span style="float:left">&nbsp;<%=gNumAttachments%></span><div class="clear_div"></div><div class="dataTable_rightView_subject"><%=gAttachmentsList%></div></td>// -->
            <td class="msgHeader_table_right" colspan="2" style="color:#969696;"><%=gAttachmentsList%></td>
          </tr>
          <% End If%>
	    </table>
		
		<div class="print_msgHeader_hr"></div>

		<div class="ME_Message"><%=HTMLBody%></div>
		
		<asp:Literal ID="litImgAttachments" Runat="server"></asp:Literal>
		
      </div>
	</form>
</body>
</html>

Youez - 2016 - github.com/yon3zu
LinuXploit