Git Repository Public Repository

namibia

URLs

Copy to Clipboard
 
00360e7bf4369a0f38aeec2a9b695ce2b0243ff4
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
var template_register = function( static )
{
	this.static   = static;
	this.elements = {
			firstName : new App.TemplateElement.FieldComponent('firstName'),
			familyName : new App.TemplateElement.FieldComponent('familyName'),
			permissions: new App.TemplateElement.FieldComponent('permissions'),
			email : new App.TemplateElement.FieldComponent('email'),
			confirmEmail : new App.TemplateElement.FieldComponent('confirmEmail'),
			pin : new App.TemplateElement.FieldComponent('pin'),
			confirmPin : new App.TemplateElement.FieldComponent('confirmPin'),
			idNumber : new App.TemplateElement.FieldComponent('idNumber'),
			dateOfBirth : new App.TemplateElement.FieldComponent('dateOfBirth'),
			mobile : new App.TemplateElement.FieldComponent('mobile'),

			//contactFirstName : new App.TemplateElement.FieldComponent('contactFirstName'),
			//contactFamilyName : new App.TemplateElement.FieldComponent('contactFamilyName'),
			//contactOffice : new App.TemplateElement.FieldComponent('contactOffice'),
			//contactMobile : new App.TemplateElement.FieldComponent('contactMobile'),
			//contactEmail : new App.TemplateElement.FieldComponent('contactEmail'),

			//dealerType : new App.TemplateElement.FieldComponent('dealerType'),
			//clientType : new App.TemplateElement.FieldComponent('clientType'),
			//group : new App.TemplateElement.FieldComponent('group'),
			//groupDivision : new App.TemplateElement.FieldComponent('groupDivision'),
			//companyType : new App.TemplateElement.FieldComponent('companyType'),
			//businessName : new App.TemplateElement.FieldComponent('businessName'),
			//name : new App.TemplateElement.FieldComponent('name'),
			//companyRegistrationNumber : new App.TemplateElement.FieldComponent('companyRegistrationNumber'),
			//vatNumber : new App.TemplateElement.FieldComponent('vatNumber'),
			//turmiNumber : new App.TemplateElement.FieldComponent('turmiNumber'),
			//dealerStockNumber : new App.TemplateElement.FieldComponent('dealerStockNumber'),
			//turnover : new App.TemplateElement.FieldComponent('turnover'),
			//foundMethod : new App.TemplateElement.FieldComponent('foundMethod'),
			//foundMethodDetail : new App.TemplateElement.FieldComponent('foundMethodDetail'),

			//country : new App.TemplateElement.FieldComponent('country'),
			//region : new App.TemplateElement.FieldComponent('region'),
			//city : new App.TemplateElement.FieldComponent('city'),
			//street : new App.TemplateElement.FieldComponent('street'),
			//postalCode : new App.TemplateElement.FieldComponent('postalCode'),
			//sameAsBusinessAddress : new App.TemplateElement.FieldComponent('sameAsBusinessAddress'),
			//billingCountry : new App.TemplateElement.FieldComponent('billingCountry'),
			//billingRegion : new App.TemplateElement.FieldComponent('billingRegion'),
			//billingCity : new App.TemplateElement.FieldComponent('billingCity'),
			//billingStreet : new App.TemplateElement.FieldComponent('billingStreet'),
			//billingPostalCode : new App.TemplateElement.FieldComponent('billingPostalCode'),
			//sameAsDealerContact : new App.TemplateElement.FieldComponent('sameAsDealerContact'),
			//billingFirstName : new App.TemplateElement.FieldComponent('billingFirstName'),
			//billingFamilyName : new App.TemplateElement.FieldComponent('billingFamilyName'),
			//billingOffice : new App.TemplateElement.FieldComponent('billingOffice'),
			//billingMobile : new App.TemplateElement.FieldComponent('billingMobile'),
			//billingEmail : new App.TemplateElement.FieldComponent('billingEmail'),

			//ownerFirstName : new App.TemplateElement.FieldComponent('ownerFirstName'),
			//ownerFamilyName : new App.TemplateElement.FieldComponent('ownerFamilyName'),
			//ownerIdNumber : new App.TemplateElement.FieldComponent('ownerIdNumber'),
			//owners : new App.TemplateElement.FieldComponent('owners'),
            //
			//docStockCertificate : new App.TemplateElement.FieldComponent('docStockCertificate'),
			//docAddressProof : new App.TemplateElement.FieldComponent('docAddressProof'),
			//docCopyOfId : new App.TemplateElement.FieldComponent('docCopyOfId'),
			//docCopyOfDirectorId : new App.TemplateElement.FieldComponent('docCopyOfDirectorId'),
			//docCompanyRegistration : new App.TemplateElement.FieldComponent('docCompanyRegistration'),

			subscribeNewsletter : new App.TemplateElement.FieldComponent('subscribeNewsletter'),
			acceptTermsAndConditions : new App.TemplateElement.FieldComponent('acceptTermsAndConditions')
		};
	this.construct = function() {};
	this.destruct  = function() {};
};

Commits for namibiapublic/templates/page/register.js

Diff revisions: vs.
Revision Author Commited Message
00360e ... Diff Diff Mark Thu 27 Oct, 2016 11:16:18 +0000

latest updates

df0489 ... Mark Fri 14 Oct, 2016 10:01:00 +0000

initial commit