yxyc
This commit is contained in:
@@ -1,8 +1,5 @@
|
|||||||
<?php $ownerQuery = $isAdmin ? '?owner_sub=' . urlencode((string) $ownerSub) : ''; ?>
|
<?php $ownerQuery = $isAdmin ? '?owner_sub=' . urlencode((string) $ownerSub) : ''; ?>
|
||||||
<?= module_shell_header('boersenchecker', [
|
<?= module_shell_header('boersenchecker') ?>
|
||||||
'title' => 'Depotverwaltung',
|
|
||||||
'description' => 'Depots, Positionen und Kurs-Historien verwalten.',
|
|
||||||
]) ?>
|
|
||||||
<div class="bc-app">
|
<div class="bc-app">
|
||||||
<div class="bc-grid-bg">
|
<div class="bc-grid-bg">
|
||||||
<div class="bc-shell bc-stack">
|
<div class="bc-shell bc-stack">
|
||||||
@@ -13,6 +10,15 @@
|
|||||||
<div class="bc-alert bc-alert--success"><?= e($notice) ?></div>
|
<div class="bc-alert bc-alert--success"><?= e($notice) ?></div>
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
|
|
||||||
|
<section class="module-box">
|
||||||
|
<div class="module-box-head">
|
||||||
|
<div>
|
||||||
|
<h1 class="module-title">Depotverwaltung</h1>
|
||||||
|
<p class="module-lead">Depots, Positionen und Kurs-Historien verwalten.</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
<?php if ($isAdmin): ?>
|
<?php if ($isAdmin): ?>
|
||||||
<div class="bc-panel">
|
<div class="bc-panel">
|
||||||
<strong>Benutzer-Scope</strong>
|
<strong>Benutzer-Scope</strong>
|
||||||
|
|||||||
@@ -1,7 +1,4 @@
|
|||||||
<?= module_shell_header('boersenchecker', [
|
<?= module_shell_header('boersenchecker') ?>
|
||||||
'title' => 'Depot-Ueberblick',
|
|
||||||
'description' => 'Depots, Aktien und Kursverlaeufe in einer Oberflaeche.',
|
|
||||||
]) ?>
|
|
||||||
<div class="bc-app">
|
<div class="bc-app">
|
||||||
<div class="bc-grid-bg">
|
<div class="bc-grid-bg">
|
||||||
<div class="bc-shell bc-stack" data-bc-home data-chart-endpoint="<?= e($chartEndpoint) ?>">
|
<div class="bc-shell bc-stack" data-bc-home data-chart-endpoint="<?= e($chartEndpoint) ?>">
|
||||||
@@ -23,8 +20,8 @@
|
|||||||
<section class="module-box">
|
<section class="module-box">
|
||||||
<div class="module-box-head">
|
<div class="module-box-head">
|
||||||
<div>
|
<div>
|
||||||
<h2 class="module-box-title">Marktueberblick</h2>
|
<h1 class="module-title">Depot-Ueberblick</h1>
|
||||||
<p>Depotauswahl, Aktienfokus und aktueller Kursabruf in einem Bereich.</p>
|
<p class="module-lead">Depots, Aktien und Kursverlaeufe in einer Oberflaeche.</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="bc-toolbar" style="margin-top:16px;">
|
<div class="bc-toolbar" style="margin-top:16px;">
|
||||||
|
|||||||
@@ -1,7 +1,4 @@
|
|||||||
<?= module_shell_header('boersenchecker', [
|
<?= module_shell_header('boersenchecker') ?>
|
||||||
'title' => 'Aktienverwaltung',
|
|
||||||
'description' => 'Stammdaten der Aktien pflegen, Symbole suchen und manuelle Kurse verwalten.',
|
|
||||||
]) ?>
|
|
||||||
<div class="bc-app">
|
<div class="bc-app">
|
||||||
<div class="bc-grid-bg">
|
<div class="bc-grid-bg">
|
||||||
<div class="bc-shell bc-stack">
|
<div class="bc-shell bc-stack">
|
||||||
@@ -12,6 +9,15 @@
|
|||||||
<div class="bc-alert bc-alert--success"><?= e($notice) ?></div>
|
<div class="bc-alert bc-alert--success"><?= e($notice) ?></div>
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
|
|
||||||
|
<section class="module-box">
|
||||||
|
<div class="module-box-head">
|
||||||
|
<div>
|
||||||
|
<h1 class="module-title">Aktienverwaltung</h1>
|
||||||
|
<p class="module-lead">Stammdaten der Aktien pflegen, Symbole suchen und manuelle Kurse verwalten.</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
<div class="grid" style="margin-top:1rem;">
|
<div class="grid" style="margin-top:1rem;">
|
||||||
<div class="bc-panel">
|
<div class="bc-panel">
|
||||||
<strong>Aktie waehlen</strong>
|
<strong>Aktie waehlen</strong>
|
||||||
|
|||||||
Reference in New Issue
Block a user