From b03d152f11e49d8475a5193cc81b3fd8e7bbce6e Mon Sep 17 00:00:00 2001 From: Jose Pabl Domingo Aramburo Sanchez Date: Sun, 12 Aug 2018 11:32:48 -0600 Subject: [PATCH] [add] Loading views --- api-payroll/public/html/NewEmployee.php | 38 ++++++++++++++++++++ api-payroll/public/html/landing.php | 12 +++---- api-payroll/public/js/NewEmployee.js | 3 ++ api-payroll/public/js/landing.js | 48 ++++++++++++++++++++++++- 4 files changed, 94 insertions(+), 7 deletions(-) create mode 100644 api-payroll/public/html/NewEmployee.php create mode 100644 api-payroll/public/js/NewEmployee.js diff --git a/api-payroll/public/html/NewEmployee.php b/api-payroll/public/html/NewEmployee.php new file mode 100644 index 0000000..209f019 --- /dev/null +++ b/api-payroll/public/html/NewEmployee.php @@ -0,0 +1,38 @@ + + +
+
+
+
+
+

New employee

+
+
+
+
+ +
+ +
+
+
+
+
+ +
+ +
+
+
+
+
+
+ Save +
+
+
+
+
+
+
+
\ No newline at end of file diff --git a/api-payroll/public/html/landing.php b/api-payroll/public/html/landing.php index 90bb0c4..8f80fae 100644 --- a/api-payroll/public/html/landing.php +++ b/api-payroll/public/html/landing.php @@ -26,28 +26,28 @@ if(!isset($_SESSION['userName'])){