diff --git a/src/Template/Layout/frontend_ripple.ctp b/src/Template/Layout/frontend_ripple.ctp
new file mode 100644
index 000000000..70b1ed143
--- /dev/null
+++ b/src/Template/Layout/frontend_ripple.ctp
@@ -0,0 +1,130 @@
+";
+//echo "transactions pending: " . $transactionPendings;
+?>
+
+
+
+ = $this->Html->charset() ?>
+
+
+ = $cakeDescription ?>:
+ = $this->fetch('title') ?>
+
+ = $this->Html->meta('icon') ?>
+
+ = $this->Html->css(['rippleUI/style.css', 'materialdesignicons.min.css']) ?>
+ = $this->Html->script(['basic']) ?>
+ = $this->fetch('meta') ?>
+ = $this->fetch('css') ?>
+ = $this->fetch('script') ?>
+
+
+
+
= __("Community Server in Entwicklung") ?>
+
Alpha 0.8.0
+
+
+
+
+
+
+
+
+
+ = $this->fetch('content') ?>
+
+
+
+
+
+
+
+
+
+
+
+ = round($timeUsed * 1000.0, 4) ?> ms
+
+
+
+
\ No newline at end of file
diff --git a/src/Template/StateBalances/overview.ctp b/src/Template/StateBalances/overview.ctp
index 124e919a2..462d6701b 100644
--- a/src/Template/StateBalances/overview.ctp
+++ b/src/Template/StateBalances/overview.ctp
@@ -6,3 +6,88 @@
* and open the template in the editor.
*/
$this->assign('title', __('Kontoübersicht'));
+?>
+
+
+
+
+
+
+
+
+
+
+
+ |
+ = $this->Html->image('50x50.png', ['class' => 'profile-img img-sm', 'alt' => 'profile image']) ?>
+ |
+
+ Barbara Curtis
+
+ Account Deactivated
+ |
+
+ 8523537435
+ |
+ Just Now |
+ 120 |
+
+
+ |
+ = $this->Html->image('50x50.png', ['class' => 'profile-img img-sm', 'alt' => 'profile image']) ?>
+ |
+
+ Charlie Hawkins
+
+ Email Verified
+ |
+
+ 9537537436
+ |
+ Mar 04, 2018 11:37am |
+ -120 |
+
+
+ |
+ = $this->Html->image('50x50.png', ['class' => 'profile-img img-sm', 'alt' => 'profile image']) ?>
+ |
+
+ Nina Bates
+
+ Payment On Hold
+ |
+
+ 7533567437
+ |
+ Mar 13, 2018 9:41am |
+ 10 |
+
+
+ |
+ = $this->Html->image('50x50.png', ['class' => 'profile-img img-sm', 'alt' => 'profile image']) ?>
+ |
+
+ Hester Richards
+
+ Email Verified
+ |
+
+ 5673467743
+ |
+ Feb 21, 2018 8:34am |
+ 500 |
+
+
+
+
+
View All Order History
+
+
+
\ No newline at end of file
diff --git a/src/Template/TransactionCreations/create.ctp b/src/Template/TransactionCreations/create.ctp
index ca8c0ab08..66615f4e5 100644
--- a/src/Template/TransactionCreations/create.ctp
+++ b/src/Template/TransactionCreations/create.ctp
@@ -17,6 +17,7 @@ foreach($receiverProposal as $i => $receiver) {
$this->assign('title', __('Schöpfungstransaktion'));
?>
+ Funktioniert im Augenblick noch nicht.
= $this->Form->create($creationForm) ?>