added detail page indicator for missing

This commit is contained in:
Luke Pulverenti 2013-10-17 16:59:46 -04:00
parent 55ff795d36
commit b1901ee91e
26 changed files with 122 additions and 91 deletions

View file

@ -127,6 +127,9 @@
<a href="#" id="lnkNextItem" class="lnkNextItem lnkSibling hide">Next →</a>
</div>
<div class="ui-body-a" style="text-align: center; padding: .25em 0 .5em;">
<span id="missingIndicator" style="margin-left: .5em; display: none;">
<span style="background: #cc3333; padding: 5px 1em; border-radius: 5px;">MISSING</span>
</span>
<span id="offlineIndicator" style="margin-left: .5em; display: none;">
<span style="background: #cc3333; padding: 5px 1em; border-radius: 5px;">OFFLINE</span>
</span>