1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
|
<?php
$navig['product_firstpage']="หมวดผลิตภัณฑ์"; navigator($navig); echo "<br>"; bar_header("หมวดผลิตภัณฑ์"); // Bar_Header ?> <table width="98%" border="0"> <tr> <td width="50%"> <?php picture_frame($_SESSION[web_name]."/module_product/picture_product_main/low_voltage.jpg","index.php?mod=product&path=product&id_product=1"); ?> </a> </td> <td width="50%"> <?php picture_frame($_SESSION[web_name]."/module_product/picture_product_main/motor_control.jpg","index.php?mod=product&path=product&id_product=2"); ?> </td> </tr> <tr> <td width="50%"> <?php picture_frame($_SESSION[web_name]."/module_product/picture_product_main/inverter.jpg","index.php?mod=product&path=product&id_product=3"); ?> </td> <td width="50%"> <?php picture_frame($_SESSION[web_name]."/module_product/picture_product_main/plc.jpg","index.php?mod=product&path=product&id_product=4"); ?> </td> </tr> <tr> <td width="50%"> <?php picture_frame($_SESSION[web_name]."/module_product/picture_product_main/sensor.jpg","index.php?mod=product&path=product&id_product=5"); ?> </td> <td width="50%"> <?php picture_frame($_SESSION[web_name]."/module_product/picture_product_main/instrument.jpg","index.php?mod=product&path=product&id_product=6"); ?> </td> </tr> <tr> <td width="50%"> <?php picture_frame($_SESSION[web_name]."/module_product/picture_product_main/signal.jpg","index.php?mod=product&path=product&id_product=7"); ?> </td> <td width="50%"> <?php picture_frame($_SESSION[web_name]."/module_product/picture_product_main/cable.jpg","index.php?mod=product&path=product&id_product=8"); ?> </td> </tr> </table>
|