From 911cff70da72de5e55b65b9b5352898303a2d9c7 Mon Sep 17 00:00:00 2001 From: Terrtia Date: Thu, 2 Aug 2018 10:44:47 +0200 Subject: [PATCH] chg: [UI] add AIL icon, fix li links --- .../PasteSubmit/templates/PasteSubmit.html | 3 +- .../templates/edit_tag_export.html | 3 +- .../templates/header_PasteSubmit.html | 2 +- .../PasteSubmit/templates/submiting.html | 3 +- var/www/modules/Tags/templates/Tags.html | 3 +- .../modules/Tags/templates/edit_galaxy.html | 3 +- .../Tags/templates/edit_taxonomie.html | 3 +- var/www/modules/Tags/templates/galaxies.html | 3 +- .../Tags/templates/tag_galaxy_info.html | 3 +- var/www/modules/Tags/templates/tagged.html | 3 +- .../modules/Tags/templates/taxonomies.html | 3 +- .../templates/browse_important_paste.html | 3 +- .../modules/dashboard/templates/index.html | 1 + var/www/modules/search/templates/search.html | 3 +- .../sentiment/templates/header_sentiment.html | 2 +- .../sentiment_analysis_plot_tool.html | 7 ++-- .../sentiment_analysis_trending.html | 19 ++++----- .../showpaste/templates/show_saved_paste.html | 3 +- .../terms/templates/credentials_tracker.html | 37 +++++++++--------- .../modules/terms/templates/header_terms.html | 2 +- .../terms/templates/terms_management.html | 3 +- .../terms/templates/terms_plot_tool.html | 29 +++++++------- .../terms/templates/terms_plot_top.html | 3 +- .../trendingcharts/templates/Trending.html | 17 ++++---- .../templates/Moduletrending.html | 7 ++-- var/www/static/image/ail-icon.png | Bin 0 -> 3013 bytes 26 files changed, 94 insertions(+), 74 deletions(-) create mode 100644 var/www/static/image/ail-icon.png diff --git a/var/www/modules/PasteSubmit/templates/PasteSubmit.html b/var/www/modules/PasteSubmit/templates/PasteSubmit.html index ce1fb29f..77a0a636 100644 --- a/var/www/modules/PasteSubmit/templates/PasteSubmit.html +++ b/var/www/modules/PasteSubmit/templates/PasteSubmit.html @@ -5,7 +5,8 @@ - Analysis Information Leak framework Dashboard + Submit Paste - AIL + diff --git a/var/www/modules/PasteSubmit/templates/edit_tag_export.html b/var/www/modules/PasteSubmit/templates/edit_tag_export.html index 01822042..d9e8a471 100644 --- a/var/www/modules/PasteSubmit/templates/edit_tag_export.html +++ b/var/www/modules/PasteSubmit/templates/edit_tag_export.html @@ -5,7 +5,8 @@ - Analysis Information Leak framework + Tags Export - AIL + diff --git a/var/www/modules/PasteSubmit/templates/header_PasteSubmit.html b/var/www/modules/PasteSubmit/templates/header_PasteSubmit.html index 9abd9029..4a6a3b77 100644 --- a/var/www/modules/PasteSubmit/templates/header_PasteSubmit.html +++ b/var/www/modules/PasteSubmit/templates/header_PasteSubmit.html @@ -1 +1 @@ -
  • PasteSubmit
  • +
  • Submit Paste
  • diff --git a/var/www/modules/PasteSubmit/templates/submiting.html b/var/www/modules/PasteSubmit/templates/submiting.html index b7ad78e3..6174742f 100644 --- a/var/www/modules/PasteSubmit/templates/submiting.html +++ b/var/www/modules/PasteSubmit/templates/submiting.html @@ -5,7 +5,8 @@ - Analysis Information Leak framework Dashboard + Submit Paste - AIL + diff --git a/var/www/modules/Tags/templates/Tags.html b/var/www/modules/Tags/templates/Tags.html index c9ecb06d..143fddb3 100644 --- a/var/www/modules/Tags/templates/Tags.html +++ b/var/www/modules/Tags/templates/Tags.html @@ -5,7 +5,8 @@ - Analysis Information Leak framework Dashboard + Tags - AIL + diff --git a/var/www/modules/Tags/templates/edit_galaxy.html b/var/www/modules/Tags/templates/edit_galaxy.html index c6e10f6c..0d1b1bf9 100644 --- a/var/www/modules/Tags/templates/edit_galaxy.html +++ b/var/www/modules/Tags/templates/edit_galaxy.html @@ -5,7 +5,8 @@ - Analysis Information Leak framework Dashboard + Edit Galaxy - AIL + diff --git a/var/www/modules/Tags/templates/edit_taxonomie.html b/var/www/modules/Tags/templates/edit_taxonomie.html index 74ea5b9c..45f44282 100644 --- a/var/www/modules/Tags/templates/edit_taxonomie.html +++ b/var/www/modules/Tags/templates/edit_taxonomie.html @@ -5,7 +5,8 @@ - Analysis Information Leak framework Dashboard + Edit Taxonomie - AIL + diff --git a/var/www/modules/Tags/templates/galaxies.html b/var/www/modules/Tags/templates/galaxies.html index 5013c356..2dc6d473 100644 --- a/var/www/modules/Tags/templates/galaxies.html +++ b/var/www/modules/Tags/templates/galaxies.html @@ -5,7 +5,8 @@ - Analysis Information Leak framework Dashboard + Galaxies - AIL + diff --git a/var/www/modules/Tags/templates/tag_galaxy_info.html b/var/www/modules/Tags/templates/tag_galaxy_info.html index a1544fcd..9ee05049 100644 --- a/var/www/modules/Tags/templates/tag_galaxy_info.html +++ b/var/www/modules/Tags/templates/tag_galaxy_info.html @@ -5,7 +5,8 @@ - Analysis Information Leak framework Dashboard + Galaxy Tag Info - AIL + diff --git a/var/www/modules/Tags/templates/tagged.html b/var/www/modules/Tags/templates/tagged.html index 1053041f..c0628eb7 100644 --- a/var/www/modules/Tags/templates/tagged.html +++ b/var/www/modules/Tags/templates/tagged.html @@ -5,7 +5,8 @@ - Analysis Information Leak framework Dashboard + Tags - AIL + diff --git a/var/www/modules/Tags/templates/taxonomies.html b/var/www/modules/Tags/templates/taxonomies.html index 74feda6f..83d8a930 100644 --- a/var/www/modules/Tags/templates/taxonomies.html +++ b/var/www/modules/Tags/templates/taxonomies.html @@ -5,7 +5,8 @@ - Analysis Information Leak framework Dashboard + Taxonomies - AIL + diff --git a/var/www/modules/browsepastes/templates/browse_important_paste.html b/var/www/modules/browsepastes/templates/browse_important_paste.html index faa7ed3d..a68e0f48 100644 --- a/var/www/modules/browsepastes/templates/browse_important_paste.html +++ b/var/www/modules/browsepastes/templates/browse_important_paste.html @@ -5,7 +5,8 @@ - Analysis Information Leak framework Dashboard + Browse Important Paste - AIL + diff --git a/var/www/modules/dashboard/templates/index.html b/var/www/modules/dashboard/templates/index.html index 33ba2781..e7331b6f 100644 --- a/var/www/modules/dashboard/templates/index.html +++ b/var/www/modules/dashboard/templates/index.html @@ -6,6 +6,7 @@ Analysis Information Leak framework Dashboard + diff --git a/var/www/modules/search/templates/search.html b/var/www/modules/search/templates/search.html index 3c7e3472..adc1b555 100644 --- a/var/www/modules/search/templates/search.html +++ b/var/www/modules/search/templates/search.html @@ -5,7 +5,8 @@ - Analysis Information Leak framework Dashboard + Search - AIL + diff --git a/var/www/modules/sentiment/templates/header_sentiment.html b/var/www/modules/sentiment/templates/header_sentiment.html index 650a7717..7e757604 100644 --- a/var/www/modules/sentiment/templates/header_sentiment.html +++ b/var/www/modules/sentiment/templates/header_sentiment.html @@ -1,4 +1,4 @@ -
  • Sentiment Analysis +
  • Sentiment Analysis
    - + -
    +
    {% include 'trending_graphs/Tldstrending.html' %}
    @@ -71,7 +72,7 @@ $SCRIPT_ROOT = {{ request.script_root|tojson|safe }};
    {% include 'trending_graphs/Wordstrending.html' %} -
    +
    @@ -93,7 +94,7 @@ $SCRIPT_ROOT = {{ request.script_root|tojson|safe }}; $("[flash-"+attr_name+"]").css('color', '#fece00'); setTimeout(function() { $("[flash-"+attr_name+"]").css('color', 'black'); }, 1000); refresh_top_chart(attr_name, false); - if (active_tab_name == attr_name) + if (active_tab_name == attr_name) plot_top_graph(attr_name, false); }, refresh_interval); } @@ -115,7 +116,7 @@ $SCRIPT_ROOT = {{ request.script_root|tojson|safe }}; // When a pannel is shown, create_and_plot. $('.nav-tabs a').on('shown.bs.tab', function(event){ - create_and_plot($(event.target).attr('data-pannel'), $(event.target).attr('data-path')); + create_and_plot($(event.target).attr('data-pannel'), $(event.target).attr('data-path')); active_tab_name = $(event.target).attr('data-attribute-name') //Top progression chart if(launched_refresher.indexOf($(event.target).attr('data-attribute-name')) == -1){ @@ -133,7 +134,7 @@ $SCRIPT_ROOT = {{ request.script_root|tojson|safe }}; $("[align]").css({padding: "2px", width: 'auto', 'background': "rgba(102, 102, 102, 0.15)" , 'border': "3px solid rgb(102, 102, 102)"}) // Create the graph when the page has just loaded - create_and_plot("TldTrending", '../static//csv/tldstrendingdata.csv') + create_and_plot("TldTrending", '../static//csv/tldstrendingdata.csv') //Top progression chart refresh_top_chart("tld", true); }); diff --git a/var/www/modules/trendingmodules/templates/Moduletrending.html b/var/www/modules/trendingmodules/templates/Moduletrending.html index bfc0455f..e7ac8232 100644 --- a/var/www/modules/trendingmodules/templates/Moduletrending.html +++ b/var/www/modules/trendingmodules/templates/Moduletrending.html @@ -5,7 +5,8 @@ - Analysis Information Leak framework Dashboard + Modules Statistics - AIL + @@ -44,7 +45,7 @@ $("[align]").css({padding: "2px", width: 'auto', 'background': "rgba(102, 102, 102, 0.15)" , 'border': "3px solid rgb(102, 102, 102)"}) - refreshPlot(true); + refreshPlot(true); }); function refreshPlot(init){ @@ -63,7 +64,7 @@ setTimeout(function() { $("[flash]").css('color', 'black'); }, 1000); } - + diff --git a/var/www/static/image/ail-icon.png b/var/www/static/image/ail-icon.png new file mode 100644 index 0000000000000000000000000000000000000000..e79686ff4aa134245161d417a3cefbeba2898832 GIT binary patch literal 3013 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