Skip to content

Commit

Permalink
HTML update
Browse files Browse the repository at this point in the history
  • Loading branch information
shake committed Jan 20, 2017
1 parent 7a29d80 commit d895900
Show file tree
Hide file tree
Showing 41 changed files with 2 additions and 9,210 deletions.
1,880 changes: 0 additions & 1,880 deletions sc/html/images/GREEN.ai

This file was deleted.

Binary file removed sc/html/images/GREEN.png
Binary file not shown.
1,797 changes: 0 additions & 1,797 deletions sc/html/images/NULL.ai

This file was deleted.

Binary file removed sc/html/images/NULL.png
Binary file not shown.
1,852 changes: 0 additions & 1,852 deletions sc/html/images/ORANGE.ai

This file was deleted.

Binary file removed sc/html/images/ORANGE.png
Binary file not shown.
1,841 changes: 0 additions & 1,841 deletions sc/html/images/RED.ai

This file was deleted.

Binary file removed sc/html/images/RED.png
Binary file not shown.
Binary file removed sc/html/images/Report Banner.psd
Binary file not shown.
Binary file removed sc/html/images/Sorting icons.psd
Binary file not shown.
1,839 changes: 0 additions & 1,839 deletions sc/html/images/YELLOW.ai

This file was deleted.

Binary file removed sc/html/images/YELLOW.png
Binary file not shown.
Binary file removed sc/html/images/back_disabled.png
Binary file not shown.
Binary file removed sc/html/images/back_enabled.png
Binary file not shown.
Binary file removed sc/html/images/back_enabled_hover.png
Binary file not shown.
Binary file removed sc/html/images/caltrans.gif
Binary file not shown.
Binary file removed sc/html/images/caltrans.jpg
Binary file not shown.
Binary file removed sc/html/images/caltrans_console.jpg
Binary file not shown.
Binary file removed sc/html/images/epicenter.gif
Binary file not shown.
Binary file removed sc/html/images/epicenter.png
Binary file not shown.
Binary file removed sc/html/images/eqcluster.png
Binary file not shown.
Binary file removed sc/html/images/favicon.ico
Binary file not shown.
Binary file removed sc/html/images/forward_disabled.png
Binary file not shown.
Binary file removed sc/html/images/forward_enabled.png
Binary file not shown.
Binary file removed sc/html/images/forward_enabled_hover.png
Binary file not shown.
Binary file removed sc/html/images/header.jpg
Binary file not shown.
Binary file removed sc/html/images/iaea.jpg
Binary file not shown.
Binary file removed sc/html/images/intensityscale.jpg
Binary file not shown.
Binary file removed sc/html/images/neic.jpg
Binary file not shown.
Binary file removed sc/html/images/nrc.jpg
Binary file not shown.
Binary file removed sc/html/images/sc_pie.png
Binary file not shown.
Binary file removed sc/html/images/shadow.png
Diff not rendered.
Binary file removed sc/html/images/sort_asc.png
Diff not rendered.
Binary file removed sc/html/images/sort_asc_disabled.png
Diff not rendered.
Binary file removed sc/html/images/sort_both.png
Diff not rendered.
Binary file removed sc/html/images/sort_desc.png
Diff not rendered.
Binary file removed sc/html/images/sort_desc_disabled.png
Diff not rendered.
Binary file removed sc/html/images/usgs.jpg
Diff not rendered.
Binary file removed sc/html/images/va.jpg
Diff not rendered.
1 change: 1 addition & 0 deletions sc/templates/html/event.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,7 @@
if (sc_id) {
$(".breadcrumb #evid").html('<a href="#">'+sc_id+'</a>');
$(".breadcrumb #tab_link").html('<a class="btn btn-default" role="button" href="?dest=event_tab&event='+sc_id+'">Table View</a>');
$(".breadcrumb #aebm_link").html('<a class="btn btn-default" role="button" href="?dest=event_aebm&event='+sc_id+'">AEBM View</a>');
}

load_sm();
Expand Down
2 changes: 1 addition & 1 deletion sc/templates/html/event_tab.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@

if (sc_id) {
$(".breadcrumb #evid").html('<a href="#">'+sc_id+'</a>');
$(".breadcrumb #tab_link").html('<a href="?dest=event&event='+sc_id+'">Map View</a>');
$(".breadcrumb #tab_link").html('<a class="btn btn-default" role="button" href="?dest=event&event='+sc_id+'">Map View</a>');
}


Expand Down

0 comments on commit d895900

Please sign in to comment.