-
Notifications
You must be signed in to change notification settings - Fork 0
/
ga_home.php
31 lines (25 loc) · 1.37 KB
/
ga_home.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
<div class="panel panel-default">
<div class="panel-heading">
Restrictive access for government officials ONLY
</div>
<div class="panel-body panel_menu">
<!-- modal -->
<?php include('bac_bidders_record_modal.php'); ?>
<?php include('bac_agency_performance_modal.php'); ?>
<!-- end modal -->
<!-- CHANGED THIS PART!!!! -->
<ul class="nav nav-pills nav-stacked sidebar_nav ga_hov">
<li><a href="ga_page.php?page=philgeps_menu" >PhilGEPS Access</a></li>
<li><a href="#bac_bid_sked" data-toggle="modal">GPPB's Access</a></li>
<li><a href="ga_page.php?page=coa_home">COA's Access</a></li>
<li><a href="ga_page.php?page=bir_home" >BIR's Access</a></li>
<li><a href="not_yet_implemented.php">LGU's Access</a></li>
<!-- <li><a href="not_yet_implemented.php">DBM-PS Access</a></li> -->
<li><a href="not_yet_implemented.php">Researchers' Access</a></li>
<li><a href="home.php"><i class="fa fa-arrow-left"></i> Back to Main Menu</a></li>
</ul>
<hr class="hr">
<button class="btn btn-success type_btn">Know a Trivia</button> <font color="red"> <b><span id="typed"></b> </font> </span>
<!-- END OF CHANGED PART!!!! -->
</div>
</div>