Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 4856 Rev 5066
Línea 71... Línea 71...
71
  RequestConnectionUrl: "$link_request",
71
  RequestConnectionUrl: "$link_request",
72
  fullName: `$full_name`,
72
  fullName: `$full_name`,
73
  profileId: "$user_profile_id",
73
  profileId: "$user_profile_id",
74
  linkInmail: "$link_inmail",
74
  linkInmail: "$link_inmail",
75
  view_following: $view_following,
75
  view_following: $view_following,
76
 view_total_connections: $view_total_connections,
76
  view_total_connections: $view_total_connections,
-
 
77
}
77
 
78
 
-
 
79
const labels= {
-
 
80
  follow: LABEL_FOLLOW,
-
 
81
  unfollow: LABEL_UNFOLLOW,
-
 
82
  skills: LABEL_SKILLS,
-
 
83
  languages:LABEL_LANGUAGES,
-
 
84
  location:LABEL_LOCATION,
-
 
85
  education:LABEL_EDUCATION,
-
 
86
  current:LABEL_CURRENT,
-
 
87
  experience:LABEL_EXPERIENCE,
-
 
88
  overview:LABEL_OVERVIEW,
-
 
89
  connections:LABEL_CONNECTIONS,
-
 
90
  following:LABEL_FOLLOWING,
78
}
91
}
Línea 79... Línea 92...
79
 
92
 
80
JS;
93
JS;