Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 6037 Rev 6050
Línea 1323... Línea 1323...
1323
    image: "$image",
1323
    image: "$image",
1324
    overview: "$overview",
1324
    overview: "$overview",
1325
    locations: JSON.parse('$jsonLocations'),
1325
    locations: JSON.parse('$jsonLocations'),
1326
    industry: "$industry",
1326
    industry: "$industry",
1327
    companySize: "$company_size",
1327
    companySize: "$company_size",
1328
    companyName: "$company_name"
1328
    companyName: "$company_name",
-
 
1329
    foundationYear: "$foundation_year",
-
 
1330
    website: "$website"
1329
}
1331
}
1330
JS;
1332
JS;
Línea 1331... Línea 1333...
1331
 
1333
 
1332
$this->inlineScript()->appendScript($js);
1334
$this->inlineScript()->appendScript($js);
Línea 1362... Línea 1364...
1362
    </div>
1364
    </div>
1363
    <div class="col-lg-6">
1365
    <div class="col-lg-6">
1364
        <div class="main-ws-sec">
1366
        <div class="main-ws-sec">
1365
            <div class="user-profile-ov">
1367
            <div class="user-profile-ov">
1366
                <h3>
1368
                <h3>
1367
                    LABEL_FOUNDATION_YEAR <a href="#" title="" class="btn-foundation-year-edit"><i class="fa fa-pencil"></i></a>
-
 
1368
                </h3>
-
 
1369
                <span id="overview-foundation-year"><?php echo $foundation_year ?></span>
-
 
1370
            </div>
-
 
1371
            <!--user-profile-ov end-->
-
 
1372
            <!--user-profile-ov end-->
-
 
1373
            <div class="user-profile-ov">
-
 
1374
                <h3>
-
 
1375
                    LABEL_WEBSITE <a href="#" title="" class="btn-website-edit"><i class="fa fa-pencil"></i></a>
-
 
1376
                </h3>
-
 
1377
                <span id="overview-website"><?php echo $website ?></span>
-
 
1378
            </div>
-
 
1379
            <!--user-profile-ov end-->
-
 
1380
            <!--user-profile-ov end-->
-
 
1381
            <div class="user-profile-ov">
-
 
1382
 
-
 
1383
                <h3>
-
 
1384
                    LABEL_HEADER_PDF (2480 x 268px)
1369
                    LABEL_HEADER_PDF (2480 x 268px)
1385
                </h3>
1370
                </h3>
1386
                <p>LABEL_TEXT_HEADER_PDF</p>
1371
                <p>LABEL_TEXT_HEADER_PDF</p>
1387
                <img id="user-header-img" style="width: 100%;" src="<?php echo $this->url('storage', ['type' => 'company', 'code' => $currentCompany->uuid, 'filename' => $header]) ?>" alt="">
1372
                <img id="user-header-img" style="width: 100%;" src="<?php echo $this->url('storage', ['type' => 'company', 'code' => $currentCompany->uuid, 'filename' => $header]) ?>" alt="">
1388
                <div class="add-dp">
1373
                <div class="add-dp">