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 Flächenprodukte wird vom Produkttemplate z.B. standard.phtml geladen
5
	 */
6
 
7
?>
8
<?php /* Flächenprodukt Anzeige START */ ?>
9
<?php if ($this->hasMod('wpsg_mod_surfaceproduct') && $this->get_option('wpsg_mod_surfaceproduct_productactiv') == '1') { ?>
10
 
11
	<?php if (($this->hasMod('wpsg_mod_surfaceproduct_mode')) == '1') {?>
12
 
13
		<?php /* Flächenprodukt (Höhe x Breite) */ ?>
14
		<span class="label label_surfaceproduct">
15
			<label class="surfaceproduct_length"><?php echo wpsg_translate (__('Bitte die Länge eintragen [in #1#]:', 'wpsg')); ?></label>
16
			<input />
17
			<label class="surfaceproduct_both"><?php echo wpsg_translate (__('Bitte die Breite eintragen [in #1#]:', 'wpsg')); ?></label>
18
			<input />
19
		</span>
20
 
21
		<?php /* Lagerbestand beachten --> St. zu Quadratmeter */ ?>
22
 
23
	<?php } else {?>
24
 
25
		<?php /* Flächenprodukt (Laufmeter)*/ ?>
26
		<span class="label label_surfaceproduct">
27
			<label class="surfaceproduct_running_both"><?php echo wpsg_translate (__('Die Breite liegt bei #1# #2#', 'wpsg')); ?>
28
			<?php echo $this->view['data']['wpsg_mod_surfaceproduct_einheit']; ?></label>
29
			<label class="surfaceproduct_running_length"><?php echo wpsg_translate(__('Bitte die Laufmeter eintragen [in #1#]:', 'wpsg')); ?>
30
			<input />
31
		</span>
32
 
33
		<br />
34
 
35
		<?php echo wpsg_translate (__('Laufmeterlänge bitte eintragen [in #1#]:', 'wpsg')); ?>
36
 
37
 
38
		<?php /* Lagerbestand beachten --> St. zu Laufmeter */ ?>
39
 
40
	<?php } ?>
41
 
42
<?php } ?>