2017-06-14 14:42:09 +02:00
|
|
|
|
.patron
|
2017-07-06 14:14:16 +02:00
|
|
|
|
.container
|
2017-07-27 16:16:14 +02:00
|
|
|
|
%h1 Icones
|
|
|
|
|
|
|
|
|
|
%i.follow
|
|
|
|
|
%i.unfollow
|
|
|
|
|
%i.archive
|
|
|
|
|
%i.unarchive
|
|
|
|
|
%i.folder
|
|
|
|
|
|
2017-07-18 15:39:21 +02:00
|
|
|
|
%h1 Formulaires
|
2017-06-14 17:39:46 +02:00
|
|
|
|
|
2017-06-20 11:13:24 +02:00
|
|
|
|
%form.form
|
2017-08-02 14:56:08 +02:00
|
|
|
|
= form_for @dossier, url: '', html: { class: 'form' } do |f|
|
|
|
|
|
= f.fields_for :champs do |champ_form|
|
|
|
|
|
- champ = champ_form.object
|
|
|
|
|
= render partial: "new_gestionnaire/dossiers/champs/#{champ.type_champ}",
|
|
|
|
|
locals: { champ: champ, form: champ_form }
|
|
|
|
|
|
|
|
|
|
%input{ type: "password", value: "12345678" }
|
|
|
|
|
.send-wrapper
|
|
|
|
|
= f.submit 'Enregistrer un brouillon (formnovalidate)', formnovalidate: true, class: 'button send'
|
|
|
|
|
= f.submit 'Envoyer', class: 'button send'
|
2017-06-14 17:39:46 +02:00
|
|
|
|
|
2017-07-18 15:39:21 +02:00
|
|
|
|
%h1 Boutons
|
2017-06-14 14:42:09 +02:00
|
|
|
|
|
2017-06-20 11:13:24 +02:00
|
|
|
|
%p
|
|
|
|
|
= link_to ".button", "#", class: "button"
|
2017-06-14 14:42:09 +02:00
|
|
|
|
|
2017-06-20 11:13:24 +02:00
|
|
|
|
= link_to ".button.primary", "#", class: "button primary"
|
2017-06-14 14:42:09 +02:00
|
|
|
|
|
2017-06-26 11:40:28 +02:00
|
|
|
|
= link_to ".button.secondary", "#", class: "button secondary"
|
|
|
|
|
|
2017-06-20 11:13:24 +02:00
|
|
|
|
= link_to ".button.large", "#", class: "button large"
|
2017-06-14 14:42:09 +02:00
|
|
|
|
|
2017-06-20 11:13:24 +02:00
|
|
|
|
= link_to ".button.large.primary", "#", class: "button large primary"
|
2017-06-14 14:57:30 +02:00
|
|
|
|
|
2017-07-11 15:58:31 +02:00
|
|
|
|
%p
|
|
|
|
|
= link_to "#", class: "button" do
|
|
|
|
|
%i.follow
|
|
|
|
|
= "%i.follow"
|
|
|
|
|
= link_to "#", class: "button" do
|
|
|
|
|
%i.unfollow
|
|
|
|
|
= "%i.unfollow"
|
|
|
|
|
= link_to "#", class: "button" do
|
|
|
|
|
%i.archive
|
|
|
|
|
= "%i.archive"
|
|
|
|
|
= link_to "#", class: "button" do
|
|
|
|
|
%i.unarchive
|
|
|
|
|
= "%i.unarchive"
|
2017-06-20 11:13:24 +02:00
|
|
|
|
%p
|
|
|
|
|
= link_to ".button.primary.expand", "#", class: "button primary expand"
|
|
|
|
|
|
2017-07-18 15:39:21 +02:00
|
|
|
|
%h1 Labels
|
2017-07-03 16:29:29 +02:00
|
|
|
|
|
|
|
|
|
%span.label .label
|
2017-07-27 14:53:18 +02:00
|
|
|
|
%span.label.instruction .label.instruction
|
|
|
|
|
%span.label.construction .label.construction
|
|
|
|
|
%span.label.closed .label.closed
|
|
|
|
|
%span.label.refused .label.refused
|
|
|
|
|
%span.label.without-continuation .label.without-continuation
|
2017-07-03 16:29:29 +02:00
|
|
|
|
|
2017-07-18 15:39:21 +02:00
|
|
|
|
%h1 Cards
|
2017-07-06 15:49:29 +02:00
|
|
|
|
|
|
|
|
|
.card
|
|
|
|
|
.card-title
|
|
|
|
|
Titre de la carte
|
|
|
|
|
Et voici le contenu de la carte
|
|
|
|
|
|
|
|
|
|
.card.featured
|
|
|
|
|
.card-title
|
|
|
|
|
Titre de la carte mise en avant
|
|
|
|
|
Et voici le contenu de la carte
|
|
|
|
|
|
2017-07-18 15:39:21 +02:00
|
|
|
|
%h1 Table
|
2017-07-06 16:25:51 +02:00
|
|
|
|
|
2017-07-27 16:02:35 +02:00
|
|
|
|
%table.table
|
|
|
|
|
%thead
|
|
|
|
|
%tr
|
|
|
|
|
%th Header 1
|
|
|
|
|
%th Header 2
|
|
|
|
|
%tbody
|
|
|
|
|
%tr
|
|
|
|
|
%td Table Data 1
|
|
|
|
|
%td Table Data 2
|
|
|
|
|
%tr
|
2017-07-27 16:27:29 +02:00
|
|
|
|
%td Table Data 3
|
|
|
|
|
%td Table Data 4
|
|
|
|
|
|
|
|
|
|
%h2 Hoverable (.table.hoverable)
|
|
|
|
|
|
|
|
|
|
%table.table.hoverable
|
|
|
|
|
%thead
|
|
|
|
|
%tr
|
|
|
|
|
%th Header 1
|
|
|
|
|
%th Header 2
|
|
|
|
|
%tbody
|
|
|
|
|
%tr
|
|
|
|
|
%td Table Data 1
|
|
|
|
|
%td Table Data 2
|
|
|
|
|
%tr
|
2017-07-27 16:02:35 +02:00
|
|
|
|
%td Table Data 3
|
|
|
|
|
%td Table Data 4
|
|
|
|
|
|
2017-07-27 15:30:25 +02:00
|
|
|
|
%h2 Vertical layout (.table.vertical)
|
|
|
|
|
|
|
|
|
|
%table.table.vertical
|
2017-07-06 16:25:51 +02:00
|
|
|
|
%tbody
|
|
|
|
|
%tr
|
|
|
|
|
%th Header 1
|
|
|
|
|
%td Table Data 1
|
|
|
|
|
%tr
|
|
|
|
|
%th Header 2
|
|
|
|
|
%td Table Data 2
|
2017-07-11 16:50:29 +02:00
|
|
|
|
%tr
|
|
|
|
|
%th.header-section{ colspan: 2 } Header section
|
2017-07-06 16:25:51 +02:00
|
|
|
|
%tr
|
|
|
|
|
%th Header 3
|
|
|
|
|
%td Table Data 3
|
|
|
|
|
|
2017-07-18 15:39:21 +02:00
|
|
|
|
%h1 Header
|
2017-07-18 15:03:04 +02:00
|
|
|
|
.backoffice-header
|
|
|
|
|
.container
|
|
|
|
|
Titre
|
|
|
|
|
%ul.tabs
|
2017-08-28 10:51:40 +02:00
|
|
|
|
%li.active
|
|
|
|
|
= link_to "Onglet actif", "#"
|
2017-07-18 15:03:04 +02:00
|
|
|
|
%li
|
2017-08-28 10:51:40 +02:00
|
|
|
|
= link_to "Onglet inactif", "#"
|
2017-07-18 15:03:04 +02:00
|
|
|
|
%li
|
2017-08-28 10:51:40 +02:00
|
|
|
|
= link_to "#" do
|
|
|
|
|
Onglet avec badge
|
|
|
|
|
%span.badge 2
|
2017-07-18 15:03:04 +02:00
|
|
|
|
|
|
|
|
|
.container
|
2017-07-18 15:39:21 +02:00
|
|
|
|
%h1 Breadcrumbs
|
2017-07-18 15:38:31 +02:00
|
|
|
|
|
|
|
|
|
%ul.breadcrumbs
|
|
|
|
|
%li
|
|
|
|
|
= link_to "Procédure 123", "#"
|
|
|
|
|
%li
|
|
|
|
|
= "Dossier n° 38"
|
|
|
|
|
|
|
|
|
|
|
2017-07-18 15:39:21 +02:00
|
|
|
|
%h1 Layout deux colonnes
|
2017-06-20 11:13:24 +02:00
|
|
|
|
|
|
|
|
|
.two-columns
|
|
|
|
|
.columns-container
|
|
|
|
|
.column
|
|
|
|
|
Insérer ici le contenu de la colonne 1
|
|
|
|
|
.column
|
|
|
|
|
Insérer ici le contenu de la colonne 2
|