55 lines
3.1 KiB
Plaintext
55 lines
3.1 KiB
Plaintext
<%@ Page Title="" Language="VB" MasterPageFile="~/Customers/Customers.master" AutoEventWireup="false" CodeFile="pdfviewer.aspx.vb" Inherits="Customers_Default3" %>
|
|
|
|
|
|
<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder2" Runat="Server">
|
|
</asp:Content>
|
|
<asp:Content ID="Content2" ContentPlaceHolderID="head" Runat="Server">
|
|
<!-- Bootstrap -->
|
|
<html lang="en"></html>
|
|
<!-- Required meta tags -->
|
|
<meta charset="utf-8"/>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
|
<link rel="shortcut icon" href="../images/Icons/favicon/favicon.ico" />
|
|
<style>
|
|
.nav-item dropdown::marker {
|
|
background-color: #fff;
|
|
font-size: 0;
|
|
visibility: hidden;
|
|
color: #043381;
|
|
}
|
|
</style>
|
|
<!-- Bootstrap CSS -->
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous"/>
|
|
<link rel="stylesheet" href="https://unpkg.com/bootstrap-table@1.18.3/dist/bootstrap-table.min.css"/>
|
|
<link rel="stylesheet" type="text/css" href="../css/main.css"/>
|
|
<link rel="stylesheet" type="text/css" href="../css/style.css"/>
|
|
<link rel="stylesheet" href="https://unpkg.com/bootstrap-table@1.18.3/dist/bootstrap-table.min.css"/>
|
|
<link rel="stylesheet" type="text/css" href="../css/Dropdown.css"/>
|
|
<link rel="stylesheet" type="text/css" href="../css/Customers/MasterpageCustomers.css"/>
|
|
<link rel="stylesheet" type="text/css" href="../css/navbarsidebar2.css"/>
|
|
<link rel="stylesheet" type="text/css" href="../css/Customers/Invoices.css"/>
|
|
</asp:Content>
|
|
<asp:Content ID="Content3" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
|
|
<asp:ScriptManager ID="script1" runat="server"></asp:ScriptManager>
|
|
<asp:UpdatePanel ID="panelupdate1" runat="server"><ContentTemplate>
|
|
<!-- Webiste-Content-->
|
|
<div id="containerseiterand" style="margin-left:auto;margin-right:auto">
|
|
<div class="container-fluid">
|
|
<div id="cont1">
|
|
<h1>Rechnungsdetails</h1>
|
|
<div id="line" style="width:92%;"></div>
|
|
<br />
|
|
<h3>Hier finden Sie Informationen zu der Rechnung: <%=Request.QueryString("P1") %></h3>
|
|
<div class="container-fluid">
|
|
<form id="form1">
|
|
<%Dim view As Spire.PdfViewer.Forms.PdfViewer = New Spire.PdfViewer.Forms.PdfViewer()
|
|
Dim pdf As VERAG_PROG_ALLGEMEIN.cRechnungsausgang = New VERAG_PROG_ALLGEMEIN.cRechnungsausgang()
|
|
' view.LoadFromFile(pdf.LOAD(VERAG_PROG_ALLGEMEIN.cCryptography3.Decrypt(Request.QueryString("P1")), VERAG_PROG_ALLGEMEIN.cCryptography3.Decrypt(Request.QueryString("P2")), True), "") %>
|
|
</form>
|
|
</div>
|
|
</div>
|
|
</ContentTemplate>
|
|
</asp:UpdatePanel>
|
|
</asp:Content>
|
|
|