2013-05-02 12:17:04 +00:00
< main: >
< div class = "module full-width" >
< span class = 'option-box pull-right wallet' >
2013-05-12 11:39:54 +00:00
< app:rewards:user-gems / >
2013-05-02 12:17:04 +00:00
< / span >
< ul class = "nav nav-tabs game-tabs" >
2013-05-26 19:21:07 +00:00
< li class = "active" > < a data-toggle = 'tab' data-target = "#profile-customize" > < i class = 'icon-user' > < / i > Profile< / a > < / li >
< li > < a data-toggle = 'tab' data-target = "#profile-groups" id = 'party-tab-link' > < i class = 'icon-heart' > < / i > Groups< / a > < / li >
2013-05-02 12:17:04 +00:00
{#if _user.flags.dropsEnabled}
2013-05-26 19:21:07 +00:00
< li > < a data-toggle = 'tab' data-target = "#profile-inventory" > < i class = 'icon-gift' > < / i > Inventory< / a > < / li >
< li > < a data-toggle = 'tab' data-target = "#profile-stable" > < i class = 'icon-leaf' > < / i > Stable< / a > < / li >
2013-05-02 12:17:04 +00:00
{/if}
2013-05-26 19:21:07 +00:00
< li > < a data-toggle = 'tab' data-target = "#profile-tavern" > < i class = 'icon-eye-close' > < / i > Tavern< / a > < / li >
< li > < a data-toggle = 'tab' data-target = "#profile-achievements" > < i class = 'icon-certificate' > < / i > Achievements< / a > < / li >
< li > < a data-toggle = 'tab' data-target = "#profile-challenges" > < i class = 'icon-bullhorn' > < / i > Challenges< / a > < / li >
< li > < a data-toggle = 'tab' data-target = "#profile-settings" > < i class = 'icon-wrench' > < / i > Settings< / a > < / li >
2013-05-02 12:17:04 +00:00
< / ul >
< div class = "tab-content" >
2013-05-26 19:21:07 +00:00
< div class = "tab-pane active" id = "profile-customize" >
2013-05-02 12:17:04 +00:00
< div class = 'row-fluid' >
2013-05-10 16:09:49 +00:00
< div class = 'span4 border-right' >
2013-05-02 12:17:04 +00:00
< app:avatar:customize / >
< / div >
2013-05-10 16:09:49 +00:00
< div class = 'span4 border-right' >
2013-05-15 10:42:35 +00:00
< app:avatar:profile-stats profile = {_user} / >
2013-05-10 16:09:49 +00:00
< / div >
< div class = 'span4' >
2013-05-02 12:17:04 +00:00
< app:avatar:profile-edit / >
< / div >
< / div >
< / div >
2013-05-26 19:21:07 +00:00
< div class = "tab-pane" id = "profile-groups" >
< app:groups:groups-pane / >
2013-05-02 12:17:04 +00:00
< / div >
2013-05-26 19:21:07 +00:00
< div class = "tab-pane" id = "profile-achievements" >
2013-05-03 14:27:35 +00:00
< app:avatar:achievements profile = "{{_user}}" / >
2013-05-02 12:17:04 +00:00
< / div >
2013-05-26 19:21:07 +00:00
< div class = "tab-pane" id = "profile-inventory" >
2013-05-02 12:17:04 +00:00
< div class = 'row-fluid' >
< div class = 'span6 border-right' >
2013-05-02 14:12:00 +00:00
< h2 > Inventory< / h2 >
2013-05-02 12:17:04 +00:00
< app:avatar:inventory / >
< / div >
< div class = 'span6' >
2013-05-02 14:12:00 +00:00
< h2 > Market< / h2 >
< app:game-pane:market / >
2013-05-02 12:17:04 +00:00
< / div >
< / div >
< / div >
2013-05-26 19:21:07 +00:00
< div class = "tab-pane" id = "profile-stable" >
2013-05-02 12:17:04 +00:00
< app:pets:stable / >
< / div >
2013-05-26 19:21:07 +00:00
< div class = "tab-pane" id = "profile-tavern" >
< app:groups:group group = {_habitRPG} / >
2013-05-02 14:01:11 +00:00
< / div >
2013-05-26 19:21:07 +00:00
< div class = "tab-pane" id = "profile-challenges" >
2013-05-11 23:05:13 +00:00
< app:challenges:main / >
< / div >
2013-05-26 19:21:07 +00:00
< div class = "tab-pane" id = "profile-settings" >
< app:settings:settings-pane / >
2013-05-02 12:17:04 +00:00
< / div >
< / div >
2013-05-02 14:01:11 +00:00
< / div >
2013-05-02 14:12:00 +00:00
< market: >
<!-- pets pane -->
2013-05-16 10:59:17 +00:00
< div id = "market-tab" >
< table > < tr >
< td > < div class = "NPC-Alex pull-left" > < / div > < / td >
< td >
< div class = "popover static-popover fade right in" >
< div class = "arrow" > < / div >
< h3 class = "popover-title" > Alexander Augustin< / h3 >
< div class = "popover-content" > Welcome to the Market! I'm the merchant, < a target = "_blank" href = "http://www.kickstarter.com/profile/523661924" > Alexander< / a > . Dying to get that particular pet you're after, but don't want to wait for it to drop? Buy it here!< / div >
< / div >
< / td >
< / tr > < / table >
2013-05-02 14:12:00 +00:00
< h4 > Eggs< / h4 >
{#with _items.pets as :egg}
2013-05-16 10:59:17 +00:00
< table class = "tab-pane pet-grid" >
2013-05-02 14:12:00 +00:00
< tr >
{#with :egg[0]}< app:pets:egg / > {/}
{#with :egg[1]}< app:pets:egg / > {/}
{#with :egg[2]}< app:pets:egg / > {/}
{#with :egg[3]}< app:pets:egg / > {/}
< / tr >
< tr >
{#with :egg[4]}< app:pets:egg / > {/}
{#with :egg[5]}< app:pets:egg / > {/}
{#with :egg[6]}< app:pets:egg / > {/}
{#with :egg[7]}< app:pets:egg / > {/}
< / tr >
< tr >
{#with :egg[8]}< app:pets:egg / > {/}
< / tr >
< / table >
{/}
< h4 > Hatching Potions< / h4 >
{#with _items.hatchingPotions as :hatchingPotion}
< table >
< tr >
{#with :hatchingPotion[0]}< app:pets:hatchingPotion / > {/}
{#with :hatchingPotion[1]}< app:pets:hatchingPotion / > {/}
{#with :hatchingPotion[2]}< app:pets:hatchingPotion / > {/}
{#with :hatchingPotion[3]}< app:pets:hatchingPotion / > {/}
< / tr >
< tr >
{#with :hatchingPotion[4]}< app:pets:hatchingPotion / > {/}
{#with :hatchingPotion[5]}< app:pets:hatchingPotion / > {/}
{#with :hatchingPotion[6]}< app:pets:hatchingPotion / > {/}
{#with :hatchingPotion[7]}< app:pets:hatchingPotion / > {/}
< / tr >
< tr >
{#with :hatchingPotion[8]}< app:pets:hatchingPotion / > {/}
{#with :hatchingPotion[9]}< app:pets:hatchingPotion / > {/}
< / tr >
< / table >
{/}
< / div >