Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 5799 Rev 5800
Línea 1345... Línea 1345...
1345
    }
1345
    }
1346
</style>
1346
</style>
Línea 1347... Línea 1347...
1347
 
1347
 
1348
<!-- Content Header (Page header) -->
1348
<!-- Content Header (Page header) -->
1349
<div id="profile">
-
 
1350
    <div class="row">
-
 
1351
        <div class="col-lg-6">
-
 
1352
            <div class="main-ws-sec">
-
 
1353
                <div class="user-tab-sec rewivew">
-
 
1354
                    <h3><?php echo $company_name ?></h3>
1349
<div id="profile">
1355
                </div>
-
 
1356
                <!--user-tab-sec end-->
-
 
1357
                <div class="user-profile-extended-ov">
-
 
1358
                    <h3>
-
 
1359
                        LABEL_OVERVIEW <a href="#" title="" class="btn-extended-edit"><i class="fa fa-pencil"></i></a>
-
 
1360
                    </h3>
-
 
1361
                    <span id="overview-description"><?php echo $overview ?></span>
-
 
1362
                </div>
-
 
1363
                <div class="user-profile-extended-ov st2">
-
 
1364
                    <h3>
-
 
1365
                        LABEL_LOCATIONS
-
 
1366
                        <a href="#" title="" class="btn-location-add"> <i class="fa fa-plus-square"></i></a>
-
 
1367
                    </h3>
-
 
1368
                    <span id="locations-records">
-
 
1369
                        <?php
-
 
1370
                        $max = count($locations);
-
 
1371
                        for ($i = 0; $i < $max; $i++) :
-
 
Línea 1372... Línea 1350...
1372
                            $location = $locations[$i];
1350
</div>
1373
 
1351
 
1374
                        ?>
-
 
1375
                            <p>
-
 
1376
                                <?php echo $location['formatted_address']   ?><?php echo $location['is_main'] == 'y' ? ' (LABEL_MAIN_LOCATION) ' : '' ?>
-
 
1377
                                <a href="#" title="" data-link="<?php echo $location['link_edit'] ?>" class="btn-location-edit"><i class="fa fa-pencil"></i></a>&nbsp;
1352
<div class="row">
1378
                                <a href="#" title="" data-link="<?php echo $location['link_delete'] ?>" class="btn-location-delete"><i class="fa fa-trash"></i></a>
-
 
1379
                            </p>
-
 
1380
                            <?php if ($i < ($max - 1)) : ?>
1353
    <div class="col-lg-6">
1381
                                <hr />
1354
        <div class="main-ws-sec">
1382
                            <?php endif; ?>
-
 
1383
                        <?php endfor; ?>
1355
            <div class="user-tab-sec rewivew">
1384
                    </span>
1356
                <h3><?php echo $company_name ?></h3>
1385
                </div>
1357
            </div>
1386
                <!--user-profile-ov end-->
1358
            <!--user-tab-sec end-->
1387
                <div class="user-profile-ov">
1359
            <div class="user-profile-extended-ov">
1388
                    <h3>
1360
                <h3>
1389
                        LABEL_INDUSTRY <a href="#" title="" class="btn-industry-edit"><i class="fa fa-pencil"></i></a>
1361
                    LABEL_OVERVIEW <a href="#" title="" class="btn-extended-edit"><i class="fa fa-pencil"></i></a>
1390
                    </h3>
1362
                </h3>
1391
                    <span id="overview-industry"><?php echo $industry ?><span>
-
 
1392
                </div>
-
 
1393
                <!--user-profile-ov end-->
1363
                <span id="overview-description"><?php echo $overview ?></span>
1394
                <!--user-profile-ov end-->
1364
            </div>
1395
                <div class="user-profile-ov">
-
 
1396
                    <h3>
1365
            <div class="user-profile-extended-ov st2">
1397
                        LABEL_COMPANY_SIZE <a href="#" title="" class="btn-company-size-edit"><i class="fa fa-pencil"></i></a>
-
 
1398
                    </h3>
-
 
1399
                    <span id="overview-company-size"><?php echo $company_size ?></span>
-
 
1400
                </div>
-
 
1401
                <!--user-profile-ov end-->
-
 
1402
                <!--user-profile-ov end-->
-
 
1403
                <div class="user-profile-ov">
1366
                <h3>
1404
                    <h3>
-
 
1405
                        LABEL_FOUNDATION_YEAR <a href="#" title="" class="btn-foundation-year-edit"><i class="fa fa-pencil"></i></a>
-
 
1406
                    </h3>
1367
                    LABEL_LOCATIONS
