Updated web interface

This commit is contained in:
Pierre-Olivier Latour
2014-04-01 16:06:44 -07:00
parent 0bad724f08
commit df95ecb1c2
5 changed files with 38 additions and 24 deletions
@@ -25,10 +25,6 @@
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
.header {
color: #222;
}
.row-file {
height: 40px;
}
@@ -1,3 +1,3 @@
"TITLE" = "%@";
"HEADER" = "Drag & drop files on this window or use the \"Upload Files…\" button to upload new files.";
"FOOTER" = "%@ %@";
"PROLOGUE" = "<p>Drag &amp; drop files on this window or use the \"Upload Files&hellip;\" button to upload new files.</p>";
"EPILOGUE" = "";
"FOOTER_FORMAT" = "%@ %@";
@@ -57,10 +57,10 @@
<div class="container">
<div class="page-header">
<h1>%title%</h1>
<h1>%header%</h1>
</div>
<p class="header">%header%</p>
%prologue%
<div id="alerts"></div>
@@ -89,6 +89,8 @@
<table class="table table-striped"><tbody id="listing"></tbody></table>
</div>
%epilogue%
<p class="footer">%footer%</p>
</div>