Skip to content

Commit

Permalink
final edit
Browse files Browse the repository at this point in the history
  • Loading branch information
mnb27 committed May 3, 2021
1 parent 3d60360 commit febb680
Show file tree
Hide file tree
Showing 58 changed files with 1,699 additions and 373 deletions.
1 change: 1 addition & 0 deletions admin_cs305/public/img/folders.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion admin_cs305/views/additem.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
</script>

<body>
<nav class="navbar py-0 navbar-expand-lg navbar-dark bg-info">
<nav class="navbar py-0 navbar-expand-lg navbar-dark bg-info sticky-top">

<div class="container-fluid" style="width:60%">
<a class="navbar-brand" href="/">
Expand Down
2 changes: 1 addition & 1 deletion admin_cs305/views/allitems.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
</script>

<body>
<nav class="navbar py-0 navbar-expand-lg navbar-dark bg-info">
<nav class="navbar py-0 navbar-expand-lg navbar-dark bg-info sticky-top">

<div class="container-fluid" style="width:60%">
<a class="navbar-brand" href="/">
Expand Down
2 changes: 1 addition & 1 deletion admin_cs305/views/bookinghistory.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
</style>

<body onload = "readhistory()">
<nav class="navbar py-0 navbar-expand-lg navbar-dark bg-info">
<nav class="navbar py-0 navbar-expand-lg navbar-dark bg-info sticky-top">

<div class="container-fluid" style = "width:60%">
<a class="navbar-brand" href="/">
Expand Down
2 changes: 1 addition & 1 deletion admin_cs305/views/bookings.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
</style>

<body onload = "readhistory()">
<nav class="navbar py-0 navbar-expand-lg navbar-dark bg-info">
<nav class="navbar py-0 navbar-expand-lg navbar-dark bg-info sticky-top">

<div class="container-fluid" style = "width:60%">
<a class="navbar-brand" href="/">
Expand Down
2 changes: 1 addition & 1 deletion admin_cs305/views/classrooms.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
</style>
<body>
<nav class="navbar py-0 navbar-expand-lg navbar-dark bg-info">
<nav class="navbar py-0 navbar-expand-lg navbar-dark bg-info sticky-top">

<div class="container-fluid" style = "width:60%">
<a class="navbar-brand" href="/">
Expand Down
2 changes: 1 addition & 1 deletion admin_cs305/views/edit.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
</style>

<body onload="readTask()">
<nav class="navbar py-0 navbar-expand-lg navbar-dark bg-info">
<nav class="navbar py-0 navbar-expand-lg navbar-dark bg-info sticky-top">

<div class="container-fluid" style="width:60%">
<a class="navbar-brand" href="/">
Expand Down
2 changes: 1 addition & 1 deletion admin_cs305/views/editlabs.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
</style>

<body onload = "readTask()">
<nav class="navbar py-0 navbar-expand-lg navbar-dark bg-info">
<nav class="navbar py-0 navbar-expand-lg navbar-dark bg-info sticky-top">

<div class="container-fluid" style = "width:60%">
<a class="navbar-brand" href="/">
Expand Down
2 changes: 1 addition & 1 deletion admin_cs305/views/editsports.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
</style>

<body>
<nav class="navbar py-0 navbar-expand-lg navbar-dark bg-info">
<nav class="navbar py-0 navbar-expand-lg navbar-dark bg-info sticky-top">

<div class="container-fluid" style = "width:60%">
<a class="navbar-brand" href="/">
Expand Down
8 changes: 4 additions & 4 deletions admin_cs305/views/home.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -184,18 +184,18 @@
&nbsp; &nbsp; &nbsp;

<div class="card" style="width: 15rem; display: inline-block">

<img class="card-img-top" src="../img/folders.svg" width="15rem" height="130px" alt="Card image cap">
<div class="card-body">
<h5 class="card-title">View Bookings For a Particular Date</h5>
<p class="card-text"></p>

</div>
<p class="card-text">
<form action="/bookings" method="POST">
<div class="mb-3">
<label for="exampleInputDate1" class="form-label">Enter Date: &nbsp; </label>
<input type="date" name = "date" id="date"> </div>
<button type="submit" class="btn btn-outline-primary">SHOW</button>
</form>
</p>
</div>
</div>


Expand Down
2 changes: 1 addition & 1 deletion admin_cs305/views/labs.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
</style>
<body>
<nav class="navbar py-0 navbar-expand-lg navbar-dark bg-info">
<nav class="navbar py-0 navbar-expand-lg navbar-dark bg-info sticky-top">

