Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 4907 Rev 5749
Línea 1... Línea 1...
1
<?php
1
<?php
Línea 2... Línea 2...
2
 
2
 
3
use LeadersLinked\Library\Functions;
3
use Laminas\Escaper\Escaper;
-
 
4
use LeadersLinked\Model\UserType;
-
 
5
use LeadersLinked\Library\Functions;
-
 
6
 
-
 
7
$input = '<script>alert("laminas")</script>';
Línea 4... Línea 8...
4
use LeadersLinked\Model\UserType;
8
$escaper = new Escaper('utf-8');
5
 
9
 
6
$notify = '';
10
$notify = '';
7
$messages = $this->flashMessenger()->getInfoMessages();
11
$messages = $this->flashMessenger()->getInfoMessages();
Línea 32... Línea 36...
32
 
36
 
Línea 33... Línea 37...
33
 
37
 
-
 
38
$acl = $this->viewModel()->getRoot()->getVariable('acl');
Línea 34... Línea 39...
34
$acl = $this->viewModel()->getRoot()->getVariable('acl');
39
 
35
 
40
?>
Línea 36... Línea 41...
36
?>
41
<?php header('Content-Type: text/html; charset=UTF-8'); ?>
Línea 57... Línea 62...
57
  //->appendName('author', '{AUTHOR}')
62
  //->appendName('author', '{AUTHOR}')
58
  //->appendName('keywords', '{KEYWORDS}')
63
  //->appendName('keywords', '{KEYWORDS}')
59
  //->appendName('copyright', '{COPYRIGHT}')
64
  //->appendName('copyright', '{COPYRIGHT}')
60
  //->appendName('google-signin-client_id', '{GOOGLE_CLIENT_ID');
65
  //->appendName('google-signin-client_id', '{GOOGLE_CLIENT_ID');
61
  ?>
66
  ?>
62
 
-
 
-
 
67
  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
63
  <link rel="stylesheet" type="text/css" href="<?php echo $this->basePath('css/animate.css') ?>">
68
  <link rel="stylesheet" type="text/css" href="<?php echo $this->basePath('css/animate.css') ?>">
64
  <link rel="stylesheet" type="text/css" href="<?php echo $this->basePath('css/bootstrap.min.css') ?>">
69
  <link rel="stylesheet" type="text/css" href="<?php echo $this->basePath('css/bootstrap.min.css') ?>">
65
  <link rel="stylesheet" type="text/css" href="<?php echo $this->basePath('css/line-awesome.css') ?>">
70
  <link rel="stylesheet" type="text/css" href="<?php echo $this->basePath('css/line-awesome.css') ?>">
66
  <link rel="stylesheet" type="text/css" href="<?php echo $this->basePath('css/line-awesome-font-awesome.min.css') ?>">
71
  <link rel="stylesheet" type="text/css" href="<?php echo $this->basePath('css/line-awesome-font-awesome.min.css') ?>">
Línea 95... Línea 100...
95
  ?>
100
  ?>
Línea 96... Línea 101...
96
 
101
 
Línea 97... Línea 102...
97
</head>
102
</head>
-
 
103
 
-
 
104
<body>
-
 
105
  <?php
98
 
106
  echo $escaper->escapeHtml($input);
99
<body>
107
  ?>
Línea 100... Línea 108...
100
  <div id="public-header">
108
  <div id="public-header">