suite
This commit is contained in:
parent
b510b77974
commit
0add8f5ca4
@ -48,6 +48,6 @@
|
||||
|
||||
.content= yield
|
||||
|
||||
.bottom{:style => "background:rgba(32,110,149,1);padding:10px;text-align:center;font-size:0.9em;"}
|
||||
=link_to image_tag("http://negos-pro.fr/logo.png", :style => "margin:20px auto;display:block;height:200px;"), "http://negos-pro.fr"
|
||||
.bottom{:style => "padding:10px;font-size:0.9em;"}
|
||||
=link_to image_tag("http://negos-pro.fr/logo_mail.png", :style => "margin:20px auto;display:block;height:200px;"), "http://negos-pro.fr"
|
||||
|
@ -46,6 +46,10 @@
|
||||
#main
|
||||
=yield
|
||||
|
||||
%br
|
||||
%br
|
||||
%br
|
||||
|
||||
.clear
|
||||
=#render :partial => "public/shared/bottom"
|
||||
|
||||
|
@ -1,9 +1,8 @@
|
||||
.center.padding.white
|
||||
|
||||
-@customer = @customer || current_customer
|
||||
-@customer.step2 = true
|
||||
-@customer = @customer || current_customer
|
||||
-@customer.step2 = true
|
||||
|
||||
= semantic_form_for [:public, @customer] do |f|
|
||||
= semantic_form_for [:public, @customer] do |f|
|
||||
|
||||
|
||||
|
||||
|
@ -1,21 +1,25 @@
|
||||
.center.padding.white
|
||||
|
||||
-@customer = @customer || current_customer
|
||||
-@customer.step3 = true
|
||||
= semantic_form_for [:public, @customer] do |f|
|
||||
|
||||
|
||||
-@customer = @customer || current_customer
|
||||
-@customer.step3 = true
|
||||
= semantic_form_for [:public, @customer] do |f|
|
||||
|
||||
%h2 Peut être avez-vous déjà des besoins ?
|
||||
%p
|
||||
Vous pouvez indiquer ci-dessous 3 de vos besoins actuels, que ce soit en équipement ou en service :
|
||||
Votre inscription est terminée,n’oubliez pas d’indiquer vos besoins actuels :
|
||||
%h2{:style => "text-align:center;"}
|
||||
Votre contribution est indispensable, pour que
|
||||
%br
|
||||
NEGOS puisse s’adapter à vos besoins
|
||||
%p Il ne s’agit en aucun cas d’un engagement
|
||||
|
||||
=f.inputs do
|
||||
=f.hidden_field :step3
|
||||
.needs
|
||||
=f.text_area :need_1
|
||||
=f.text_area :need_2
|
||||
=f.text_area :need_3
|
||||
=f.input :need_1, :label => "1er besoin : ",:as => :select, :collection => [ "Materiel professionnel", "Matériel informatique", "Achat de véhicules", "Energie"]
|
||||
=f.input :need_2, :label => "2ième besoin : ",:as => :select, :collection => [ "Materiel professionnel", "Matériel informatique", "Achat de véhicules", "Energie"]
|
||||
=f.input :need_3, :label => "3ième besoin : ", :placeholder => "Autre, précisez ",:rows => 5, :input_html => {:style => "height:100px;"}
|
||||
|
||||
%p Vous serez en collaboration avec un expert dans votre domaine qui vous conseillera et vous permettra de mettre en œuvre toutes les possibilités.
|
||||
:scss
|
||||
.needs{
|
||||
textarea{
|
||||
|
@ -16,12 +16,15 @@
|
||||
%h2
|
||||
=current_customer.organisation
|
||||
-if !current_customer.address or current_customer.need_1 == nil
|
||||
%p
|
||||
Merci beaucoup pour votre inscription, encore quelques petites minutes et votre profil sera complet !
|
||||
|
||||
|
||||
-if !current_customer.address
|
||||
%p
|
||||
Merci pour votre inscription, dernière étape et votre profil sera complet.
|
||||
=render :partial => "public/my_account/step2"
|
||||
-elsif !current_customer.need_1
|
||||
%center
|
||||
|
||||
=render :partial => "public/my_account/step3"
|
||||
-else
|
||||
%p
|
||||
|
BIN
public/logo_mail.png
Normal file
BIN
public/logo_mail.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 493 KiB |
Loading…
x
Reference in New Issue
Block a user