Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
Team 35
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Ehsan Soltan Mohammadzadeh (ehs227)
Team 35
Commits
d94ac508
Commit
d94ac508
authored
2 years ago
by
Gian Bustamante (gib650)
Browse files
Options
Downloads
Patches
Plain Diff
Deleted QueueingApp/src/main/webapp/report.jsp
parent
1a18f801
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
QueueingApp/src/main/webapp/report.jsp
+0
-62
0 additions, 62 deletions
QueueingApp/src/main/webapp/report.jsp
with
0 additions
and
62 deletions
QueueingApp/src/main/webapp/report.jsp
deleted
100644 → 0
+
0
−
62
View file @
1a18f801
<%@ page
language=
"java"
contentType=
"text/html; charset=ISO-8859-1"
pageEncoding=
"ISO-8859-1"
%>
<!DOCTYPE html>
<html>
<head>
<meta
charset=
"ISO-8859-1"
>
<title>
Add new report
</title>
<link
rel=
"stylesheet"
href=
"style.css"
type=
"text/css"
>
<!-- Fonts-->
<link
rel=
"preconnect"
href=
"https://fonts.googleapis.com"
>
<link
rel=
"preconnect"
href=
"https://fonts.gstatic.com"
crossorigin
>
<link
href=
"https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,400;0,500;0,600;0,700;0,900;1,400&display=swap"
rel=
"stylesheet"
>
</head>
<body>
<div
class=
"NavBar"
>
<strong>
QueueApp
</strong>
<ul
class=
"nav_choice"
>
<a
href=
"workerLogin.jsp"
>
Login
</a>
<a
href=
"landingPgServlet"
>
Home
</a>
</ul>
</div>
<div
class=
"container"
>
<h1>
New Report
</h1>
<div
class=
"details_container"
>
<form
method=
"post"
action=
"workerReportServlet"
>
<div
class=
"employee_details"
>
<label
for=
"EmployeeName"
>
Worker Name:
</label>
<br>
<input
type=
"text"
id=
"employee_name"
name=
"name"
>
<br>
<label
for=
"report"
>
Report:
</label>
<br>
<input
type=
"text"
id=
"employee_report"
name=
"report"
>
<br>
</div>
<div
class=
"employee_details"
>
<label
for=
"employeeAddress"
>
Location:
</label>
<br>
<input
type=
"text"
id=
"employee_address"
name=
"location"
>
<br>
<input
class=
"formBtn"
type=
"submit"
value=
"Submit"
>
<!-- CSS edit this! -->
</div>
</form>
</div>
<div
class=
"userBttn"
>
<button
onclick=
"window.location.href='landingPgServlet'"
>
Cancel
</button>
</div>
</div>
</body>
</html>
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment