Fxed Design
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user