<div class="container-fluid" style = "width:60%">
<a class="navbar-brand" href="/">
Expand Down
2 changes: 1 addition & 1 deletion admin_cs305/views/selectdate.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
</style>
<body>
<nav class="navbar py-0 navbar-expand-lg navbar-dark bg-info">
<nav class="navbar py-0 navbar-expand-lg navbar-dark bg-info sticky-top">

<div class="container-fluid" style = "width:60%">
<a class="navbar-brand" href="/">
Expand Down
2 changes: 1 addition & 1 deletion admin_cs305/views/sports.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
</style>
<body>
<nav class="navbar py-0 navbar-expand-lg navbar-dark bg-info">
<nav class="navbar py-0 navbar-expand-lg navbar-dark bg-info sticky-top">

<div class="container-fluid" style = "width:60%">
<a class="navbar-brand" href="/">
Expand Down
2 changes: 1 addition & 1 deletion admin_cs305/views/update.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
</style>

<body>
<nav class="navbar py-0 navbar-expand-lg navbar-dark bg-info">
<nav class="navbar py-0 navbar-expand-lg navbar-dark bg-info sticky-top">

<div class="container-fluid" style="width:60%">
<a class="navbar-brand" href="/">
Expand Down
2 changes: 1 addition & 1 deletion admin_cs305/views/updatelabs.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ body{
}
</style>
<body>
<nav class="navbar py-0 navbar-expand-lg navbar-dark bg-info">
<nav class="navbar py-0 navbar-expand-lg navbar-dark bg-info sticky-top">

<div class="container-fluid" style = "width:60%">
<a class="navbar-brand" href="/">
Expand Down
2 changes: 1 addition & 1 deletion admin_cs305/views/updatesports.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ body{
}
</style>
<body>
<nav class="navbar py-0 navbar-expand-lg navbar-dark bg-info">
<nav class="navbar py-0 navbar-expand-lg navbar-dark bg-info sticky-top">

<div class="container-fluid" style = "width:60%">
<a class="navbar-brand" href="/">
Expand Down
2 changes: 1 addition & 1 deletion admin_cs305/views/users.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@

<body onload = "readUsers()">
<!-- nav bar started -->
<nav class="navbar py-0 navbar-expand-lg navbar-dark bg-info">
<nav class="navbar py-0 navbar-expand-lg navbar-dark bg-info sticky-top">

<div class="container-fluid" style = "width:60%">
<a class="navbar-brand" href="/">
Expand Down
Binary file added app/release/app-release.apk
Binary file not shown.
18 changes: 18 additions & 0 deletions app/release/output-metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"version": 2,
"artifactType": {
"type": "APK",
"kind": "Directory"
},
"applicationId": "com.example.cfb",
"variantName": "processReleaseResources",
"elements": [
{
"type": "SINGLE",
"filters": [],
"versionCode": 1,
"versionName": "1.0",
"outputFile": "app-release.apk"
}
]
}
20 changes: 11 additions & 9 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,22 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.example.cfb">

<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" />
<uses-permission android:name="android.permission.INTERNET" />

<application
android:allowBackup="true"
android:icon="@mipmap/ic_launcher"
android:icon="@drawable/appicon"
android:label="@string/app_name"
android:roundIcon="@mipmap/ic_launcher_round"
android:roundIcon="@drawable/appicon"
android:supportsRtl="true"
android:theme="@style/Theme.CampusFacilityBooking">
<activity android:name=".ClassroomBooking.SearchClassRoomBookingActivity"></activity>
<activity android:name=".UserAttendanceActivity" />
<activity android:name=".ViewAllAttendanceActivity" />
<activity android:name=".MarkAttendanceActivity" />
<activity android:name=".SportBooking.SearchSportsBookingActivity"></activity>
<activity android:name=".LabBooking.SearchLabBookingActivity" />
<activity android:name=".ClassroomBooking.SearchClassRoomBookingActivity" />
<activity android:name=".AttendanceModule.UserAttendanceActivity" />
<activity android:name=".AttendanceModule.ViewAllAttendanceActivity" />
<activity android:name=".AttendanceModule.MarkAttendanceActivity" />
<activity android:name=".ProfileActivity" />
<activity android:name=".LabBooking.LabSlotActivity" />
<activity android:name=".LabBooking.SearchByLabNameActivity" />
Expand Down Expand Up @@ -40,8 +45,5 @@
<activity android:name=".SportBooking.SportsBookingActivity" />
<activity android:name=".LabBooking.ConfirmLabBookingActivity" />
</application>
<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" />

<uses-permission android:name="android.permission.INTERNET" />

</manifest>
Loading

0 comments on commit febb680

Please sign in to comment.