This repository was archived by the owner on Sep 19, 2022. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66$ this ->data ['header ' ] = 'SimpleSAMLphp Statistics ' ;
77
88$ this ->data ['jquery ' ] = array ('core ' => TRUE , 'ui ' => TRUE , 'css ' => TRUE );
9- $ this ->data ['head ' ] = '<link rel="stylesheet" media="screen" type="text/css" href=" ' . SimpleSAML_Module::getModuleUrl ('statisticsperun /statisticsproxy.css ' ) . '" /> ' ;
9+ $ this ->data ['head ' ] = '<link rel="stylesheet" media="screen" type="text/css" href=" ' . SimpleSAML_Module::getModuleUrl ('proxystatistics /statisticsproxy.css ' ) . '" /> ' ;
1010$ this ->data ['head ' ] .='' ;
1111$ this ->data ['head ' ] .= '<script type="text/javascript" src="https://www.gstatic.com/charts/loader.js"></script> ' ;
1212$ this ->data ['head ' ] .= '<script type="text/javascript">
Original file line number Diff line number Diff line change 66$ config = SimpleSAML_Configuration::getInstance ();
77$ session = SimpleSAML_Session::getSessionFromRequest ();
88
9- $ t = new SimpleSAML_XHTML_Template ($ config , 'statisticsperun :statistics-tpl.php ' );
9+ $ t = new SimpleSAML_XHTML_Template ($ config , 'proxystatistics :statistics-tpl.php ' );
1010$ t ->show ();
1111
1212
Original file line number Diff line number Diff line change 44 * @author Pavel Vyskočil <vyskocilpavel@muni.cz>
55 */
66?>
7- <link rel="stylesheet" media="screen" type="text/css" href="<?php SimpleSAML_Module::getModuleUrl ('statisticsperun /statisticsproxy.css ' )?> " />
7+ <link rel="stylesheet" media="screen" type="text/css" href="<?php SimpleSAML_Module::getModuleUrl ('proxystatistics /statisticsproxy.css ' )?> " />
88
99<h2>Summary</h2>
1010<div id="summary" >
Original file line number Diff line number Diff line change 44 * @author Pavel Vyskočil <vyskocilpavel@muni.cz>
55 */
66?>
7- <link rel="stylesheet" media="screen" type="text/css" href="<?php SimpleSAML_Module::getModuleUrl ('statisticsperun /statisticsproxy.css ' )?> " />
7+ <link rel="stylesheet" media="screen" type="text/css" href="<?php SimpleSAML_Module::getModuleUrl ('proxystatistics /statisticsproxy.css ' )?> " />
88<h2>All login</h2>
99<div id="tableOfAllLogin">
1010 <script type="text/javascript">
You can’t perform that action at this time.
0 commit comments