Add plugin to embed BusPro password change form

This commit is contained in:
Björn Fromme
2018-10-29 09:27:02 +01:00
parent 15c2a87d68
commit 1afbc9add0
4 changed files with 80 additions and 0 deletions
@@ -0,0 +1,18 @@
<html xmlns="http://www.w3.org/1999/xhtml" lang="en"
xmlns:f="http://typo3.org/ns/fluid/ViewHelpers">
<f:layout name="Default"/>
<f:section name="Main">
<div class="container">
<div class="row">
<div class="col-xs-12 col-md-6">
<iframe class="passwordform" scrolling="no" frameborder="none"
src="https://bpn.ep-reisen.de/buspronet/maske_konto_pw.php?db_passwort={bpnDbPassword}&amp;id={bpnId}&amp;templatezusatz=_base"
width="100%" height="300"></iframe>
</div>
</div>
</div>
</f:section>
</html>