]> asedeno.scripts.mit.edu Git - bluechips.git/blobdiff - bluechips/templates/base.mako
Add navigation bar
[bluechips.git] / bluechips / templates / base.mako
index 956a4eeb073c8f7618bacccbd3a9b5885d136b18..a9865c1f2ae8c277bcdc8d2f405b491d24bfbf11 100644 (file)
     % endfor
     </ul>
     % endif
+    <div id="nav">
+        <ul>
+            <li>${h.link_to('Dashboard', h.url_for(controller='status',
+                                                   action='index'))}</li>
+            <li>${h.link_to('Expense', h.url_for(controller='spend',
+                                                 action='index'))}</li>
+            <li>${h.link_to('Transfer', h.url_for(controller='transfer',
+                                                  action='index'))}</li>
+            <li>${h.link_to('History', h.url_for(controller='history',
+                                                 action='index'))}</li>
+        </ul>
+    </div>
     <div id="content">
       ${next.body()}
     </div>