summaryrefslogtreecommitdiffstats
path: root/templates/menu.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/menu.html')
-rw-r--r--templates/menu.html40
1 files changed, 0 insertions, 40 deletions
diff --git a/templates/menu.html b/templates/menu.html
deleted file mode 100644
index 1e73a8c..0000000
--- a/templates/menu.html
+++ /dev/null
@@ -1,40 +0,0 @@
-<div class="navbar-inner">
- <a class="brand" href="/">KtT Shop System</a>
-
- <ul class="nav">
- <li class="{{{MENU.home}}}"><a href="/">Home</a></li>
- <li class="{{{MENU.products}}} dropdown">
- <a href="#" class="dropdown-toggle" data-toggle="dropdown">Products <b class="caret"></b></a>
- <ul class="dropdown-menu">
- <li><a href="/products">List</a></li>
- <li><a href="/products/bestbefore">Best before dates</a></li>
- <li><a href="/products/inventory">Start inventory</a></li>
- </ul>
- </li>
-
- <li class="{{{MENU.aliases}}}"><a href="/aliases">Aliases</a></li>
- <li class="{{{MENU.cashbox}}} {{{AUTH_CASHBOX}}}"><a href="/cashbox">Cashbox</a></li>
-<!--
- <li class="{{{MENU.stats}}} dropdown">
- <a href="#" id="statsmenu" class="dropdown-toggle" data-toggle="dropdown">Statistics <b class="caret"></b></a>
- <ul class="dropdown-menu">
- <li><a href="/stats">Information</a></li>
- <li><a href="/stats/stock">Graph: Stock</a></li>
- <li><a href="/stats/profit_per_day">Graph: Profit / Day</a></li>
- <li><a href="/stats/profit_per_weekday">Graph: Profit / Weekday</a></li>
- <li><a href="/stats/profit_per_product">Graph: Profit / Product</a></li>
- </ul>
- </li>
--->
- <li class="{{{MENU.users}}} {{{AUTH_USERS}}} dropdown">
- <a href="#" id="usersmenu" class="dropdown-toggle" data-toggle="dropdown">Users <b class="caret"></b></a>
- <ul class="dropdown-menu">
- <li><a href="/users">List</a></li>
- <li><a href="/users/import">Import</a></li>
- <li><a href="/users/import-pgp">Import PGP Keys</a></li>
- </ul>
- </li>
- </ul>
-
- {{{AUTH}}}
-</div>