Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
Component Sharing
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
2
Merge Requests
2
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
CI / CD Analytics
Repository Analytics
Value Stream Analytics
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Gagandeep Singh Bhatia
Component Sharing
Commits
4627cbb7
Commit
4627cbb7
authored
Jan 22, 2024
by
Sonawane Amol Madhjuar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Upload New File
parent
bfbfc245
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
76 additions
and
0 deletions
+76
-0
Amol/VisionDIJSP/VisionEDILogDownload.jsp
Amol/VisionDIJSP/VisionEDILogDownload.jsp
+76
-0
No files found.
Amol/VisionDIJSP/VisionEDILogDownload.jsp
0 → 100644
View file @
4627cbb7
<html>
<head>
<meta
http-equiv=
"Content-Type"
content=
"text/html; charset=UTF-8"
>
<title>
VisionEDILogDownload
</title>
<style>
input
[
type
=
"text"
]
{
margin
:
0
;
border-style
:
none
;
border-radius
:
4px
;
box-shadow
:
0px
0px
1px
1px
rgba
(
0
,
0
,
0
,
.2
);
width
:
100%
;
min-height
:
40px
;
font-size
:
16px
;
padding
:
0
8px
;
}
input
[
type
=
"submit"
]
{
border-style
:
none
;
margin
:
0
;
font-size
:
12px
;
border-radius
:
4px
;
box-shadow
:
1px
1px
5px
2px
rgba
(
0
,
0
,
0
,
.2
);
height
:
30px
;
padding
:
0
12px
;
background-color
:
#4286f5
;
color
:
#fff
;
letter-spacing
:
1px
;
font-weight
:
600
;
text-transform
:
uppercase
;
}
</style>
</head>
<body
style=
"font-family : calibri;margin: 0;"
>
<div
style=
"
height: 100%;
width: 100%;
display: flex;
margin: 0;
padding: 0;
overflow: hidden;
align-items: center;
justify-content: center;
"
><form
action=
"BatchLoadLogDownload.jsp"
align=
"center"
style=
"
margin: 0;
padding: 0;
"
>
<div
style=
"
font-size: 2em;
font-weight: 600;
height: 100px;
display: flex;
align-items: center;
justify-content: center;
"
>
</div>
<div
style=
"
text-align: left;
display: flex;
width: 100%;
font-size: 14px;
color: #666;
"
>
Enter File Name
</div><div
style=
"
padding: 4px 0 0 0;
display: flex;
"
><input
type=
"text"
name=
"FileName"
size=
"50"
><div
style=
"
display: flex;
justify-content: flex-end;
align-items: center;
margin: 0 0 0 16px;
"
><input
type=
"submit"
></div></div>
</form></div>
</body>
</html>
\ No newline at end of file
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