- Tethys heading
- better tsconfig.json - dashboard without php reports
This commit is contained in:
parent
e2c131edd1
commit
9d056b0b9f
7 changed files with 62 additions and 53 deletions
|
@ -6,9 +6,10 @@
|
|||
<div class="hero-image"></div>
|
||||
<div class="container centered">
|
||||
<div class="twelve columns">
|
||||
<h1 class="separator">Research Data Repository</h1>
|
||||
<h1 class="main-heading">Tethys</h1>
|
||||
<h2 class="separator">Research Data Repository</h1>
|
||||
<h2>
|
||||
Data Publisher for Geo- and Atmospheric Science Austria
|
||||
Data Publisher for Geoscience Austria
|
||||
</h2>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -92,14 +92,14 @@
|
|||
<div class="pure-u-1 pure-u-md-1">
|
||||
{{-- <canvas id="myChart" width="400" height="260"></canvas> --}}
|
||||
<div class="php-info">
|
||||
@php
|
||||
{{-- @php
|
||||
ob_start();
|
||||
phpinfo();
|
||||
$pinfo = ob_get_contents();
|
||||
ob_end_clean();
|
||||
$pinfo = preg_replace( '%^.*<body>(.*)</body>.*$%ms','$1',$pinfo);
|
||||
echo $pinfo;
|
||||
@endphp
|
||||
@endphp --}}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
editor.link_modal.header
Reference in a new issue