|
30 | 30 | <link rel="icon" href="../../favicon.ico"> |
31 | 31 |
|
32 | 32 | <title>Admin Panel - Battleye</title> |
33 | | - |
34 | | - <!-- Bootstrap core CSS --> |
35 | | - <link href="/dist/css/bootstrap.css" rel="stylesheet"> |
36 | | - |
37 | | - <!-- IE10 viewport hack for Surface/desktop Windows 8 bug --> |
| 33 | + <link href="dist/css/bootstrap.css" rel="stylesheet"> |
38 | 34 | <link href="assets/css/ie10-viewport-bug-workaround.css" rel="stylesheet"> |
39 | | - |
40 | | - <!-- Custom styles for this template --> |
41 | | - <link href="/styles/dashboard.css" rel="stylesheet"> |
42 | | - |
43 | | - <!-- Just for debugging purposes. Don't actually copy these 2 lines! --> |
44 | | - <!--[if lt IE 9]><script src="../../assets/js/ie8-responsive-file-warning.js"></script><![endif]--> |
| 35 | + <link href="styles/dashboard.css" rel="stylesheet"> |
45 | 36 | <script src="../../assets/js/ie-emulation-modes-warning.js"></script> |
46 | | - |
47 | | - <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries --> |
48 | | - <!--[if lt IE 9]> |
49 | | - <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> |
50 | | - <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> |
51 | | - <![endif]--> |
52 | 37 | </head> |
53 | 38 |
|
54 | 39 | <body> |
|
71 | 56 | </div> |
72 | 57 | <div id="navbar" class="navbar-collapse collapse"> |
73 | 58 | <ul class="nav navbar-nav navbar-right"> |
74 | | - <li><a href="#" style="color: #fff">Dashboard</a></li> |
75 | | - <li><a href="#" style="color: #fff">Settings</a></li> |
76 | | - <li><a href="#" style="color: #fff">Profile</a></li> |
77 | | - <li><a href="#" style="color: #fff">Help</a></li> |
| 59 | + <li><a href="../home.php" style="color: #fff">Dashboard</a></li> |
| 60 | + <li><a href="../settings.php" style="color: #fff">Settings</a></li> |
| 61 | + <li><a href="../profile.php" style="color: #fff">Profile</a></li> |
| 62 | + <li><a href="../help.php" style="color: #fff">Help</a></li> |
78 | 63 | </ul> |
79 | 64 | </div> |
80 | 65 | </div> |
|
84 | 69 | <div class="row"> |
85 | 70 | <div id="navbarside" class="col-sm-3 col-md-2 sidebar"> |
86 | 71 | <ul class="nav nav-sidebar"> |
87 | | - <li><a href="/home.php">Dashboard</a></li> |
88 | | - <li><a href="/players.php">Players</a></li> |
89 | | - <li><a href="/vehicles.php">Vehicles</a></li> |
90 | | - <li><a href="/gangs.php">Gangs</a></li> |
91 | | - <li><a href="/houses.php">Houses</a></li> |
92 | | - <li><a href="/logs.php">Logs</a></li> |
93 | | - <li><a href="/reimbursement.php">Reimbursement Logs</a></li> |
94 | | - <li><a href="/staff.php">Staff</a></li> |
95 | | - <li><a href="/Steam/steam.php">Steam Accounts</a></li> |
96 | | - <li><a href="/logout.php">Log Out</a></li> |
| 72 | + <li><a href="../home.php">Dashboard</a></li> |
| 73 | + <li><a href="../players.php">Players</a></li> |
| 74 | + <li><a href="../vehicles.php">Vehicles</a></li> |
| 75 | + <li><a href="../gangs.php">Gangs</a></li> |
| 76 | + <li><a href="../houses.php">Houses</a></li> |
| 77 | + <li><a href="../logs.php">Logs</a></li> |
| 78 | + <li><a href="../reimbursement.php">Reimbursement Logs</a></li> |
| 79 | + <li><a href="../staff.php">Staff</a></li> |
| 80 | + <li><a href="../Steam/steam.php">Steam Accounts</a></li> |
| 81 | + <li><a href="../logout.php">Log Out</a></li> |
97 | 82 | </ul> |
98 | 83 | </div> |
99 | 84 | <div class="col-sm-9 col-sm-offset-3 col-md-10 col-md-offset-2 main"> |
100 | 85 | <h1 style = "margin-top: 70px">BattleEye Logs</h1> |
101 | 86 | <p class="page-header">BattleEye Logs.</p> |
102 | 87 |
|
103 | 88 | <div class="btn-group" role="group" aria-label="..."> |
104 | | - <FORM METHOD="LINK" ACTION="/players.php"> |
| 89 | + <FORM METHOD="LINK" ACTION="../players.php"> |
105 | 90 | <INPUT class='btn btn-primary btn-outline' TYPE="submit" VALUE="Back"> |
106 | 91 | </FORM> |
107 | 92 | </div><br><br><br> |
|
0 commit comments