Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

Rev 4094 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 4094 Rev 4778
Línea 1... Línea 1...
1
<?php
1
<?php
Línea 2... Línea 2...
2
 
2
 
3
$js = <<<JS
3
$js = <<<JS
4
	const backendVars = {
4
	const backendVars = {
5
		post: {
5
		post: {
6
      id: '$id',
6
          id: '$id',
7
      uuid: '$uuid',
7
          uuid: '$uuid',
8
      title: '$title',
8
          title: '$title',
9
      description: `$description`,
9
          description: `$description`,
10
      url: '$url',
10
          url: '$url',
11
      date: '$date',
11
          date: '$date',
12
      status: '$status',
12
          status: '$status',
13
      image: '$image',
13
          image: '$image',
14
      file: '$file',
14
          file: '$file',
15
      addedOn: '$added_on',
15
          addedOn: '$added_on',
-
 
16
          share_external_url: '$share_external_url',
-
 
17
          total_share_external: '$total_share_external',
16
     'share_external_url': '$share_external_url',
18
          share_increment_external_counter_url: '$share_increment_external_counter_url'
17
    }
19
        }
18
	}
20
	}
19
JS;
21
JS;
20
$this->inlineScript()->appendScript($js);
22
$this->inlineScript()->appendScript($js);
21
$this->headLink()->appendStylesheet('/look-and-field/dashboard.css');
23
$this->headLink()->appendStylesheet('/look-and-field/dashboard.css');