Fxed Design

This commit is contained in:
ja
2021-11-04 09:18:51 +01:00
parent 5eace02936
commit e3283a452a
10 changed files with 43 additions and 670 deletions

View File

@@ -40,8 +40,17 @@
<div id="line" style="width:92%;"></div>
<br />
<h3>Hier finden Sie Informationen zu der Rechnung: <%=VERAG_PROG_ALLGEMEIN.cCryptography3.Decrypt(Request.QueryString("P3")) %> der Filiale <%=VERAG_PROG_ALLGEMEIN.cCryptography3.Decrypt(Request.QueryString("P1")) %></h3>
<div class="container-fluid">
<div class="container-fluid">
<!-- Große Bildschirme-->
<div class="d-none d-md-block">
<iframe src="../pdf/Bonizertifikat.pdf" width="100%" height="1000px" ></iframe>
<!--<embed src="../pdf/Bonizertifikat.pdf" width="100%" height="800px" type="application/pdf">-->
</div>
<!--Smartphone-Bildschirme-->
<div class="d-md-none">
<iframe src="../pdf/Bonizertifikat.pdf" width="380px" height="800px" style="margin-left:-40px; margin-right:5px" ></iframe>
<!--<embed src="../pdf/Bonizertifikat.pdf" width="100%" height="800px" type="application/pdf">-->
</div>
</div>
</div>
</ContentTemplate>