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
26
Issues
26
List
Boards
Labels
Service Desk
Milestones
Merge Requests
6
Merge Requests
6
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
Show 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
...
...
@@ -30,11 +30,13 @@
<!-- 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>
-->
</head>
app/view/user/perso.html
View file @
a5ceb560
<div
id=
"subtitle"
class=
"row fluid"
>
<div
id=
"subtitle"
class=
"row fluid"
>
<div
class=
"page-header"
>
<h1
class=
"text-left"
>
{{ _("Merci de soutenir La Quadrature du Net
<
3
!")}}
</h1>
</div>
</div>
<div
id=
"perso"
class=
"row fluid"
>
</div>
<div
id=
"perso"
class=
"row fluid"
>
<div
class=
"col-md-4"
>
<!-- Form infos du compte -->
<div
class=
"panel panel-default"
>
<div
class=
"panel-heading"
role=
"tab"
id=
"headingInfos"
>
...
...
@@ -12,7 +12,7 @@
<div
class=
"panel-title col-xs-2 text-right"
>
</div>
</div>
</label
>
</div
>
<div
id=
"collapseInfos"
class=
"panel-collapse collapse"
aria-labelledby=
"headingInfos"
>
<div
class=
"panel-body text-left"
>
<form
method=
"POST"
action=
"{{ 'infos' | alias }}"
>
...
...
@@ -63,8 +63,7 @@
</select>
</div>
</form>
<h3>
{{ _("Ajouter une nouvelle adresse")}}
</h3>
<h3>
{{ _("Ajouter une nouvelle adresse.")}}
</h3>
<form
method=
"POST"
action=
"{{ 'adresses' | alias }}"
id=
"create-adress-form"
>
<input
type=
"hidden"
name=
"csrf"
value=
"{{ @CSRF }}"
/>
<input
type=
"hidden"
name=
"action"
value=
"ADD"
/>
...
...
@@ -160,7 +159,7 @@
</div>
</div>
</div>
<!-- / Form historique -->
</div>
</div>
</section>
<section
id=
"wrapper"
class=
"text-center fluid"
>
<div
id=
"subtitle"
class=
"row"
>
...
...
@@ -228,10 +227,10 @@
<label
for=
"quoi1"
>
<h3
class=
"text-left"
>
{{ _("Piplôme")}}
</h3>
</label>
<form
class=
"text-left"
>
<div
class=
"text-left"
>
<label
for=
"piplome_id"
>
{{ _("Titulaire du Piplôme")}}
</label>
<input
type=
"text"
class=
"form-control"
id=
"piplome_id"
name=
"piplome_id"
value=
""
placeholder=
"Nom, prénom, pseudonyme, etc …"
>
</form
>
</div
>
</div>
</div>
<div
class=
"c-prixcontrepartie"
>
...
...
@@ -284,7 +283,7 @@
<label
for=
"quoi3"
>
<h3
class=
"text-left"
>
{{ _("Pi-Shirt")}}
</h3>
</label>
<form
class=
"text-left"
>
<div
class=
"text-left"
>
<div
class=
"form-group text-left"
>
<label
for=
"taille"
>
{{ _("Taille") }}
</label>
<select
class=
"form-control"
name=
"taille"
>
...
...
@@ -293,7 +292,7 @@
</repeat>
</select>
</div>
</form
>
</div
>
</div>
</div>
<div
class=
"c-prixcontrepartie"
>
...
...
@@ -320,7 +319,7 @@
<label
for=
"quoi4"
>
<h3
class=
"text-left"
>
{{ _("Hoodie")}}
</h3>
</label>
<form
class=
"text-left"
>
<div
class=
"text-left"
>
<div
class=
"form-group text-left"
>
<label
for=
"taille"
>
{{ _("Taille") }}
</label>
<select
name=
"taille_h"
class=
"form-control"
>
...
...
@@ -329,7 +328,7 @@
</repeat>
</select>
</div>
</form
>
</div
>
</div>
</div>
<div
class=
"c-prixcontrepartie"
>
...
...
@@ -337,6 +336,7 @@
</div>
</div>
</div>
</div>
</div>
<!-- / Hoopi -->
</check>
<check
if=
"{{ count(@adresses) > 0 }}"
>
...
...
@@ -360,10 +360,16 @@
<!-- Modale de confirmation -->
<!-- TODO: Récupérer le contenu de la modale -->
<div
class=
"modal fade"
id=
"ModaleConfirmation"
tabindex=
"-1"
role=
"dialog"
>
<!-- On utilise un GET /perso avec le formulaire précent pour peupler la modale -->
<section>
<div
class=
"modal fade"
id=
"ModaleConfirmation"
tabindex=
"-1"
role=
"dialog"
>
<div
class=
"modal-dialog modal-lg"
role=
"document"
>
<div
class=
"modal-content c-modale"
>
<div
class=
"modal-body"
>
{{ print_r($GET) }}
</div>
</div>
</div>
</div>
</section>
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