Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 16891 Rev 16906
Línea 160... Línea 160...
160
                var location = data[i];
160
                var location = data[i];
161
                s = '<p>' + location['formatted_address']; 
161
                s = '<p>' + location['formatted_address']; 
162
                if(location['is_main'] == 'y') {
162
                if(location['is_main'] == 'y') {
163
                    s = s + ' (LABEL_MAIN_LOCATION) '; 
163
                    s = s + ' (LABEL_MAIN_LOCATION) '; 
164
                }
164
                }
165
                s = s + ' <a href="#" title="" data-link="' + location['link_edit'] + '" class="btn-location-edit"><i class="fa fa-pencil"></i></a>&nbsp; ';
165
                s = s + ' <a href="#" title="" data-link="' + location['link_edit'] + '" class="btn-location-edit"><i class="fa fa-pen"></i></a>&nbsp; ';
166
                s = s + ' <a href="#" title="" data-link="' + location['link_delete'] + '" class="btn-location-delete"><i class="fa fa-trash"></i></a>';
166
                s = s + ' <a href="#" title="" data-link="' + location['link_delete'] + '" class="btn-location-delete"><i class="fa fa-trash"></i></a>';
167
                s = s + ' </p>';
167
                s = s + ' </p>';
Línea 168... Línea 168...
168
 
168
 
169
                if(i < (max - 1)) { 
169
                if(i < (max - 1)) { 
Línea 1200... Línea 1200...
1200
                    <h3 class="my-2"><?php echo $company_name ?></h3>
1200
                    <h3 class="my-2"><?php echo $company_name ?></h3>
Línea 1201... Línea 1201...
1201
 
1201
 
1202
                    <!--user-tab-sec end-->
1202
                    <!--user-tab-sec end-->
1203
                    <div class="user-profile-ov">
1203
                    <div class="user-profile-ov">
1204
                        <h4>
1204
                        <h4>
1205
                            LABEL_OVERVIEW <a href="#" title="" class="btn-extended-edit"><i class="fa fa-pencil"></i></a>
1205
                            LABEL_OVERVIEW <a href="#" title="" class="btn-extended-edit"><i class="fa fa-pen"></i></a>
1206
                        </h4>
1206
                        </h4>
Línea 1207... Línea 1207...
1207
                        <span id="overview-description"><?php echo $overview ?></span>
1207
                        <span id="overview-description"><?php echo $overview ?></span>
1208
 
1208
 
Línea 1219... Línea 1219...
1219
                                $location = $locations[$i];
1219
                                $location = $locations[$i];
Línea 1220... Línea 1220...
1220
 
1220
 
1221
                            ?>
1221
                            ?>
1222
                                <p>
1222
                                <p>
1223
                                    <?php echo $location['formatted_address']   ?><?php echo $location['is_main'] == 'y' ? ' (LABEL_MAIN_LOCATION) ' : '' ?>
1223
                                    <?php echo $location['formatted_address']   ?><?php echo $location['is_main'] == 'y' ? ' (LABEL_MAIN_LOCATION) ' : '' ?>
1224
                                    <a href="#" title="" data-link="<?php echo $location['link_edit'] ?>" class="btn-location-edit"><i class="fa fa-pencil"></i></a>&nbsp;
1224
                                    <a href="#" title="" data-link="<?php echo $location['link_edit'] ?>" class="btn-location-edit"><i class="fa fa-pen"></i></a>&nbsp;
1225
                                    <a href="#" title="" data-link="<?php echo $location['link_delete'] ?>" class="btn-location-delete"><i class="fa fa-trash"></i></a>
1225
                                    <a href="#" title="" data-link="<?php echo $location['link_delete'] ?>" class="btn-location-delete"><i class="fa fa-trash"></i></a>
1226
                                </p>
1226
                                </p>
1227
                                <?php if ($i < ($max - 1)) : ?>
1227
                                <?php if ($i < ($max - 1)) : ?>
1228
                                    <hr />
1228
                                    <hr />
Línea 1231... Línea 1231...
1231
                        </span>
1231
                        </span>
1232
                    </div>
1232
                    </div>
1233
                    <!--user-profile-ov end-->
1233
                    <!--user-profile-ov end-->
1234
                    <div class="user-profile-ov">
1234
                    <div class="user-profile-ov">
1235
                        <h4>
1235
                        <h4>
1236
                            LABEL_INDUSTRY <a href="#" title="" class="btn-industry-edit"><i class="fa fa-pencil"></i></a>
1236
                            LABEL_INDUSTRY <a href="#" title="" class="btn-industry-edit"><i class="fa fa-pen"></i></a>
1237
                        </h4>
1237
                        </h4>
1238
                        <span id="overview-industry"><?php echo $industry ?><span>
1238
                        <span id="overview-industry"><?php echo $industry ?><span>
1239
                    </div>
1239
                    </div>
1240
                    <!--user-profile-ov end-->
1240
                    <!--user-profile-ov end-->
1241
                    <!--user-profile-ov end-->
1241
                    <!--user-profile-ov end-->
1242
                    <div class="user-profile-ov">
1242
                    <div class="user-profile-ov">
1243
                        <h4>
1243
                        <h4>
1244
                            LABEL_COMPANY_SIZE <a href="#" title="" class="btn-company-size-edit"><i class="fa fa-pencil"></i></a>
1244
                            LABEL_COMPANY_SIZE <a href="#" title="" class="btn-company-size-edit"><i class="fa fa-pen"></i></a>
1245
                        </h4>
1245
                        </h4>
1246
                        <span id="overview-company-size"><?php echo $company_size ?></span>
1246
                        <span id="overview-company-size"><?php echo $company_size ?></span>
1247
                    </div>
1247
                    </div>
1248
                    <!--user-profile-ov end-->
1248
                    <!--user-profile-ov end-->
1249
                    <!--user-profile-ov end-->
1249
                    <!--user-profile-ov end-->
1250
                    <div class="user-profile-ov">
1250
                    <div class="user-profile-ov">
1251
                        <h4>
1251
                        <h4>
1252
                            LABEL_FOUNDATION_YEAR <a href="#" title="" class="btn-foundation-year-edit"><i class="fa fa-pencil"></i></a>
1252
                            LABEL_FOUNDATION_YEAR <a href="#" title="" class="btn-foundation-year-edit"><i class="fa fa-pen"></i></a>
1253
                        </h4>
1253
                        </h4>
1254
                        <span id="overview-foundation-year"><?php echo $foundation_year ?></span>
1254
                        <span id="overview-foundation-year"><?php echo $foundation_year ?></span>
1255
                    </div>
1255
                    </div>
1256
                    <!--user-profile-ov end-->
1256
                    <!--user-profile-ov end-->
1257
                    <!--user-profile-ov end-->
1257
                    <!--user-profile-ov end-->
1258
                    <div class="user-profile-ov">
1258
                    <div class="user-profile-ov">
1259
                        <h4>
1259
                        <h4>
1260
                            LABEL_WEBSITE <a href="#" title="" class="btn-website-edit"><i class="fa fa-pencil"></i></a>
1260
                            LABEL_WEBSITE <a href="#" title="" class="btn-website-edit"><i class="fa fa-pen"></i></a>
1261
                        </h4>
1261
                        </h4>
1262
                        <span id="overview-website"><?php echo $website ?></span>
1262
                        <span id="overview-website"><?php echo $website ?></span>
1263
                    </div>
1263
                    </div>
1264
                    <!--user-profile-ov end-->
1264
                    <!--user-profile-ov end-->
1265
                </div>
1265
                </div>