Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 1 Rev 2451
Línea 46... Línea 46...
46
      />
46
      />
47
      <main>
47
      <main>
48
        <div className="main-section">
48
        <div className="main-section">
49
          <div className="container">
49
          <div className="container">
50
            <div className="main-section-data">
50
            <div className="main-section-data">
51
              <div className="row">
-
 
52
                <div className="col-lg-3">
-
 
53
                  <div className="main-left-sidebar">
51
              <div className="main-left-sidebar">
54
                    <GroupProfile
52
                <GroupProfile
55
                      groupId={groupId}
53
                  groupId={groupId}
56
                      image={image}
54
                  image={image}
57
                      imageProfileCover={imageProfileCover}
55
                  imageProfileCover={imageProfileCover}
58
                      addNotification={addNotification}
56
                  addNotification={addNotification}
59
                      totalMembers={totalMembers}
57
                  totalMembers={totalMembers}
60
                    />
58
                />
-
 
59
                <div className="main-ws-sec">
61
                    {/* <!--user_profile end--> */}
60
                  <div className="user-tab-sec rewivew">
-
 
61
                    <h3>{name}</h3>
62
                  </div>
62
                  </div>
63
                  {/* <!--main-left-sidebar end--> */}
-
 
64
                </div>
-
 
65
                <div className="col-lg-6">
-
 
66
                  <div className="main-ws-sec">
-
 
67
                    <div className="user-tab-sec rewivew">
-
 
68
                      <h3>{name}</h3>
-
 
69
                    </div>
-
 
70
                    {/* <!--user-tab-sec start--> */}
63
                  {/* <!--user-tab-sec start--> */}
71
                    <Overview
64
                  <Overview
72
                      groupId={groupId}
65
                    groupId={groupId}
73
                      overview={overview}
66
                    overview={overview}
74
                      addNotification={addNotification}
67
                    addNotification={addNotification}
75
                    />
68
                  />
76
                    {/* <!--user-tab-sec endit--> */}
69
                  {/* <!--user-tab-sec endit--> */}
77
 
70
 
78
                    {/* <!--user-tab-sec start--> */}
71
                  {/* <!--user-tab-sec start--> */}
79
                    <Type
72
                  <Type
80
                      groupId={groupId}
73
                    groupId={groupId}
81
                      groupType={groupType}
74
                    groupType={groupType}
82
                      groupTypes={groupTypes}
75
                    groupTypes={groupTypes}
83
                      addNotification={addNotification}
76
                    addNotification={addNotification}
84
                    />
77
                  />
85
                    {/* <!--user-tab-sec endit--> */}
78
                  {/* <!--user-tab-sec endit--> */}
86
 
79
 
87
                    {/* <!--user-tab-sec start--> */}
80
                  {/* <!--user-tab-sec start--> */}
88
                    <Industry
81
                  <Industry
89
                      groupId={groupId}
82
                    groupId={groupId}
90
                      industry={industry}
83
                    industry={industry}
91
                      industries={industries}
84
                    industries={industries}
92
                      addNotification={addNotification}
85
                    addNotification={addNotification}
93
                    />
86
                  />
94
                    {/* <!--user-tab-sec endit--> */}
87
                  {/* <!--user-tab-sec endit--> */}
95
 
88
 
96
                    {/* <!--user-tab-sec start--> */}
89
                  {/* <!--user-tab-sec start--> */}
97
                    <Privacy
90
                  <Privacy
98
                      groupId={groupId}
91
                    groupId={groupId}
99
                      privacy={privacy}
92
                    privacy={privacy}
100
                      privacies={privacies}
93
                    privacies={privacies}
101
                      addNotification={addNotification}
94
                    addNotification={addNotification}
102
                    />
95
                  />
103
                    {/* <!--user-tab-sec endit--> */}
96
                  {/* <!--user-tab-sec endit--> */}
104
 
97
 
105
                    {/* <!--user-tab-sec start--> */}
98
                  {/* <!--user-tab-sec start--> */}
106
                    <Accessibility
99
                  <Accessibility
107
                      groupId={groupId}
100
                    groupId={groupId}
108
                      accessibility={accessibility}
101
                    accessibility={accessibility}
109
                      accessibilities={accessibilities}
102
                    accessibilities={accessibilities}
110
                      addNotification={addNotification}
103
                    addNotification={addNotification}
111
                    />
104
                  />
112
                    {/* <!--user-tab-sec endit--> */}
105
                  {/* <!--user-tab-sec endit--> */}
113
 
106
 
114
                    {/* <!--user-tab-sec start--> */}
107
                  {/* <!--user-tab-sec start--> */}
115
                    <Website
108
                  <Website
116
                      groupId={groupId}
109
                    groupId={groupId}
117
                      website={website}
110
                    website={website}
118
                      addNotification={addNotification}
111
                    addNotification={addNotification}
119
                    />
112
                  />
120
                    {/* <!--user-tab-sec endit--> */}
113
                  {/* <!--user-tab-sec endit--> */}
Línea 121... Línea 114...
121
 
114
 
122
                    {/* <!--user-profile-ov end--> */}
-
 
123
                  </div>
-
 
124
                  {/* <!--main-ws-sec end--> */}
115
                  {/* <!--user-profile-ov end--> */}
125
                </div>
-
 
126
                <div className="col-lg-3">
116
                </div>
127
                  <div className="right-sidebar">
-
 
128
                    {/* <?php //echo $this->peopleViewedProfileHelper($user_profile_id) 
-
 
129
 
-
 
130
                        ?> */}
-
 
131
                  </div>
-
 
132
                  {/* <!--right-sidebar end--> */}
117
                <div className="right-sidebar">
133
                </div>
118
                </div>
134
              </div>
119
              </div>
135
            </div>
-
 
136
            {/* <!-- main-section-data end--> */}
120
            </div>
137
          </div>
121
          </div>
138
        </div>
122
        </div>
139
      </main>
123
      </main>
140
    </React.Fragment>
124
    </React.Fragment>