You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
information-system/destination/views/index/order_header.php

7 lines
454 B
PHP

<ul class="nav navbar-nav">
<li><a href="<?php echo site_url('index/index'); ?>">订单列表</a></li>
<li><a href="<?php echo site_url('ht/index'); ?>">翰特订单列表 </a></li>
<li><a href="<?php echo site_url('index/add_order'); ?>">添加订单 </a></li>
<li><a href="<?php echo site_url('import_orders/sync'); ?>">同步订单 </a></li>
<li><a href="<?php echo site_url('index/show_calendar'); ?>">电子台历 </a></li>
</ul>