Stand 7.2.2020 ICON
This commit is contained in:
		
							
								
								
									
										2
									
								
								.idea/misc.xml
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										2
									
								
								.idea/misc.xml
									
									
									
										generated
									
									
									
								
							| @@ -8,7 +8,7 @@ | ||||
|     <option name="OUTPUT_DIRECTORY" value="$USER_HOME$/Schreibtisch/testjavadoc" /> | ||||
|     <option name="OPTION_DOCUMENT_TAG_AUTHOR" value="true" /> | ||||
|   </component> | ||||
|   <component name="ProjectRootManager" version="2" languageLevel="JDK_13" default="true" project-jdk-name="13" project-jdk-type="JavaSDK"> | ||||
|   <component name="ProjectRootManager" version="2" languageLevel="JDK_11" default="true" project-jdk-name="11" project-jdk-type="JavaSDK"> | ||||
|     <output url="file://$PROJECT_DIR$/out" /> | ||||
|   </component> | ||||
| </project> | ||||
							
								
								
									
										
											BIN
										
									
								
								gradle/wrapper/gradle-wrapper.jar
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								gradle/wrapper/gradle-wrapper.jar
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										5
									
								
								gradle/wrapper/gradle-wrapper.properties
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										5
									
								
								gradle/wrapper/gradle-wrapper.properties
									
									
									
									
										vendored
									
									
										Normal file
									
								
							| @@ -0,0 +1,5 @@ | ||||
| distributionBase=GRADLE_USER_HOME | ||||
| distributionPath=wrapper/dists | ||||
| distributionUrl=https\://services.gradle.org/distributions/gradle-5.2.1-bin.zip | ||||
| zipStoreBase=GRADLE_USER_HOME | ||||
| zipStorePath=wrapper/dists | ||||
							
								
								
									
										172
									
								
								gradlew
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										172
									
								
								gradlew
									
									
									
									
										vendored
									
									
										Normal file
									
								
							| @@ -0,0 +1,172 @@ | ||||
| #!/usr/bin/env sh | ||||
|  | ||||
| ############################################################################## | ||||
| ## | ||||
| ##  Gradle start up script for UN*X | ||||
| ## | ||||
| ############################################################################## | ||||
|  | ||||
| # Attempt to set APP_HOME | ||||
| # Resolve links: $0 may be a link | ||||
| PRG="$0" | ||||
| # Need this for relative symlinks. | ||||
| while [ -h "$PRG" ] ; do | ||||
|     ls=`ls -ld "$PRG"` | ||||
|     link=`expr "$ls" : '.*-> \(.*\)$'` | ||||
|     if expr "$link" : '/.*' > /dev/null; then | ||||
|         PRG="$link" | ||||
|     else | ||||
|         PRG=`dirname "$PRG"`"/$link" | ||||
|     fi | ||||
| done | ||||
| SAVED="`pwd`" | ||||
| cd "`dirname \"$PRG\"`/" >/dev/null | ||||
| APP_HOME="`pwd -P`" | ||||
| cd "$SAVED" >/dev/null | ||||
|  | ||||
| APP_NAME="Gradle" | ||||
| APP_BASE_NAME=`basename "$0"` | ||||
|  | ||||
| # Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script. | ||||
| DEFAULT_JVM_OPTS='"-Xmx64m"' | ||||
|  | ||||
| # Use the maximum available, or set MAX_FD != -1 to use that value. | ||||
| MAX_FD="maximum" | ||||
|  | ||||
| warn () { | ||||
|     echo "$*" | ||||
| } | ||||
|  | ||||
| die () { | ||||
|     echo | ||||
|     echo "$*" | ||||
|     echo | ||||
|     exit 1 | ||||
| } | ||||
|  | ||||
| # OS specific support (must be 'true' or 'false'). | ||||
| cygwin=false | ||||
| msys=false | ||||
| darwin=false | ||||
| nonstop=false | ||||
| case "`uname`" in | ||||
|   CYGWIN* ) | ||||
|     cygwin=true | ||||
|     ;; | ||||
|   Darwin* ) | ||||
|     darwin=true | ||||
|     ;; | ||||
|   MINGW* ) | ||||
|     msys=true | ||||
|     ;; | ||||
|   NONSTOP* ) | ||||
|     nonstop=true | ||||
|     ;; | ||||
| esac | ||||
|  | ||||
| CLASSPATH=$APP_HOME/gradle/wrapper/gradle-wrapper.jar | ||||
|  | ||||
| # Determine the Java command to use to start the JVM. | ||||
| if [ -n "$JAVA_HOME" ] ; then | ||||
|     if [ -x "$JAVA_HOME/jre/sh/java" ] ; then | ||||
|         # IBM's JDK on AIX uses strange locations for the executables | ||||
|         JAVACMD="$JAVA_HOME/jre/sh/java" | ||||
|     else | ||||
|         JAVACMD="$JAVA_HOME/bin/java" | ||||
|     fi | ||||
|     if [ ! -x "$JAVACMD" ] ; then | ||||
|         die "ERROR: JAVA_HOME is set to an invalid directory: $JAVA_HOME | ||||
|  | ||||
| Please set the JAVA_HOME variable in your environment to match the | ||||
| location of your Java installation." | ||||
|     fi | ||||
| else | ||||
|     JAVACMD="java" | ||||
|     which java >/dev/null 2>&1 || die "ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH. | ||||
|  | ||||
| Please set the JAVA_HOME variable in your environment to match the | ||||
| location of your Java installation." | ||||
| fi | ||||
|  | ||||
| # Increase the maximum file descriptors if we can. | ||||
| if [ "$cygwin" = "false" -a "$darwin" = "false" -a "$nonstop" = "false" ] ; then | ||||
|     MAX_FD_LIMIT=`ulimit -H -n` | ||||
|     if [ $? -eq 0 ] ; then | ||||
|         if [ "$MAX_FD" = "maximum" -o "$MAX_FD" = "max" ] ; then | ||||
|             MAX_FD="$MAX_FD_LIMIT" | ||||
|         fi | ||||
|         ulimit -n $MAX_FD | ||||
|         if [ $? -ne 0 ] ; then | ||||
|             warn "Could not set maximum file descriptor limit: $MAX_FD" | ||||
|         fi | ||||
|     else | ||||
|         warn "Could not query maximum file descriptor limit: $MAX_FD_LIMIT" | ||||
|     fi | ||||
| fi | ||||
|  | ||||
| # For Darwin, add options to specify how the application appears in the dock | ||||
| if $darwin; then | ||||
|     GRADLE_OPTS="$GRADLE_OPTS \"-Xdock:name=$APP_NAME\" \"-Xdock:icon=$APP_HOME/media/gradle.icns\"" | ||||
| fi | ||||
|  | ||||
| # For Cygwin, switch paths to Windows format before running java | ||||
| if $cygwin ; then | ||||
|     APP_HOME=`cygpath --path --mixed "$APP_HOME"` | ||||
|     CLASSPATH=`cygpath --path --mixed "$CLASSPATH"` | ||||
|     JAVACMD=`cygpath --unix "$JAVACMD"` | ||||
|  | ||||
|     # We build the pattern for arguments to be converted via cygpath | ||||
|     ROOTDIRSRAW=`find -L / -maxdepth 1 -mindepth 1 -type d 2>/dev/null` | ||||
|     SEP="" | ||||
|     for dir in $ROOTDIRSRAW ; do | ||||
|         ROOTDIRS="$ROOTDIRS$SEP$dir" | ||||
|         SEP="|" | ||||
|     done | ||||
|     OURCYGPATTERN="(^($ROOTDIRS))" | ||||
|     # Add a user-defined pattern to the cygpath arguments | ||||
|     if [ "$GRADLE_CYGPATTERN" != "" ] ; then | ||||
|         OURCYGPATTERN="$OURCYGPATTERN|($GRADLE_CYGPATTERN)" | ||||
|     fi | ||||
|     # Now convert the arguments - kludge to limit ourselves to /bin/sh | ||||
|     i=0 | ||||
|     for arg in "$@" ; do | ||||
|         CHECK=`echo "$arg"|egrep -c "$OURCYGPATTERN" -` | ||||
|         CHECK2=`echo "$arg"|egrep -c "^-"`                                 ### Determine if an option | ||||
|  | ||||
|         if [ $CHECK -ne 0 ] && [ $CHECK2 -eq 0 ] ; then                    ### Added a condition | ||||
|             eval `echo args$i`=`cygpath --path --ignore --mixed "$arg"` | ||||
|         else | ||||
|             eval `echo args$i`="\"$arg\"" | ||||
|         fi | ||||
|         i=$((i+1)) | ||||
|     done | ||||
|     case $i in | ||||
|         (0) set -- ;; | ||||
|         (1) set -- "$args0" ;; | ||||
|         (2) set -- "$args0" "$args1" ;; | ||||
|         (3) set -- "$args0" "$args1" "$args2" ;; | ||||
|         (4) set -- "$args0" "$args1" "$args2" "$args3" ;; | ||||
|         (5) set -- "$args0" "$args1" "$args2" "$args3" "$args4" ;; | ||||
|         (6) set -- "$args0" "$args1" "$args2" "$args3" "$args4" "$args5" ;; | ||||
|         (7) set -- "$args0" "$args1" "$args2" "$args3" "$args4" "$args5" "$args6" ;; | ||||
|         (8) set -- "$args0" "$args1" "$args2" "$args3" "$args4" "$args5" "$args6" "$args7" ;; | ||||
|         (9) set -- "$args0" "$args1" "$args2" "$args3" "$args4" "$args5" "$args6" "$args7" "$args8" ;; | ||||
|     esac | ||||
| fi | ||||
|  | ||||
| # Escape application args | ||||
| save () { | ||||
|     for i do printf %s\\n "$i" | sed "s/'/'\\\\''/g;1s/^/'/;\$s/\$/' \\\\/" ; done | ||||
|     echo " " | ||||
| } | ||||
| APP_ARGS=$(save "$@") | ||||
|  | ||||
| # Collect all arguments for the java command, following the shell quoting and substitution rules | ||||
| eval set -- $DEFAULT_JVM_OPTS $JAVA_OPTS $GRADLE_OPTS "\"-Dorg.gradle.appname=$APP_BASE_NAME\"" -classpath "\"$CLASSPATH\"" org.gradle.wrapper.GradleWrapperMain "$APP_ARGS" | ||||
|  | ||||
| # by default we should be in the correct project dir, but when run from Finder on Mac, the cwd is wrong | ||||
| if [ "$(uname)" = "Darwin" ] && [ "$HOME" = "$PWD" ]; then | ||||
|   cd "$(dirname "$0")" | ||||
| fi | ||||
|  | ||||
| exec "$JAVACMD" "$@" | ||||
							
								
								
									
										84
									
								
								gradlew.bat
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										84
									
								
								gradlew.bat
									
									
									
									
										vendored
									
									
										Normal file
									
								
							| @@ -0,0 +1,84 @@ | ||||