1407
                    <span id="overview-foundation-year"><?php echo $foundation_year ?></span>
-
 
1408
                </div>
1368
                    <a href="#" title="" class="btn-location-add"> <i class="fa fa-plus-square"></i></a>
1409
                <!--user-profile-ov end-->
-
 
1410
                <!--user-profile-ov end-->
-
 
1411
                <div class="user-profile-ov">
-
 
1412
                    <h3>
1369
                </h3>
1413
                        LABEL_WEBSITE <a href="#" title="" class="btn-website-edit"><i class="fa fa-pencil"></i></a>
-
 
1414
                    </h3>
-
 
1415
                    <span id="overview-website"><?php echo $website ?></span>
1370
                <span id="locations-records">
1416
                </div>
1371
                    <?php
1417
                <!--user-profile-ov end-->
1372
                    $max = count($locations);
Línea 1418... Línea 1373...
1418
                <!--user-profile-ov end-->
1373
                    for ($i = 0; $i < $max; $i++) :
-
 
1374
                        $location = $locations[$i];
-
 
1375
 
-
 
1376
                    ?>
-
 
1377
                        <p>
-
 
1378
                            <?php echo $location['formatted_address']   ?><?php echo $location['is_main'] == 'y' ? ' (LABEL_MAIN_LOCATION) ' : '' ?>
-
 
1379
                            <a href="#" title="" data-link="<?php echo $location['link_edit'] ?>" class="btn-location-edit"><i class="fa fa-pencil"></i></a>&nbsp;
-
 
1380
                            <a href="#" title="" data-link="<?php echo $location['link_delete'] ?>" class="btn-location-delete"><i class="fa fa-trash"></i></a>
-
 
1381
                        </p>
-
 
1382
                        <?php if ($i < ($max - 1)) : ?>
-
 
1383
                            <hr />
-
 
1384
                        <?php endif; ?>
-
 
1385
                    <?php endfor; ?>
-
 
1386
                </span>
-
 
1387
            </div>
-
 
1388
            <!--user-profile-ov end-->
-
 
1389
            <div class="user-profile-ov">
-
 
1390
                <h3>
-
 
1391
                    LABEL_INDUSTRY <a href="#" title="" class="btn-industry-edit"><i class="fa fa-pencil"></i></a>
-
 
1392
                </h3>
-
 
1393
                <span id="overview-industry"><?php echo $industry ?><span>
-
 
1394
            </div>
-
 
1395
            <!--user-profile-ov end-->
-
 
1396
            <!--user-profile-ov end-->
-
 
1397
            <div class="user-profile-ov">
-
 
1398
                <h3>
-
 
1399
                    LABEL_COMPANY_SIZE <a href="#" title="" class="btn-company-size-edit"><i class="fa fa-pencil"></i></a>
-
 
1400
                </h3>
-
 
1401
                <span id="overview-company-size"><?php echo $company_size ?></span>
-
 
1402
            </div>
-
 
1403
            <!--user-profile-ov end-->
-
 
1404
            <!--user-profile-ov end-->
-
 
1405
            <div class="user-profile-ov">
-
 
1406
                <h3>
-
 
1407
                    LABEL_FOUNDATION_YEAR <a href="#" title="" class="btn-foundation-year-edit"><i class="fa fa-pencil"></i></a>
-
 
1408
                </h3>
-
 
1409
                <span id="overview-foundation-year"><?php echo $foundation_year ?></span>
-
 
1410
            </div>
-
 
1411
            <!--user-profile-ov end-->
-
 
1412
            <!--user-profile-ov end-->
-
 
1413
            <div class="user-profile-ov">
-
 
1414
                <h3>
-
 
1415
                    LABEL_WEBSITE <a href="#" title="" class="btn-website-edit"><i class="fa fa-pencil"></i></a>
-
 
1416
                </h3>
-
 
1417
                <span id="overview-website"><?php echo $website ?></span>
-
 
1418
            </div>
-
 
1419
            <!--user-profile-ov end-->
-
 
1420
            <!--user-profile-ov end-->
1419
                <div class="user-profile-ov">
1421
            <div class="user-profile-ov">
1420
 
1422
 
1421
                    <h3>
1423
                <h3>
1422
                        LABEL_HEADER_PDF (2480 x 268px)
1424
                    LABEL_HEADER_PDF (2480 x 268px)
1423
                    </h3>
1425
                </h3>
1424
                    <p>LABEL_TEXT_HEADER_PDF</p>
1426
                <p>LABEL_TEXT_HEADER_PDF</p>
