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/webht/third_party/workflow/views/w-nav.php

17 lines
597 B
PHP

<style type="text/css">
.navbar{border-bottom: none !important;}
</style>
<div class="container-fluid" style="max-width:100%;">
<div class="row">
<div class="col-xs-24 nav-tab" style="height:5px;background:#fff;margin-bottom:5px;">
<div class="media">
<div class="media-left hidden">
<h4 style="width:165px;"><a href="<?php echo site_url('apps/workflow/index/index'); ?>"><span class="glyphicon glyphicon-globe text-info"></span> 事务管理系统</a></h4>
</div>
<div class="media-body">
</div>
</div>
</div>
</div>
</div>