forked from extrasaucestudio/jordanbourbonnais
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsignup.html
256 lines (191 loc) · 17 KB
/
signup.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=Edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Développeur Web Full Stack et intégrateurs de systèmes multiplateformes">
<meta name="author" content="Jordan Bourbonnais">
<link rel="icon" href="images/favicon.png"/>
<title>CRM - Jordan Bourbonnais</title>
<!--
<style>*{margin:0;padding:0;} html,body,iframe{border-radius:0 !important;}</style>
-->
<script type="text/javascript">AppHelper={};AppHelper.baseUrl="https://crm.internetbuilder.net/";AppHelper.assetsDirectory="https://crm.internetbuilder.net/assets/";AppHelper.settings={};AppHelper.settings.firstDayOfWeek=0||0;AppHelper.settings.currencySymbol="$";AppHelper.settings.currencyPosition="left"||"left";AppHelper.settings.decimalSeparator=".";AppHelper.settings.thousandSeparator="";AppHelper.settings.noOfDecimals=("2"=="0")?0:2;AppHelper.settings.displayLength="10";AppHelper.settings.dateFormat="Y-m-d";AppHelper.settings.timeFormat="small";AppHelper.settings.scrollbar="jquery";AppHelper.settings.enableRichTextEditor="1";AppHelper.settings.notificationSoundVolume="";AppHelper.settings.disableKeyboardShortcuts="";AppHelper.userId="";AppHelper.notificationSoundSrc="https://crm.internetbuilder.net/files/system/notification.mp3";AppHelper.settings.enablePushNotification="1";AppHelper.settings.userEnableWebNotification="0";AppHelper.settings.userDisablePushNotification="";AppHelper.settings.pusherKey="9e5cd8c8f5a77697f558";AppHelper.settings.pusherCluster="us2";AppHelper.settings.pushNotficationMarkAsReadUrl="https://crm.internetbuilder.net/index.php/notifications/set_notification_status_as_read";AppHelper.https="1";AppHelper.settings.disableResponsiveDataTableForMobile="";AppHelper.csrfTokenName="";AppHelper.csrfHash="";AppHelper.settings.defaultThemeColor="1E202D";</script> <script type="text/javascript">AppLanugage={};AppLanugage.locale="fr";AppLanugage.localeLong="fr-FR";AppLanugage.days=["Dimanche","Lundi","Mardi","Mercredi","Jeudi","Vendredi","Samedi"];AppLanugage.daysShort=["Dim","Lun","Mar","Mer","Jeu","Ven","Sam"];AppLanugage.daysMin=["Dim","Lun","Mar","Mer","Jeu","Ven","Sam"];AppLanugage.months=["Janvier","F\u00e9vrier","Mars","Avril","Mai","Juin","Juillet","Ao\u00fbt","Septembre","Octobre","Novembre","D\u00e9cembre"];AppLanugage.monthsShort=["Janv.","F\u00e9vr.","Mars","Avr.","Mai","Juin","Juil.","Ao\u00fbt","Sept.","Oct.","Nov.","D\u00e9c."];AppLanugage.today="Aujourd'hui";AppLanugage.yesterday="Hier";AppLanugage.tomorrow="Demain";AppLanugage.search="Recherche";AppLanugage.noRecordFound="Aucun enregistrement trouvé.";AppLanugage.print="Imprimer";AppLanugage.excel="Excel";AppLanugage.printButtonTooltip="Appuyez sur ECHAP lorsque vous avez terminé.";AppLanugage.fileUploadInstruction="Glisser déposer les documents ici <br /> (ou cliquez sur parcourir...)";AppLanugage.fileNameTooLong="Nom du fichier trop long.";AppLanugage.custom="Personnaliser";AppLanugage.clear="Effacer";AppLanugage.total="Total";AppLanugage.totalOfAllPages="Total de toutes les pages";AppLanugage.all="Tous";AppLanugage.preview_next_key="Suivant (flèche de droite)";AppLanugage.preview_previous_key="Précédent (fèche de gauche)";AppLanugage.filters="Filtres";</script>
<link rel='stylesheet' type='text/css' href='https://crm.internetbuilder.net/assets/bootstrap/css/bootstrap.min.css?v=2.4'/>
<link rel='stylesheet' type='text/css' href='https://crm.internetbuilder.net/assets/js/font-awesome/css/font-awesome.min.css?v=2.4'/>
<link rel='stylesheet' type='text/css' href='https://crm.internetbuilder.net/assets/js/datatable/css/jquery.dataTables.min.css?v=2.4'/>
<link rel='stylesheet' type='text/css' href='https://crm.internetbuilder.net/assets/js/select2/select2.css?v=2.4'/>
<link rel='stylesheet' type='text/css' href='https://crm.internetbuilder.net/assets/js/select2/select2-bootstrap.min.css?v=2.4'/>
<link rel='stylesheet' type='text/css' href='https://crm.internetbuilder.net/assets/css/app.all.css?v=2.4'/>
<link rel='stylesheet' type='text/css' href='https://crm.internetbuilder.net/assets/css/custom-style.css?v=2.4'/>
<script type='text/javascript' src='https://crm.internetbuilder.net/assets/js/app.all.js?v=2.4'></script>
<link rel="stylesheet" href="style.css">
<script>/* Open when someone clicks on the span element */
function openNav() {
document.getElementById("myNav").style.width = "100%";
}
/* Close when someone clicks on the "x" symbol inside the overlay */
function closeNav() {
document.getElementById("myNav").style.width = "0%";
}</script>
<script async src="https://www.googletagmanager.com/gtag/js?id=G-19QX2R1ZQF"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-19QX2R1ZQF');
</script>
</head>
<body>
<nav class="navbar public-navbar navbar-default navbar-fixed-top" role="navigation">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar">
<span class="fa fa-bars"></span>
</button>
<a class="navbar-brand" href="/">
<script data-pagespeed-no-defer>//<![CDATA[
(function(){for(var g="function"==typeof Object.defineProperties?Object.defineProperty:function(b,c,a){if(a.get||a.set)throw new TypeError("ES3 does not support getters and setters.");b!=Array.prototype&&b!=Object.prototype&&(b[c]=a.value)},h="undefined"!=typeof window&&window===this?this:"undefined"!=typeof global&&null!=global?global:this,k=["String","prototype","repeat"],l=0;l<k.length-1;l++){var m=k[l];m in h||(h[m]={});h=h[m]}var n=k[k.length-1],p=h[n],q=p?p:function(b){var c;if(null==this)throw new TypeError("The 'this' value for String.prototype.repeat must not be null or undefined");c=this+"";if(0>b||1342177279<b)throw new RangeError("Invalid count value");b|=0;for(var a="";b;)if(b&1&&(a+=c),b>>>=1)c+=c;return a};q!=p&&null!=q&&g(h,n,{configurable:!0,writable:!0,value:q});var t=this;function u(b,c){var a=b.split("."),d=t;a[0]in d||!d.execScript||d.execScript("var "+a[0]);for(var e;a.length&&(e=a.shift());)a.length||void 0===c?d[e]?d=d[e]:d=d[e]={}:d[e]=c};function v(b){var c=b.length;if(0<c){for(var a=Array(c),d=0;d<c;d++)a[d]=b[d];return a}return[]};function w(b){var c=window;if(c.addEventListener)c.addEventListener("load",b,!1);else if(c.attachEvent)c.attachEvent("onload",b);else{var a=c.onload;c.onload=function(){b.call(this);a&&a.call(this)}}};var x;function y(b,c,a,d,e){this.h=b;this.j=c;this.l=a;this.f=e;this.g={height:window.innerHeight||document.documentElement.clientHeight||document.body.clientHeight,width:window.innerWidth||document.documentElement.clientWidth||document.body.clientWidth};this.i=d;this.b={};this.a=[];this.c={}}function z(b,c){var a,d,e=c.getAttribute("data-pagespeed-url-hash");if(a=e&&!(e in b.c))if(0>=c.offsetWidth&&0>=c.offsetHeight)a=!1;else{d=c.getBoundingClientRect();var f=document.body;a=d.top+("pageYOffset"in window?window.pageYOffset:(document.documentElement||f.parentNode||f).scrollTop);d=d.left+("pageXOffset"in window?window.pageXOffset:(document.documentElement||f.parentNode||f).scrollLeft);f=a.toString()+","+d;b.b.hasOwnProperty(f)?a=!1:(b.b[f]=!0,a=a<=b.g.height&&d<=b.g.width)}a&&(b.a.push(e),b.c[e]=!0)}y.prototype.checkImageForCriticality=function(b){b.getBoundingClientRect&&z(this,b)};u("pagespeed.CriticalImages.checkImageForCriticality",function(b){x.checkImageForCriticality(b)});u("pagespeed.CriticalImages.checkCriticalImages",function(){A(x)});function A(b){b.b={};for(var c=["IMG","INPUT"],a=[],d=0;d<c.length;++d)a=a.concat(v(document.getElementsByTagName(c[d])));if(a.length&&a[0].getBoundingClientRect){for(d=0;c=a[d];++d)z(b,c);a="oh="+b.l;b.f&&(a+="&n="+b.f);if(c=!!b.a.length)for(a+="&ci="+encodeURIComponent(b.a[0]),d=1;d<b.a.length;++d){var e=","+encodeURIComponent(b.a[d]);131072>=a.length+e.length&&(a+=e)}b.i&&(e="&rd="+encodeURIComponent(JSON.stringify(B())),131072>=a.length+e.length&&(a+=e),c=!0);C=a;if(c){d=b.h;b=b.j;var f;if(window.XMLHttpRequest)f=new XMLHttpRequest;else if(window.ActiveXObject)try{f=new ActiveXObject("Msxml2.XMLHTTP")}catch(r){try{f=new ActiveXObject("Microsoft.XMLHTTP")}catch(D){}}f&&(f.open("POST",d+(-1==d.indexOf("?")?"?":"&")+"url="+encodeURIComponent(b)),f.setRequestHeader("Content-Type","application/x-www-form-urlencoded"),f.send(a))}}}function B(){var b={},c;c=document.getElementsByTagName("IMG");if(!c.length)return{};var a=c[0];if(!("naturalWidth"in a&&"naturalHeight"in a))return{};for(var d=0;a=c[d];++d){var e=a.getAttribute("data-pagespeed-url-hash");e&&(!(e in b)&&0<a.width&&0<a.height&&0<a.naturalWidth&&0<a.naturalHeight||e in b&&a.width>=b[e].o&&a.height>=b[e].m)&&(b[e]={rw:a.width,rh:a.height,ow:a.naturalWidth,oh:a.naturalHeight})}return b}var C="";u("pagespeed.CriticalImages.getBeaconData",function(){return C});u("pagespeed.CriticalImages.Run",function(b,c,a,d,e,f){var r=new y(b,c,a,e,f);x=r;d&&w(function(){window.setTimeout(function(){A(r)},0)})});})();pagespeed.CriticalImages.Run('/mod_pagespeed_beacon','http://crm.internetbuilder.net/index.php/about/pagetest','82dtZm2p5Q',true,false,'DzonAM8gDvs');
//]]></script>
<img src="https://crm.internetbuilder.net/files/system/_file63feb34f4c962-site-logo.png" data-pagespeed-url-hash="4230857670" onload="pagespeed.CriticalImages.checkImageForCriticality(this);"/>
</a>
</div>
<div id="navbar" class="navbar-collapse collapse">
<ul class="nav navbar-nav navbar-right">
<!--
<li><p onclick="openNav()">gggggggg</p> </li>
-->
<li><a href="crm.html">Votre compte client</a> </li>
<li class="mr15 pr15 pl15">
</li>
</ul>
</div>
</nav>
<div id="content" class="box">
<div id="page-container" class="box-content">
<div id="pre-loader">
<div id="pre-loade" class="app-loader"><div class="loading"></div></div>
</div>
<div class="scrollable-page">
<div id="page-content" class="p20 clearfix">
<div class="view-container">
<form action="https://crm.internetbuilder.net/index.php/signup/create_account" id="signup-form" class="general-form" role="form" method="post" accept-charset="utf-8">
<div class="form-group">
<label for="name" class=" col-md-12">Prénom</label>
<div class="col-md-12">
<input type="text" name="first_name" value="" id="first_name" class="form-control" autofocus="1" data-rule-required="1" data-msg-required="Ce champ est requis."/>
</div>
</div>
<input type="hidden" name="signup_key" value=""/>
<div class="form-group">
<label for="last_name" class=" col-md-12">Nom</label>
<div class=" col-md-12">
<input type="text" name="last_name" value="" id="last_name" class="form-control" data-rule-required="1" data-msg-required="Ce champ est requis."/>
</div>
</div>
<div class="form-group">
<label for="company_name" class=" col-md-12">Nom de l'entreprise</label>
<div class=" col-md-12">
<input type="text" name="company_name" value="" id="company_name" class="form-control"/>
</div>
</div>
<div class="form-group">
<label for="email" class=" col-md-12">Email</label>
<div class=" col-md-12">
<input type="text" name="email" value="" id="email" class="form-control" autofocus="1" data-rule-email="1" data-msg-email="Veuillez entrer une addresse électronique valable s'il vous plaît." data-rule-required="1" data-msg-required="Ce champ est requis."/>
</div>
</div>
<div class="form-group">
<label for="password" class="col-md-12">Mot de passe</label>
<div class=" col-md-12">
<input type="password" name="password" value="" id="password" class="form-control" data-rule-required="1" data-msg-required="Ce champ est requis." data-rule-minlength="6" data-msg-minlength="Merci d'entrer au moins 6 caractères." autocomplete="off" style="z-index:auto;"/>
</div>
</div>
<div class="form-group">
<label for="retype_password" class="col-md-12">Retaper le mot de passe</label>
<div class=" col-md-12">
<input type="password" name="retype_password" value="" id="retype_password" class="form-control" autocomplete="off" style="z-index:auto;" data-rule-equalTo="#password" data-msg-equalTo="Entrez à nouveau la même valeur s'il vous plait."/>
</div>
</div>
<div class="form-group">
<label for="gender" class=" col-md-12">Genre</label>
<div class=" col-md-12">
<input type="radio" name="gender" value="male" checked="checked" id="gender_male"/>
<label for="gender_male" class="mr15">Homme</label> <input type="radio" name="gender" value="female" id="gender_female"/>
<label for="gender_female" class="">Femme</label>
</div>
</div>
<div class="col-md-12">
</div>
<div class="form-group">
<div class=" col-md-12">
<button class="btn btn-lg btn-primary btn-block" type="submit">S'inscrire</button>
</div>
</div>
</div>
</form>
<!--
<div data-tf-widget="RPodzJmy" data-tf-opacity="100" data-tf-hide-headers data-tf-iframe-props="title=JordanBourbonnais.com" data-tf-transitive-search-params data-tf-medium="snippet" style="width:100%;height:500px;"></div>
<script src="//embed.typeform.com/next/embed.js"></script>
<p onclick="openNav()">zzzzzzzzzzzzzz</p>
<iframe src="#" width="100%" height="100%" style="border:none;"></iframe>
-->
</div>
</div> </div>
</div>
</div>
<!-- The overlay -->
<div id="myNav" class="overlay">
<!-- Button to close the overlay navigation -->
<a href="javascript:void(0)" class="closebtn" onclick="closeNav()">×</a>
<!-- Overlay content -->
<div class="overlay-content">
<a href="#">About</a>
<a href="#">Services</a>
<a href="#">Clients</a>
<a href="#">Contact</a>
</div>
</div>
<!--
-->
<!-- Modal -->
<div class="modal" id="ajaxModal" tabindex="-1" role="dialog" aria-labelledby="ajaxModal" aria-hidden="true">
<div class="modal-dialog mini-modal">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span></button>
<h4 class="modal-title" id="ajaxModalTitle" data-title="CRM - Jordan Bourbonnais"></h4>
</div>
<div id="ajaxModalContent">
</div>
<div id='ajaxModalOriginalContent' class='hide'>
<div class="original-modal-body">
<div class="circle-loader"></div>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-default" data-dismiss="modal">Fermer</button>
</div>
</div>
</div>
</div>
</div> <!-- Modal -->
<div class="modal fade" id="confirmationModal" tabindex="-1" role="dialog" aria-labelledby="confirmationModal" aria-hidden="true">
<div class="modal-dialog" style="max-width: 400px;">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span></button>
<h4 class="modal-title" id="confirmationModalTitle">Supprimer?</h4>
</div>
<div id="confirmationModalContent" class="modal-body">
Êtes-vous sûr? Vous ne pourrez pas annuler cette action! </div>
<div class="modal-footer clearfix">
<button id="confirmDeleteButton" type="button" class="btn btn-danger" data-dismiss="modal"><i class="fa fa-trash"></i> Supprimer</button>
<button type="button" class="btn btn-default" data-dismiss="modal"><i class="fa fa-times"></i> Annuler</button>
</div>
</div>
</div>
</div> <link rel='stylesheet' type='text/css' href='https://crm.internetbuilder.net/assets/js/summernote/summernote.css?v=2.4'/><script type='text/javascript' src='https://crm.internetbuilder.net/assets/js/summernote/summernote.min.js?v=2.4'></script><script type='text/javascript' src='https://crm.internetbuilder.net/assets/js/summernote/lang/summernote-fr-FR.js?v=2.4'></script> <div style='display: none;'>
<script type='text/javascript'></script>
</div>
</body>
</html>