Subversion Repositories wpShopGermany4

Rev

Rev 4943 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
4323 daniel 1
<?php
2
 
3
	/**
4
	 * Template, welches die Zahlung über CrefoPay ermöglicht
5
	 */
6
 
7
?>
8
 
9
<?php echo $this->writeFrontendMessage(); ?>
10
 
11
<?php if (wpsg_isSizedString($this->view['wpsg_mod_crefopay']['redirectURL'])) { ?>
12
 
13
	<script type="text/javascript">/* <![CDATA[ */
14
 
15
		function wpsg_mod_crefopay_destroyFrame(url) { location.href = url; } // function wpsg_mod_crefopay_destroyFrame(url)
16
 
17
	/* ]]> */</script>
18
 
19
	<iframe id="wpsg_mod_crefopay_iframe" style="min-height:<?php echo ((wpsg_isSizedInt($this->get_option('wpsg_mod_crefopay_frameheight')))?$this->get_option('wpsg_mod_crefopay_frameheight'):1100); ?>px;" src="<?php echo $this->view['wpsg_mod_crefopay']['redirectURL']; ?>" scrolling="no" seamless="seamless"></iframe>
20
 
21
<?php } ?>