- technical manual as start dashboard site
- link to manual in create-step1.blade.php - delete old folder /public/img/*
This commit is contained in:
parent
c293fcca9f
commit
082cab1d4f
BIN
public/docs/HandbuchTethys.pdf
Normal file
BIN
public/docs/HandbuchTethys.pdf
Normal file
Binary file not shown.
Binary file not shown.
Before Width: | Height: | Size: 395 B |
Binary file not shown.
Before Width: | Height: | Size: 142 B |
Binary file not shown.
Before Width: | Height: | Size: 883 B |
Binary file not shown.
Before Width: | Height: | Size: 156 B |
|
@ -358,7 +358,7 @@
|
||||||
<ol type="1">
|
<ol type="1">
|
||||||
<li>
|
<li>
|
||||||
die Data Policy von Tethys RDR sowie die Terms & Conditions von Tethys
|
die Data Policy von Tethys RDR sowie die Terms & Conditions von Tethys
|
||||||
gelesen und verstanden zu haben (<a href="/pages/terms-and-conditions" target=_blank>siehe hier</a>)
|
gelesen und verstanden zu haben (<a href="{{ url('/docs/HandbuchTethys.pdf') }}" target=_blank>siehe hier</a>)
|
||||||
</li>
|
</li>
|
||||||
<li>das Einverständnis aller Co-Autoren über die bevorstehende Datenpublikation schriftlich eingeholt zu haben</li>
|
<li>das Einverständnis aller Co-Autoren über die bevorstehende Datenpublikation schriftlich eingeholt zu haben</li>
|
||||||
<li>sowohl mit der Data Policy als auch mit den Terms & Conditions einverstanden zu sein</li>
|
<li>sowohl mit der Data Policy als auch mit den Terms & Conditions einverstanden zu sein</li>
|
||||||
|
|
|
@ -6,73 +6,90 @@
|
||||||
margin: 0;
|
margin: 0;
|
||||||
font-family: monospace;
|
font-family: monospace;
|
||||||
}
|
}
|
||||||
|
|
||||||
.php-info a:link {
|
.php-info a:link {
|
||||||
color: #009;
|
color: #009;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
background-color: #ffffff;
|
background-color: #ffffff;
|
||||||
}
|
}
|
||||||
|
|
||||||
.php-info a:hover {
|
.php-info a:hover {
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
|
|
||||||
.php-info table {
|
.php-info table {
|
||||||
border-collapse: collapse;
|
border-collapse: collapse;
|
||||||
border: 0;
|
border: 0;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
box-shadow: 1px 2px 3px #ccc;
|
box-shadow: 1px 2px 3px #ccc;
|
||||||
}
|
}
|
||||||
|
|
||||||
.php-info .center {
|
.php-info .center {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.php-info .center table {
|
.php-info .center table {
|
||||||
margin: 1em auto;
|
margin: 1em auto;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
}
|
}
|
||||||
|
|
||||||
.php-info .center th {
|
.php-info .center th {
|
||||||
text-align: center !important;
|
text-align: center !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.php-info td {
|
.php-info td {
|
||||||
border: 1px solid #666;
|
border: 1px solid #666;
|
||||||
font-size: 75%;
|
font-size: 75%;
|
||||||
vertical-align: baseline;
|
vertical-align: baseline;
|
||||||
padding: 4px 5px;
|
padding: 4px 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.php-info th {
|
.php-info th {
|
||||||
border: 1px solid #666;
|
border: 1px solid #666;
|
||||||
font-size: 75%;
|
font-size: 75%;
|
||||||
vertical-align: baseline;
|
vertical-align: baseline;
|
||||||
padding: 4px 5px;
|
padding: 4px 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.php-info h1 {
|
.php-info h1 {
|
||||||
font-size: 150%;
|
font-size: 150%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.php-info h2 {
|
.php-info h2 {
|
||||||
font-size: 125%;
|
font-size: 125%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.php-info .p {
|
.php-info .p {
|
||||||
text-align: left;
|
text-align: left;
|
||||||
}
|
}
|
||||||
|
|
||||||
.php-info .e {
|
.php-info .e {
|
||||||
background-color: #ccf;
|
background-color: #ccf;
|
||||||
width: 50px;
|
width: 50px;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
.php-info .h {
|
.php-info .h {
|
||||||
background-color: #99c;
|
background-color: #99c;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
.php-info .v {
|
.php-info .v {
|
||||||
background-color: #ddd;
|
background-color: #ddd;
|
||||||
max-width: 50px;
|
max-width: 50px;
|
||||||
overflow-x: auto;
|
overflow-x: auto;
|
||||||
word-wrap: break-word;
|
word-wrap: break-word;
|
||||||
}
|
}
|
||||||
|
|
||||||
.php-info .v i {
|
.php-info .v i {
|
||||||
color: #999;
|
color: #999;
|
||||||
}
|
}
|
||||||
|
|
||||||
.php-info img {
|
.php-info img {
|
||||||
float: right;
|
float: right;
|
||||||
border: 0;
|
border: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.php-info hr {
|
.php-info hr {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
background-color: #ccc;
|
background-color: #ccc;
|
||||||
|
@ -86,11 +103,15 @@
|
||||||
|
|
||||||
@section('content')
|
@section('content')
|
||||||
<div class="header">
|
<div class="header">
|
||||||
<h3 class="header-title">Reports</h3>
|
<h3 class="header-title">Manual</h3>
|
||||||
</div>
|
</div>
|
||||||
<div class="pure-g box-content">
|
<div class="pure-g box-content">
|
||||||
<div class="pure-u-1 pure-u-md-1">
|
<div class="pure-u-1 pure-u-md-1">
|
||||||
{{-- <canvas id="myChart" width="400" height="260"></canvas> --}}
|
|
||||||
|
|
||||||
|
<embed src="{{ url('/docs/HandbuchTethys.pdf') }}" style="width:100%; height:800px;" frameborder="0">
|
||||||
|
|
||||||
|
|
||||||
<div class="php-info">
|
<div class="php-info">
|
||||||
{{-- @php
|
{{-- @php
|
||||||
ob_start();
|
ob_start();
|
||||||
|
@ -100,79 +121,9 @@
|
||||||
$pinfo = preg_replace( '%^.*<body>(.*)</body>.*$%ms','$1',$pinfo);
|
$pinfo = preg_replace( '%^.*<body>(.*)</body>.*$%ms','$1',$pinfo);
|
||||||
echo $pinfo;
|
echo $pinfo;
|
||||||
@endphp --}}
|
@endphp --}}
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
{{-- <div class="pure-u-1-2 box">
|
|
||||||
<div class="l-box">
|
|
||||||
<div class="header">
|
|
||||||
<h3 class="header-title">Message</h3>
|
|
||||||
</div>
|
|
||||||
<div class="box-content">
|
|
||||||
<div class="box-content">
|
|
||||||
<form class="pure-form pure-form-stacked">
|
|
||||||
<div class="pure-g">
|
|
||||||
<div class="pure-u-1-1">
|
|
||||||
<label for="title">Title</label>
|
|
||||||
<input id="title" type="text" class="pure-u-1-1">
|
|
||||||
|
|
||||||
<label for="post">Post Content</label>
|
|
||||||
<textarea id="post" rows="10" class="pure-u-1-1"></textarea>
|
|
||||||
|
|
||||||
<hr>
|
|
||||||
|
|
||||||
<button class="pure-button pure-button-primary">Save</button>
|
|
||||||
<button class="pure-button">Save in Draft</button>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</form>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div> --}}
|
|
||||||
@endsection
|
@endsection
|
||||||
|
|
||||||
@section('after-scripts')
|
|
||||||
<!-- <script src="bower_components/chart.js/dist/Chart.min.js"></script> -->
|
|
||||||
{{-- <script src="https://cdnjs.cloudflare.com/ajax/libs/Chart.js/2.2.1/Chart.min.js"></script> --}}
|
|
||||||
{{-- <script>
|
|
||||||
var ctx = document.getElementById("myChart");
|
|
||||||
var myChart = new Chart(ctx, {
|
|
||||||
type: 'bar',
|
|
||||||
data: {
|
|
||||||
labels: ["2017", "2018", "2019"],
|
|
||||||
datasets: [{
|
|
||||||
label: 'Number of published datasets',
|
|
||||||
data: [12, 14, 8, 2, 5, 1],
|
|
||||||
backgroundColor: [
|
|
||||||
'rgba(255, 99, 132, 0.2)',
|
|
||||||
'rgba(54, 162, 235, 0.2)',
|
|
||||||
'rgba(255, 206, 86, 0.2)'
|
|
||||||
// 'rgba(75, 192, 192, 0.2)',
|
|
||||||
// 'rgba(153, 102, 255, 0.2)',
|
|
||||||
// 'rgba(255, 159, 64, 0.2)'
|
|
||||||
],
|
|
||||||
borderColor: [
|
|
||||||
'rgba(255,99,132,1)',
|
|
||||||
'rgba(54, 162, 235, 1)',
|
|
||||||
'rgba(255, 206, 86, 1)'
|
|
||||||
// 'rgba(75, 192, 192, 1)',
|
|
||||||
// 'rgba(153, 102, 255, 1)',
|
|
||||||
// 'rgba(255, 159, 64, 1)'
|
|
||||||
],
|
|
||||||
borderWidth: 1
|
|
||||||
}]
|
|
||||||
},
|
|
||||||
options: {
|
|
||||||
scales: {
|
|
||||||
yAxes: [{
|
|
||||||
ticks: {
|
|
||||||
beginAtZero:true
|
|
||||||
}
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
}
|
|
||||||
});
|
|
||||||
</script> --}}
|
|
||||||
@endsection
|
|
||||||
|
|
|
@ -43,9 +43,9 @@
|
||||||
|
|
||||||
|
|
||||||
<li class="pure-menu-item {{ Route::is('settings.dashboard') ? 'active' : '' }}">
|
<li class="pure-menu-item {{ Route::is('settings.dashboard') ? 'active' : '' }}">
|
||||||
<a href="{{ route('settings.dashboard') }}">
|
<a class="pure-menu-link" href="{{ route('settings.dashboard') }}">
|
||||||
<i class="fa fa-tachometer-alt"></i>
|
<i class="fa fa-tachometer-alt"></i>
|
||||||
<span>Reports</span>
|
<span>Manual</span>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user