-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.php
39 lines (37 loc) · 1.85 KB
/
index.php
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
<?php include_once('header.php'); ?>
<div class="row">
<div class="six columns">
<div class="row">
<div class="six columns">
<div class="panel text-center">
<h5><?php lang('Product Input'); ?></h5>
<a href="<?php url('page'); ?>/input-output/input.php?input"><img src="<?php url('theme'); ?>/images/icon/128/fork1.png" title="<?php lang('Product Input'); ?>" /></a>
</div>
</div>
<div class="six columns">
<div class="panel text-center">
<h5><?php lang('Product Output'); ?></h5>
<a href="<?php url('page'); ?>/input-output/output.php?output"><img src="<?php url('theme'); ?>/images/icon/128/fork4.png" title="<?php lang('Product Output'); ?>" /></a>
</div>
</div>
</div> <!-- /.row -->
</div> <!-- /.six columns -->
<div class="six columns">
<div class="row">
<div class="six columns">
<div class="panel text-center">
<h5><?php lang('Warehouse'); ?></h5>
<a href="<?php url('page'); ?>/product/warehouse.php"><img src="<?php url('theme'); ?>/images/icon/128/self1.png" title="<?php lang('Warehouse'); ?>" /></a>
</div>
</div>
<div class="six columns">
<div class="panel text-center">
<h5><?php lang('Product List'); ?></h5>
<a href="<?php url('page'); ?>/product/product_list.php"><img src="<?php url('theme'); ?>/images/icon/128/palet02.png" title="<?php lang('Product List'); ?>" /></a>
</div>
</div>
</div>
</div> <!-- /.row -->
</div> <!-- /.six columns -->
</div> <!-- /.row -->
<?php include_once('footer.php'); ?>