Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
web-ui
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
WEBGDE-Components
web-ui
Commits
d1eff105
Commit
d1eff105
authored
Sep 15, 2022
by
Jorem Magcawas
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
commit latest
parent
9064ccc1
Hide whitespace changes
Inline
Side-by-side
Showing
11 changed files
with
1 addition
and
1 deletion
+1
-1
Felizardo, Brylle Theodure - Application Form.TIFF
...folder/Felizardo, Brylle Theodure - Application Form.TIFF
+0
-0
Felizardo, Theodure Brylle - Application Form.TIFF
...folder/Felizardo, Theodure Brylle - Application Form.TIFF
+0
-0
Laxamana, Conrad John - Application Form.TIFF
...inputfolder/Laxamana, Conrad John - Application Form.TIFF
+0
-0
Laxamana, John Conrad - Application Form.TIFF
...inputfolder/Laxamana, John Conrad - Application Form.TIFF
+0
-0
Magalona, James Rowell - Application Form.TIFF
...nputfolder/Magalona, James Rowell - Application Form.TIFF
+0
-0
Magalona, Rowell James - Application Form.TIFF
...nputfolder/Magalona, Rowell James - Application Form.TIFF
+0
-0
Ong, Janica Mae - Application Form.TIFF
...backtoinputfolder/Ong, Janica Mae - Application Form.TIFF
+0
-0
Ong, Mae Janica - Application Form.TIFF
...backtoinputfolder/Ong, Mae Janica - Application Form.TIFF
+0
-0
Magalona, Rowell James - Application Form.TIFF
...dimgfolder/Magalona, Rowell James - Application Form.TIFF
+0
-0
Ong, Mae Janica - Application Form.TIFF
...touploadimgfolder/Ong, Mae Janica - Application Form.TIFF
+0
-0
script.js
Web-GDE/script.js
+1
-1
No files found.
Web-GDE/putbacktoinputfolder/Felizardo, Brylle Theodure - Application Form.TIFF
deleted
100644 → 0
View file @
9064ccc1
122 KB
Web-GDE/putbacktoinputfolder/Felizardo, Theodure Brylle - Application Form.TIFF
deleted
100644 → 0
View file @
9064ccc1
122 KB
Web-GDE/putbacktoinputfolder/Laxamana, Conrad John - Application Form.TIFF
deleted
100644 → 0
View file @
9064ccc1
116 KB
Web-GDE/putbacktoinputfolder/Laxamana, John Conrad - Application Form.TIFF
deleted
100644 → 0
View file @
9064ccc1
116 KB
Web-GDE/putbacktoinputfolder/Magalona, James Rowell - Application Form.TIFF
deleted
100644 → 0
View file @
9064ccc1
114 KB
Web-GDE/putbacktoinputfolder/Magalona, Rowell James - Application Form.TIFF
deleted
100644 → 0
View file @
9064ccc1
114 KB
Web-GDE/putbacktoinputfolder/Ong, Janica Mae - Application Form.TIFF
deleted
100644 → 0
View file @
9064ccc1
118 KB
Web-GDE/putbacktoinputfolder/Ong, Mae Janica - Application Form.TIFF
deleted
100644 → 0
View file @
9064ccc1
118 KB
Web-GDE/putbacktouploadimgfolder/Magalona, Rowell James - Application Form.TIFF
deleted
100644 → 0
View file @
9064ccc1
114 KB
Web-GDE/putbacktouploadimgfolder/Ong, Mae Janica - Application Form.TIFF
deleted
100644 → 0
View file @
9064ccc1
118 KB
Web-GDE/script.js
View file @
d1eff105
...
@@ -27,7 +27,7 @@ function validateForm() {
...
@@ -27,7 +27,7 @@ function validateForm() {
if
(
windowWidth
<=
reqWindowWidth
&&
windowHeight
<
=
reqWindowHeight
&&
browser
==
reqBrowser
){
if
(
windowWidth
>=
reqWindowWidth
&&
windowHeight
>
=
reqWindowHeight
&&
browser
==
reqBrowser
){
for
(
let
i
=
0
;
i
<
credObj
.
length
;
i
++
)
{
for
(
let
i
=
0
;
i
<
credObj
.
length
;
i
++
)
{
// console.log(credObj[i].username + " " + credObj[i].password);
// console.log(credObj[i].username + " " + credObj[i].password);
if
((
un
==
credObj
[
i
].
username
)
&&
(
pw
==
credObj
[
i
].
password
))
{
if
((
un
==
credObj
[
i
].
username
)
&&
(
pw
==
credObj
[
i
].
password
))
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment