move noscript UI to bottom navbar
This commit is contained in:
parent
38ade1af70
commit
e96107caf3
1 changed files with 9 additions and 13 deletions
|
@ -1,17 +1,4 @@
|
|||
<span ##{ident}>
|
||||
$if warnNoScript
|
||||
<noscript>
|
||||
<div .alert .alert-block>
|
||||
<h4 .alert-heading>Javascript is disabled
|
||||
<p>
|
||||
This display cannot update in real-time without Javascript. #
|
||||
Can you turn it on?
|
||||
<p>
|
||||
Otherwise, there are two options:
|
||||
<p>
|
||||
<div .btn-group>
|
||||
<a .btn href="@{NoScriptAutoR}">Auto-refresh every 3 seconds #
|
||||
<a .btn href="@{NoScriptR}">Manually refresh
|
||||
<div .span9>
|
||||
$if null transfers
|
||||
<h2>No current transfers
|
||||
|
@ -38,3 +25,12 @@
|
|||
<small .pull-right>queued (#{size})</small>
|
||||
<div .progress .progress-striped>
|
||||
<div .bar style="width: #{percent};">
|
||||
$if warnNoScript
|
||||
<noscript>
|
||||
<div .navbar .navbar-fixed-bottom>
|
||||
<div .navbar-inner>
|
||||
<div .container>
|
||||
Javascript is disabled; cannot update in real-time.
|
||||
<div .btn-group>
|
||||
<a .btn .btn-primary href="@{NoScriptAutoR}">Auto-refresh every 3 seconds #
|
||||
<a .btn .btn-primary href="@{NoScriptR}">Manually refresh
|
||||
|
|
Loading…
Add table
Reference in a new issue