1425
                    <img id="user-header-img" style="width: 100%;" src="<?php echo $this->url('storage', ['type' => 'company', 'code' => $currentCompany->uuid, 'filename' => $header]) ?>" alt="">
1427
                <img id="user-header-img" style="width: 100%;" src="<?php echo $this->url('storage', ['type' => 'company', 'code' => $currentCompany->uuid, 'filename' => $header]) ?>" alt="">
1426
                    <div class="add-dp">
1428
                <div class="add-dp">
1427
                        <div class="add-pic-box change-header-image">
1429
                    <div class="add-pic-box change-header-image">
1428
                            <div class="container">
1430
                        <div class="container">
1429
                                <div class="row no-gutters">
1431
                            <div class="row no-gutters">
1430
                                    <div class="col-lg-12 col-sm-12">
-
 
1431
                                        <a href="#" class="btn-header-open">
1432
                                <div class="col-lg-12 col-sm-12">
1432
                                            <i class="fa fa-camera"></i>
1433
                                    <a href="#" class="btn-header-open">
1433
                                        </a>
1434
                                        <i class="fa fa-camera"></i>
1434
                                    </div>
1435
                                    </a>
1435
                                </div>
1436
                                </div>
1436
                            </div>
1437
                            </div>
-
 
1438
                        </div>
1437
                        </div>
1439
                    </div>
1438
                    </div>
1440
                </div>
1439
                </div>
1441
            </div>
1440
                <!--user-profile-ov end-->
1442
            <!--user-profile-ov end-->
1441
                <!--user-profile-ov end-->
1443
            <!--user-profile-ov end-->
1442
                <div class="user-profile-ov">
1444
            <div class="user-profile-ov">
1443
                    <h3>
1445
                <h3>
1444
                        LABEL_FOOTER_PDF (2480 x 268px)
1446
                    LABEL_FOOTER_PDF (2480 x 268px)
1445
                    </h3>
1447
                </h3>
1446
                    <p>LABEL_TEXT_FOOTER_PDF</p>
1448
                <p>LABEL_TEXT_FOOTER_PDF</p>
1447
                    <img id="user-footer-img" style="width: 100%;" src="<?php echo $this->url('storage', ['type' => 'company', 'code' => $currentCompany->uuid, 'filename' => $footer]) ?>" alt="">
1449
                <img id="user-footer-img" style="width: 100%;" src="<?php echo $this->url('storage', ['type' => 'company', 'code' => $currentCompany->uuid, 'filename' => $footer]) ?>" alt="">
1448
                    <div class="add-dp">
1450
                <div class="add-dp">
1449
                        <div class="add-pic-box change-footer-image">
1451
                    <div class="add-pic-box change-footer-image">
1450
                            <div class="container">
1452
                        <div class="container">
1451
                                <div class="row no-gutters">
1453
                            <div class="row no-gutters">
1452
                                    <div class="col-lg-12 col-sm-12">
-
 
1453
                                        <a href="#" class="btn-footer-open">
1454
                                <div class="col-lg-12 col-sm-12">
1454
                                            <i class="fa fa-camera"></i>
1455
                                    <a href="#" class="btn-footer-open">
1455
                                        </a>
1456
                                        <i class="fa fa-camera"></i>
1456
                                    </div>
1457
                                    </a>
1457
                                </div>
1458
                                </div>
1458
                            </div>
1459
                            </div>
1459
                        </div>
-
 
1460
                    </div>
1460
                        </div>
1461
                </div>
1461
                    </div>
1462
                <!--user-profile-ov end-->
1462
                </div>
-
 
1463
            </div>
-
 
1464
            <!--user-profile-ov end-->
1463
            </div>
1465
        </div>
1464
            <!--main-ws-sec end-->
1466
        <!--main-ws-sec end-->
1465
        </div>
1467
    </div>
1466
        <div class="col-lg-3">
1468
    <div class="col-lg-3">
1467
            <div class="right-sidebar">
-
 
1468
                <?php //echo $this->companySuggestionHelper($company_id)
-
 
1469
                ?>
1469
        <div class="right-sidebar">
1470
            </div>
1470
            <?php //echo $this->companySuggestionHelper($company_id)
1471
            <!--right-sidebar end-->
1471
            ?>
-
 
1472
        </div>
1472
        </div>
1473
        <!--right-sidebar end-->
1473
        <!--right-sidebar end-->
1474
    </div>
1474
    </div>
1475
    <!--right-sidebar end-->
1475
</div>
1476
</div>
1476
<div class="modal" tabindex="-1" role="dialog" id="extended-box">
1477
<div class="modal" tabindex="-1" role="dialog" id="extended-box">