mirror of
https://github.com/swisspol/GCDWebServer.git
synced 2026-04-24 00:00:04 +08:00
Updated web interface
This commit is contained in:
@@ -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 & drop files on this window or use the \"Upload Files…\" 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>
|
||||
|
||||
Reference in New Issue
Block a user