Initial commit
This commit is contained in:
@@ -0,0 +1,33 @@
|
||||
<!-- ###ACCOUNTS### BEGIN -->
|
||||
<!-- ###ACCOUNT### BEGIN -->
|
||||
<div>###ACCOUNT.NAME###</div>
|
||||
<table>
|
||||
<tr><th><?php p($l->t('Transaktionen \ Monat')); ?></th>###MONTHS.HEADER###</tr>
|
||||
<tr><td><?php p($l->t('Guthaben')); ?></td>###
|
||||
</table>
|
||||
<!-- ###ACCOUNT### END -->
|
||||
<!-- ###ACCOUNTS### END -->
|
||||
|
||||
|
||||
|
||||
<script id="overview-tpl" type="text/x-handlebars-template">
|
||||
{{#each accounts}}
|
||||
<table class="account" data-id="{{ id }}">
|
||||
<tr><th>{{ title }}</th><th>
|
||||
<div class="app-navigation-entry-utils">
|
||||
<ul>
|
||||
<li class="app-navigation-entry-utils-menu-button svg"><button></button></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div class="app-navigation-entry-menu">
|
||||
<ul>
|
||||
<li><button class="delete icon-delete svg" title="delete"></button></li>
|
||||
</ul>
|
||||
</div>
|
||||
</li>
|
||||
{{/each}}
|
||||
<div id="new-account"><a href="#"><?php p($l->t('Add account')); ?></a></li>
|
||||
</script>
|
||||
|
||||
<ul></ul>
|
||||
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
script('moneyplanner', 'script');
|
||||
style('moneyplanner', 'style');
|
||||
?>
|
||||
|
||||
<table id='accounts'>
|
||||
<caption><?=p($l->t('Konten'));?></caption>
|
||||
</table>
|
||||
|
||||
|
||||
<!-- < ?php print_unescaped($this->inc('content/index')); ? >-->
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
<ul>
|
||||
<li><a href="#"><?=p($l->t('Übersicht'));?></a></li>
|
||||
<li><a href="#"><?=p($l->t('Konten'));?></a></li>
|
||||
<li><a href="#"><?=p($l->t('Kategorien'));?></a></li>
|
||||
<li><a href="#"><?=p($l->t('Transaktionen'));?></a></li>
|
||||
</ul>
|
||||
@@ -0,0 +1,10 @@
|
||||
<div id="app-settings">
|
||||
<div id="app-settings-header">
|
||||
<button class="settings-button"
|
||||
data-apps-slide-toggle="#app-settings-content"
|
||||
></button>
|
||||
</div>
|
||||
<div id="app-settings-content">
|
||||
<!-- Your settings in here -->
|
||||
</div>
|
||||
</div>
|
||||
Reference in New Issue
Block a user