Utilisateur Pixtrakk - Ptref

* champs obligatoire
Type user :
Photographe : <%= check_box_tag 'photog', '0', 1 %>
Agence : <%= check_box_tag 'agence', '0'%>
Collectif : <%= check_box_tag 'collectif', '0'%>
Avocat : <%= check_box_tag 'avocat', '0'%>
Prospect : <%= check_box_tag 'prospect', '0'%>


Abonnements :
Pixtrakk Papier : <%= check_box_tag 'papier', '0', 0 %>
Pixtrakk Web : <%= check_box_tag 'web', '0', 0 %>
Pixtrakk Brand : <%= check_box_tag 'brand', '0', 0 %>
Notification par email : <%= check_box_tag 'pmail', '0'%>
Notification par email : <%= check_box_tag 'wmail', '0'%>
Notification par email : <%= check_box_tag 'bmail', '0'%>
Export Data : <%= check_box_tag 'pdata', '0'%>
Export Data : <%= check_box_tag 'wdata', '0'%>
Export Data : <%= check_box_tag 'bdata', '0'%>
 
Gestion photos : <%= check_box_tag 'gesphot', '0' %>


Coordonnées :
Prénom * : <%= text_field_tag 'prenom', nil, size: '50' %>

Nom * : <%= text_field_tag 'nom', nil, size: '50' %>

Email * : <%= text_field_tag 'email', nil, size: '50' %>

Mot de passe * : <%= text_field_tag 'mdp', nil, size: '30' %>

Confirmation mot de passe * : <%= text_field_tag 'confirm', nil, size: '30' %>



Adresse : <%= text_field_tag 'adr', nil, size: '50' %>
Pays : <%= select_tag "pays", options_from_collection_for_select(IptcCountry.order(:fr).all, "code", "fr", "FRA"), { prompt: "Sélectionner un pays" } %>
Téléphone : <%= text_field_tag 'phone', nil, size: '50' %>
Nbre maxi de photos à crawler : <%= number_field_tag 'maxi', 3000 %>


Site(s) photographe : <%= text_area_tag 'sites', nil, rows: 5, cols: 100 %>