| @if "%DEBUG%" == "" @echo off | ||||
| @rem ########################################################################## | ||||
| @rem | ||||
| @rem  Gradle startup script for Windows | ||||
| @rem | ||||
| @rem ########################################################################## | ||||
|  | ||||
| @rem Set local scope for the variables with windows NT shell | ||||
| if "%OS%"=="Windows_NT" setlocal | ||||
|  | ||||
| set DIRNAME=%~dp0 | ||||
| if "%DIRNAME%" == "" set DIRNAME=. | ||||
| set APP_BASE_NAME=%~n0 | ||||
| set APP_HOME=%DIRNAME% | ||||
|  | ||||
| @rem Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script. | ||||
| set DEFAULT_JVM_OPTS="-Xmx64m" | ||||
|  | ||||
| @rem Find java.exe | ||||
| if defined JAVA_HOME goto findJavaFromJavaHome | ||||
|  | ||||
| set JAVA_EXE=java.exe | ||||
| %JAVA_EXE% -version >NUL 2>&1 | ||||
| if "%ERRORLEVEL%" == "0" goto init | ||||
|  | ||||
| echo. | ||||
| echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH. | ||||
| echo. | ||||
| echo Please set the JAVA_HOME variable in your environment to match the | ||||
| echo location of your Java installation. | ||||
|  | ||||
| goto fail | ||||
|  | ||||
| :findJavaFromJavaHome | ||||
| set JAVA_HOME=%JAVA_HOME:"=% | ||||
| set JAVA_EXE=%JAVA_HOME%/bin/java.exe | ||||
|  | ||||
| if exist "%JAVA_EXE%" goto init | ||||
|  | ||||
| echo. | ||||
| echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME% | ||||
| echo. | ||||
| echo Please set the JAVA_HOME variable in your environment to match the | ||||
| echo location of your Java installation. | ||||
|  | ||||
| goto fail | ||||
|  | ||||
| :init | ||||
| @rem Get command-line arguments, handling Windows variants | ||||
|  | ||||
| if not "%OS%" == "Windows_NT" goto win9xME_args | ||||
|  | ||||
| :win9xME_args | ||||
| @rem Slurp the command line arguments. | ||||
| set CMD_LINE_ARGS= | ||||
| set _SKIP=2 | ||||
|  | ||||
| :win9xME_args_slurp | ||||
| if "x%~1" == "x" goto execute | ||||
|  | ||||
| set CMD_LINE_ARGS=%* | ||||
|  | ||||
| :execute | ||||
| @rem Setup the command line | ||||
|  | ||||
| set CLASSPATH=%APP_HOME%\gradle\wrapper\gradle-wrapper.jar | ||||
|  | ||||
| @rem Execute Gradle | ||||
| "%JAVA_EXE%" %DEFAULT_JVM_OPTS% %JAVA_OPTS% %GRADLE_OPTS% "-Dorg.gradle.appname=%APP_BASE_NAME%" -classpath "%CLASSPATH%" org.gradle.wrapper.GradleWrapperMain %CMD_LINE_ARGS% | ||||
|  | ||||
| :end | ||||
| @rem End local scope for the variables with windows NT shell | ||||
| if "%ERRORLEVEL%"=="0" goto mainEnd | ||||
|  | ||||
| :fail | ||||
| rem Set variable GRADLE_EXIT_CONSOLE if you need the _script_ return code instead of | ||||
| rem the _cmd.exe /c_ return code! | ||||
| if  not "" == "%GRADLE_EXIT_CONSOLE%" exit 1 | ||||
| exit /b 1 | ||||
|  | ||||
| :mainEnd | ||||
| if "%OS%"=="Windows_NT" endlocal | ||||
|  | ||||
| :omega | ||||
							
								
								
									
										3
									
								
								src/resources/version.properties
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										3
									
								
								src/resources/version.properties
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,3 @@ | ||||
| #Fri Feb 07 16:24:13 CET 2020 | ||||
| buildtime=07.02.2020 16\:24\:13 | ||||
| version=0.3.1-Beta | ||||
							
								
								
									
										511
									
								
								src/resources/wwwroot/ShedulePickUp.html
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										511
									
								
								src/resources/wwwroot/ShedulePickUp.html
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,511 @@ | ||||
| <!DOCTYPE html> | ||||
| <html> | ||||
| <head> | ||||
|     <meta charset="utf-8"> | ||||
|     <meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||||
|     <title>WasteInformation Server</title> | ||||
|     <!-- Tell the browser to be responsive to screen width --> | ||||
|     <meta name="viewport" content="width=device-width, initial-scale=1"> | ||||
|     <!-- Font Awesome --> | ||||
|     <link rel="stylesheet" href="lib/AdminLTE/plugins/fontawesome-free/css/all.min.css"> | ||||
|     <!-- Ionicons --> | ||||
|     <link rel="stylesheet" href="https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css"> | ||||
|     <!-- DataTables --> | ||||
|     <link rel="stylesheet" href="lib/AdminLTE/plugins/datatables-bs4/css/dataTables.bootstrap4.css"> | ||||
|     <!-- Tempusdominus Bbootstrap 4 --> | ||||
|     <link rel="stylesheet" href="lib/AdminLTE/plugins/tempusdominus-bootstrap-4/css/tempusdominus-bootstrap-4.min.css"> | ||||
|     <!-- iCheck --> | ||||
|     <link rel="stylesheet" href="lib/AdminLTE/plugins/icheck-bootstrap/icheck-bootstrap.min.css"> | ||||
|     <!-- JQVMap --> | ||||
|     <link rel="stylesheet" href="lib/AdminLTE/plugins/jqvmap/jqvmap.min.css"> | ||||
|     <!-- Theme style --> | ||||
|     <link rel="stylesheet" href="lib/AdminLTE/dist/css/adminlte.min.css"> | ||||
|     <!-- overlayScrollbars --> | ||||
|     <link rel="stylesheet" href="lib/AdminLTE/plugins/overlayScrollbars/css/OverlayScrollbars.min.css"> | ||||
|     <!-- Daterange picker --> | ||||
|     <link rel="stylesheet" href="lib/AdminLTE/plugins/daterangepicker/daterangepicker.css"> | ||||
|     <!-- summernote --> | ||||
|     <link rel="stylesheet" href="lib/AdminLTE/plugins/summernote/summernote-bs4.css"> | ||||
|     <!-- Google Font: Source Sans Pro --> | ||||
|     <link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,400i,700" rel="stylesheet"> | ||||
|  | ||||
|     <!-- Bootstrap Date-Picker Plugin --> | ||||
|  | ||||
|     <link rel="stylesheet" | ||||
|           href="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-datepicker/1.4.1/css/bootstrap-datepicker3.css"/> | ||||
|  | ||||
|     <link rel="stylesheet" type="text/css" href="css/dashboard.css"> | ||||
|     <link rel="stylesheet" type="text/css" href="css/general.css"> | ||||
|  | ||||
|     <link rel="icon" type="image/png" href="/favicon.png"> | ||||
|  | ||||
|  | ||||
| </head> | ||||
| <body class="hold-transition sidebar-mini layout-fixed"> | ||||
| <div class="wrapper"> | ||||
|     <!-- Main Sidebar Container --> | ||||
|     <aside class="main-sidebar sidebar-dark-primary elevation-4"> | ||||
|         <!-- Brand Logo --> | ||||
|         <a href="ShedulePickUp.html" class="brand-link"> | ||||
|             <img src="/favicon.png" alt="AdminLTE Logo" | ||||
|                  class="brand-image img-circle elevation-3" | ||||
|                  style="opacity: .8"> | ||||
|             <span class="brand-text font-weight-light">Waste Control</span> | ||||
|         </a> | ||||
|  | ||||
|         <!-- Sidebar --> | ||||
|         <div class="sidebar"> | ||||
|             <!-- Sidebar user panel (optional) --> | ||||
|             <div class="user-panel mt-3 pb-3 mb-3 d-flex"> | ||||
|                 <div class="image"> | ||||
|                     <!-- <img src="lib/AdminLTE/dist/img/user2-160x160.jpg" class="img-circle elevation-2" alt="User Image"> --> | ||||
|                     <i class="nav-icon fas fa-user img-circle elevation-2" style="color:white"></i> | ||||
|                 </div> | ||||
|                 <!-- <i class="nav-icon fas fa-tachometer-alt"></i> --> | ||||
|                 <div class="info"> | ||||
|                     <a href="user.html" class="d-block" id="userlabel">Username to set!</a> | ||||
|                 </div> | ||||
|             </div> | ||||
|  | ||||
|             <!-- Sidebar Menu --> | ||||
|             <nav class="mt-2"> | ||||
|                 <ul class="nav nav-pills nav-sidebar flex-column" data-widget="treeview" role="menu" | ||||
|                     data-accordion="false"> | ||||
|  | ||||
|  | ||||
|                     <li class="nav-item"> | ||||
|                         <a href="ShedulePickUp.html" class="nav-link"> | ||||
|                             <i class="nav-icon fas fa-calendar-alt"></i> | ||||
|                             <p> | ||||
|                                 Shedule Pick-up | ||||
|                             </p> | ||||
|                         </a> | ||||
|                     </li> | ||||
|  | ||||
|                     <li class="nav-item"> | ||||
|                         <a href="dashboard.html" class="nav-link"> | ||||
|                             <i class="nav-icon fas fa-columns"></i> | ||||
|                             <p> | ||||
|                                 Dashboard | ||||
|                             </p> | ||||
|                         </a> | ||||
|                     </li> | ||||
|  | ||||
|                     <li id="devicepanel" class="nav-item"> | ||||
|                         <a href="device.html" class="nav-link"> | ||||
|                             <i class="nav-icon fas fa-desktop"></i> | ||||
|                             <p> | ||||
|                                 Devices | ||||
|                             </p> | ||||
|                         </a> | ||||
|                     </li> | ||||
|  | ||||
|                     <li class="nav-item"> | ||||
|                         <a href="#todo" class="nav-link"> | ||||
|                             <i class="nav-icon fas fa-plus-circle"></i> | ||||
|                             <p> | ||||
|                                 New Entry | ||||
|                             </p> | ||||
|                         </a> | ||||
|                     </li> | ||||
|  | ||||
|                     <li id="adminpanel" class="nav-item hideit"> | ||||
|                         <a href="adminpanel.html" class="nav-link"> | ||||
|                             <i class="nav-icon fas fa-plus-circle"></i> | ||||
|                             <p> | ||||
|                                 Admin panel | ||||
|                             </p> | ||||
|                         </a> | ||||
|                     </li> | ||||
|  | ||||
|                     <li class="nav-item"> | ||||
|                         <a href="#todo" class="nav-link"> | ||||
|                             <i class="nav-icon fas fa-cog"></i> | ||||
|                             <p> | ||||
|                                 Settings | ||||
|                             </p> | ||||
|                         </a> | ||||
|                     </li> | ||||
|  | ||||
|  | ||||
|                     <li class="nav-item"> | ||||
|                         <a href="index.html" class="nav-link" id="logoutbtn"> | ||||
|                             <i class="nav-icon fas fa-sign-out-alt"></i> | ||||
|                             <p> | ||||
|                                 Logout | ||||
|                             </p> | ||||
|                         </a> | ||||
|                     </li> | ||||
|  | ||||
|                 </ul> | ||||
|             </nav> | ||||
|             <!-- /.sidebar-menu --> | ||||
|         </div> | ||||
|         <!-- /.sidebar --> | ||||
|     </aside> | ||||
|  | ||||
|     <!-- Content Wrapper. Contains page content --> | ||||
|     <div class="content-wrapper"> | ||||
|         <!-- Content Header (Page header) --> | ||||
|         <div class="content-header"> | ||||
|             <div class="container-fluid"> | ||||
|                 <div class="row mb-2"> | ||||
|                     <div class="col-sm-6"> | ||||
|                         <h1 class="m-0 text-dark">Dashboard</h1> | ||||
|                     </div><!-- /.col --> | ||||
|                     <div class="col-sm-6"> | ||||
|                         <ol class="breadcrumb float-sm-right"> | ||||
|                             <li class="breadcrumb-item"><a href="#">Home</a></li> | ||||
|                             <li class="breadcrumb-item active">Shedule Puck-up</li> | ||||
|                         </ol> | ||||
|                     </div><!-- /.col --> | ||||
|                 </div><!-- /.row --> | ||||
|             </div><!-- /.container-fluid --> | ||||
|         </div> | ||||
|         <!-- /.content-header --> | ||||
|  | ||||
|         <!-- Main content --> | ||||
|         <section class="content"> | ||||
|             <div class="container-fluid"> | ||||
|                 <!-- Small boxes (Stat box) --> | ||||
|                 <div class="row"> | ||||
|                     <div class="col-lg-3 col-6"> | ||||
|                         <!-- small box --> | ||||
|                         <div class="small-box bg-info"> | ||||
|                             <div class="inner"> | ||||
|                                 <h3 id="total-connection-labels">42</h3> | ||||
|  | ||||
|                                 <p>Total collections</p> | ||||
|                             </div> | ||||
|                             <div class="icon"> | ||||
|                                 <i class="ion ion-bag"></i> | ||||
|                             </div> | ||||
|                             <a href="#" class="small-box-footer">More info <i class="fas fa-arrow-circle-right"></i></a> | ||||
|                         </div> | ||||
|                     </div> | ||||
|                     <!-- ./col --> | ||||
|                     <div class="col-lg-3 col-6"> | ||||
|                         <!-- small box --> | ||||
|                         <div class="small-box bg-gray"> | ||||
|                             <div class="inner"> | ||||
|                                 <h3 id="total-city-number-label">42</h3> | ||||
|  | ||||
|                                 <p>total collect zones</p> | ||||
|                             </div> | ||||
|                             <div class="icon"> | ||||
|                                 <i class="ion ion-android-globe" style="color: lightgrey"></i> | ||||
|                             </div> | ||||
|                             <a href="#" class="small-box-footer">More info <i class="fas fa-arrow-circle-right"></i></a> | ||||
|                         </div> | ||||
|                     </div> | ||||
|                     <!-- ./col --> | ||||
|                     <div class="col-lg-3 col-6"> | ||||
|                         <!-- small box --> | ||||
|                         <div class="small-box bg-warning"> | ||||
|                             <div class="inner"> | ||||
|                                 <h3 id="planed-collection-label">44</h3> | ||||
|  | ||||
|                                 <p>Planned Collections</p> | ||||
|                             </div> | ||||
|                             <div class="icon"> | ||||
|                                 <i class="ion ion-calendar"></i> | ||||
|                             </div> | ||||
|                             <a href="#" class="small-box-footer">More info <i class="fas fa-arrow-circle-right"></i></a> | ||||
|                         </div> | ||||
|                     </div> | ||||
|                     <!-- ./col --> | ||||
|                     <div class="col-lg-3 col-6"> | ||||
|                         <!-- small box --> | ||||
|                         <div class="small-box bg-success"> | ||||
|                             <div class="inner"> | ||||
|                                 <h3 id="finished-collection-label">65</h3> | ||||
|  | ||||
|                                 <p>Finished Collections</p> | ||||
|                             </div> | ||||
|                             <div class="icon"> | ||||
|                                 <i class="ion ion-android-checkmark-circle"></i> | ||||
|                             </div> | ||||
|                             <a href="#" class="small-box-footer">More info <i class="fas fa-arrow-circle-right"></i></a> | ||||
|                         </div> | ||||
|                     </div> | ||||
|                     <!-- ./col --> | ||||
|                 </div> | ||||
|                 <!-- /.row --> | ||||
|                 <!-- Main row --> | ||||
|                 <div class="row"> | ||||
|                     <!-- Left col --> | ||||
|                     <section class="col-lg-7 connectedSortable"> | ||||
|                         <!-- Custom tabs (Charts with tabs)--> | ||||
|                         <div class="card"> | ||||
|                             <div class="card-header"> | ||||
|                                 <h3 class="card-title"> | ||||
|                                     <i class="fas fa-chart-pie mr-1"></i> | ||||
|                                     All pickupdats | ||||
|                                 </h3> | ||||
|                             </div><!-- /.card-header --> | ||||
|                             <div class="card-body"> | ||||
|                                 <table id="table-pickupdates" class="table table-bordered table-hover"> | ||||
|                                     <thead> | ||||
|                                     <tr> | ||||
|                                         <th> | ||||
|                                             <i class="fas fa-city"></i> | ||||
|                                              City</th> | ||||
|                                         <th><i class="fas fa-search-location"></i> | ||||
|                                             Zone</th> | ||||
|                                         <th><i class="fas fa-recycle"></i> | ||||
|                                              Waste Type</th> | ||||
|                                         <th><i class="fas fa-calendar-alt"></i> | ||||
|                                              Date</th> | ||||
|                                         <th><i class="fas fa-trash-alt"></i> | ||||
|                                         </th> | ||||
|                                     </tr> | ||||
|                                     </thead> | ||||
|                                     <tbody id="picupdates-tablebody"> | ||||
|                                     </tbody> | ||||
|                                     <tfoot> | ||||
|                                     <tr> | ||||
|                                         <th> | ||||
|                                             <i class="fas fa-city"></i> | ||||
|                                             City</th> | ||||
|                                         <th><i class="fas fa-search-location"></i> | ||||
|                                             Zone</th> | ||||
|                                         <th><i class="fas fa-recycle"></i> | ||||
|                                             Waste Type</th> | ||||
|                                         <th><i class="fas fa-calendar-alt"></i> | ||||
|                                             Date</th> | ||||
|                                         <th><i class="fas fa-trash-alt"></i> | ||||
|                                         </th> | ||||
|                                     </tr> | ||||
|                                     </tfoot> | ||||
|                                 </table> | ||||
|                             </div><!-- /.card-body --> | ||||
|                         </div> | ||||
|                         <!-- /.card --> | ||||
|  | ||||
|                         <div class="card"> | ||||
|                             <div class="card-header"> | ||||
|                                 <h3 class="card-title"> | ||||
|                                     <i class="fas fa-chart-pie mr-1"></i> | ||||
|                                     New City | ||||
|                                 </h3> | ||||
|                                 <button id="btn-savecity" type="button" class="btn btn-success" | ||||
|                                         style="float:right;">Save | ||||
|                                 </button> | ||||
|                             </div><!-- /.card-header --> | ||||
|                             <div class="card-body"> | ||||
|                                 <div class="form-group" style="margin-top: 15px; width: 10cm;"> | ||||
|                                     <label for="new_city_cityname">City/Village name</label> | ||||
|                                     <input type="email" class="form-control" id="new_city_cityname" | ||||
|                                            aria-describedby="emailHelp" placeholder="Enter city name here"> | ||||
|                                     <small class="form-text text-muted">Please try to use no special | ||||
|                                         characters</small> | ||||
|                                 </div> | ||||
|                                 <div class="form-group" style="width: 10cm;"> | ||||
|                                     <label for="new_city_zonename">Zone Name</label> | ||||
|                                     <input type="email" class="form-control" id="new_city_zonename" | ||||
|                                            aria-describedby="emailHelp" placeholder="Enter Zone name here"> | ||||
|                                     <small class="form-text text-muted">Please try to use no special | ||||
|                                         characters</small> | ||||
|                                 </div> | ||||
|  | ||||
|                                 <div class="input-group-prepend"> | ||||
|                                     <button id="dropdown-wastetype" type="button" | ||||
|                                             class="btn btn-outline-dark dropdown-toggle" | ||||
|                                             data-toggle="dropdown"> | ||||
|                                         Select waste type | ||||
|                                     </button> | ||||
|                                     <div class="dropdown-menu"> | ||||
|                                         <a class="wastetype-citynew-item dropdown-item" href="#">Plastic</a> | ||||
|                                         <a class="wastetype-citynew-item dropdown-item" href="#">Metal</a> | ||||
|                                         <a class="wastetype-citynew-item dropdown-item" href="#">Residual waste</a> | ||||
|                                         <a class="wastetype-citynew-item dropdown-item" href="#">Biowaste</a> | ||||
|                                     </div> | ||||
|                                 </div> | ||||
|                             </div><!-- /.card-body --> | ||||
|                         </div> | ||||
|  | ||||
|  | ||||
|                         <!-- Custom tabs (Charts with tabs)--> | ||||
|                         <div class="card"> | ||||
|                             <div class="card-header"> | ||||
|                                 <h3 class="card-title"> | ||||
|                                     <i class="fas fa-chart-pie mr-1"></i> | ||||
|                                     New Pick up date | ||||
|                                 </h3> | ||||
|                             </div><!-- /.card-header --> | ||||
|                             <div class="card-body"> | ||||
|                                 <form> | ||||
|  | ||||
|                                     <h4>Add Data:</h4> | ||||
|                                     <div class="input-group mt-3 mb-3" style="width: 100%;"> | ||||
|  | ||||
|                                         <div class="input-group-prepend"> | ||||
|                                             <button id="dropdown-city" type="button" | ||||
|                                                     class="btn btn-outline-dark dropdown-toggle" | ||||
|                                                     data-toggle="dropdown"> | ||||
|                                                 Select city | ||||
|                                             </button> | ||||
|                                             <div id="dropdown-city-data" class="dropdown-menu"> | ||||
|                                             </div> | ||||
|                                         </div> | ||||
|  | ||||
|                                         <div class="input-group-prepend"> | ||||
|                                             <button id="dropdown-zone" type="button" | ||||
|                                                     class="btn btn-outline-dark dropdown-toggle" | ||||
|                                                     data-toggle="dropdown"> | ||||
|                                                 Select Zone | ||||
|                                             </button> | ||||
|                                             <div id="dropdown-zone-data" class="dropdown-menu"> | ||||
|                                             </div> | ||||
|                                         </div> | ||||
|                                         <div class="input-group-prepend"> | ||||
|                                             <button id="dropdown-type-data" type="button" | ||||
|                                                     class="btn btn-outline-dark dropdown-toggle" | ||||
|                                                     data-toggle="dropdown"> | ||||
|                                                 Select waste type | ||||
|                                             </button> | ||||
|                                             <div id="dropdown-type-drops" class="dropdown-menu"> | ||||
|                                             </div> | ||||
|                                         </div> | ||||
|                                         <input id="input-wastetime" style="width: 50px;" class="form-control" id="date" | ||||
|                                                name="date" placeholder="MM/DD/YYY" type="text"/> | ||||
|                                         <button type="button" class="btn-savelist btn btn-success" | ||||
|                                                 style="float:right;">Save | ||||
|                                         </button> | ||||
|                                     </div> | ||||
|                                 </form> | ||||
|                             </div><!-- /.card-body --> | ||||
|                         </div> | ||||
|                     </section> | ||||
|  | ||||
|  | ||||
|                     <!-- /.Left col --> | ||||
|                     <!-- right col (We are only adding the ID to make the widgets sortable)--> | ||||
|                     <section class="col-lg-5 connectedSortable"> | ||||
|  | ||||
|                         <div class="card"> | ||||
|                             <div class="card-header"> | ||||
|                                 <h3 class="card-title"> | ||||
|                                     <i class="fas fa-chart-pie mr-1"></i> | ||||
|                                     Pick up locations | ||||
|                                 </h3> | ||||
|                             </div><!-- /.card-header --> | ||||
|                             <!-- /.card-header --> | ||||
|                             <div class="card-body"> | ||||
|                                 <table id="example2" class="table table-bordered table-hover"> | ||||
|                                     <thead> | ||||
|                                     <tr> | ||||
|                                         <th> | ||||
|                                             <i class="fas fa-city"></i> | ||||
|                                             City</th> | ||||
|                                         <th><i class="fas fa-search-location"></i> | ||||
|                                             Zone</th> | ||||
|                                         <th><i class="fas fa-recycle"></i> | ||||
|                                             Waste Type</th> | ||||
|                                         <th><i class="fas fa-calendar-alt"></i> | ||||
|                                             Date</th> | ||||
|                                         <th><i class="fas fa-trash-alt"></i> | ||||
|                                         </th> | ||||
|                                     </tr> | ||||
|                                     </thead> | ||||
|                                     <tbody id="location-table-data"> | ||||
|                                     </tbody> | ||||
|                                     <tfoot> | ||||
|                                     <tr> | ||||
|                                         <th> | ||||
|                                             <i class="fas fa-city"></i> | ||||
|                                             City</th> | ||||
|                                         <th><i class="fas fa-search-location"></i> | ||||
|                                             Zone</th> | ||||
|                                         <th><i class="fas fa-recycle"></i> | ||||
|                                             Waste Type</th> | ||||
|                                         <th><i class="fas fa-calendar-alt"></i> | ||||
|                                             Date</th> | ||||
|                                         <th><i class="fas fa-trash-alt"></i> | ||||
|                                         </th> | ||||
|                                     </tr> | ||||
|                                     </tfoot> | ||||
|                                 </table> | ||||
|                             </div> | ||||
|                             <!-- /.card-body --> | ||||
|                         </div> | ||||
|  | ||||
|                         <!-- /.card --> | ||||
|                     </section> | ||||
|                     <!-- right col --> | ||||
|                 </div> | ||||
|                 <!-- /.row (main row) --> | ||||
|             </div><!-- /.container-fluid --> | ||||
|         </section> | ||||
|         <!-- /.content --> | ||||
|     </div> | ||||
|     <!-- /.content-wrapper --> | ||||
|     <footer class="main-footer"> | ||||
|         <strong>By Gregor Dutzler & Lukas Heiligenbrunner & Emil Meindl</strong> | ||||
|         <div id="version-footer-label" class="float-right d-none d-sm-inline-block"> | ||||
|             <b>Version</b> 3.0.0 | ||||
|             <b>Build</b> 2019-8-8 9:30 | ||||
|         </div> | ||||
|  | ||||
|  | ||||
|     </footer> | ||||
|  | ||||
|     <!-- Control Sidebar --> | ||||
|     <aside class="control-sidebar control-sidebar-dark"> | ||||
|         <!-- Control sidebar content goes here --> | ||||
|     </aside> | ||||
|     <!-- /.control-sidebar --> | ||||
| </div> | ||||
| <!-- ./wrapper --> | ||||
|  | ||||
| <!-- jQuery --> | ||||
| <script src="lib/AdminLTE/plugins/jquery/jquery.min.js"></script> | ||||
| <!-- jQuery UI 1.11.4 --> | ||||
| <script src="lib/AdminLTE/plugins/jquery-ui/jquery-ui.min.js"></script> | ||||
| <!-- Resolve conflict in jQuery UI tooltip with Bootstrap tooltip --> | ||||
| <script> | ||||
|     $.widget.bridge('uibutton', $.ui.button) | ||||
| </script> | ||||
| <!-- Bootstrap 4 --> | ||||
| <script src="lib/AdminLTE/plugins/bootstrap/js/bootstrap.bundle.min.js"></script> | ||||
| <!-- ChartJS --> | ||||
| <script src="lib/AdminLTE/plugins/chart.js/Chart.min.js"></script> | ||||
| <!-- Sparkline --> | ||||
| <script src="lib/AdminLTE/plugins/sparklines/sparkline.js"></script> | ||||
| <!-- JQVMap --> | ||||
| <script src="lib/AdminLTE/plugins/jqvmap/jquery.vmap.min.js"></script> | ||||
| <script src="lib/AdminLTE/plugins/jqvmap/maps/jquery.vmap.usa.js"></script> | ||||
| <!-- jQuery Knob Chart --> | ||||
| <script src="lib/AdminLTE/plugins/jquery-knob/jquery.knob.min.js"></script> | ||||
| <!-- daterangepicker --> | ||||
| <script src="lib/AdminLTE/plugins/moment/moment.min.js"></script> | ||||
| <script src="lib/AdminLTE/plugins/daterangepicker/daterangepicker.js"></script> | ||||
| <!-- Tempusdominus Bootstrap 4 --> | ||||
| <script src="lib/AdminLTE/plugins/tempusdominus-bootstrap-4/js/tempusdominus-bootstrap-4.min.js"></script> | ||||
| <!-- Summernote --> | ||||
| <script src="lib/AdminLTE/plugins/summernote/summernote-bs4.min.js"></script> | ||||
| <!-- overlayScrollbars --> | ||||
| <script src="lib/AdminLTE/plugins/overlayScrollbars/js/jquery.overlayScrollbars.min.js"></script> | ||||
| <!-- AdminLTE App --> | ||||
| <script src="lib/AdminLTE/dist/js/adminlte.js"></script> | ||||
| <!-- AdminLTE dashboard demo (This is only for demo purposes) --> | ||||
| <script src="lib/AdminLTE/dist/js/pages/dashboard.js"></script> | ||||
| <!-- AdminLTE for demo purposes --> | ||||
| <script src="lib/AdminLTE/dist/js/demo.js"></script> | ||||
|  | ||||
| <script type="text/javascript" | ||||
|         src="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-datepicker/1.4.1/js/bootstrap-datepicker.min.js"></script> | ||||
|  | ||||
| <!-- DataTables --> | ||||
| <script src="lib/AdminLTE/plugins/datatables/jquery.dataTables.js"></script> | ||||
| <script src="lib/AdminLTE/plugins/datatables-bs4/js/dataTables.bootstrap4.js"></script> | ||||
|  | ||||
| <script src="lib/AdminLTE/plugins/sweetalert2/sweetalert2.all.js"></script> | ||||
|  | ||||
| <!-- OWN --> | ||||
|  | ||||
| <script type="text/javascript" src="js/dashboard.js"></script> | ||||
| <script src="js/userManager.js"></script> | ||||
|  | ||||
| </body> | ||||
| </html> | ||||
| @@ -71,19 +71,29 @@ | ||||
|                     data-accordion="false"> | ||||
|  | ||||
|                     <li class="nav-item"> | ||||
|                         <a href="#todo" class="nav-link"> | ||||
|                             <i class="nav-icon fas fa-cog"></i> | ||||
|                         <a href="ShedulePickUp.html" class="nav-link"> | ||||
|                             <i class="nav-icon fas fa-calendar-alt"></i> | ||||
|                             <p> | ||||
|                                 Settings | ||||
|                                 Shedule Pick-up | ||||
|                             </p> | ||||
|                         </a> | ||||
|                     </li> | ||||
|  | ||||
|                     <li class="nav-item"> | ||||
|                         <a href="index.html" class="nav-link" id="logoutbtn"> | ||||
|                             <i class="nav-icon fas fa-sign-out-alt"></i> | ||||
|                         <a href="dashboard.html" class="nav-link"> | ||||
|                             <i class="nav-icon fas fa-columns"></i> | ||||
|                             <p> | ||||
|                                 Logout | ||||
|                                 Dashboard | ||||
|                             </p> | ||||
|                         </a> | ||||
|                     </li> | ||||
|  | ||||
|  | ||||
|                     <li id="devicepanel" class="nav-item"> | ||||
|                         <a href="device.html" class="nav-link"> | ||||
|                             <i class="nav-icon fas fa-desktop"></i> | ||||
|                             <p> | ||||
|                                 Devices | ||||
|                             </p> | ||||
|                         </a> | ||||
|                     </li> | ||||
| @@ -105,6 +115,27 @@ | ||||
|                             </p> | ||||
|                         </a> | ||||
|                     </li> | ||||
|  | ||||
|                     <li class="nav-item"> | ||||
|                         <a href="#todo" class="nav-link"> | ||||
|                             <i class="nav-icon fas fa-cog"></i> | ||||
|                             <p> | ||||
|                                 Settings | ||||
|                             </p> | ||||
|                         </a> | ||||
|                     </li> | ||||
|  | ||||
|  | ||||
|                     <li class="nav-item"> | ||||
|                         <a href="index.html" class="nav-link" id="logoutbtn"> | ||||
|                             <i class="nav-icon fas fa-sign-out-alt"></i> | ||||
|                             <p> | ||||
|                                 Logout | ||||
|                             </p> | ||||
|                         </a> | ||||
|                     </li> | ||||
|  | ||||
|  | ||||
|                 </ul> | ||||
|             </nav> | ||||
|             <!-- /.sidebar-menu --> | ||||
|   | ||||
| @@ -73,22 +73,39 @@ | ||||
|                     data-accordion="false"> | ||||
|  | ||||
|                     <li class="nav-item"> | ||||
|                         <a href="#todo" class="nav-link"> | ||||
|                             <i class="nav-icon fas fa-cog"></i> | ||||
|                         <a href="ShedulePickUp.html" class="nav-link"> | ||||
|                             <i class="nav-icon fas fa-calendar-alt"></i> | ||||
|                             <p> | ||||
|                                 Settings | ||||
|                                 Shedule Pick-up | ||||
|                             </p> | ||||
|                         </a> | ||||
|                     </li> | ||||
|  | ||||
|                     <li class="nav-item"> | ||||
|                         <a href="index.html" class="nav-link" id="logoutbtn"> | ||||
|                             <i class="nav-icon fas fa-sign-out-alt"></i> | ||||
|                         <a href="dashboard.html" class="nav-link"> | ||||
|                             <i class="nav-icon fas fa-columns"></i> | ||||
|                             <p> | ||||
|                                 Logout | ||||
|                                 Dashboard | ||||
|                             </p> | ||||
|                         </a> | ||||
|                     </li> | ||||
|                     <li id="devicepanel" class="nav-item"> | ||||
|                         <a href="device.html" class="nav-link"> | ||||
|                             <i class="nav-icon fas fa-desktop"></i> | ||||
|                             <p> | ||||
|                                 Devices | ||||
|                             </p> | ||||
|                         </a> | ||||
|                     </li> | ||||
|  | ||||
|                     <li class="nav-item"> | ||||
|                     <a href="#todo" class="nav-link"> | ||||
|                         <i class="nav-icon fas fa-plus-circle"></i> | ||||
|                         <p> | ||||
|                             New Entry | ||||
|                         </p> | ||||
|                     </a> | ||||
|                 </li> | ||||
|  | ||||
|                     <li id="adminpanel" class="nav-item hideit"> | ||||
|                         <a href="adminpanel.html" class="nav-link"> | ||||
| @@ -99,11 +116,21 @@ | ||||
|                         </a> | ||||
|                     </li> | ||||
|  | ||||
|                     <li id="devicepanel" class="nav-item"> | ||||
|                         <a href="device.html" class="nav-link"> | ||||
|                             <i class="nav-icon fas fa-plus-circle"></i> | ||||
|                     <li class="nav-item"> | ||||
|                     <a href="#todo" class="nav-link"> | ||||
|                         <i class="nav-icon fas fa-cog"></i> | ||||
|                         <p> | ||||
|                             Settings | ||||
|                         </p> | ||||
|                     </a> | ||||
|                 </li> | ||||
|  | ||||
|  | ||||
|                     <li class="nav-item"> | ||||
|                         <a href="index.html" class="nav-link" id="logoutbtn"> | ||||
|                             <i class="nav-icon fas fa-sign-out-alt"></i> | ||||
|                             <p> | ||||
|                                 Devices | ||||
|                                 Logout | ||||
|                             </p> | ||||
|                         </a> | ||||
|                     </li> | ||||
| @@ -217,22 +244,34 @@ | ||||
|                                 <table id="table-pickupdates" class="table table-bordered table-hover"> | ||||
|                                     <thead> | ||||
|                                     <tr> | ||||
|                                         <th>City</th> | ||||
|                                         <th>Zone</th> | ||||
|                                         <th>Waste Type</th> | ||||
|                                         <th>Date</th> | ||||
|                                         <th>X</th> | ||||
|                                         <th> | ||||
|                                             <i class="fas fa-city"></i> | ||||
|                                             City</th> | ||||
|                                         <th><i class="fas fa-search-location"></i> | ||||
|                                             Zone</th> | ||||
|                                         <th><i class="fas fa-recycle"></i> | ||||
|                                             Waste Type</th> | ||||
|                                         <th><i class="fas fa-calendar-alt"></i> | ||||
|                                             Date</th> | ||||
|                                         <th><i class="fas fa-trash-alt"></i> | ||||
|                                         </th> | ||||
|                                     </tr> | ||||
|                                     </thead> | ||||
|                                     <tbody id="picupdates-tablebody"> | ||||
|                                     </tbody> | ||||
|                                     <tfoot> | ||||
|                                     <tr> | ||||
|                                         <th>City</th> | ||||
|                                         <th>Zone</th> | ||||
|                                         <th>Waste Type</th> | ||||
|                                         <th>Date</th> | ||||
|                                         <th>X</th> | ||||
|                                         <th> | ||||
|                                             <i class="fas fa-city"></i> | ||||
|                                             City</th> | ||||
|                                         <th><i class="fas fa-search-location"></i> | ||||
|                                             Zone</th> | ||||
|                                         <th><i class="fas fa-recycle"></i> | ||||
|                                             Waste Type</th> | ||||
|                                         <th><i class="fas fa-calendar-alt"></i> | ||||
|                                             Date</th> | ||||
|                                         <th><i class="fas fa-trash-alt"></i> | ||||
|                                         </th> | ||||
|                                     </tr> | ||||
|                                     </tfoot> | ||||
|                                 </table> | ||||
| @@ -322,6 +361,7 @@ | ||||
|                                                     data-toggle="dropdown"> | ||||
|                                                 Select waste type | ||||
|                                             </button> | ||||
|  | ||||
|                                             <div id="dropdown-type-drops" class="dropdown-menu"> | ||||
|                                             </div> | ||||
|                                         </div> | ||||
| @@ -353,20 +393,30 @@ | ||||
|                                 <table id="example2" class="table table-bordered table-hover"> | ||||
|                                     <thead> | ||||
|                                     <tr> | ||||
|                                         <th>City</th> | ||||
|                                         <th>Zone</th> | ||||
|                                         <th>Waste Type</th> | ||||
|                                         <th>X</th> | ||||
|                                         <th> | ||||
|                                             <i class="fas fa-city"></i> | ||||
|                                             City</th> | ||||
|                                         <th><i class="fas fa-search-location"></i> | ||||
|                                             Zone</th> | ||||
|                                         <th><i class="fas fa-recycle"></i> | ||||
|                                             Waste Type</th> | ||||
|                                         <th><i class="fas fa-trash-alt"></i> | ||||
|                                         </th> | ||||
|                                     </tr> | ||||
|                                     </thead> | ||||
|                                     <tbody id="location-table-data"> | ||||
|                                     </tbody> | ||||
|                                     <tfoot> | ||||
|                                     <tr> | ||||
|                                         <th>City</th> | ||||
|                                         <th>Zone</th> | ||||
|                                         <th>Waste Type</th> | ||||
|                                         <th>X</th> | ||||
|                                         <th> | ||||
|                                             <i class="fas fa-city"></i> | ||||
|                                             City</th> | ||||
|                                         <th><i class="fas fa-search-location"></i> | ||||
|                                             Zone</th> | ||||
|                                         <th><i class="fas fa-recycle"></i> | ||||
|                                             Waste Type</th> | ||||
|                                         <th><i class="fas fa-trash-alt"></i> | ||||
|                                         </th> | ||||
|                                     </tr> | ||||
|                                     </tfoot> | ||||
|                                 </table> | ||||
|   | ||||
| @@ -51,6 +51,7 @@ | ||||
|             <span class="brand-text font-weight-light">Waste Control</span> | ||||
|         </a> | ||||
|  | ||||
|  | ||||
|         <!-- Sidebar --> | ||||
|         <div class="sidebar"> | ||||
|             <!-- Sidebar user panel (optional) --> | ||||
| @@ -71,19 +72,41 @@ | ||||
|                     data-accordion="false"> | ||||
|  | ||||
|                     <li class="nav-item"> | ||||
|                         <a href="#todo" class="nav-link"> | ||||
|                             <i class="nav-icon fas fa-cog"></i> | ||||
|                         <a href="ShedulePickUp.html" class="nav-link"> | ||||
|                             <i class="nav-icon fas fa-calendar-alt"></i> | ||||
|                             <p> | ||||
|                                 Settings | ||||
|                                 Shedule Pick-up | ||||
|                             </p> | ||||
|                         </a> | ||||
|                     </li> | ||||
|  | ||||
|                     <li class="nav-item"> | ||||
|                         <a href="index.html" class="nav-link" id="logoutbtn"> | ||||
|                             <i class="nav-icon fas fa-sign-out-alt"></i> | ||||
|                         <a href="dashboard.html" class="nav-link"> | ||||
|                             <i class="nav-icon fas fa-columns"></i> | ||||
|                             <p> | ||||
|                                 Logout | ||||
|                                 Dashboard | ||||
|                             </p> | ||||
|                         </a> | ||||
|                     </li> | ||||
|  | ||||
|  | ||||
|  | ||||
|  | ||||
|  | ||||
|                     <li id="devicepanel" class="nav-item"> | ||||
|                         <a href="device.html" class="nav-link"> | ||||
|                             <i class="nav-icon fas fa-desktop"></i> | ||||
|                             <p> | ||||
|                                 Devices | ||||
|                             </p> | ||||
|                         </a> | ||||
|                     </li> | ||||
|  | ||||
|                     <li class="nav-item"> | ||||
|                         <a href="#todo" class="nav-link"> | ||||
|                             <i class="nav-icon fas fa-plus-circle"></i> | ||||
|                             <p> | ||||
|                                 New Entry | ||||
|                             </p> | ||||
|                         </a> | ||||
|                     </li> | ||||
| @@ -97,14 +120,25 @@ | ||||
|                         </a> | ||||
|                     </li> | ||||
|  | ||||
|                     <li id="devicepanel" class="nav-item"> | ||||
|                         <a href="device.html" class="nav-link"> | ||||
|                             <i class="nav-icon fas fa-plus-circle"></i> | ||||
|                     <li class="nav-item"> | ||||
|                         <a href="#todo" class="nav-link"> | ||||
|                             <i class="nav-icon fas fa-cog"></i> | ||||
|                             <p> | ||||
|                                 Devices | ||||
|                                 Settings | ||||
|                             </p> | ||||
|                         </a> | ||||
|                     </li> | ||||
|  | ||||
|  | ||||
|                     <li class="nav-item"> | ||||
|                         <a href="index.html" class="nav-link" id="logoutbtn"> | ||||
|                             <i class="nav-icon fas fa-sign-out-alt"></i> | ||||
|                             <p> | ||||
|                                 Logout | ||||
|                             </p> | ||||
|                         </a> | ||||
|                     </li> | ||||
|  | ||||
|                 </ul> | ||||
|             </nav> | ||||
|             <!-- /.sidebar-menu --> | ||||
| @@ -186,22 +220,22 @@ | ||||
|                                 <table id="table-devices" class="table table-bordered table-hover"> | ||||
|                                     <thead> | ||||
|                                     <tr> | ||||
|                                         <th>Device ID</th> | ||||
|                                         <th>Devicename</th> | ||||
|                                         <th>Devicelocation</th> | ||||
|                                         <th>WasteType</th> | ||||
|                                         <th>Action</th> | ||||
|                                         <th><i class="fas fa-id-card"></i> Device ID</th> | ||||
|                                         <th><i class="fas fa-signature"></i> Devicename</th> | ||||
|                                         <th><i class="fas fa-search-location"></i> Devicelocation</th> | ||||
|                                         <th><i class="fas fa-recycle"></i> WasteType</th> | ||||
|                                         <th><i class="fas fa-edit"></i> Action</th> | ||||
|                                     </tr> | ||||
|                                     </thead> | ||||
|                                     <tbody id="devices-tablebody"> | ||||
|                                     </tbody> | ||||
|                                     <tfoot> | ||||
|                                     <tr> | ||||
|                                         <th>Device ID</th> | ||||
|                                         <th>Devicename</th> | ||||
|                                         <th>Devicelocation</th> | ||||
|                                         <th>WasteType</th> | ||||
|                                         <th>Action</th> | ||||
|                                         <th><i class="fas fa-id-card"></i> Device ID</th> | ||||
|                                         <th><i class="fas fa-signature"></i> Devicename</th> | ||||
|                                         <th><i class="fas fa-search-location"></i> Devicelocation</th> | ||||
|                                         <th> <i class="fas fa-recycle"></i> WasteType</th> | ||||
|                                         <th><i class="fas fa-edit"></i> Action</th> | ||||
|                                     </tr> | ||||
|                                     </tfoot> | ||||
|                                 </table> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user