-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improves the filesize display and now displays the size of file after loading failture.
- Loading branch information
1 parent
de500f0
commit 5668f63
Showing
5 changed files
with
59 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,7 +17,7 @@ | |
|
||
<div id="hepdata_table_loader" style="width: 200px; height: 200px; margin: 0 auto"> | ||
<div id="hepdata_table_loading"> | ||
<div id="table_loader"></div> | ||
<div id="main_table_loader"></div> | ||
<p align="center" style="font-weight: bolder; color: #2C3E50; padding-top: 0px">Loading Data...</p> | ||
</div> | ||
<div id="hepdata_table_loading_failed" class="hidden"> | ||
|
@@ -125,11 +125,21 @@ <h5>This table is referred to by:</h5> | |
<div class="clearfix"></div> | ||
|
||
<div class="clearfix"></div> | ||
<div id="hepdata_filesize_fail" class="hidden"> | ||
<div id="hepdata_filesize_fail_text" align="center" style="font-weight: bolder; color: #2C3E50; padding-top: 0px"> | ||
|
||
<div id="hepdata_filesize_loader" class="hidden"> | ||
<div id="filesize_table_confirm" align="center"> | ||
<p align="center" style="font-weight: bolder; color: #2C3E50; padding-top: 0px">This table is too large to load automatically.</p> | ||
<p id="filesize_table_size"></p> | ||
<button id="hepdata_filesize_loading_button" class="btn btn-primary btn-sm">Load Table</button> | ||
</div> | ||
<div id="filesize_table_loading" class="hidden" align="center"> | ||
<div id="filesize_table_loader"></div> | ||
<p align="center" style="font-weight: bolder; color: #2C3E50; padding-top: 0px">Loading Data...</p> | ||
</div> | ||
<div id="filesize_table_loading_failed" class="hidden"> | ||
<p id="filesize_table_failed_text" align="center" style="font-weight: bolder; color: #2C3E50; padding-top: 0px"></p> | ||
<p align="center">Please try again later, or email [email protected] if this error persists.</p> | ||
</div> | ||
<div><p>This table is too large to load automatically.</p></div> | ||
<button id="hepdata_filesize_loading_button" class="btn btn-primary btn-sm">Load Table</button> | ||
</div> | ||
<div id="hep_table" class="row"> | ||
<div id="hep_table_data" class="col-md-7 hidden-xs"> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters