[shopping cart] [start]

This commit is contained in:
Anand Doshi
2013-06-13 11:21:35 +05:30
parent a2e2d4bd19
commit ab69029d4e
7 changed files with 180 additions and 17 deletions

View File

@@ -3,8 +3,17 @@
{% block body %}
<div class="container">
<div class="pull-right" style="margin:4px;" id="user-tools">
<a href="cart" title="Shopping Cart"><i class="icon-shopping-cart"></i>
<span class="cart-count"></span></a> |
<a id="login-link" href="login">Login</a>
</div>
<div class="pull-right hide" style="margin:4px;" id="user-tools-post-login">
<a href="profile" title="My Profile" id="user-full-name"></a> |
<a href="account" title="My Account">My Account</a> |
<a href="cart" title="Shopping Cart"><i class="icon-shopping-cart"></i>
<span class="cart-count"></span></a> |
<a href="server.py?cmd=web_logout" title="Sign Out"><i class="icon-signout"></i></a>
</div>
<div class="clearfix"></div>
{% if banner_html %}<div class="row" style="margin-top: 30px;">
<div class="col col-lg-12">{{ banner_html }}</div>