Subversion Repositories wpShopGermany4

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
6958 thomas 1
<?php
2
 
3
   /**
4
    * Template für die Intergration der FlächenProdukt-Daten
5
    *
6
 	*/
7
 
8
?>
9
<?php if (($this->hasMod('wpsg_mod_surfaceproduct_mode')) == '1') {?>
10
 
11
<?php echo wpsg_pad_left(__('Bemessungen', 'wpsg').' ', 15); ?>: <?php echo $this->view['wpsg_mod_surface']['']; ?><?php echo $this->view['wpsg_mod_surface']['wpsg_mod_surfaceproduct_einheit']; ?>
12
 
13
	<?php echo $this->view['wpsg_mod_surface']['surfaceproduct_length']; ?><?php echo $this->view['wpsg_mod_surface']['wpsg_mod_surfaceproduct_einheit']; ?> x
14
	<?php echo $this->view['wpsg_mod_surface']['surfaceproduct_both']; ?><?php echo $this->view['wpsg_mod_surface']['wpsg_mod_surfaceproduct_einheit']; ?>
15
 
16
<?php } else {?>
17
 
18
<?php echo wpsg_pad_left(__('Bemessungen', 'wpsg').' ', 15); ?>:
19
	<?php echo $this->view['wpsg_mod_surface']['surfaceproduct_running_length']; ?><?php echo $this->view['wpsg_mod_surface']['wpsg_mod_surfaceproduct_einheit']; ?> x
20
	<?php echo $this->view['wpsg_mod_surface']['surfaceproduct_running_both']; ?><?php echo $this->view['wpsg_mod_surface']['wpsg_mod_surfaceproduct_einheit']; ?>
21
<?php } ?>