2013-03-08 17:55:04 +00:00
|
|
|
|
<modals:>
|
2013-03-13 15:47:37 +00:00
|
|
|
|
<app:modals:modal modalId='drops-enabled-modal' header="Drops Enabled!">
|
2013-03-09 13:17:02 +00:00
|
|
|
|
<p>You've unlocked the drop system.</p>
|
2013-03-10 01:03:24 +00:00
|
|
|
|
<p>Here's your first egg! {_user.items.eggs.0.text}</p>
|
2013-03-09 13:30:06 +00:00
|
|
|
|
<p>Feed it some meat to get it to hatch.</p>
|
2013-03-09 13:17:02 +00:00
|
|
|
|
<@footer>
|
2013-03-10 01:03:24 +00:00
|
|
|
|
<button class="btn" data-dismiss="modal" aria-hidden="true">Close</button>
|
2013-03-09 13:17:02 +00:00
|
|
|
|
</@footer>
|
2013-03-13 15:37:06 +00:00
|
|
|
|
</app:modals:modal>
|
2013-03-13 15:47:37 +00:00
|
|
|
|
<app:modals:modal modalId='item-dropped-modal' header="Item Dropped!">
|
2013-03-13 15:37:06 +00:00
|
|
|
|
<p>An item has dropped!</p>
|
2013-03-16 15:18:27 +00:00
|
|
|
|
<p>Here's your {_drop.type} – {_drop.text}!</p>
|
|
|
|
|
|
<div class="Pet-{_drop.type}"></div>
|
2013-03-13 15:37:06 +00:00
|
|
|
|
<p>{_drop.notes}</p>
|
|
|
|
|
|
<@footer>
|
|
|
|
|
|
<button class="btn" data-dismiss="modal" aria-hidden="true">Close</button>
|
|
|
|
|
|
</@footer>
|
|
|
|
|
|
</app:modals:modal>
|