Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 3542 Rev 4530
Línea 1... Línea 1...
1
<?php
1
<?php
-
 
2
use LeadersLinked\Model\Theme;
-
 
3
 
2
$routeTimeline = $this->url('feed/timeline', ['id' => $group_uuid, 'type' => 'group']);
4
$routeTimeline = $this->url('feed/timeline', ['id' => $group_uuid, 'type' => 'group']);
-
 
5
 
-
 
6
$currentNetworkHelper = $this->currentNetworkHelper();
-
 
7
$currentNetwork = $currentNetworkHelper->getNetwork();
-
 
8
 
3
$js = <<<JS
9
$js = <<<JS
4
    const groupId = "$group_uuid"
10
    const groupId = "$group_uuid"
5
    const backendVars = {
11
    const backendVars = {
6
        user_id: "$user_id",
12
        user_id: "$user_id",
7
        totalMembers: "$total_members",
13
        totalMembers: "$total_members",
Línea 21... Línea 27...
21
        withoutFeeds: true
27
        withoutFeeds: true
22
    }
28
    }
23
JS;
29
JS;
Línea 24... Línea 30...
24
 
30
 
-
 
31
$this->inlineScript()->appendScript($js);
-
 
32
 
-
 
33
if ($currentNetwork->theme_id == Theme::THEME_LEADERSLINKED_LINKEDIN) {
-
 
34
  $this->headLink()->appendStylesheet('/react-bundles/templates/linkedin/dashboard/main.css');
-
 
35
  $this->headLink()->appendStylesheet('/react-bundles/group/groupView/main.css');
-
 
36
  $this->inlineScript()->appendFile('/react-bundles/group/groupView/linkedinGroupView.js');
25
$this->inlineScript()->appendScript($js);
37
} else {
26
$this->headLink()->appendStylesheet('/look-and-field/dashboard.css');
38
  $this->headLink()->appendStylesheet('/look-and-field/dashboard.css');
-
 
39
  $this->inlineScript()->appendFile('/react-bundles/group/groupView/groupView.js');
27
$this->inlineScript()->appendFile('/react-bundles/group/groupView/groupView.js');
40
}
Línea 28... Línea 41...
28
?>
41
?>
29
 
42
 
30
<div id="react_group_view">
43
<div id="react_group_view">