All CSS declarations must end with a semi-colon
This commit is contained in:
parent
3797015908
commit
9c04d3ff93
39 changed files with 75 additions and 76 deletions
BIN
app/assets/images/landing/users/Pilat.sketch
Normal file
BIN
app/assets/images/landing/users/Pilat.sketch
Normal file
Binary file not shown.
|
@ -1,17 +1,17 @@
|
||||||
.row{ style: 'height: 34px' }
|
.row{ style: 'height: 34px;' }
|
||||||
|
|
||||||
- unless smart_listing.empty?
|
- unless smart_listing.empty?
|
||||||
%table.table#liste_gestionnaire
|
%table.table#liste_gestionnaire
|
||||||
%thead
|
%thead
|
||||||
%th Enlever
|
%th Enlever
|
||||||
%th#email{ style: 'text-align: right' } Email
|
%th#email{ style: 'text-align: right;' } Email
|
||||||
|
|
||||||
- @accompagnateurs_assign.each do |accompagnateur|
|
- @accompagnateurs_assign.each do |accompagnateur|
|
||||||
%tr
|
%tr
|
||||||
%td.col-md-1.col-lg-1.col-sm-1.col-xs-1.col-sm-1.col-xs-1.center
|
%td.col-md-1.col-lg-1.col-sm-1.col-xs-1.col-sm-1.col-xs-1.center
|
||||||
%a.btn.btn-primary{ href: "#{admin_procedure_accompagnateurs_path(procedure_id: @procedure.id, accompagnateur_id: accompagnateur.id, to: AccompagnateurService::NOT_ASSIGN)}", 'data-method' => 'put' }
|
%a.btn.btn-primary{ href: "#{admin_procedure_accompagnateurs_path(procedure_id: @procedure.id, accompagnateur_id: accompagnateur.id, to: AccompagnateurService::NOT_ASSIGN)}", 'data-method' => 'put' }
|
||||||
.fa.fa-arrow-left
|
.fa.fa-arrow-left
|
||||||
%td{ style: 'padding-top: 11px; font-size: 15px; text-align: right' }= accompagnateur.email
|
%td{ style: 'padding-top: 11px; font-size: 15px; text-align: right;' }= accompagnateur.email
|
||||||
|
|
||||||
= smart_listing.paginate
|
= smart_listing.paginate
|
||||||
= smart_listing.pagination_per_page_links
|
= smart_listing.pagination_per_page_links
|
||||||
|
|
|
@ -14,7 +14,7 @@
|
||||||
|
|
||||||
- @accompagnateurs_not_assign.each do |accompagnateur|
|
- @accompagnateurs_not_assign.each do |accompagnateur|
|
||||||
%tr
|
%tr
|
||||||
%td.col-xs-11{ style: 'padding-top: 11px; font-size: 15px' }= accompagnateur.email
|
%td.col-xs-11{ style: 'padding-top: 11px; font-size: 15px;' }= accompagnateur.email
|
||||||
%td.center
|
%td.center
|
||||||
%a.btn.btn-success.gestionnaire-affectation{ href: "#{admin_procedure_accompagnateurs_path(procedure_id: @procedure.id, accompagnateur_id: accompagnateur.id, to: AccompagnateurService::ASSIGN)}", 'data-method' => 'put' }
|
%a.btn.btn-success.gestionnaire-affectation{ href: "#{admin_procedure_accompagnateurs_path(procedure_id: @procedure.id, accompagnateur_id: accompagnateur.id, to: AccompagnateurService::ASSIGN)}", 'data-method' => 'put' }
|
||||||
.fa.fa-arrow-right
|
.fa.fa-arrow-right
|
||||||
|
|
|
@ -17,7 +17,7 @@
|
||||||
.col-xs-2
|
.col-xs-2
|
||||||
%br
|
%br
|
||||||
%br
|
%br
|
||||||
= f.submit 'Valider', class: 'btn btn-info', style: 'float: left', id: 'add-gestionnaire-email'
|
= f.submit 'Valider', class: 'btn btn-info', style: 'float: left;', id: 'add-gestionnaire-email'
|
||||||
.col-xs-6
|
.col-xs-6
|
||||||
%h3.text-success Affectés
|
%h3.text-success Affectés
|
||||||
= smart_listing_render :accompagnateurs_assign
|
= smart_listing_render :accompagnateurs_assign
|
||||||
|
|
|
@ -6,13 +6,13 @@
|
||||||
|
|
||||||
- @gestionnaires.each do |gestionnaire|
|
- @gestionnaires.each do |gestionnaire|
|
||||||
%tr
|
%tr
|
||||||
%td{ style: 'padding-top: 11px; font-size: 15px' }= gestionnaire.email
|
%td{ style: 'padding-top: 11px; font-size: 15px;' }= gestionnaire.email
|
||||||
%td{ style: 'text-align: right' }
|
%td{ style: 'text-align: right;' }
|
||||||
.delete.btn.btn-sm.fa.fa-trash
|
.delete.btn.btn-sm.fa.fa-trash
|
||||||
|
|
||||||
.confirm
|
.confirm
|
||||||
= link_to 'Valider', admin_gestionnaire_path(id: gestionnaire.id), { method: :delete, class: 'btn btn-sm btn-success' }
|
= link_to 'Valider', admin_gestionnaire_path(id: gestionnaire.id), { method: :delete, class: 'btn btn-sm btn-success' }
|
||||||
.cancel.btn.btn-sm.btn-danger.fa.fa-minus{ style: 'top: 0' }
|
.cancel.btn.btn-sm.btn-danger.fa.fa-minus{ style: 'top: 0;' }
|
||||||
|
|
||||||
= smart_listing.paginate
|
= smart_listing.paginate
|
||||||
= smart_listing.pagination_per_page_links
|
= smart_listing.pagination_per_page_links
|
||||||
|
|
|
@ -16,4 +16,4 @@
|
||||||
.col-xs-2
|
.col-xs-2
|
||||||
%br
|
%br
|
||||||
%br
|
%br
|
||||||
= f.submit 'Valider', class: 'btn btn-info', style: 'float: left'
|
= f.submit 'Valider', class: 'btn btn-info', style: 'float: left;'
|
||||||
|
|
|
@ -16,10 +16,10 @@
|
||||||
.col-md-6
|
.col-md-6
|
||||||
%h4 Logo de la procédure
|
%h4 Logo de la procédure
|
||||||
- unless @procedure.logo.blank?
|
- unless @procedure.logo.blank?
|
||||||
= image_tag @procedure.decorate.logo_img, { style: 'height: 40px; display: inline; margin-right: 6px', id: 'preview_procedure_logo' }
|
= image_tag @procedure.decorate.logo_img, { style: 'height: 40px; display: inline; margin-right: 6px;', id: 'preview_procedure_logo' }
|
||||||
= f.file_field :logo, accept: 'image/png, image/jpg, image/jpeg', style: 'display: inline'
|
= f.file_field :logo, accept: 'image/png, image/jpg, image/jpeg', style: 'display: inline'
|
||||||
|
|
||||||
%div{ style: 'margin-top: 5px' }
|
%div{ style: 'margin-top: 5px;' }
|
||||||
%i
|
%i
|
||||||
Fichier accepté : JPG / JPEG / PNG
|
Fichier accepté : JPG / JPEG / PNG
|
||||||
.col-md-6
|
.col-md-6
|
||||||
|
|
|
@ -29,7 +29,7 @@
|
||||||
placeholder: 'Chemin vers la procédure',
|
placeholder: 'Chemin vers la procédure',
|
||||||
class: 'form-control',
|
class: 'form-control',
|
||||||
maxlength: 30,
|
maxlength: 30,
|
||||||
style: 'width: 300px; display: inline')
|
style: 'width: 300px; display: inline;')
|
||||||
#path_messages
|
#path_messages
|
||||||
#path_is_mine.text-warning.center.message
|
#path_is_mine.text-warning.center.message
|
||||||
Ce lien est déjà utilisé par une de vos procédure.
|
Ce lien est déjà utilisé par une de vos procédure.
|
||||||
|
|
|
@ -15,7 +15,7 @@
|
||||||
type: 'email',
|
type: 'email',
|
||||||
placeholder: 'Email administrateur cible',
|
placeholder: 'Email administrateur cible',
|
||||||
style: 'width: 300px; margin-left:auto; margin-right:auto' }
|
style: 'width: 300px; margin-left:auto; margin-right:auto' }
|
||||||
%div#not_found_admin.center.text-danger{ style:'display: none; margin-top: 10px' }
|
%div#not_found_admin.center.text-danger{ style:'display: none; margin-top: 10px;' }
|
||||||
Cet administrateur n'existe pas.
|
Cet administrateur n'existe pas.
|
||||||
.modal-footer
|
.modal-footer
|
||||||
= submit_tag "Envoyer", class: 'btn btn-success'
|
= submit_tag "Envoyer", class: 'btn btn-success'
|
||||||
|
|
|
@ -12,6 +12,6 @@
|
||||||
|
|
||||||
%li{ class: @archived_class }
|
%li{ class: @archived_class }
|
||||||
%a{ :href => "#{url_for :admin_procedures_archived}" }
|
%a{ :href => "#{url_for :admin_procedures_archived}" }
|
||||||
%h5{ style: 'color: black' }
|
%h5{ style: 'color: black;' }
|
||||||
Archivées
|
Archivées
|
||||||
%br
|
%br
|
||||||
|
|
|
@ -5,4 +5,4 @@
|
||||||
#procedure_new.section.section-label
|
#procedure_new.section.section-label
|
||||||
= form_for @procedure, url: { controller: 'admin/procedures', action: :create }, multipart: true do |f|
|
= form_for @procedure, url: { controller: 'admin/procedures', action: :create }, multipart: true do |f|
|
||||||
= render partial: 'informations', locals: { f: f }
|
= render partial: 'informations', locals: { f: f }
|
||||||
= f.submit 'Valider', class: 'btn btn-info', id: 'save-procedure', style: 'float: right'
|
= f.submit 'Valider', class: 'btn btn-info', id: 'save-procedure', style: 'float: right;'
|
||||||
|
|
|
@ -2,31 +2,31 @@
|
||||||
#procedure_show
|
#procedure_show
|
||||||
- unless @facade.procedure.published?
|
- unless @facade.procedure.published?
|
||||||
- if @facade.procedure.gestionnaires.size == 0
|
- if @facade.procedure.gestionnaires.size == 0
|
||||||
%a.action_button.btn.btn-success{ style: 'float: right; margin-top: 10px', disabled: 'disabled', 'data-toggle' => :tooltip, title: 'Vous ne pouvez pas publier une procédure sans qu\'aucun accompagnateur ne soit affecté à celle-ci.', id: 'publish-procedure' }
|
%a.action_button.btn.btn-success{ style: 'float: right; margin-top: 10px;', disabled: 'disabled', 'data-toggle' => :tooltip, title: 'Vous ne pouvez pas publier une procédure sans qu\'aucun accompagnateur ne soit affecté à celle-ci.', id: 'publish-procedure' }
|
||||||
%i.fa.fa-eraser
|
%i.fa.fa-eraser
|
||||||
Publier
|
Publier
|
||||||
- else
|
- else
|
||||||
%a.btn.btn-success{ "data-target" => "#publishModal", "data-toggle" => "modal", :type => "button", style: 'float: right; margin-top: 10px', id: 'publish-procedure' }
|
%a.btn.btn-success{ "data-target" => "#publishModal", "data-toggle" => "modal", :type => "button", style: 'float: right; margin-top: 10px;', id: 'publish-procedure' }
|
||||||
%i.fa.fa-eraser
|
%i.fa.fa-eraser
|
||||||
Publier
|
Publier
|
||||||
|
|
||||||
= render partial: '/admin/procedures/modal_publish'
|
= render partial: '/admin/procedures/modal_publish'
|
||||||
|
|
||||||
%a#transfer.btn.btn-small.btn-default{ "data-target" => "#transferModal", "data-toggle" => "modal", :type => "button", style: 'float: right; margin-top: 10px; margin-right: 10px' }
|
%a#transfer.btn.btn-small.btn-default{ "data-target" => "#transferModal", "data-toggle" => "modal", :type => "button", style: 'float: right; margin-top: 10px; margin-right: 10px;' }
|
||||||
%i.fa.fa-exchange
|
%i.fa.fa-exchange
|
||||||
Transférer
|
Transférer
|
||||||
|
|
||||||
= render partial: '/admin/procedures/modal_transfer'
|
= render partial: '/admin/procedures/modal_transfer'
|
||||||
|
|
||||||
- if @facade.procedure.archived?
|
- if @facade.procedure.archived?
|
||||||
%a#reenable.btn.btn-small.btn-default.text-info{ "data-target" => "#publishModal", "data-toggle" => "modal", :type => "button", style: 'float: right; margin-top: 10px' }
|
%a#reenable.btn.btn-small.btn-default.text-info{ "data-target" => "#publishModal", "data-toggle" => "modal", :type => "button", style: 'float: right; margin-top: 10px;' }
|
||||||
%i.fa.fa-eraser
|
%i.fa.fa-eraser
|
||||||
Réactiver
|
Réactiver
|
||||||
|
|
||||||
= render partial: '/admin/procedures/modal_publish'
|
= render partial: '/admin/procedures/modal_publish'
|
||||||
|
|
||||||
- elsif @facade.procedure.published?
|
- elsif @facade.procedure.published?
|
||||||
= form_tag admin_procedure_archive_path(procedure_id: @facade.procedure.id, archive: !@facade.procedure.archived?), method: :put, style: 'float: right; margin-top: 10px' do
|
= form_tag admin_procedure_archive_path(procedure_id: @facade.procedure.id, archive: !@facade.procedure.archived?), method: :put, style: 'float: right; margin-top: 10px;' do
|
||||||
%button#archive.btn.btn-small.btn-default.text-info{ type: :button }
|
%button#archive.btn.btn-small.btn-default.text-info{ type: :button }
|
||||||
%i.fa.fa-eraser
|
%i.fa.fa-eraser
|
||||||
Archiver
|
Archiver
|
||||||
|
@ -45,7 +45,7 @@
|
||||||
|
|
||||||
%div
|
%div
|
||||||
%h3 Lien procédure
|
%h3 Lien procédure
|
||||||
%div{ style: 'margin-left: 3%' }
|
%div{ style: 'margin-left: 3%;' }
|
||||||
- if @facade.procedure.published?
|
- if @facade.procedure.published?
|
||||||
= link_to @facade.procedure.lien, @facade.procedure.lien, target: '_blank'
|
= link_to @facade.procedure.lien, @facade.procedure.lien, target: '_blank'
|
||||||
- else
|
- else
|
||||||
|
@ -93,7 +93,7 @@
|
||||||
= t('dynamics.admin.procedure.stats.title')
|
= t('dynamics.admin.procedure.stats.title')
|
||||||
|
|
||||||
.row
|
.row
|
||||||
.col-xs-6{ style: 'margin-left: 3%' }
|
.col-xs-6{ style: 'margin-left: 3%;' }
|
||||||
%h4 Total
|
%h4 Total
|
||||||
%div
|
%div
|
||||||
= @facade.dossiers_total
|
= @facade.dossiers_total
|
||||||
|
|
|
@ -14,7 +14,7 @@
|
||||||
%h4 Description
|
%h4 Description
|
||||||
= ff.text_area :description, class: 'form-control description', placeholder: 'Description', rows: 3
|
= ff.text_area :description, class: 'form-control description', placeholder: 'Description', rows: 3
|
||||||
|
|
||||||
.form-group.drop_down_list{ class: (%w(drop_down_list multiple_drop_down_list).include?(type_champ) ? 'show_inline' : nil), style: 'margin-right: 5px' }
|
.form-group.drop_down_list{ class: (%w(drop_down_list multiple_drop_down_list).include?(type_champ) ? 'show_inline' : nil), style: 'margin-right: 5px;' }
|
||||||
%h4 Liste déroulante
|
%h4 Liste déroulante
|
||||||
= ff.fields_for :drop_down_list_attributes, ff.object.object.drop_down_list do |fff|
|
= ff.fields_for :drop_down_list_attributes, ff.object.object.drop_down_list do |fff|
|
||||||
~ fff.text_area :value, class: 'form-control drop_down_list', placeholder: "Ecrire une valeur par ligne et --valeur-- pour un séparateur.", rows: 3, cols: 30
|
~ fff.text_area :value, class: 'form-control drop_down_list', placeholder: "Ecrire une valeur par ligne et --valeur-- pour un séparateur.", rows: 3, cols: 30
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
= f.submit 'Créer un administrateur', class: 'btn btn-success', id: 'submit_new_administrateur'
|
= f.submit 'Créer un administrateur', class: 'btn btn-success', id: 'submit_new_administrateur'
|
||||||
|
|
||||||
.text-center
|
.text-center
|
||||||
= link_to 'Stats', administrations_stats_path, style: 'margin-bottom: 50px; display: block', 'data-no-turbolink': true
|
= link_to 'Stats', administrations_stats_path, style: 'margin-bottom: 50px; display: block;', 'data-no-turbolink': true
|
||||||
|
|
||||||
= smart_listing_render :admins
|
= smart_listing_render :admins
|
||||||
|
|
||||||
|
|
|
@ -1,9 +1,9 @@
|
||||||
.filter_framed.panel.panel-primary{ id: "#{filter_framed_id}", style: 'width: 300px; height: 100px; position: absolute; top: 0; left: 0; display: none' }
|
.filter_framed.panel.panel-primary{ id: "#{filter_framed_id}", style: 'width: 300px; height: 100px; position: absolute; top: 0; left: 0; display: none;' }
|
||||||
.panel-heading
|
.panel-heading
|
||||||
= preference.libelle
|
= preference.libelle
|
||||||
|
|
||||||
= form_tag @facade_data_view.filter_url, { class: 'panel-body form-inline', method: :post } do
|
= form_tag @facade_data_view.filter_url, { class: 'panel-body form-inline', method: :post } do
|
||||||
%input.form-control.filter_input{ name: "filter_input[#{preference.table_attr}]", style: 'width: 69%', value: "#{preference.filter}" }
|
%input.form-control.filter_input{ name: "filter_input[#{preference.table_attr}]", style: 'width: 69%;', value: "#{preference.filter}" }
|
||||||
%button.btn.btn-sm.btn-success
|
%button.btn.btn-sm.btn-success
|
||||||
%i.fa.fa-check
|
%i.fa.fa-check
|
||||||
.btn.btn-sm.btn-danger.erase-filter
|
.btn.btn-sm.btn-danger.erase-filter
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
%h3
|
%h3
|
||||||
= t('dynamics.backoffice.pref_list.title')
|
= t('dynamics.backoffice.pref_list.title')
|
||||||
|
|
||||||
%p{ style: 'margin-top: 15px; margin-bottom: 20px' }
|
%p{ style: 'margin-top: 15px; margin-bottom: 20px;' }
|
||||||
= t('dynamics.backoffice.pref_list.description')
|
= t('dynamics.backoffice.pref_list.description')
|
||||||
|
|
||||||
%h4.text-primary
|
%h4.text-primary
|
||||||
|
@ -19,7 +19,7 @@
|
||||||
%button.btn.btn-default.btn-xs{ type: :submit, id: "delete_pref_list_#{preference[:table]}_#{preference[:attr]}" }
|
%button.btn.btn-default.btn-xs{ type: :submit, id: "delete_pref_list_#{preference[:table]}_#{preference[:attr]}" }
|
||||||
%i.fa.fa-minus
|
%i.fa.fa-minus
|
||||||
|
|
||||||
%h4.text-success{ style: 'margin-top: 15px' }
|
%h4.text-success{ style: 'margin-top: 15px;' }
|
||||||
Disponibles
|
Disponibles
|
||||||
|
|
||||||
%table
|
%table
|
||||||
|
@ -27,7 +27,7 @@
|
||||||
- if index%2 == 0 || tables.first.to_s.include?('champs')
|
- if index%2 == 0 || tables.first.to_s.include?('champs')
|
||||||
%tr
|
%tr
|
||||||
|
|
||||||
%td.col-xs-5{ style: 'vertical-align: top', colspan: (tables.first == :champs ? 2 : 1) }
|
%td.col-xs-5{ style: 'vertical-align: top;', colspan: (tables.first == :champs ? 2 : 1) }
|
||||||
%h5= tables.first.to_s.gsub('_', ' ').capitalize
|
%h5= tables.first.to_s.gsub('_', ' ').capitalize
|
||||||
%ul
|
%ul
|
||||||
- if tables.second
|
- if tables.second
|
||||||
|
|
|
@ -1,9 +1,9 @@
|
||||||
#state_description.row{ style: 'width: 50%; margin-left: auto; margin-right: auto' }
|
#state_description.row{ style: 'width: 50%; margin-left: auto; margin-right: auto;' }
|
||||||
.panel.panel-info
|
.panel.panel-info
|
||||||
.panel-body.center
|
.panel-body.center
|
||||||
.row
|
.row
|
||||||
.col-md-1.col-lg-1.col-sm-1.col-xs-1.col-sm-1.col-xs-1
|
.col-md-1.col-lg-1.col-sm-1.col-xs-1.col-sm-1.col-xs-1
|
||||||
.fa.fa-info-circle.text-info{ style: 'font-size: 2em; margin-top: 20%' }
|
.fa.fa-info-circle.text-info{ style: 'font-size: 2em; margin-top: 20%;' }
|
||||||
.col-xs-11
|
.col-xs-11
|
||||||
- if dossiers_list_facade.liste == 'nouveaux'
|
- if dossiers_list_facade.liste == 'nouveaux'
|
||||||
Tous les dossiers présents dans cette liste sont ceux qui
|
Tous les dossiers présents dans cette liste sont ceux qui
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
%div{ style: 'text-align: center; max-width: 500px; margin-left: auto; margin-right: auto; padding: 20px;' }
|
%div{ style: 'text-align: center; max-width: 500px; margin-left: auto; margin-right: auto; padding: 20px;' }
|
||||||
= render partial: 'users/sessions/resume_procedure'
|
= render partial: 'users/sessions/resume_procedure'
|
||||||
|
|
||||||
.center{ style: 'margin-top: -20px' }
|
.center{ style: 'margin-top: -20px;' }
|
||||||
%h3
|
%h3
|
||||||
La campagne de création de nouveau dossier
|
La campagne de création de nouveau dossier
|
||||||
%br
|
%br
|
||||||
|
|
|
@ -16,7 +16,7 @@
|
||||||
%tr
|
%tr
|
||||||
%td= file.user.nil? ? 'Accompagnateur' : file.user.email
|
%td= file.user.nil? ? 'Accompagnateur' : file.user.email
|
||||||
%td= file.created_at.localtime
|
%td= file.created_at.localtime
|
||||||
%td= link_to file.original_filename, file.content_url, style: 'color: green', target: '_blank'
|
%td= link_to file.original_filename, file.content_url, style: 'color: green;', target: '_blank'
|
||||||
- else
|
- else
|
||||||
%h4.text-primary
|
%h4.text-primary
|
||||||
Pas de fichier dans le flux de commentaires.
|
Pas de fichier dans le flux de commentaires.
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
%a#maj_pj.action{ "data-target" => "#UploadPJmodal",
|
%a#maj_pj.action{ "data-target" => "#UploadPJmodal",
|
||||||
"data-toggle" => "modal",
|
"data-toggle" => "modal",
|
||||||
:type => "button",
|
:type => "button",
|
||||||
style: 'margin-bottom: 15px; margin-top: -30px' }
|
style: 'margin-bottom: 15px; margin-top: -30px;' }
|
||||||
Modifier les documents
|
Modifier les documents
|
||||||
%br
|
%br
|
||||||
= render partial: 'users/recapitulatif/modal_upload_pj'
|
= render partial: 'users/recapitulatif/modal_upload_pj'
|
||||||
|
|
|
@ -65,7 +65,7 @@
|
||||||
.col-xs-5.despositaire-info
|
.col-xs-5.despositaire-info
|
||||||
- if @facade.dossier.cerfa_available?
|
- if @facade.dossier.cerfa_available?
|
||||||
%a{ href: "#{@facade.dossier.cerfa.last.content_url}", target: '_blank' } Consulter
|
%a{ href: "#{@facade.dossier.cerfa.last.content_url}", target: '_blank' } Consulter
|
||||||
%span{ style: 'margin-left: 12px' }
|
%span{ style: 'margin-left: 12px;' }
|
||||||
\-
|
\-
|
||||||
= link_to "", class: "historique", "data-toggle" => "modal", "data-target" => "#PJmodal", :type => "button", "data-modal_title" => 'formulaires', "data-modal_index" => 'cerfa' do
|
= link_to "", class: "historique", "data-toggle" => "modal", "data-target" => "#PJmodal", :type => "button", "data-modal_title" => 'formulaires', "data-modal_index" => 'cerfa' do
|
||||||
%span.fa.fa-clock-o
|
%span.fa.fa-clock-o
|
||||||
|
@ -84,7 +84,7 @@
|
||||||
%span.text-success Nous l'avons récupéré pour vous.
|
%span.text-success Nous l'avons récupéré pour vous.
|
||||||
- elsif !(@pj = @facade.dossier.retrieve_last_piece_justificative_by_type(type_de_piece_justificative.id)).nil?
|
- elsif !(@pj = @facade.dossier.retrieve_last_piece_justificative_by_type(type_de_piece_justificative.id)).nil?
|
||||||
%a{ href: "#{@pj.content_url}", target: '_blank' } Consulter
|
%a{ href: "#{@pj.content_url}", target: '_blank' } Consulter
|
||||||
%span{ style: 'margin-left: 12px' }
|
%span{ style: 'margin-left: 12px;' }
|
||||||
\-
|
\-
|
||||||
- if @facade.dossier.pieces_justificatives.where(type_de_piece_justificative_id: type_de_piece_justificative.id).count > 1
|
- if @facade.dossier.pieces_justificatives.where(type_de_piece_justificative_id: type_de_piece_justificative.id).count > 1
|
||||||
= link_to "", class: "historique", "data-toggle" => "modal", "data-target" => "#PJmodal", :type => "button", "data-modal_title" => 'formulaires', "data-modal_index" => "type_de_pj_#{type_de_piece_justificative.id}" do
|
= link_to "", class: "historique", "data-toggle" => "modal", "data-target" => "#PJmodal", :type => "button", "data-modal_title" => 'formulaires', "data-modal_index" => "type_de_pj_#{type_de_piece_justificative.id}" do
|
||||||
|
|
|
@ -8,9 +8,9 @@
|
||||||
.col-xs-5
|
.col-xs-5
|
||||||
- if @facade.dossier.cerfa_available?
|
- if @facade.dossier.cerfa_available?
|
||||||
%a{ href: "#{@facade.dossier.cerfa.last.content_url}", target: '_blank' } Consulter
|
%a{ href: "#{@facade.dossier.cerfa.last.content_url}", target: '_blank' } Consulter
|
||||||
%span{ style: 'margin-left: 12px' }
|
%span{ style: 'margin-left: 12px;' }
|
||||||
\-
|
\-
|
||||||
%a.btn.fa.fa-timer{ style: 'color: black; padding-top: 0',
|
%a.btn.fa.fa-timer{ style: 'color: black; padding-top: 0;',
|
||||||
"data-target" => "#PJmodal",
|
"data-target" => "#PJmodal",
|
||||||
"data-toggle" => "modal",
|
"data-toggle" => "modal",
|
||||||
:type => "button",
|
:type => "button",
|
||||||
|
@ -34,9 +34,9 @@
|
||||||
-# = 'Pièce fournie'
|
-# = 'Pièce fournie'
|
||||||
-# - elsif gestionnaire_signed_in?
|
-# - elsif gestionnaire_signed_in?
|
||||||
%a{ href: "#{@pj.content_url}", target: '_blank' } Consulter
|
%a{ href: "#{@pj.content_url}", target: '_blank' } Consulter
|
||||||
%span{ style: 'margin-left: 12px' }
|
%span{ style: 'margin-left: 12px;' }
|
||||||
\-
|
\-
|
||||||
%a.btn.fa.fa-timer{ style: 'color: black; padding-top: 0',
|
%a.btn.fa.fa-timer{ style: 'color: black; padding-top: 0;',
|
||||||
"data-target" => "#PJmodal",
|
"data-target" => "#PJmodal",
|
||||||
"data-toggle" => "modal",
|
"data-toggle" => "modal",
|
||||||
:type => "button",
|
:type => "button",
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
.row{ style: 'margin-top: -20px' }
|
.row{ style: 'margin-top: -20px;' }
|
||||||
.col-xs-12
|
.col-xs-12
|
||||||
= form_for @facade.dossier, url: { controller: 'backoffice/private_formulaires', action: :update, dossier_id: @facade.dossier.id }, remote: true do
|
= form_for @facade.dossier, url: { controller: 'backoffice/private_formulaires', action: :update, dossier_id: @facade.dossier.id }, remote: true do
|
||||||
= render partial: '/users/description/champs', locals: { private: true }
|
= render partial: '/users/description/champs', locals: { private: true }
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
.default_data_block{ style: 'margin-top: 40px' }
|
.default_data_block{ style: 'margin-top: 40px;' }
|
||||||
.row.show-block.clearfix#messages
|
.row.show-block.clearfix#messages
|
||||||
.header
|
.header
|
||||||
.col-xs-10.title
|
.col-xs-10.title
|
||||||
|
|
|
@ -7,9 +7,9 @@
|
||||||
%td.col-lg-6.col-md-6.col-sm-6.col-xs-6
|
%td.col-lg-6.col-md-6.col-sm-6.col-xs-6
|
||||||
- if @facade.dossier.cerfa_available?
|
- if @facade.dossier.cerfa_available?
|
||||||
%a{ href: "#{@facade.dossier.cerfa.last.content_url}", target: '_blank' } Consulter
|
%a{ href: "#{@facade.dossier.cerfa.last.content_url}", target: '_blank' } Consulter
|
||||||
%span{ style: 'margin-left: 12px' }
|
%span{ style: 'margin-left: 12px;' }
|
||||||
\-
|
\-
|
||||||
%a.btn.fa.fa-timer{ style: 'color: black; padding-top: 0',
|
%a.btn.fa.fa-timer{ style: 'color: black; padding-top: 0;',
|
||||||
"data-target" => "#PJmodal",
|
"data-target" => "#PJmodal",
|
||||||
"data-toggle" => "modal",
|
"data-toggle" => "modal",
|
||||||
:type => "button",
|
:type => "button",
|
||||||
|
@ -30,9 +30,9 @@
|
||||||
-# = 'Pièce fournie'
|
-# = 'Pièce fournie'
|
||||||
-# - elsif gestionnaire_signed_in?
|
-# - elsif gestionnaire_signed_in?
|
||||||
%a{ href: "#{@pj.content_url}", target: '_blank' } Consulter
|
%a{ href: "#{@pj.content_url}", target: '_blank' } Consulter
|
||||||
%span{ style: 'margin-left: 12px' }
|
%span{ style: 'margin-left: 12px;' }
|
||||||
\-
|
\-
|
||||||
%a.btn.fa.fa-timer{ style: 'color: black; padding-top: 0',
|
%a.btn.fa.fa-timer{ style: 'color: black; padding-top: 0;',
|
||||||
"data-target" => "#PJmodal",
|
"data-target" => "#PJmodal",
|
||||||
"data-toggle" => "modal",
|
"data-toggle" => "modal",
|
||||||
:type => "button",
|
:type => "button",
|
||||||
|
|
|
@ -1,11 +1,10 @@
|
||||||
= form_tag(url_for({ controller: 'commentaires', action: :create, dossier_id: dossier_facade.dossier.id, champ_id: dossier_facade.champ_id }), class: 'form-inline', method: 'POST', multipart: true) do
|
= form_tag(url_for({ controller: 'commentaires', action: :create, dossier_id: dossier_facade.dossier.id, champ_id: dossier_facade.champ_id }), class: 'form-inline', method: 'POST', multipart: true) do
|
||||||
|
|
||||||
%textarea.form-control.wysihtml5{ id: 'texte_commentaire', name: 'texte_commentaire', style: 'width: 100%; margin-bottom: 2%', rows: '5', placeholder: "Commentaire" }
|
%textarea.form-control.wysihtml5{ id: 'texte_commentaire', name: 'texte_commentaire', style: 'width: 100%; margin-bottom: 2%;', rows: '5', placeholder: "Commentaire" }
|
||||||
|
|
||||||
.row
|
.row
|
||||||
.col-md-6
|
.col-md-6
|
||||||
%h4.text-primary{ style: 'margin-top: 0px' } Ajouter un fichier
|
%h4.text-primary{ style: 'margin-top: 0px;' } Ajouter un fichier
|
||||||
= file_field_tag "piece_justificative[content]", accept: PieceJustificative.accept_format, style: 'float: left; margin-left: 20px'
|
= file_field_tag "piece_justificative[content]", accept: PieceJustificative.accept_format, style: 'float: left; margin-left: 20px;'
|
||||||
|
|
||||||
.col-md-6.text-right
|
.col-md-6.text-right
|
||||||
%input#save-message.form-control.btn.btn-danger{ type: 'submit', value: 'ENVOYER' }
|
%input#save-message.form-control.btn.btn-danger{ type: 'submit', value: 'ENVOYER' }
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
Mes informations
|
Mes informations
|
||||||
%br
|
%br
|
||||||
- unless @facade.entreprise.nil?
|
- unless @facade.entreprise.nil?
|
||||||
.center{ style: 'margin-left: -5%' }
|
.center{ style: 'margin-left: -5%;' }
|
||||||
Vous êtes authentifié avec le SIRET
|
Vous êtes authentifié avec le SIRET
|
||||||
|
|
||||||
%h3.text-success
|
%h3.text-success
|
||||||
|
@ -15,7 +15,7 @@
|
||||||
.etape.etapes_informations.col-xs-9
|
.etape.etapes_informations.col-xs-9
|
||||||
.row
|
.row
|
||||||
- if @facade.entreprise.nil?
|
- if @facade.entreprise.nil?
|
||||||
#new_siret{ style: 'margin-left: 20%; margin-top: 5%' }
|
#new_siret{ style: 'margin-left: 20%; margin-top: 5%;' }
|
||||||
= form_for @facade.dossier, html: { class: 'form-inline' }, url: users_dossier_siret_informations_path(dossier_id: @facade.dossier.id), method: :post, remote: true do |f|
|
= form_for @facade.dossier, html: { class: 'form-inline' }, url: users_dossier_siret_informations_path(dossier_id: @facade.dossier.id), method: :post, remote: true do |f|
|
||||||
.form-group.form-group-lg
|
.form-group.form-group-lg
|
||||||
= f.text_field :siret, class: "form-control", placeholder: "Entrez votre Siret", value: @siret
|
= f.text_field :siret, class: "form-control", placeholder: "Entrez votre Siret", value: @siret
|
||||||
|
@ -26,15 +26,15 @@
|
||||||
#recap_info_entreprise
|
#recap_info_entreprise
|
||||||
= render partial: '/dossiers/infos_entreprise'
|
= render partial: '/dossiers/infos_entreprise'
|
||||||
|
|
||||||
%p#insee_infogreffe{ style: 'color: grey; float: right' }
|
%p#insee_infogreffe{ style: 'color: grey; float: right;' }
|
||||||
%i
|
%i
|
||||||
Informations récupérées auprès de l'INSEE et d'INFOGREFFE
|
Informations récupérées auprès de l'INSEE et d'INFOGREFFE
|
||||||
|
|
||||||
%br
|
%br
|
||||||
= form_for @facade.dossier, url: { controller: '/users/dossiers', action: :update } do |f|
|
= form_for @facade.dossier, url: { controller: '/users/dossiers', action: :update } do |f|
|
||||||
= f.hidden_field :id
|
= f.hidden_field :id
|
||||||
%label{ style: 'font-weight: normal' }
|
%label{ style: 'font-weight: normal;' }
|
||||||
= f.check_box :autorisation_donnees
|
= f.check_box :autorisation_donnees
|
||||||
J'autorise les décideurs publics à vérifier les informations de mon organisation auprès des administrations concernées. Ces informations resteront strictement confidentielles.
|
J'autorise les décideurs publics à vérifier les informations de mon organisation auprès des administrations concernées. Ces informations resteront strictement confidentielles.
|
||||||
%br
|
%br
|
||||||
= f.submit 'Etape suivante', class: "btn btn btn-info", style: 'float: right', id: 'etape_suivante', disabled: :disabled
|
= f.submit 'Etape suivante', class: "btn btn btn-info", style: 'float: right;', id: 'etape_suivante', disabled: :disabled
|
||||||
|
|
|
@ -34,7 +34,7 @@
|
||||||
= ff.date_field :birthdate, { class: 'form-control', placeholder: 'jj/mm/aaaa' }
|
= ff.date_field :birthdate, { class: 'form-control', placeholder: 'jj/mm/aaaa' }
|
||||||
|
|
||||||
%p
|
%p
|
||||||
%label{ style: 'font-weight: normal' }
|
%label{ style: 'font-weight: normal;' }
|
||||||
= f.check_box :autorisation_donnees
|
= f.check_box :autorisation_donnees
|
||||||
= " ".html_safe
|
= " ".html_safe
|
||||||
Vos informations personnelles ne seront jamais utilisées dans un but lucratif ou commercial. Elles ne pourront être communiquées à de tiers personnes sans votre accord préalable. Elles pourront en revanche être communiquées aux administrations compétentes afin d'instruire votre dossier, conformément à la déclaration CNIL effectué par le service TPS.
|
Vos informations personnelles ne seront jamais utilisées dans un but lucratif ou commercial. Elles ne pourront être communiquées à de tiers personnes sans votre accord préalable. Elles pourront en revanche être communiquées aux administrations compétentes afin d'instruire votre dossier, conformément à la déclaration CNIL effectué par le service TPS.
|
||||||
|
|
|
@ -1,9 +1,9 @@
|
||||||
%h2.text-info
|
%h2.text-info
|
||||||
= image_tag('logo_FC_02_small.png', style: 'height: 55px')
|
= image_tag('logo_FC_02_small.png', style: 'height: 55px;')
|
||||||
France Connect - Particulier
|
France Connect - Particulier
|
||||||
|
|
||||||
%h3 Nouvelle connexion
|
%h3 Nouvelle connexion
|
||||||
%h4.text-warning{ style: 'margin-left: 20px' } Email déjà utilisé
|
%h4.text-warning{ style: 'margin-left: 20px;' } Email déjà utilisé
|
||||||
|
|
||||||
%br
|
%br
|
||||||
%p
|
%p
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
%h2.text-info
|
%h2.text-info
|
||||||
= image_tag('logo_FC_02_small.png', style: 'height: 55px')
|
= image_tag('logo_FC_02_small.png', style: 'height: 55px;')
|
||||||
France Connect - Particulier
|
France Connect - Particulier
|
||||||
|
|
||||||
%h3 Nouvelle connexion
|
%h3 Nouvelle connexion
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
= submit_tag 'Etape suivante', class: %w(btn btn btn-info), style: 'float: right', id: 'etape_suivante', data: { disable_with: 'Etape suivante', submit: true }
|
= submit_tag 'Etape suivante', class: %w(btn btn btn-info), style: 'float: right;', id: 'etape_suivante', data: { disable_with: 'Etape suivante', submit: true }
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
= "<!--[if lt IE 10]>".html_safe
|
= "<!--[if lt IE 10]>".html_safe
|
||||||
|
|
||||||
.center{ style: 'width: 100%; background-color: white; position: fixed; top: 0; left: 0; z-index: 100000' }
|
.center{ style: 'width: 100%; background-color: white; position: fixed; top: 0; left: 0; z-index: 100000;' }
|
||||||
%h3.text-danger
|
%h3.text-danger
|
||||||
%b
|
%b
|
||||||
Votre version d'Internet Explorer est trop ancienne pour être utilisée sur le service TPS. Version minimum : Internet Explorer 10
|
Votre version d'Internet Explorer est trop ancienne pour être utilisée sur le service TPS. Version minimum : Internet Explorer 10
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
%div{ style: 'float: right' }
|
%div{ style: 'float: right;' }
|
||||||
%a.btn{ href: "/users/dossiers/#{@dossier.id}/recapitulatif" } Retour
|
%a.btn{ href: "/users/dossiers/#{@dossier.id}/recapitulatif" } Retour
|
||||||
= submit_tag 'Modification terminée', class: %w(btn btn btn-info), id: 'modification_terminee', data: { disable_with: 'Modification terminée', submit: true }
|
= submit_tag 'Modification terminée', class: %w(btn btn btn-info), id: 'modification_terminee', data: { disable_with: 'Modification terminée', submit: true }
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
%div#first-block
|
%div#first-block
|
||||||
.en-cours
|
.en-cours
|
||||||
- unless @procedure.logo.blank?
|
- unless @procedure.logo.blank?
|
||||||
= image_tag @procedure.decorate.logo_img, style: 'width: 30px'
|
= image_tag @procedure.decorate.logo_img, style: 'width: 30px;'
|
||||||
%b
|
%b
|
||||||
= @procedure.libelle
|
= @procedure.libelle
|
||||||
|
|
||||||
|
|
|
@ -6,12 +6,12 @@
|
||||||
Positionnez-vous et dessinez sur la carte la zone d'action de votre demande.
|
Positionnez-vous et dessinez sur la carte la zone d'action de votre demande.
|
||||||
%br
|
%br
|
||||||
|
|
||||||
.content{ style: 'margin-bottom: 60px' }
|
.content{ style: 'margin-bottom: 60px;' }
|
||||||
%button#new.btn.btn-md.btn-success{ type: 'button' }
|
%button#new.btn.btn-md.btn-success{ type: 'button' }
|
||||||
%i.fa.fa-pencil
|
%i.fa.fa-pencil
|
||||||
Ajouter une zone
|
Ajouter une zone
|
||||||
|
|
||||||
%span#search_by_address{ style: 'margin-left: 20px' }
|
%span#search_by_address{ style: 'margin-left: 20px;' }
|
||||||
%input.form-control{ type: :address, placeholder: 'Rechercher une adresse' }
|
%input.form-control{ type: :address, placeholder: 'Rechercher une adresse' }
|
||||||
%br
|
%br
|
||||||
%br
|
%br
|
||||||
|
|
|
@ -1,12 +1,12 @@
|
||||||
.container#description_page
|
.container#description_page
|
||||||
- unless @dossier.procedure.lien_notice.blank?
|
- unless @dossier.procedure.lien_notice.blank?
|
||||||
#lien_notice_panel.row{ style: 'width: 280px; position: fixed; background-color: white; right: 5%; top: 80px; z-index: 200' }
|
#lien_notice_panel.row{ style: 'width: 280px; position: fixed; background-color: white; right: 5%; top: 80px; z-index: 200;' }
|
||||||
.panel.panel-info{ style: 'margin-bottom: 0' }
|
.panel.panel-info{ style: 'margin-bottom: 0;' }
|
||||||
.panel-body.center
|
.panel-body.center
|
||||||
.row
|
.row
|
||||||
.col-xs-1
|
.col-xs-1
|
||||||
.fa.fa-info-circle.text-info{ style: 'font-size: 2em; margin-top: 20%' }
|
.fa.fa-info-circle.text-info{ style: 'font-size: 2em; margin-top: 20%;' }
|
||||||
.col-xs-10{ style: 'padding-right: 0px' }
|
.col-xs-10{ style: 'padding-right: 0px;' }
|
||||||
%b
|
%b
|
||||||
= link_to 'Accéder au guide', @dossier.procedure.lien_notice, { target: '_blank' }
|
= link_to 'Accéder au guide', @dossier.procedure.lien_notice, { target: '_blank' }
|
||||||
pour remplir pour votre dossier
|
pour remplir pour votre dossier
|
||||||
|
@ -33,7 +33,7 @@
|
||||||
-# WTF ?
|
-# WTF ?
|
||||||
- route = Rails.application.routes.recognize_path(request.referrer)
|
- route = Rails.application.routes.recognize_path(request.referrer)
|
||||||
- unless route[:controller].match('admin')
|
- unless route[:controller].match('admin')
|
||||||
%div{ style: 'text-align: right' }
|
%div{ style: 'text-align: right;' }
|
||||||
%h6 Tous les champs portant un * sont obligatoires.
|
%h6 Tous les champs portant un * sont obligatoires.
|
||||||
|
|
||||||
- if !@dossier.can_be_initiated?
|
- if !@dossier.can_be_initiated?
|
||||||
|
@ -42,5 +42,5 @@
|
||||||
- elsif !@dossier.draft?
|
- elsif !@dossier.draft?
|
||||||
= render partial: '/layouts/modifications_terminees'
|
= render partial: '/layouts/modifications_terminees'
|
||||||
- else
|
- else
|
||||||
= submit_tag 'Soumettre mon dossier', id: 'suivant', name: 'submit[nouveaux]', class: 'btn btn btn-success', style: 'float: right', disabled: @procedure.archived?, data: { disable_with: 'Soumettre votre dossier', submit: true }
|
= submit_tag 'Soumettre mon dossier', id: 'suivant', name: 'submit[nouveaux]', class: 'btn btn btn-success', style: 'float: right;', disabled: @procedure.archived?, data: { disable_with: 'Soumettre votre dossier', submit: true }
|
||||||
= submit_tag 'Enregistrer un brouillon', id: 'brouillon', name: 'submit[brouillon]', class: 'btn btn-xs btn-default', style: 'float: right; margin-right: 10px; margin-top: 6px', disabled: @procedure.archived?, data: { disable_with: 'Enregistrer un brouillon', submit: true }
|
= submit_tag 'Enregistrer un brouillon', id: 'brouillon', name: 'submit[brouillon]', class: 'btn btn-xs btn-default', style: 'float: right; margin-right: 10px; margin-top: 6px;', disabled: @procedure.archived?, data: { disable_with: 'Enregistrer un brouillon', submit: true }
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
'data-provide' => champ.data_provide,
|
'data-provide' => champ.data_provide,
|
||||||
'data-date-format' => champ.data_date_format }
|
'data-date-format' => champ.data_date_format }
|
||||||
|
|
||||||
%select.form-control{ name: "time_hour['#{champ.id}']", style: 'margin-left: 5px', id: "time_hour_#{champ.id}" }
|
%select.form-control{ name: "time_hour['#{champ.id}']", style: 'margin-left: 5px;', id: "time_hour_#{champ.id}" }
|
||||||
- (0..23).each do |num|
|
- (0..23).each do |num|
|
||||||
- num = "%.2i" %num
|
- num = "%.2i" %num
|
||||||
%option{ value: num, selected: (:selected if champ.same_hour?(num)) }
|
%option{ value: num, selected: (:selected if champ.same_hour?(num)) }
|
||||||
|
|
|
@ -1,9 +1,9 @@
|
||||||
#state_description.row{ style: 'width: 55%; margin-left: auto; margin-right: auto' }
|
#state_description.row{ style: 'width: 55%; margin-left: auto; margin-right: auto;' }
|
||||||
.panel.panel-info
|
.panel.panel-info
|
||||||
.panel-body.center
|
.panel-body.center
|
||||||
.row
|
.row
|
||||||
.col-md-1.col-lg-1.col-sm-1.col-xs-1
|
.col-md-1.col-lg-1.col-sm-1.col-xs-1
|
||||||
.fa.fa-info-circle.text-info{ style: 'font-size: 2em; margin-top: 20%' }
|
.fa.fa-info-circle.text-info{ style: 'font-size: 2em; margin-top: 20%;' }
|
||||||
.col-xs-11
|
.col-xs-11
|
||||||
- if dossiers_list_facade.liste == 'brouillon'
|
- if dossiers_list_facade.liste == 'brouillon'
|
||||||
Les dossiers présents dans cette liste
|
Les dossiers présents dans cette liste
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
- if @dossier
|
- if @dossier
|
||||||
.panel.panel-default
|
.panel.panel-default
|
||||||
.panel-body
|
.panel-body
|
||||||
= link_to 'X', users_no_procedure_url, class: 'btn btn-xs', style: 'float: right'
|
= link_to 'X', users_no_procedure_url, class: 'btn btn-xs', style: 'float: right;'
|
||||||
|
|
||||||
- if @dossier.procedure.euro_flag
|
- if @dossier.procedure.euro_flag
|
||||||
#euro_flag.flag
|
#euro_flag.flag
|
||||||
|
|
Loading…
Reference in a new issue