Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
duniter_website_fr_v2
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
Container Registry
Model registry
Operate
Environments
Terraform modules
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
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
codingsh
duniter_website_fr_v2
Commits
7be92341
Commit
7be92341
authored
4 years ago
by
Hugo Trentesaux
Browse files
Options
Downloads
Patches
Plain Diff
check footer and nav links
parent
6e2dfd75
No related branches found
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
templates/footer.html
+6
-6
6 additions, 6 deletions
templates/footer.html
templates/nav.html
+2
-1
2 additions, 1 deletion
templates/nav.html
with
8 additions
and
7 deletions
templates/footer.html
+
6
−
6
View file @
7be92341
...
@@ -10,7 +10,7 @@
...
@@ -10,7 +10,7 @@
var
$footerSearch
=
document
.
getElementById
(
"
footersearch
"
);
var
$footerSearch
=
document
.
getElementById
(
"
footersearch
"
);
var
footerSearchString
=
$footerSearch
.
value
;
var
footerSearchString
=
$footerSearch
.
value
;
console
.
log
(
"
pressed enter
"
)
console
.
log
(
"
pressed enter
"
)
document
.
location
.
href
=
"
http://duniter.trentesaux.fr/search/
?s=
"
+
footerSearchString
;
document
.
location
.
href
=
"
{{ get_url(path='@/search.md') | safe }}
?s=
"
+
footerSearchString
;
}
}
});
});
</script>
</script>
...
@@ -18,15 +18,15 @@
...
@@ -18,15 +18,15 @@
<div
class=
"w3-container w3-cell w3-mobile"
>
<div
class=
"w3-container w3-cell w3-mobile"
>
<h3>
Vous voyez une erreur ?
</h3>
<h3>
Vous voyez une erreur ?
</h3>
<a
class=
"w3-button"
href=
"
#"
>
Contribuer sur Gitlab
</a>
<a
class=
"w3-button"
href=
"
{{ get_url(path='@/wiki/about/contact.md') }}"
>
Dites-le sur le forum !
</a>
</div>
</div>
<div
class=
"w3-container w3-cell w3-mobile"
>
<div
class=
"w3-container w3-cell w3-mobile"
>
<ul>
<ul>
<li><a
href=
"
#
"
>
Licence
</a></li>
<li><a
href=
"
{{ get_url(path='@/wiki/about/_index.md') }}
"
>
Licence
</a></li>
<li><a
href=
"
#
"
>
Qui sommes-nous ?
</a></li>
<li><a
href=
"
{{ get_url(path='@/wiki/about/qui-sommes-nous.md') }}
"
>
Qui sommes-nous ?
</a></li>
<li><a
href=
"
#
"
>
Contact
</a></li>
<li><a
href=
"
{{ get_url(path='@/wiki/about/contact.md') }}
"
>
Contact
</a></li>
<li><a
href=
"
#
"
>
Financements
</a></li>
<li><a
href=
"
{{ get_url(path='@/wiki/financements.md') }}
"
>
Financements
</a></li>
</ul>
</ul>
</div>
</div>
...
...
This diff is collapsed.
Click to expand it.
templates/nav.html
+
2
−
1
View file @
7be92341
...
@@ -15,7 +15,8 @@
...
@@ -15,7 +15,8 @@
<div
class=
"w3-dropdown-hover w3-mobile w3-right"
>
<div
class=
"w3-dropdown-hover w3-mobile w3-right"
>
<button
class=
"w3-button"
>
Plus
<i
class=
"fa fa-caret-down"
></i></button>
<button
class=
"w3-button"
>
Plus
<i
class=
"fa fa-caret-down"
></i></button>
<div
class=
"w3-dropdown-content w3-bar-block w3-dark-grey"
>
<div
class=
"w3-dropdown-content w3-bar-block w3-dark-grey"
>
<a
href=
"/wiki/about/"
class=
"w3-bar-item w3-button w3-mobile"
>
À propos
</a>
<a
href=
"{{ get_url(path='@/wiki/about/_index.md') }}"
class=
"w3-bar-item w3-button w3-mobile"
>
À propos
</a>
<a
href=
"{{ get_url(path='@/wiki/about/contact.md') }}"
class=
"w3-bar-item w3-button w3-mobile"
>
Contact
</a>
<a
href=
"https://git.duniter.org/"
class=
"w3-bar-item w3-button w3-mobile"
><i
class=
"fa fa-gitlab"
></i>
GitLab
</a>
<a
href=
"https://git.duniter.org/"
class=
"w3-bar-item w3-button w3-mobile"
><i
class=
"fa fa-gitlab"
></i>
GitLab
</a>
<a
href=
"https://forum.duniter.org/"
class=
"w3-bar-item w3-button w3-mobile"
><img
alt=
"d"
class=
"icon"
src=
"https://simpleicons.org/icons/discourse.svg"
/>
Forum
</a>
<a
href=
"https://forum.duniter.org/"
class=
"w3-bar-item w3-button w3-mobile"
><img
alt=
"d"
class=
"icon"
src=
"https://simpleicons.org/icons/discourse.svg"
/>
Forum
</a>
</div>
</div>
...
...
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