Proyectos de Subversion LeadersLinked - Backend

Rev

Rev 14524 | Rev 15275 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 14524 Rev 15062
Línea 8... Línea 8...
8
import Overview from '../components/Overview/Overview'
8
import Overview from '../components/Overview/Overview'
9
import ProfileInfo from '../components/ProfileInfo/ProfileInfo'
9
import ProfileInfo from '../components/ProfileInfo/ProfileInfo'
10
import WebPage from '../components/web-page/WebPage'
10
import WebPage from '../components/web-page/WebPage'
11
import YearOfFoundation from '../components/year-of-foundation/YearOfFoundation'
11
import YearOfFoundation from '../components/year-of-foundation/YearOfFoundation'
Línea 12... Línea 12...
12
 
12
 
Línea 13... Línea 13...
13
const ProfileView = ({ urlVars }) => {
13
const ProfileView = ({ urlVars, labels }) => {
14
 
14
 
15
	const {
15
	const {
16
		routeWebsite,
16
		routeWebsite,
Línea 44... Línea 44...
44
		<>
44
		<>
45
			<section className="content-header">
45
			<section className="content-header">
46
				<div className="container-fluid">
46
				<div className="container-fluid">
47
					<div className="row mb-2">
47
					<div className="row mb-2">
48
						<div className="col-sm-12">
48
						<div className="col-sm-12">
49
							<h1>Perfil</h1>
49
							<h1>{labels.PROFILE}</h1>
50
						</div>
50
						</div>
51
					</div>
51
					</div>
52
				</div>
52
				</div>
53
			</section>
53
			</section>
54
			<CoverSection
54
			<CoverSection
Línea 72... Línea 72...
72
							<h3>{companyName}</h3>
72
							<h3>{companyName}</h3>
73
						</div>
73
						</div>
74
						<Overview
74
						<Overview
75
							overview={overview}
75
							overview={overview}
76
							overviewUrl={routeExtended}
76
							overviewUrl={routeExtended}
-
 
77
							title={labels.OVERVIEW}
77
						/>
78
						/>
78
						<Location
79
						<Location
79
							locations={locations}
80
							locations={locations}
80
							locationsAddUrl={routeLocationAdd}
81
							locationsAddUrl={routeLocationAdd}
81
							googleApiKey={googleApiKey}
82
							googleApiKey={googleApiKey}
-
 
83
							title={labels.LOCATION}
82
						/>
84
						/>
83
						<Industry
85
						<Industry
84
							industry={industry}
86
							industry={industry}
85
							industryUrl={routeIndustry}
87
							industryUrl={routeIndustry}
-
 
88
							title={labels.INDUSTRY}
86
						/>
89
						/>
87
						<CompanySizes
90
						<CompanySizes
88
							companySize={companySize}
91
							companySize={companySize}
89
							companySizeUrl={routeCompanySize}
92
							companySizeUrl={routeCompanySize}
-
 
93
							title={labels.COMPANY_SIZES}
90
						/>
94
						/>
91
						<YearOfFoundation
95
						<YearOfFoundation
92
							foundationYear={foundationYear}
96
							foundationYear={foundationYear}
93
							foundationYearUrl={routeFoundationYear}
97
							foundationYearUrl={routeFoundationYear}
-
 
98
							labels={labels.FOUNDATION_YEAR}
94
						/>
99
						/>
95
						<WebPage
100
						<WebPage
96
							website={website}
101
							website={website}
97
							websiteUrl={routeWebsite}
102
							websiteUrl={routeWebsite}
-
 
103
							title={labels.WEBSITE}
98
						/>
104
						/>
99
						<Header
105
						<Header
100
							companyId={companyId}
106
							companyId={companyId}
101
							header={header}
107
							header={header}
102
							headerUploadUrl={routeHeaderUpload}
108
							headerUploadUrl={routeHeaderUpload}
-
 
109
							title={labels.HEADER_PDF}
103
						/>
110
						/>
104
						<Footer
111
						<Footer
105
							companyId={companyId}
112
							companyId={companyId}
106
							footer={footer}
113
							footer={footer}
107
							footerUploadUrl={routeFooterUpload}
114
							footerUploadUrl={routeFooterUpload}
-
 
115
							title={labels.FOOTER_PDF}
108
						/>
116
						/>
109
					</div>
117
					</div>
110
				</div>
118
				</div>
111
				<div className="col-lg-3">
119
				<div className="col-lg-3">
112
					<div className="right-sidebar">
120
					<div className="right-sidebar">