Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
StudentAdmissionsApplications
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Digital Experience Group
StudentAdmissionsApplications
Commits
96237815
Commit
96237815
authored
Sep 27, 2011
by
Seth Meranda
Browse files
Options
Downloads
Patches
Plain Diff
Change the email field to the email input type.
parent
299912a1
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
WebContent/css/ugradapp.css
+2
-2
2 additions, 2 deletions
WebContent/css/ugradapp.css
WebContent/jsp/ugradpage1.jsp
+1
-1
1 addition, 1 deletion
WebContent/jsp/ugradpage1.jsp
with
3 additions
and
3 deletions
WebContent/css/ugradapp.css
+
2
−
2
View file @
96237815
...
@@ -105,10 +105,10 @@
...
@@ -105,10 +105,10 @@
#maincontent
.stuapp
ol
li
fieldset
label
{
#maincontent
.stuapp
ol
li
fieldset
label
{
display
:
inline
;
display
:
inline
;
}
}
#maincontent
.stuapp
input
[
type
=
"text"
],
#maincontent
.stuapp
select
{
#maincontent
.stuapp
input
[
type
=
"text"
],
#maincontent
.stuapp
input
[
type
=
"email"
],
#maincontent
.stuapp
select
{
max-width
:
99%
;
max-width
:
99%
;
}
}
#maincontent
.stuapp
input
[
type
=
"text"
]
{
#maincontent
.stuapp
input
[
type
=
"text"
]
,
#maincontent
.stuapp
input
[
type
=
"email"
]
{
width
:
99%
;
width
:
99%
;
}
}
#maincontent
.stuapp
>
fieldset
ul
{
#maincontent
.stuapp
>
fieldset
ul
{
...
...
This diff is collapsed.
Click to expand it.
WebContent/jsp/ugradpage1.jsp
+
1
−
1
View file @
96237815
...
@@ -374,7 +374,7 @@
...
@@ -374,7 +374,7 @@
</li>
</li>
<li>
<li>
<label
for=
"email"
>
Email address
<em>
*
</em></label>
<label
for=
"email"
>
Email address
<em>
*
</em></label>
<input
type=
"
text
"
id=
"email"
name=
"Email"
value=
'
<c:out
value=
"
${
ugApp
.
email1
}
"
/>
'
size=
"20"
maxlength=
"40"
/>
<input
type=
"
email
"
id=
"email"
name=
"Email"
value=
'
<c:out
value=
"
${
ugApp
.
email1
}
"
/>
'
size=
"20"
maxlength=
"40"
/>
</li>
</li>
<li>
<li>
<fieldset
id=
"date_of_birth"
>
<fieldset
id=
"date_of_birth"
>
...
...
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