Subversion Repositories wpShopGermany4

Rev

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

Rev Author Line No. Line
1072 daniel 1
<?php
2
 
3
	/**
4
	 * Dieses Template wird nach einer Sofortüberweisungs Zahlung angezeigt
5
	 */
6
 
7
?>
8
<p><?php echo __('Um den Betrag mit Sofortüberweisung zu bezahlen klicken Sie bitte auf folgendes Logo.', 'wpsg'); ?></p>
9
<p>
10
	<a title="<?php echo __('Mit Sofortüberweisung bezahlen', 'wpsg'); ?>" href="<?php echo $this->view['suLink']; ?>">
7916 daniel 11
		<img src="<?php echo $this->getRessourceURL('mods/mod_su/gfx/logo_100x25.png'); ?>" alt="<?php echo __('Mit Sofortüberweisung bezahlen', 'wpsg'); ?>" style="margin-right:7px;">
1072 daniel 12
	</a>
1172 daniel 13
</p>
14
<?php if ($this->get_option('wpsg_mod_su_autostart') == '1') { ?>
15
<script type="text/javascript">
16
 
1403 daniel 17
	jQuery(document).ready(function() {
18
		window.setTimeout(function() {
19
		location.href = "<?php echo $this->view['suLink']; ?>";
20
		}, 1000);
21
	} );
1172 daniel 22
 
23
</script>
24
<?php } ?>