Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 1 Rev 2453
Línea 44... Línea 44...
44
      />
44
      />
45
      <main>
45
      <main>
46
        <div className="main-section">
46
        <div className="main-section">
47
          <div className="container">
47
          <div className="container">
48
            <div className="main-section-data">
48
            <div className="main-section-data">
49
              <div className="row">
-
 
50
                <div className="col-lg-3">
-
 
51
                  <div className="main-left-sidebar">
49
              <div className="main-left-sidebar">
52
                    <ProfileInfo
50
                <ProfileInfo
53
                      entityId={companyId}
51
                  entityId={companyId}
54
                      image={image}
52
                  image={image}
55
                      follower={follower}
53
                  follower={follower}
56
                      facebook={facebook}
54
                  facebook={facebook}
57
                      twitter={twitter}
55
                  twitter={twitter}
58
                      instagram={instagram}
56
                  instagram={instagram}
59
                      imageProfileCover={imageProfileCover}
57
                  imageProfileCover={imageProfileCover}
60
                      addNotification={addNotification}
58
                  addNotification={addNotification}
61
                      profileType={profileTypes.COMPANY}
59
                  profileType={profileTypes.COMPANY}
62
                    />
60
                />
63
                    {/* <!--user_profile end--> */}
61
                {/* <!--user_profile end--> */}
64
                  </div>
-
 
65
                  {/* <!--main-left-sidebar end--> */}
-
 
66
                </div>
62
              </div>
67
                <div className="col-lg-6">
-
 
68
                  <div className="main-ws-sec">
63
              <div className="main-ws-sec">
69
                    <div className="user-tab-sec rewivew">
64
                <div className="user-tab-sec rewivew">
70
                      <h3>{/* <?php echo $company_name ?> */}</h3>
65
                  <h3>{/* <?php echo $company_name ?> */}</h3>
71
                    </div>
-
 
72
                    {/* <!--user-tab-sec end--> */}
-
 
73
                    <Overview
-
 
74
                      overview={overview}
-
 
75
                      companyId={companyId}
-
 
76
                      addNotification={addNotification}
-
 
77
                    />
-
 
78
                    <Locations
-
 
79
                      companyId={companyId}
-
 
80
                      locations={locations}
-
 
81
                      addNotification={addNotification}
-
 
82
                    />
-
 
83
                    {/* <!--user-profile-ov end--> */}
-
 
84
                    <Industry
-
 
85
                      companyId={companyId}
-
 
86
                      industry={industry}
-
 
87
                      industries={industries}
-
 
88
                      addNotification={addNotification}
-
 
89
                    />
-
 
90
                    {/* <!--user-profile-ov end--> */}
-
 
91
                    {/* <!--user-profile-ov end--> */}
-
 
92
                    <CompanySize
-
 
93
                      companyId={companyId}
-
 
94
                      companySize={companySize}
-
 
95
                      companySizes={companySizes}
-
 
96
                      addNotification={addNotification}
-
 
97
                    />
-
 
98
                    {/* <!--user-profile-ov end--> */}
-
 
99
                    {/* <!--user-profile-ov end--> */}
-
 
100
                    <FoundationYear
-
 
101
                      companyId={companyId}
-
 
102
                      foundationYear={foundationYear}
-
 
103
                      addNotification={addNotification}
-
 
104
                    />
-
 
105
                    {/* <!--user-profile-ov end--> */}
-
 
106
                    {/* <!--user-profile-ov end--> */}
-
 
107
                    <Website
-
 
108
                      companyId={companyId}
-
 
109
                      website={website}
-
 
110
                      addNotification={addNotification}
-
 
111
                    />
-
 
112
                    {/* <!--user-profile-ov end--> */}
-
 
113
                  </div>
-
 
114
                  {/* <!--main-ws-sec end--> */}
-
 
115
                </div>
-
 
116
                <div className="col-lg-3">
-
 
117
                  <div className="right-sidebar">
-
 
118
                    {/* <?php// echo $this->peopleViewedProfileHelper($company_id) ?> */}
-
 
119
                  </div>
-
 
120
                  {/* <!--right-sidebar end--> */}
-
 
121
                </div>
66
                </div>
-
 
67
                {/* <!--user-tab-sec end--> */}
-
 
68
                <Overview
-
 
69
                  overview={overview}
-
 
70
                  companyId={companyId}
-
 
71
                  addNotification={addNotification}
-
 
72
                />
-
 
73
                <Locations
-
 
74
                  companyId={companyId}
-
 
75
                  locations={locations}
-
 
76
                  addNotification={addNotification}
-
 
77
                />
-
 
78
                {/* <!--user-profile-ov end--> */}
-
 
79
                <Industry
-
 
80
                  companyId={companyId}
-
 
81
                  industry={industry}
-
 
82
                  industries={industries}
-
 
83
                  addNotification={addNotification}
-
 
84
                />
-
 
85
                {/* <!--user-profile-ov end--> */}
-
 
86
                {/* <!--user-profile-ov end--> */}
-
 
87
                <CompanySize
-
 
88
                  companyId={companyId}
-
 
89
                  companySize={companySize}
-
 
90
                  companySizes={companySizes}
-
 
91
                  addNotification={addNotification}
-
 
92
                />
-
 
93
                {/* <!--user-profile-ov end--> */}
-
 
94
                {/* <!--user-profile-ov end--> */}
-
 
95
                <FoundationYear
-
 
96
                  companyId={companyId}
-
 
97
                  foundationYear={foundationYear}
-
 
98
                  addNotification={addNotification}
-
 
99
                />
-
 
100
                {/* <!--user-profile-ov end--> */}
-
 
101
                {/* <!--user-profile-ov end--> */}
-
 
102
                <Website
-
 
103
                  companyId={companyId}
-
 
104
                  website={website}
-
 
105
                  addNotification={addNotification}
-
 
106
                />
-
 
107
                {/* <!--user-profile-ov end--> */}
-
 
108
              </div>
-
 
109
              <div className="right-sidebar">
122
              </div>
110
              </div>
123
            </div>
111
            </div>
124
            {/* <!-- main-section-data end--> */}
-
 
125
          </div>
112
          </div>
126
        </div>
113
        </div>
127
      </main>
114
      </main>
128
    </React.Fragment>
115
    </React.Fragment>
129
  );
116
  );