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
intranet
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
2
Issues
2
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nounous-archives
intranet
Commits
9f688845
Commit
9f688845
authored
Nov 25, 2015
by
Daniel STAN
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
câblage: petites icônes dans les boutons
parent
1b5de993
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
44 additions
and
8 deletions
+44
-8
cablage/static/css/cablage.css
cablage/static/css/cablage.css
+6
-0
cablage/templates/cablage/affichage.html
cablage/templates/cablage/affichage.html
+38
-8
No files found.
cablage/static/css/cablage.css
0 → 100644
View file @
9f688845
.button
img
{
max-width
:
30px
;
max-height
:
30px
;
vertical-align
:
middle
;
margin-left
:
10px
;
}
cablage/templates/cablage/affichage.html
View file @
9f688845
{% extends "template.html" %}
{% block title %}Application de Cablage{% endblock %}
{% block h1 %}Cablage sur l'intranet{% endblock %}
{% block head %}
{{ block.super }}
<link
rel=
"stylesheet"
type=
"text/css"
href=
"/static/css/cablage.css"
/>
{% endblock %}
{% block content %}
<form
class=
"form-full-width"
method=
"post"
>
{% csrf_token %}
...
...
@@ -12,16 +16,28 @@
<div
class=
"row"
>
<div
class=
"three columns"
>
<a
class=
"button"
href=
"{% url 'cablage:rechercher' %}adherent"
>
Rechercher un adhérent
</a>
<a
class=
"button"
href=
"{% url 'cablage:rechercher' 'adherent' %}"
>
un adhérent
<img
src=
"/static/img/icone_compte_white.svg"
>
</a>
</div>
<div
class=
"three columns"
>
<a
class=
"button"
href=
"{% url 'cablage:rechercher' %}machine"
>
Rechercher une machine
</a>
<a
class=
"button"
href=
"{% url 'cablage:rechercher' 'machine' %}"
>
une machine
<img
src=
"/static/img/machines_icon_fixe_white.svg"
>
</a>
</div>
<div
class=
"three columns"
>
<a
class=
"button"
href=
"{% url 'cablage:rechercher' %}facture"
>
Rechercher une facture
</a>
<a
class=
"button"
href=
"{% url 'cablage:rechercher' 'facture' %}"
>
une facture
<img
src=
"/static/img/icone_factures_white.svg"
>
</a>
</div>
<div
class=
"three columns"
>
<a
class=
"button"
href=
"{% url 'cablage:rechercher' %}club"
>
Rechercher un club
</a>
<a
class=
"button"
href=
"{% url 'cablage:rechercher' 'club' %}"
>
un club
<img
src=
"/static/img/icone_club_white.svg"
>
</a>
</div>
</div>
...
...
@@ -29,16 +45,30 @@
<div
class=
"row"
>
<div
class=
"three columns"
>
<a
class=
"button"
href=
"{% url 'compte:create' 'adh'%}"
>
Créer un nouvel adhérent
</a>
<a
class=
"button"
href=
"{% url 'compte:create' 'adh'%}"
>
Nouvel adhérent
<img
src=
"/static/img/icone_compte_white.svg"
>
</a>
</div>
<div
class=
"three columns"
>
<a
class=
"button"
href=
"{% url 'compte:create' 'club'%}"
>
Créer un nouveau club
</a>
<a
class=
"button"
href=
"{% url 'compte:create' 'club'%}"
>
Nouveau club
<img
src=
"/static/img/icone_club_white.svg"
>
</a>
</div>
<div
class=
"three columns"
>
<a
class=
"button"
href=
"{% url 'cablage:rechercher' %}addmachineadherent"
>
Ajouter une machine à un adhérent
</a>
<a
class=
"button"
href=
"{% url 'cablage:rechercher' 'addmachineadherent' %}"
>
Machine à un adhérent
<img
src=
"/static/img/icone_compte_white.svg"
>
<img
src=
"/static/img/machines_icon_fixe_white.svg"
>
</a>
</div>
<div
class=
"three columns"
>
<a
class=
"button"
href=
"{% url 'cablage:rechercher' %}addmachineclub"
>
Ajouter une machine à un club
</a>
<a
class=
"button"
href=
"{% url 'cablage:rechercher' 'addmachineclub' %}"
>
Machine à un club
<img
src=
"/static/img/icone_club_white.svg"
>
<img
src=
"/static/img/machines_icon_fixe_white.svg"
>
</a>
</div>
</div>
...
...
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