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
dc028f9f
Commit
dc028f9f
authored
1 month ago
by
Giorgio Utzeri
Browse files
Options
Downloads
Patches
Plain Diff
test responsive
parent
3e4722c0
Branches
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
menu.jsp
+15
-8
15 additions, 8 deletions
menu.jsp
with
15 additions
and
8 deletions
menu.jsp
+
15
−
8
View file @
dc028f9f
...
...
@@ -27,16 +27,22 @@
boolean
isUserInFil
=
fils
!=
null
&&
!
fils
.
isEmpty
();
%>
<div
class=
"sidebar col-12 col-md-3"
>
<!-- Bouton hamburger visible sur mobile -->
<button
class=
"navbar-toggler d-lg-none"
type=
"button"
data-bs-toggle=
"collapse"
data-bs-target=
"#sidebar"
aria-controls=
"sidebar"
aria-expanded=
"false"
aria-label=
"Toggle navigation"
>
<span
class=
"navbar-toggler-icon"
></span>
</button>
<!-- Sidebar (visible sur PC et cachée sur mobile) -->
<div
class=
"sidebar collapse d-lg-block col-12 col-md-3"
id=
"sidebar"
>
<div
class=
"d-flex align-items-center justify-content-between w-100"
>
<a
href=
"UserInfo"
class=
"d-flex align-items-center gap-3 fs-4 text-decoration-none text-light"
>
<i
class=
"bi bi-person"
></i>
<span><%=
utilisateur
.
getPrenom
()
+
" "
+
utilisateur
.
getNom
()
%></span>
</a>
<a
href=
"LogoutServlet"
class=
"text-danger fs-3"
>
<i
class=
"bi bi-box-arrow-right"
></i>
</a>
<a
href=
"LogoutServlet"
class=
"text-danger fs-3"
>
<i
class=
"bi bi-box-arrow-right"
></i>
</a>
</div>
<div
class=
"border-top border-3 border-primary my-4"
></div>
...
...
@@ -57,21 +63,22 @@
<%
}
%>
</ul>
<%
}
else
{
%>
<p>
Aucun fil de discussion trouvé.
</p>
<p>
Aucun fil de discussion trouvé.
</p>
<%
}
%>
<div
class=
"separator"
></div>
<div
class=
"mt-3 text-center"
>
<a
href=
"creerFil.html"
class=
"btn btn-primary d-flex align-items-center gap-2 px-4 py-2"
>
<span
class=
"d-inline-flex justify-content-center align-items-center border border-light rounded"
style=
"width: 24px; height: 24px;"
>
<i
class=
"bi bi-plus-lg"
></i>
</span>
<span
class=
"d-inline-flex justify-content-center align-items-center border border-light rounded"
style=
"width: 24px; height: 24px;"
>
<i
class=
"bi bi-plus-lg"
></i>
</span>
Ajouter un fil
</a>
</div>
</div>
<div
class=
"main-content d-flex flex-column bg-image"
style=
"min-height: 100vh; background-image: url('images/login-bg.png'); background-size: cover; background-position: center;"
>
<%
...
...
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