Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
Team5 Sports League application
Manage
Activity
Members
Labels
Plan
Issues
37
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
1
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
Haoyu Sun
Team5 Sports League application
Commits
f0e97f9c
Commit
f0e97f9c
authored
5 months ago
by
Haoyu Sun
Browse files
Options
Downloads
Patches
Plain Diff
adjust the html and css
parent
59f80b6b
Loading
Loading
1 merge request
!54
Resolve "As an administrator, I want to generate the matches automatically so that players are divided by the program"
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/main/resources/static/html/matchSchedule.html
+13
-3
13 additions, 3 deletions
src/main/resources/static/html/matchSchedule.html
with
13 additions
and
3 deletions
src/main/resources/static/html/matchSchedule.html
+
13
−
3
View file @
f0e97f9c
...
...
@@ -6,6 +6,13 @@
<link
rel=
"stylesheet"
type=
"text/css"
href=
"/css/navBar.css"
>
<link
rel=
"stylesheet"
href=
"/css/footer.css"
>
<link
rel=
"stylesheet"
href=
"/css/matchSchedule.css"
>
<style>
.generateBtn
{
display
:
flex
;
justify-content
:
space-around
;
margin-bottom
:
10px
;
}
</style>
</head>
<body>
...
...
@@ -17,9 +24,12 @@
<div
class=
"container"
>
<!-- <h1>Sports League Schedule</h1>-->
<button
id=
"generatePoolsMatches"
>
generate Pools
</button>
<button
id=
"generateDartsMatches"
>
generate Darts
</button>
<button
id=
"generateTableTennisMatches"
>
generate TableTennis
</button>
<div
class=
"generateBtn"
>
<button
id=
"generatePoolsMatches"
>
generate Pools
</button>
<button
id=
"generateDartsMatches"
>
generate Darts
</button>
<button
id=
"generateTableTennisMatches"
>
generate TableTennis
</button>
</div>
<!-- Filter -->
<div
class=
"filter-panel"
>
<label
for=
"sportSelect"
>
Filter by Sport:
</label>
...
...
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