mirror of
https://github.com/Quackster/Havana.git
synced 2025-07-04 05:37:47 +00:00
168 lines
5 KiB
Smarty
168 lines
5 KiB
Smarty
![]() |
<div style="position: relative;">
|
||
|
<div id="webstore-categories-container">
|
||
|
<h4>Categories:</h4>
|
||
|
<div id="webstore-categories">
|
||
|
<ul class="purchase-main-category">
|
||
|
<li id="maincategory-1-stickers" class="selected-main-category webstore-selected-main">
|
||
|
<div>Stickers</div>
|
||
|
<ul class="purchase-subcategory-list" id="main-category-items-1">
|
||
|
{% set num = 0 %}
|
||
|
{% for category in stickerCategories %}
|
||
|
{% if num == 0 %}<li id="subcategory-1-{{ category.getId() }}-stickers" class="subcategory-selected">{% else %}<li id="subcategory-1-{{ category.getId() }}-stickers" class="subcategory">{% endif %}
|
||
|
<div>{{ category.getName() }}</div>
|
||
|
</li>
|
||
|
|
||
|
{% set num = num + 1 %}
|
||
|
{% endfor %}
|
||
|
|
||
|
</ul>
|
||
|
</li>
|
||
|
<li id="maincategory-4-backgrounds" class="main-category">
|
||
|
<div>Backgrounds</div>
|
||
|
<ul class="purchase-subcategory-list" id="main-category-items-4">
|
||
|
|
||
|
{% for category in backgroundCategories %}
|
||
|
<li id="subcategory-1-{{ category.getId() }}-stickers" class="subcategory">
|
||
|
<div>{{ category.getName() }}</div>
|
||
|
</li>
|
||
|
{% endfor %}
|
||
|
|
||
|
</ul>
|
||
|
</li>
|
||
|
<li id="maincategory-3-stickie_notes" class="main-category-no-subcategories">
|
||
|
<div>Notes</div>
|
||
|
<ul class="purchase-subcategory-list" id="main-category-items-3">
|
||
|
|
||
|
<li id="subcategory-3-101-stickie_notes" class="subcategory">
|
||
|
<div>29</div>
|
||
|
</li>
|
||
|
|
||
|
</ul>
|
||
|
</li>
|
||
|
</ul>
|
||
|
|
||
|
</div>
|
||
|
</div>
|
||
|
|
||
|
<div id="webstore-content-container">
|
||
|
<div id="webstore-items-container">
|
||
|
<h4>Select an item by clicking it</h4>
|
||
|
<div id="webstore-items"><ul id="webstore-item-list">
|
||
|
<li class="webstore-item-empty"></li>
|
||
|
<li class="webstore-item-empty"></li>
|
||
|
<li class="webstore-item-empty"></li>
|
||
|
<li class="webstore-item-empty"></li>
|
||
|
<li class="webstore-item-empty"></li>
|
||
|
<li class="webstore-item-empty"></li>
|
||
|
<li class="webstore-item-empty"></li>
|
||
|
<li class="webstore-item-empty"></li>
|
||
|
<li class="webstore-item-empty"></li>
|
||
|
<li class="webstore-item-empty"></li>
|
||
|
<li class="webstore-item-empty"></li>
|
||
|
<li class="webstore-item-empty"></li>
|
||
|
<li class="webstore-item-empty"></li>
|
||
|
<li class="webstore-item-empty"></li>
|
||
|
<li class="webstore-item-empty"></li>
|
||
|
<li class="webstore-item-empty"></li>
|
||
|
<li class="webstore-item-empty"></li>
|
||
|
<li class="webstore-item-empty"></li>
|
||
|
<li class="webstore-item-empty"></li>
|
||
|
<li class="webstore-item-empty"></li>
|
||
|
</ul></div>
|
||
|
</div>
|
||
|
<div id="webstore-preview-container">
|
||
|
<div id="webstore-preview-default"></div>
|
||
|
<div id="webstore-preview"></div>
|
||
|
</div>
|
||
|
</div>
|
||
|
|
||
|
<div id="inventory-categories-container">
|
||
|
<h4>Categories:</h4>
|
||
|
<div id="inventory-categories">
|
||
|
<ul class="purchase-main-category">
|
||
|
<li id="inv-cat-stickers" class="selected-main-category-no-subcategories">
|
||
|
<div>Stickers</div>
|
||
|
</li>
|
||
|
<li id="inv-cat-backgrounds" class="main-category-no-subcategories">
|
||
|
<div>Backgrounds</div>
|
||
|
</li>
|
||
|
<li id="inv-cat-widgets" class="main-category-no-subcategories">
|
||
|
<div>Widgets</div>
|
||
|
</li>
|
||
|
<li id="inv-cat-notes" class="main-category-no-subcategories">
|
||
|
<div>Notes</div>
|
||
|
</li>
|
||
|
</ul>
|
||
|
|
||
|
</div>
|
||
|
</div>
|
||
|
|
||
|
<div id="inventory-content-container">
|
||
|
<div id="inventory-items-container">
|
||
|
<h4>Select an item by clicking it</h4>
|
||
|
<div id="inventory-items">
|
||
|
|
||
|
{% if widgets|length == 0 %}
|
||
|
<div class="webstore-frank">
|
||
|
<div class="blackbubble">
|
||
|
<div class="blackbubble-body">
|
||
|
|
||
|
<p><b>Your inventory for this category is completely empty!</b></p>
|
||
|
<p>To be able to purchase stickers, backgrounds and notes, click on Web Store tab and select a category and a product, then click Purchase.</p>
|
||
|
|
||
|
<div class="clear"></div>
|
||
|
</div>
|
||
|
</div>
|
||
|
<div class="blackbubble-bottom">
|
||
|
<div class="blackbubble-bottom-body">
|
||
|
<img src="{{ site.staticContentPath }}/web-gallery/images/box-scale/bubble_tail_small.gif" alt="" width="12" height="21" class="invitation-tail" />
|
||
|
</div>
|
||
|
</div>
|
||
|
<div class="webstore-frank-image"><img src="{{ site.staticContentPath }}/web-gallery/images/frank/sorry.gif" alt="" width="57" height="88" /></div>
|
||
|
</div>
|
||
|
{% endif%}
|
||
|
|
||
|
<ul id="inventory-item-list">
|
||
|
|
||
|
{% for widget in widgets %}
|
||
|
<li id="inventory-item-{{ widget.getId() }}" title="{{ widget.getName() }}">
|
||
|
<div class="webstore-item-preview {{ widget.getProduct().getCssClass() }}">
|
||
|
<div class="webstore-item-mask">
|
||
|
{% if widget.getAmount() > 1 %}
|
||
|
<div class="webstore-item-count"><div>x{{ widget.getAmount() }}</div></div>
|
||
|
{% endif %}</div>
|
||
|
</div>
|
||
|
</li>
|
||
|
{% endfor %}
|
||
|
|
||
|
{% for box in emptyBoxes %}
|
||
|
<li class="webstore-item-empty"></li>
|
||
|
{% endfor %}
|
||
|
|
||
|
</ul>
|
||
|
</div>
|
||
|
</div>
|
||
|
|
||
|
<div id="inventory-preview-container">
|
||
|
<div id="inventory-preview-default"></div>
|
||
|
<div id="inventory-preview">
|
||
|
<h4> </h4>
|
||
|
|
||
|
<div id="inventory-preview-box" {% if widgets|length == 0 %}style="display:none"{% endif %}></div>
|
||
|
|
||
|
{% if widgets.length != 0 %}
|
||
|
<div id="inventory-preview-place" class="clearfix">
|
||
|
<div class="clearfix">
|
||
|
<a href="#" class="new-button" id="inventory-place"><b>Place</b><i></i></a>
|
||
|
</div>
|
||
|
</div>
|
||
|
{% endif %}
|
||
|
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
|
||
|
<div id="webstore-close-container">
|
||
|
<div class="clearfix"><a href="#" id="webstore-close" class="new-button"><b>Close</b><i></i></a></div>
|
||
|
</div>
|
||
|
</div>
|