This commit represents a major re-implementation of the event detail page,
and was originally motivated by problems with the presentation of the EMBB. At a basic level, the page obtains information about the Event log messages and EMBB logs via AJAX calls to the server. This information is fed into dgrid tables. Extensive use is made of the 'put-selector' to create DOM elements. This approach eliminates the need for JavaScript code and django template loops that build HTML. As not all of the features are correct in Linux browsers (Konqueror, Iceweasel) more work needs to be done.
Showing
- gracedb/api.py 27 additions, 7 deletionsgracedb/api.py
- gracedb/views.py 2 additions, 3 deletionsgracedb/views.py
- settings/branson.py 3 additions, 0 deletionssettings/branson.py
- settings/default.py 3 additions, 0 deletionssettings/default.py
- static/css/labeltips.css 3 additions, 3 deletionsstatic/css/labeltips.css
- static/css/style.css 89 additions, 9 deletionsstatic/css/style.css
- templates/base.html 3 additions, 1 deletiontemplates/base.html
- templates/gracedb/eel_form_frag.html 180 additions, 0 deletionstemplates/gracedb/eel_form_frag.html
- templates/gracedb/event_detail.html 39 additions, 869 deletionstemplates/gracedb/event_detail.html
- templates/gracedb/event_detail_CWB.html 1 addition, 1 deletiontemplates/gracedb/event_detail_CWB.html
- templates/gracedb/event_detail_GRB.html 5 additions, 5 deletionstemplates/gracedb/event_detail_GRB.html
- templates/gracedb/event_detail_coinc.html 2 additions, 2 deletionstemplates/gracedb/event_detail_coinc.html
- templates/gracedb/event_detail_script.js 996 additions, 0 deletionstemplates/gracedb/event_detail_script.js
- templates/gracedb/neighbors_frag.html 6 additions, 6 deletionstemplates/gracedb/neighbors_frag.html
templates/gracedb/eel_form_frag.html
0 → 100644
This diff is collapsed.
templates/gracedb/event_detail_script.js
0 → 100644
This diff is collapsed.
Please register or sign in to comment