Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Y
YKWIM
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
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
Sarra Ouelhadj
YKWIM
Commits
be9b4624
Commit
be9b4624
authored
2 years ago
by
Sarra Ouelhadj
Browse files
Options
Downloads
Patches
Plain Diff
Add excel template + update files
parent
f0157919
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
YKWIM/static/doc/template.ods
+0
-0
0 additions, 0 deletions
YKWIM/static/doc/template.ods
YKWIM/static/doc/template.xlsx
+0
-0
0 additions, 0 deletions
YKWIM/static/doc/template.xlsx
YKWIM/templates/index.html
+29
-8
29 additions, 8 deletions
YKWIM/templates/index.html
with
29 additions
and
8 deletions
YKWIM/static/doc/template.ods
+
0
−
0
View file @
be9b4624
No preview for this file type
This diff is collapsed.
Click to expand it.
YKWIM/static/doc/template.xlsx
0 → 100644
+
0
−
0
View file @
be9b4624
File added
This diff is collapsed.
Click to expand it.
YKWIM/templates/index.html
+
29
−
8
View file @
be9b4624
...
...
@@ -27,14 +27,21 @@
<i
class=
"bi bi-gear-fill"
></i>
Configuration
</button>
<div
class=
"btn-group"
>
<button
class=
"nav-link btn-lg dropdown-toggle"
data-bs-toggle=
"dropdown"
type=
"button"
aria-expanded=
"false"
>
<i
class=
"bi bi-question-circle-fill"
></i>
</button>
<ul
class=
"dropdown-menu"
>
<li><a
class=
"dropdown-item"
href=
"{{url_for('static',filename='/doc/notice.pdf')}}"
target=
”_blank”
>
Aide Template
</a></li>
<li><a
class=
"dropdown-item"
href=
""
>
Exemples de vocabulaires partagés
</a></li>
</ul>
<div
class=
"dropdown"
>
<div
class=
"btn-group"
>
<button
class=
"nav-link btn-lg dropdown-toggle"
data-bs-toggle=
"dropdown"
type=
"button"
aria-expanded=
"false"
>
<i
class=
"bi bi-question-circle-fill"
></i>
</button>
<ul
class=
"dropdown-menu"
>
<li><a
class=
"dropdown-item"
href=
"{{url_for('static',filename='/doc/notice.pdf')}}"
target=
”_blank”
>
Aide Template
</a></li>
<li
class=
"dropdown dropend"
>
<a
class=
"dropdown-item dropdown-toggle"
href=
"#"
id=
"dropdown-layouts"
data-bs-toggle=
"dropdown"
aria-haspopup=
"true"
aria-expanded=
"false"
>
Exemples de vocabulaires partagés
</a>
<ul
class=
"dropdown-menu"
aria-labelledby=
"dropdown-layouts"
>
<li><a
class=
"dropdown-item"
href=
"https://schema.org/"
target=
”_blank”
>
Schema.org
</a></li>
<li></li><a
class=
"dropdown-item"
href=
"http://data.ign.fr/data.html"
target=
”_blank”
>
IGN
</a></li>
</ul>
</ul>
</div>
</div>
</div>
...
...
@@ -127,6 +134,9 @@
<span
id=
"instancesURLHelp"
class=
"form-text visually-hidden"
></span>
</div>
</div>
<div
class=
"row py-3"
>
<button
type=
"submit"
class=
"offset-4 btn btn-primary col-8"
aria-disabled=
"disabled"
>
Modifier
</button>
</div>
</form>
</div>
</div>
...
...
@@ -140,6 +150,17 @@
<!-- Option 1: Bootstrap Bundle with Popper -->
<script
src=
"https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/js/bootstrap.bundle.min.js"
integrity=
"sha384-MrcW6ZMFYlzcLA8Nl+NtUVF0sA7MsXsP1UyJoMp4YLEuNSfAP+JcXn/tWtIaxVXM"
crossorigin=
"anonymous"
></script>
<script>
let
dropdowns
=
document
.
querySelectorAll
(
'
.dropdown-toggle
'
)
dropdowns
.
forEach
((
dd
)
=>
{
dd
.
addEventListener
(
'
click
'
,
function
(
e
)
{
var
el
=
this
.
nextElementSibling
el
.
style
.
display
=
el
.
style
.
display
===
'
block
'
?
'
none
'
:
'
block
'
}
)
})
</script>
<!-- Option 2: Separate Popper and Bootstrap JS -->
<!--
...
...
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