Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 16874 Rev 16876
Línea 1170... Línea 1170...
1170
                            </a>
1170
                            </a>
1171
                        </h5>
1171
                        </h5>
1172
                    </div>
1172
                    </div>
Línea 1173... Línea 1173...
1173
 
1173
 
1174
                    <ul id="social-networks" class="social_links">
1174
                    <ul id="social-networks" class="social_links">
1175
                        <?php
1175
                        <li>
1176
                        $l = strlen($facebook);
-
 
1177
                        if ($l > 32) {
1176
                            <a href="<?php echo $facebook ?>" target="_blank" title="">
1178
                            $s = substr($facebook, 0, 32) . '...';
-
 
1179
                        } else {
1177
                                <i class="fa fa-facebook-square btn-social-network-edit"></i>
1180
                            $s = $facebook;
-
 
1181
                        }
1178
                                <?php echo $facebook ?>
1182
                        ?>
-
 
1183
                        <li><a href="<?php echo $facebook ?>" target="_blank" title=""><i class="fa fa-facebook-square btn-social-network-edit"></i> <?php echo $s ?></a></li>
-
 
1184
 
1179
                            </a>
1185
                        <?php
-
 
1186
                        $l = strlen($twitter);
-
 
1187
                        if ($l > 32) {
-
 
1188
                            $s = substr($twitter, 0, 32) . '...';
-
 
1189
                        } else {
-
 
1190
                            $s = $twitter;
-
 
1191
                        }
1180
                        </li>
1192
                        ?>
1181
                        <li>
1193
                        <li><a href="<?php echo $twitter ?>" title="" target="_blank">
1182
                            <a href="<?php echo $twitter ?>" title="" target="_blank">
1194
                                <i class="fa fa-twitter btn-social-network-edit"></i>
1183
                                <i class="fa fa-twitter btn-social-network-edit"></i>
1195
                                <?php echo $s ?></a></li>
1184
                                <?php echo $twitter ?>
1196
                        <?php
-
 
1197
 
1185
                            </a>
1198
                        $l = strlen($instagram);
1186
                        </li>
1199
                        if ($l > 32) {
1187
                        <li>
1200
                            $s = substr($instagram, 0, 32) . '...';
1188
                            <a href="<?php echo $instagram ?>" target="_blank" title="">
1201
                        } else {
1189
                                <i class="fa fa-instagram btn-social-network-edit"></i>
1202
                            $s = $instagram;
1190
                                <?php echo $instagram ?>
1203
                        }
1191
                            </a>
1204
                        ?>
-
 
Línea 1205... Línea 1192...
1205
                        <li><a href="<?php echo $instagram ?>" target="_blank" title=""><i class="fa fa-instagram btn-social-network-edit"></i> <?php echo $s ?></a></li>
1192
                        </li>
1206
 
1193
 
1207
                    </ul>
1194
                    </ul>
Línea 1219... Línea 1206...
1219
                            LABEL_OVERVIEW <a href="#" title="" class="btn-extended-edit"><i class="fa fa-pencil"></i></a>
1206
                            LABEL_OVERVIEW <a href="#" title="" class="btn-extended-edit"><i class="fa fa-pencil"></i></a>
1220
                        </h3>
1207
                        </h3>
1221
                        <span id="overview-description"><?php echo $overview ?></span>
1208
                        <span id="overview-description"><?php echo $overview ?></span>
Línea 1222... Línea 1209...
1222
 
1209
 
1223
                    </div>
1210
                    </div>
1224
                    <div class="user-profile-extended-ov st2">
1211
                    <div class="user-profile-extended-ov">
1225
                        <h3>
1212
                        <h3>
1226
                            LABEL_LOCATIONS
1213
                            LABEL_LOCATIONS
1227
                            <a href="#" title="" class="btn-location-add"> <i class="fa fa-plus-square"></i></a>
1214
                            <a href="#" title="" class="btn-location-add"> <i class="fa fa-plus-square"></i></a>
1228
                        </h3>
1215
                        </h3>