Proyectos de Subversion LeadersLinked - Backend

Rev

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

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