2016-04-04 09:47:17 +00:00
< ? php define ( '__ROOT__' , dirname ( dirname ( __FILE__ )) );
require_once __ROOT__ . '/manager/autoloader.php' ;
use \manager\ModuleRequest ;
use \manager\ManagerError ;
use \manager\ResourceDispatcher ;
use \manager\Repo ;
?>
2016-04-17 10:34:24 +00:00
< ? php /* [ 1 ] ADMIN -> Donnees de questionnaire
=========================================================*/
?> <section data-sublink='survey'>
Questionnaire
</ section >
2016-04-04 09:47:17 +00:00
2016-04-17 10:34:24 +00:00
< ? php /* [ 2 ] ADMIN -> Donnees de Facebook
=========================================================*/
?> <section data-sublink='facebook'>
Facebook
</ section >
< ? php /* [ 3 ] ADMIN -> Donnees du Telephone
=========================================================*/
2016-04-20 13:21:01 +00:00
?> <section data-sublink='phone'> <!-- IMPORT ou SAISIE -->
2016-04-20 14:57:59 +00:00
< section data - timeline >
2016-04-21 14:41:11 +00:00
< span data - space ></ span >
2016-04-21 08:33:03 +00:00
< h3 data - n = '1' > Importer un journal d ' appel </ h3 >
2016-04-21 09:26:21 +00:00
< span data - space ></ span >
2016-04-21 08:33:03 +00:00
< h4 data - icon = 'u' >
2016-04-21 09:26:21 +00:00
< input class = 'no-line' type = 'file' id = 'call_log-import' value = 'test' >
2016-04-21 08:33:03 +00:00
< span class = 'no-line file-input' > Importer un journal d ' appels </ span >
</ h4 >
2016-04-21 09:26:21 +00:00
< span data - space ></ span >
<!-- < span data - tag = 'OU' ></ span > -->
2016-04-21 15:14:50 +00:00
< h3 data - n = '1' > Saisir manuellement les contacts </ h3 >
2016-04-21 14:41:11 +00:00
<!-- GESTION DE L ' AJOUT DES CONTACTS -->
< article class = 'contact-panel' >
2016-04-21 09:26:21 +00:00
< span data - space ></ span >
< h5 data - text = " Renseigner au moins un des nominatifs pour chaque contact. (pseudo, prénom et/ou nom) " ></ h5 >
< h4 data - icon = 'p' class = 'new-contact' >
2016-04-21 15:14:50 +00:00
< input type = 'text' class = 'no-line' data - name = 'number' placeholder = 'Numéro de téléphone' >
2016-04-21 13:22:43 +00:00
< input type = 'text' class = 'no-line' data - name = 'username' placeholder = 'Pseudo' >
< input type = 'text' class = 'no-line' data - name = 'firstname' placeholder = 'Prénom' >
< input type = 'text' class = 'no-line' data - name = 'lastname' placeholder = 'Nom' >
2016-04-21 09:26:21 +00:00
< input type = 'submit' class = 'primary no-line sub-number' value = 'Valider' >
</ h4 >
2016-04-21 14:41:11 +00:00
< h4 data - icon = '+' class = 'add-contact' style = 'cursor: pointer;' > Ajouter un contact </ h4 >
2016-04-21 09:26:21 +00:00
<!-- < span data - tag = 'ET' ></ span > -->
2016-04-21 14:41:11 +00:00
</ article >
2016-04-21 15:14:50 +00:00
< span data - space ></ span >
2016-04-21 09:46:24 +00:00
< h3 data - n = '3' > Remplir les fiches relations des contacts </ h3 >
2016-04-21 15:14:50 +00:00
<!-- GESTION DES FICHES RELATIONS -->
< article class = 'relation-panel' >
< span data - space ></ span >
< h5 data - text = " Renseigner au moins un des nominatifs pour chaque contact. (pseudo, prénom et/ou nom) " ></ h5 >
< h4 data - icon = 'p' class = 'new-contact' >
< input type = 'text' class = 'no-line' data - name = 'number' placeholder = 'Numéro de téléphone' >< input type = 'text' class = 'no-line' data - name = 'username' placeholder = 'Pseudo' >< input type = 'text' class = 'no-line' data - name = 'firstname' placeholder = 'Prénom' >< input type = 'text' class = 'no-line' data - name = 'lastname' placeholder = 'Nom' >< input type = 'submit' class = 'primary no-line sub-number' value = 'Valider' >
</ h4 >
< h4 data - icon = '+' class = 'add-contact' style = 'cursor: pointer;' > Ajouter un contact </ h4 >
<!-- < span data - tag = 'ET' ></ span > -->
</ article >
2016-04-21 14:41:11 +00:00
< span data - space ></ span >
2016-04-20 14:57:59 +00:00
</ section >
2016-04-20 09:59:21 +00:00
2016-04-17 10:34:24 +00:00
</ section >
< ? php /* [ 4 ] ADMIN -> Donnees de Messenger
=========================================================*/
?> <section data-sublink='messenger'>
Messenger
</ section >