Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
don
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
25
Issues
25
List
Boards
Labels
Service Desk
Milestones
Merge Requests
5
Merge Requests
5
Operations
Operations
Incidents
Environments
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
LQDN Adminsys
don
Commits
a5ceb560
Commit
a5ceb560
authored
Oct 22, 2018
by
Okhin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
90
parent
755d53ab
Changes
3
Pipelines
1
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
294 additions
and
287 deletions
+294
-287
app/view/base.html
app/view/base.html
+0
-1
app/view/header.html
app/view/header.html
+35
-33
app/view/user/perso.html
app/view/user/perso.html
+259
-253
No files found.
app/view/base.html
View file @
a5ceb560
...
...
@@ -5,6 +5,5 @@
<include
href=
"toolbar.html"
/>
<include
href=
"{{ @block_content }}"
/>
<include
href=
"footer.html"
/>
</check>
</body>
</html>
app/view/header.html
View file @
a5ceb560
<head>
<title>
{{ _("Soutenez La Quadrature du Net !") }}
</title>
<meta
charset=
"utf-8"
/>
<meta
name=
"author"
content=
"La Quadrature du Net"
/>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0"
/>
<link
rel=
"icon"
type=
"image/png"
href=
"favicon.png"
/>
<title>
{{ _("Soutenez La Quadrature du Net !") }}
</title>
<meta
charset=
"utf-8"
/>
<meta
name=
"author"
content=
"La Quadrature du Net"
/>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0"
/>
<link
rel=
"icon"
type=
"image/png"
href=
"favicon.png"
/>
<!-- Open graph -->
<meta
property=
"og:title"
content=
"{{ _('Soutenez La Quadrature du Net !') }}"
/>
<meta
property=
"og:url"
content=
"https://soutien.laquadrature.net/"
/>
<!-- FIXME: Change the OG image -->
<meta
property=
"og:image"
content=
"https://soutien.laquadrature.net/static/img/anim_3.gif"
/>
<meta
property=
"og:site_name"
content=
"La Quadrature du Net"
/>
<meta
property=
"og:description"
content=
"{{ _("
Depuis
sa
création
,
La
Quadrature
du
Net
agit
sans
relâche
pour
qu
'
Internet
demeure
un
outil
de
partage
,
de
libre
expression
,
d
'
émancipation
et
permette
la
participation
de
tous
au
débat
démocratique.
")
}}"
/>
<!-- Open graph -->
<meta
property=
"og:title"
content=
"{{ _('Soutenez La Quadrature du Net !') }}"
/>
<meta
property=
"og:url"
content=
"https://soutien.laquadrature.net/"
/>
<!-- FIXME: Change the OG image -->
<meta
property=
"og:image"
content=
"https://soutien.laquadrature.net/static/img/anim_3.gif"
/>
<meta
property=
"og:site_name"
content=
"La Quadrature du Net"
/>
<meta
property=
"og:description"
content=
"{{ _("
Depuis
sa
création
,
La
Quadrature
du
Net
agit
sans
relâche
pour
qu
'
Internet
demeure
un
outil
de
partage
,
de
libre
expression
,
d
'
émancipation
et
permette
la
participation
de
tous
au
débat
démocratique.
")
}}"
/>
<!-- Twitter cards -->
<meta
name=
"twitter:card"
content=
"summary_large_image"
/>
<meta
name=
"twitter:site"
content=
"@laquadrature"
/>
<meta
name=
"twitter:title"
content=
"{{ _("
Soutenez
la
Quadrature
du
Net
&
nbsp
!")
}}"
>
<meta
name=
"twitter:image"
content=
"https://soutien.laquadrature.net/static/img/anim_3.gif"
>
<meta
name=
"twitter:description"
content=
"{{ _("
Depuis
sa
création
,
La
Quadrature
du
Net
agit
sans
relâche
pour
qu
'
Internet
demeure
un
outil
de
partage
,
de
libre
expression
,
d
'
émancipation
et
permette
la
participation
de
tous
au
débat
démocratique.
")
}}"
>
<!-- Twitter cards -->
<meta
name=
"twitter:card"
content=
"summary_large_image"
/>
<meta
name=
"twitter:site"
content=
"@laquadrature"
/>
<meta
name=
"twitter:title"
content=
"{{ _("
Soutenez
la
Quadrature
du
Net
&
nbsp
!")
}}"
>
<meta
name=
"twitter:image"
content=
"https://soutien.laquadrature.net/static/img/anim_3.gif"
>
<meta
name=
"twitter:description"
content=
"{{ _("
Depuis
sa
création
,
La
Quadrature
du
Net
agit
sans
relâche
pour
qu
'
Internet
demeure
un
outil
de
partage
,
de
libre
expression
,
d
'
émancipation
et
permette
la
participation
de
tous
au
débat
démocratique.
")
}}"
>
<!-- Styles -->
<link
rel=
"stylesheet"
href=
"/static/css/bootstrap.css"
media=
"all"
>
<link
rel=
"stylesheet"
href=
"/static/css/fonts.css"
media=
"all"
>
<link
rel=
"stylesheet"
href=
"/static/css/forms.css"
media=
"all"
>
<link
rel=
"stylesheet"
href=
"/static/css/modals.css"
media=
"all"
>
<link
rel=
"stylesheet"
href=
"/static/css/collapsibles.css"
media=
"all"
>
<link
rel=
"stylesheet"
href=
"/static/css/layouts.css"
media=
"all"
>
<!-- Custom Styles pour la version 2018 -->
<link
rel=
"stylesheet"
href=
"./static/css/custom.css"
media=
"all"
>
<!-- Styles -->
<link
rel=
"stylesheet"
href=
"/static/css/bootstrap.css"
media=
"all"
>
<link
rel=
"stylesheet"
href=
"/static/css/fonts.css"
media=
"all"
>
<link
rel=
"stylesheet"
href=
"/static/css/forms.css"
media=
"all"
>
<link
rel=
"stylesheet"
href=
"/static/css/modals.css"
media=
"all"
>
<link
rel=
"stylesheet"
href=
"/static/css/collapsibles.css"
media=
"all"
>
<link
rel=
"stylesheet"
href=
"/static/css/layouts.css"
media=
"all"
>
<!-- Custom Styles pour la version 2018 -->
<link
rel=
"stylesheet"
href=
"./static/css/custom.css"
media=
"all"
>
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script
src=
"https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"
></script>
<!-- Latest compiled and minified JavaScript -->
<script
src=
"https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"
integrity=
"sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa"
crossorigin=
"anonymous"
></script>
<!--
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
-->
<!-- Latest compiled and minified JavaScript -->
<!--
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
-->
</head>
app/view/user/perso.html
View file @
a5ceb560
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment