New card
This commit is contained in:
@@ -0,0 +1,71 @@
|
||||
<!-- Main content -->
|
||||
<div class="content-wrapper">
|
||||
|
||||
<!-- Main charts -->
|
||||
<div class="row">
|
||||
<div class="col-lg-12">
|
||||
|
||||
<!-- Traffic sources -->
|
||||
<div class="panel panel-flat">
|
||||
<div class="panel-heading">
|
||||
<h6 class="panel-title"><b><?php echo $page_title;?></b></h6>
|
||||
<div class="heading-elements">
|
||||
<form class="heading-form" action="#">
|
||||
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="container-fluid">
|
||||
<div class="row">
|
||||
<?php echo $job_list_table; ?>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="panel panel-flat">
|
||||
<div class="panel-heading">
|
||||
<?=$pagination_links ?>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
<!-- /traffic sources -->
|
||||
|
||||
</div>
|
||||
|
||||
<!-- <div class="col-lg-4">-->
|
||||
<!---->
|
||||
<!-- <div class="panel panel-flat">-->
|
||||
<!-- <div id="select_user">-->
|
||||
<!---->
|
||||
<!-- <div class="panel-heading">-->
|
||||
<!-- <h6 class="panel-title"><b>....----....</b></h6>-->
|
||||
<!-- <div class="heading-elements">-->
|
||||
<!---->
|
||||
<!-- </div>-->
|
||||
<!-- </div>-->
|
||||
<!---->
|
||||
<!-- <div class="container-fluid">-->
|
||||
<!---->
|
||||
<!-- <div id="action_msg" class="row text-left">-->
|
||||
<!---->
|
||||
<!-- </div>-->
|
||||
<!-- </div>-->
|
||||
<!---->
|
||||
<!---->
|
||||
<!-- </div>-->
|
||||
<!---->
|
||||
<!---->
|
||||
<!---->
|
||||
<!-- </div>-->
|
||||
<!---->
|
||||
<!-- </div>-->
|
||||
</div>
|
||||
<!-- /main charts -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -82,9 +82,10 @@
|
||||
<div style="width: 200px; background-color: yellow;">
|
||||
ddddd
|
||||
</div>
|
||||
<a href="/bkoreport/jobacts" class="btn btn-link btn-float text-size-small has-text"><i class="icon-calculator text-indigo-400"></i><span>Job Acts</span></a>
|
||||
<a href="/bkouser/locate" class="btn btn-link btn-float text-size-small has-text" style="background-color: orange;"><i class="icon-bars-alt text-indigo-400"></i><span>Find Member</span></a>
|
||||
<a href="/bkoreport/offers" class="btn btn-link btn-float text-size-small has-text"><i class="icon-bars-alt text-indigo-400"></i><span>Offers</span></a>
|
||||
<a href="/bkocards/cardlist" class="btn btn-link btn-float text-size-small has-text"><i class="icon-grid text-indigo-400"></i><span>Cards</span></a>
|
||||
<a href="/bkoreport/jobacts" class="btn btn-link btn-float text-size-small has-text"><i class="icon-table2 text-indigo-400"></i><span>Job Acts</span></a>
|
||||
<a href="/bkouser/locate" class="btn btn-link btn-float text-size-small has-text" style="background-color: orange;"><i class="icon-search4 text-indigo-400"></i><span>Find Member</span></a>
|
||||
<a href="/bkoreport/offers" class="btn btn-link btn-float text-size-small has-text"><i class="icon-task text-indigo-400"></i><span>Offers</span></a>
|
||||
<a href="/bkouser/pastdue" class="btn btn-link btn-float text-size-small has-text" style="background-color: lightcoral;"><i class="icon-bars-alt text-indigo-400"></i><span>Past Due</span></a>
|
||||
<a href="/bkoreport/recent" class="btn btn-link btn-float text-size-small has-text"><i class="icon-bars-alt text-indigo-400"></i><span>Recent Signup</span></a>
|
||||
<a href="/marketing/" class="btn btn-link btn-float text-size-small has-text"><i class="icon-bars-alt text-indigo-400"></i><span>Marketing</span></a>
|
||||
@@ -93,8 +94,8 @@
|
||||
<a href="/bkouser/locate" class="btn btn-link btn-float text-size-small has-text"><i class="icon-calculator text-indigo-400"></i><span>Locate</span></a>
|
||||
|
||||
<a href="/bkotransaction/moneytransfer" class="btn btn-link btn-float text-size-small has-text"><i class="icon-calculator text-indigo-400"></i><span>Transfers</span></a>
|
||||
<a href="/bkouser/contact" class="btn btn-link btn-float text-size-small has-text"><i class="icon-bars-alt text-indigo-400"></i><span>Contacts</span></a>
|
||||
<a href="/logout/" class="btn btn-link btn-float text-size-small has-text" style="background-color: lightgoldenrodyellow;"><i class="icon-calculator text-red-400"></i><span style="color: red;">Log Out</span></a>
|
||||
<a href="/bkouser/contact" class="btn btn-link btn-float text-size-small has-text"><i class="icon-people text-indigo-400"></i><span>Contacts</span></a>
|
||||
<a href="/logout/" class="btn btn-link btn-float text-size-small has-text" style="background-color: lightgoldenrodyellow;"><i class="icon-exit text-red-400"></i><span style="color: red;">Log Out</span></a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user