-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmenu.php
27 lines (22 loc) · 866 Bytes
/
menu.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
<?php
?>
<Style>
a.bg-primary {
background-color: #000000;
color: #ffffff;
font-family: Verdana;
font-size: 2rem;
}
</Style>
<br>Login user : <?php echo $sessionloginemailclient ?> : UserID : <?php echo $sessionloginuserid ?>
<br>
<a href="scanQR.php" class="bg-primary" >Scan QRCode</a> |
<a href="check_wa_group.php" class="bg-primary">Check Wa Group</a> |
<a href="set_rule.php" class="bg-primary">Setting Rule dan Rekening</a> |
<a href="set_schedule.php" class="bg-primary">Setting Jadwal Lelang</a> |
<a href="entry_data.php" class="bg-primary">Entry Data</a> |
<a href="entry_product.php" class="bg-primary">Product</a> |
<a href="rekap_all_product.php" class="bg-primary">Rekap Lelang</a> |
<a href="rekap_detail_product.php" class="bg-primary">Detail Lelang</a> |
<a href="logout.php" class="bg-primary">Log Out</a> |
<Br><br>