Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
LilleConnect
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
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
Giorgio Utzeri
LilleConnect
Commits
690ad68d
Commit
690ad68d
authored
1 month ago
by
Giorgio Utzeri
Browse files
Options
Downloads
Patches
Plain Diff
responsive addUser
parent
de264a7e
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
addUser.jsp
+11
-7
11 additions, 7 deletions
addUser.jsp
user.jsp
+1
-1
1 addition, 1 deletion
user.jsp
with
12 additions
and
8 deletions
addUser.jsp
+
11
−
7
View file @
690ad68d
...
...
@@ -14,21 +14,25 @@
</head>
<body>
<div
class=
"container"
>
<form
action=
"addUserFil"
method=
"POST"
>
<form
action=
"addUserFil"
method=
"POST"
class=
"row"
>
<h2>
Ajouter Membre(s)
</h2>
<div
class=
"mb-3"
>
<div
class=
"mb-3
col-12 col-md-6
"
>
<label
for=
"utilisateurs"
class=
"form-label"
>
Utilisateur(s)
</label>
<input
type=
"text"
class=
"form-control"
id=
"utilisateurs"
name=
"utilisateurs"
>
<p>
Separez les mails utilisateurs par des "/"
</p>
</div>
<div
class=
"mb-3 col-12 col-md-6"
>
<label
for=
"admin"
class=
"form-label"
>
Admin ? (true / false)
</label>
<input
type=
"text"
class=
"form-control"
id=
"admin"
name=
"admin"
>
<input
type=
"hidden"
name=
"filId"
value=
"
<%=
request
.
getParameter
(
"filId"
)
%>
"
>
</div>
<button
type=
"submit"
class=
"btn btn-primary"
>
Ajouter
</button>
<div
class=
"col-12"
>
<button
type=
"submit"
class=
"btn btn-primary"
>
Ajouter
</button>
</div>
</form>
</div>
<div
class=
"container"
>
<div
class=
"container
mt-4
"
>
<h2>
Liste des Membres du Fil
</h2>
<ul
class=
"list-group"
>
<%
...
...
@@ -46,8 +50,8 @@
</form>
</li>
<%
}
}
else
{
}
}
else
{
%>
<li
class=
"list-group-item"
>
Aucun membre trouvé.
</li>
<%
}
%>
...
...
@@ -59,4 +63,4 @@
<script
src=
"https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js"
integrity=
"sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz"
crossorigin=
"anonymous"
></script>
</body>
</html>
\ No newline at end of file
</html>
This diff is collapsed.
Click to expand it.
user.jsp
+
1
−
1
View file @
690ad68d
...
...
@@ -21,7 +21,7 @@
<input
type=
"text"
class=
"form-control"
id=
"nom"
name=
"nom"
value=
<%=
request
.
getAttribute
(
"nom"
)
%>
>
</div
>
<div
class=
"mb-3"
>
<label
for=
"
e
mail"
class=
"form-label"
>
Mail
</label>
<label
for=
"mail"
class=
"form-label"
>
Mail
</label>
<input
type=
"email"
class=
"form-control"
id=
"mail"
name=
"mail"
value=
<%=
request
.
getAttribute
(
"email"
)
%>
>
</div
>
<div
class=
"mb-3"
>
...
...
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