Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 16929 Rev 16933
Línea 1164... Línea 1164...
1164
                                <div class="main-ws-sec">
1164
                                <div class="main-ws-sec">
1165
                                    <h3 class="my-2"><?php echo $company_name ?></h3>
1165
                                    <h3 class="my-2"><?php echo $company_name ?></h3>
Línea 1166... Línea 1166...
1166
                
1166
                
1167
                                    <!--user-tab-sec end-->
1167
                                    <!--user-tab-sec end-->
1168
                                    <div class="user-profile-ov">
1168
                                    <div class="user-profile-ov">
1169
                                        <h4>
1169
                                        <h6>
1170
                                            LABEL_OVERVIEW <a href="#" title="" class="btn-extended-edit"><i class="fa fa-pen"></i></a>
1170
                                            LABEL_OVERVIEW <a href="#" title="" class="btn-extended-edit"><i class="fa fa-pen"></i></a>
1171
                                        </h4>
1171
                                        </h6>
Línea 1172... Línea 1172...
1172
                                        <span id="overview-description"><?php echo $overview ?></span>
1172
                                        <span id="overview-description"><?php echo $overview ?></span>
1173
                
1173
                
1174
                                    </div>
1174
                                    </div>
1175
                                    <div class="user-profile-ov">
1175
                                    <div class="user-profile-ov">
1176
                                        <h4>
1176
                                        <h6>
1177
                                            LABEL_LOCATIONS
1177
                                            LABEL_LOCATIONS
1178
                                            <a href="#" title="" class="btn-location-add"> <i class="fa fa-plus-square"></i></a>
1178
                                            <a href="#" title="" class="btn-location-add"> <i class="fa fa-plus-square"></i></a>
1179
                                        </h4>
1179
                                        </h6>
1180
                                        <span id="locations-records">
1180
                                        <span id="locations-records">
1181
                                            <?php
1181
                                            <?php
1182
                                            $max = count($locations);
1182
                                            $max = count($locations);
Línea 1195... Línea 1195...
1195
                                            <?php endfor; ?>
1195
                                            <?php endfor; ?>
1196
                                        </span>
1196
                                        </span>
1197
                                    </div>
1197
                                    </div>
1198
                                    <!--user-profile-ov end-->
1198
                                    <!--user-profile-ov end-->
1199
                                    <div class="user-profile-ov">
1199
                                    <div class="user-profile-ov">
1200
                                        <h4>
1200
                                        <h6>
1201
                                            LABEL_INDUSTRY <a href="#" title="" class="btn-industry-edit"><i class="fa fa-pen"></i></a>
1201
                                            LABEL_INDUSTRY <a href="#" title="" class="btn-industry-edit"><i class="fa fa-pen"></i></a>
1202
                                        </h4>
1202
                                        </h6>
1203
                                        <span id="overview-industry"><?php echo $industry ?><span>
1203
                                        <span id="overview-industry"><?php echo $industry ?><span>
1204
                                    </div>
1204
                                    </div>
1205
                                    <!--user-profile-ov end-->
1205
                                    <!--user-profile-ov end-->
1206
                                    <!--user-profile-ov end-->
1206
                                    <!--user-profile-ov end-->
1207
                                    <div class="user-profile-ov">
1207
                                    <div class="user-profile-ov">
1208
                                        <h4>
1208
                                        <h6>
1209
                                            LABEL_COMPANY_SIZE <a href="#" title="" class="btn-company-size-edit"><i class="fa fa-pen"></i></a>
1209
                                            LABEL_COMPANY_SIZE <a href="#" title="" class="btn-company-size-edit"><i class="fa fa-pen"></i></a>
1210
                                        </h4>
1210
                                        </h6>
1211
                                        <span id="overview-company-size"><?php echo $company_size ?></span>
1211
                                        <span id="overview-company-size"><?php echo $company_size ?></span>
1212
                                    </div>
1212
                                    </div>
1213
                                    <!--user-profile-ov end-->
1213
                                    <!--user-profile-ov end-->
1214
                                    <!--user-profile-ov end-->
1214
                                    <!--user-profile-ov end-->
1215
                                    <div class="user-profile-ov">
1215
                                    <div class="user-profile-ov">
1216
                                        <h4>
1216
                                        <h6>
1217
                                            LABEL_FOUNDATION_YEAR <a href="#" title="" class="btn-foundation-year-edit"><i class="fa fa-pen"></i></a>
1217
                                            LABEL_FOUNDATION_YEAR <a href="#" title="" class="btn-foundation-year-edit"><i class="fa fa-pen"></i></a>
1218
                                        </h4>
1218
                                        </h6>
1219
                                        <span id="overview-foundation-year"><?php echo $foundation_year ?></span>
1219
                                        <span id="overview-foundation-year"><?php echo $foundation_year ?></span>
1220
                                    </div>
1220
                                    </div>
1221
                                    <!--user-profile-ov end-->
1221
                                    <!--user-profile-ov end-->
1222
                                    <!--user-profile-ov end-->
1222
                                    <!--user-profile-ov end-->
1223
                                    <div class="user-profile-ov">
1223
                                    <div class="user-profile-ov">
1224
                                        <h4>
1224
                                        <h6>
1225
                                            LABEL_WEBSITE <a href="#" title="" class="btn-website-edit"><i class="fa fa-pen"></i></a>
1225
                                            LABEL_WEBSITE <a href="#" title="" class="btn-website-edit"><i class="fa fa-pen"></i></a>
1226
                                        </h4>
1226
                                        </h6>
1227
                                        <span id="overview-website"><?php echo $website ?></span>
1227
                                        <span id="overview-website"><?php echo $website ?></span>
1228
                                    </div>
1228
                                    </div>
1229
                                    <!--user-profile-ov end-->
1229
                                    <!--user-profile-ov end-->
1230
                                </div>
1230
                                </div>
1231
                            </div>
1231
                            </div>