2017-10-30 16:28:32 +01:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
|
|
|
|
<head>
|
|
|
|
|
|
|
|
<meta charset="utf-8">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
|
|
<meta name="description" content="">
|
|
|
|
<meta name="author" content="">
|
|
|
|
|
|
|
|
<title>MISP live dashboard</title>
|
|
|
|
|
|
|
|
<!-- Bootstrap Core CSS -->
|
|
|
|
<link href="{{ url_for('static', filename='css/bootstrap.min.css') }}" rel="stylesheet">
|
|
|
|
<!-- Custom CSS -->
|
|
|
|
<link href="{{ url_for('static', filename='css/sb-admin-2.css') }}" rel="stylesheet">
|
|
|
|
<!-- LeafLet -->
|
|
|
|
<link rel="stylesheet" href="{{ url_for('static', filename='css/leaflet.css') }}">
|
|
|
|
<script src="{{ url_for('static', filename='js/leaflet.js') }}"></script>
|
|
|
|
|
|
|
|
<!-- jQuery -->
|
|
|
|
<script src="{{ url_for('static', filename='js/jquery.min.js') }}"></script>
|
|
|
|
<!-- jQuery flot -->
|
|
|
|
<script src="{{ url_for('static', filename='js/jquery.flot.js') }}"></script>
|
|
|
|
<script src="{{ url_for('static', filename='js/jquery.flot.pie.min.js') }}"></script>
|
|
|
|
<script src="{{ url_for('static', filename='js/jquery.flot.resize.js') }}"></script>
|
|
|
|
<!-- Bootstrap Core JavaScript -->
|
|
|
|
<script src="{{ url_for('static', filename='js/bootstrap.js') }}"></script>
|
|
|
|
<link rel="stylesheet" href="{{ url_for('static', filename='css/font-awesome.min.css') }}" rel="text/css">
|
|
|
|
|
|
|
|
<link rel="stylesheet" href="{{ url_for('static', filename='css/jquery-jvectormap-2.0.3.css') }}" type="text/css" media="screen"/>
|
|
|
|
<script src="{{ url_for('static', filename='js/jquery-jvectormap-2.0.3.min.js') }}"></script>
|
|
|
|
<script src="{{ url_for('static', filename='js/jquery-jvectormap-world-mill.js') }}"></script>
|
|
|
|
<link href="{{ url_for('static', filename='css/jquery-ui.min.css') }}" rel="stylesheet" type="text/css" />
|
|
|
|
<link href="{{ url_for('static', filename='css/dataTables.bootstrap.css') }}" rel="stylesheet" type="text/css" />
|
|
|
|
<script src="{{ url_for('static', filename='js/jquery.dataTables.min.js') }}"></script>
|
|
|
|
<script src="{{ url_for('static', filename='js/dataTables.bootstrap.js') }}"></script>
|
|
|
|
|
|
|
|
|
|
|
|
<script src="{{ url_for('static', filename='js/jquery-ui.min.js') }}"></script>
|
|
|
|
<link rel="stylesheet" href="{{ url_for('static', filename='css/ranking.css') }}">
|
|
|
|
|
|
|
|
</head>
|
|
|
|
|
|
|
|
<style>
|
|
|
|
.panel-body {
|
|
|
|
padding: 0px;
|
|
|
|
}
|
|
|
|
.panel {
|
|
|
|
margin-bottom: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.col-lg-6 {
|
|
|
|
padding-right: 5px;
|
|
|
|
padding-left: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.col-lg-8 {
|
|
|
|
padding-right: 5px;
|
|
|
|
padding-left: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.col-lg-4 {
|
|
|
|
padding-right: 5px;
|
|
|
|
padding-left: 5px;
|
|
|
|
}
|
|
|
|
|
2017-10-31 12:35:05 +01:00
|
|
|
.col-lg-12 {
|
|
|
|
padding-right: 5px;
|
|
|
|
padding-left: 5px;
|
|
|
|
}
|
|
|
|
|
2017-10-30 16:28:32 +01:00
|
|
|
.leftSepa {
|
|
|
|
border-left-color: rgb(221, 221, 221);
|
|
|
|
border-left-style: solid;
|
|
|
|
border-left-width: 2px;
|
|
|
|
padding-left: 8px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.textTopHeader {
|
|
|
|
height: 50px;
|
|
|
|
text-align: center;
|
|
|
|
margin-left: 8px;
|
|
|
|
float: left;
|
|
|
|
padding-top: 9px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.center {
|
|
|
|
display:block;
|
|
|
|
margin-left:auto;
|
|
|
|
margin-right:auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
small {
|
|
|
|
font-size: 100%;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
</style>
|
|
|
|
|
|
|
|
<body>
|
|
|
|
|
|
|
|
<div id="wrapper">
|
|
|
|
|
|
|
|
<!-- Navigation -->
|
|
|
|
<nav class="navbar navbar-default navbar-static-top" role="navigation" style="margin-bottom: 0; padding-left: 15px;">
|
|
|
|
<div class="navbar-header">
|
|
|
|
<img src="{{ url_for('static', filename='pics/MISP.png') }}" alt="MISP" style="float: left; height: 40px; margin-top: 5px;"><a class="navbar-brand dropdown-toggle" data-toggle="dropdown" href="#">MISP Contributors
|
|
|
|
<span class="caret"></span></a>
|
|
|
|
<ul class="dropdown-menu">
|
|
|
|
<li><a href="{{ url_for('index') }}">MISP Live Dashboard</a></li>
|
|
|
|
<li><a href="{{ url_for('geo') }}">MISP Geolocalisation</a></li>
|
|
|
|
<li><a href="{{ url_for('contrib') }}">MISP Contributors</a></li>
|
|
|
|
</ul>
|
|
|
|
</div>
|
|
|
|
<!-- /.navbar-header -->
|
|
|
|
</nav>
|
|
|
|
|
|
|
|
<!-- Page Content -->
|
|
|
|
<div id="page-wrapper" style="margin: 0px; padding: 0px;">
|
|
|
|
<div class="container-fluid">
|
|
|
|
<div class="row">
|
|
|
|
<div class="col-lg-12">
|
|
|
|
<div style="height: 10px;"></div>
|
|
|
|
<div class="col-lg-8">
|
|
|
|
|
2017-10-31 12:35:05 +01:00
|
|
|
<div class="col-lg-8">
|
|
|
|
<div class="panel panel-default" style="height: 100%;">
|
|
|
|
<div class="panel-heading bg-info" style="font-weight: bold;">
|
|
|
|
<i class="fa fa-asterisk " style="margin-right: 5px;"></i><b>Contributor Ranking</b>
|
|
|
|
</div>
|
|
|
|
<div id="panelRanking" class="panel-body" style="height: 100%;">
|
|
|
|
|
|
|
|
<div class="table-responsive">
|
|
|
|
<table id="topContribTable" class="table table-hover table-striped">
|
|
|
|
<thead>
|
|
|
|
<tr>
|
2017-10-31 15:08:44 +01:00
|
|
|
<th>#</th>
|
|
|
|
<th>Org rank</th>
|
2017-10-31 12:35:05 +01:00
|
|
|
<th>Logo</th>
|
|
|
|
<th>Organization name</th>
|
|
|
|
</tr>
|
|
|
|
</thead>
|
|
|
|
<tbody>
|
|
|
|
</tbody>
|
|
|
|
</table>
|
|
|
|
</div>
|
2017-10-30 16:28:32 +01:00
|
|
|
|
|
|
|
</div>
|
2017-10-31 12:35:05 +01:00
|
|
|
<!-- /.panel-body -->
|
|
|
|
</div><!-- /.panel -->
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div class="col-lg-4">
|
|
|
|
<div class="panel panel-default" style="height: 100%;">
|
|
|
|
<div class="panel-heading bg-info" style="font-weight: bold;">
|
2017-10-31 15:08:44 +01:00
|
|
|
<i class="glyphicon glyphicon-fire " style="margin-right: 5px;"></i><b>Last contributors</b>
|
2017-10-31 12:35:05 +01:00
|
|
|
</div>
|
2017-10-31 15:08:44 +01:00
|
|
|
<div id="panellast" class="panel-body" style="height: 100%;">
|
2017-10-31 12:35:05 +01:00
|
|
|
|
|
|
|
<div class="table-responsive">
|
2017-10-31 15:08:44 +01:00
|
|
|
<table id="lastTable" class="table table-hover table-striped">
|
2017-10-31 12:35:05 +01:00
|
|
|
<thead>
|
|
|
|
<tr>
|
2017-10-31 15:08:44 +01:00
|
|
|
<th>#</th>
|
|
|
|
<th>Org rank</th>
|
2017-10-31 12:35:05 +01:00
|
|
|
<th>Logo</th>
|
2017-10-31 15:08:44 +01:00
|
|
|
<th>Org name</th>
|
2017-10-31 12:35:05 +01:00
|
|
|
</tr>
|
|
|
|
</thead>
|
|
|
|
<tbody>
|
|
|
|
</tbody>
|
|
|
|
</table>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<!-- /.panel-body -->
|
|
|
|
</div><!-- /.panel -->
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div class="col-lg-12">
|
|
|
|
<div class="panel panel-default" style="height: 100%;">
|
|
|
|
<div class="panel-heading bg-info" style="font-weight: bold;">
|
|
|
|
<i class="fa fa-th-list " style="margin-right: 5px;"></i><b>Contributors and Categories</b>
|
|
|
|
</div>
|
|
|
|
<div id="panelRanking" class="panel-body" style="height: 100%;">
|
|
|
|
|
|
|
|
<div class="table-responsive">
|
|
|
|
<table id="categTable" class="table table-hover table-striped">
|
|
|
|
<thead>
|
|
|
|
<tr>
|
2017-10-31 15:08:44 +01:00
|
|
|
<th>#</th>
|
|
|
|
<th>Org rank</th>
|
2017-10-31 12:35:05 +01:00
|
|
|
<th>Logo</th>
|
|
|
|
<th>Organization name</th>
|
|
|
|
<th>Network Activity</th>
|
|
|
|
<th>Payload delivery</th>
|
|
|
|
<th>Others</th>
|
|
|
|
</tr>
|
|
|
|
</thead>
|
|
|
|
<tbody>
|
|
|
|
</tbody>
|
|
|
|
</table>
|
|
|
|
</div>
|
2017-10-30 16:28:32 +01:00
|
|
|
|
2017-10-31 12:35:05 +01:00
|
|
|
</div>
|
|
|
|
<!-- /.panel-body -->
|
|
|
|
</div><!-- /.panel -->
|
|
|
|
</div>
|
2017-10-30 16:28:32 +01:00
|
|
|
|
|
|
|
|
|
|
|
</div><!-- /.col-lg-8 -->
|
|
|
|
|
|
|
|
|
|
|
|
<div class="col-lg-4">
|
|
|
|
|
|
|
|
<div class="panel panel-default" style="height: 100%;">
|
|
|
|
<div class="panel-heading bg-info" style="font-weight: bold;">
|
2017-10-31 12:35:05 +01:00
|
|
|
<i class="fa fa-star-o" style="margin-right: 5px;"></i><b>Hall Of Fame</b>
|
2017-10-30 16:28:32 +01:00
|
|
|
</div>
|
|
|
|
<div id="panelRanking" class="panel-body" style="height: 100%;">
|
|
|
|
|
|
|
|
<div class="table-responsive">
|
|
|
|
<table id="fameTable" class="table table-hover table-striped" style="margin-bottom: 0px;">
|
|
|
|
<thead>
|
|
|
|
<tr>
|
2017-10-31 15:08:44 +01:00
|
|
|
<th>#</th>
|
|
|
|
<th>prev. rank</th>
|
2017-10-30 16:28:32 +01:00
|
|
|
<th>Logo</th>
|
|
|
|
<th>Organization name</th>
|
|
|
|
</tr>
|
|
|
|
</thead>
|
|
|
|
<tbody id=fameTableBody>
|
|
|
|
</tbody>
|
|
|
|
</table>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
<!-- /.panel-body -->
|
|
|
|
</div><!-- /.panel -->
|
|
|
|
|
|
|
|
<div class="panel panel-default" style="height: 100%;">
|
|
|
|
<div class="panel-heading bg-info" style="font-weight: bold;">
|
|
|
|
<i class="fa fa-line-chart" style="margin-right: 5px;"></i><b>Top 5 Contributor overtime</b>
|
|
|
|
</div>
|
|
|
|
<div id="panelRanking" class="panel-body" style="height: 100%;">
|
2017-10-31 15:08:44 +01:00
|
|
|
<div id="divTop5Overtime" style="height: 32vh"></div>
|
2017-10-30 16:28:32 +01:00
|
|
|
</div>
|
|
|
|
<!-- /.panel-body -->
|
|
|
|
|
|
|
|
</div><!-- /.panel -->
|
|
|
|
|
|
|
|
</div><!-- /.col-lg-4 -->
|
|
|
|
|
|
|
|
</div><!-- /.col-lg-12 -->
|
|
|
|
</div><!-- /.row -->
|
|
|
|
|
|
|
|
</div> <!-- /.container-fluid -->
|
|
|
|
|
|
|
|
</div>
|
|
|
|
<!-- /#page-wrapper -->
|
|
|
|
|
|
|
|
</div>
|
|
|
|
<!-- /#wrapper -->
|
|
|
|
<!-- Index -->
|
|
|
|
<script>
|
|
|
|
/* URL */
|
|
|
|
|
|
|
|
/* DATA FROM CONF */
|
|
|
|
|
2017-10-31 15:08:44 +01:00
|
|
|
function getRankIcon(rank) {
|
|
|
|
var imgsPath = "{{ url_for('static', filename='pics/rankingMISP/1.png') }}";
|
|
|
|
imgsPath = imgsPath.substring(0, imgsPath.length-5);
|
|
|
|
rankLogoPath = imgsPath+rank+'.png';
|
|
|
|
var img = document.createElement('img');
|
|
|
|
img.src = rankLogoPath;
|
|
|
|
img.height = 26;
|
|
|
|
img.width = 26;
|
|
|
|
return img.outerHTML;
|
|
|
|
}
|
|
|
|
|
2017-10-30 16:28:32 +01:00
|
|
|
function create_stars_dom(n) {
|
|
|
|
var n = 4-n; //1 is best -> 3 stars
|
|
|
|
var div = document.createElement('DIV');
|
|
|
|
div.classList.add('ranking');
|
|
|
|
for(var i=1; i<=n; i++) {
|
|
|
|
var span = document.createElement('span');
|
|
|
|
span.classList.add("glyphicon");
|
|
|
|
span.classList.add("glyphicon-star");
|
|
|
|
span.classList.add("star"+n+"-"+i);
|
|
|
|
div.appendChild(span);
|
|
|
|
}
|
|
|
|
return div.outerHTML;
|
|
|
|
}
|
|
|
|
|
|
|
|
var datatableIndex = 1;
|
|
|
|
function getIndexRank() {
|
|
|
|
var to_return;
|
|
|
|
switch (datatableIndex) {
|
|
|
|
case 1:
|
|
|
|
to_return = create_stars_dom(1);
|
|
|
|
break;
|
|
|
|
case 2:
|
|
|
|
to_return = create_stars_dom(2);
|
|
|
|
break;
|
|
|
|
case 3:
|
|
|
|
to_return = create_stars_dom(3);
|
|
|
|
break;
|
|
|
|
|
|
|
|
default:
|
|
|
|
to_return = datatableIndex;
|
|
|
|
}
|
|
|
|
datatableIndex++;
|
|
|
|
return to_return;
|
|
|
|
}
|
|
|
|
|
|
|
|
var datatableTop;
|
|
|
|
var datatableFame;
|
2017-10-31 12:35:05 +01:00
|
|
|
|
|
|
|
var optionsLineChart = {
|
|
|
|
series: {
|
|
|
|
shadowSize: 0 ,
|
|
|
|
lines: {
|
|
|
|
fill: true,
|
|
|
|
fillColor: {
|
|
|
|
colors: [ { opacity: 1 }, { opacity: 0.1 } ]
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
points: { show: true },
|
|
|
|
lines: { show: true, fill: true },
|
|
|
|
grid: {
|
|
|
|
tickColor: "#dddddd",
|
|
|
|
borderWidth: 0
|
|
|
|
},
|
|
|
|
legend: {
|
|
|
|
show: true,
|
|
|
|
position: "nw"
|
|
|
|
}
|
|
|
|
};
|
|
|
|
var optionDatatable_light = {
|
|
|
|
responsive: true,
|
|
|
|
searching: false,
|
|
|
|
ordering: false,
|
2017-10-31 15:08:44 +01:00
|
|
|
scrollY: '30vh',
|
2017-10-31 12:35:05 +01:00
|
|
|
scrollCollapse: true,
|
|
|
|
paging: false,
|
|
|
|
"language": {
|
|
|
|
"lengthMenu": "",
|
|
|
|
"info": "",
|
|
|
|
"infoFiltered": "",
|
|
|
|
"infoEmpty": "",
|
|
|
|
},
|
|
|
|
"info": false,
|
|
|
|
};
|
2017-10-31 15:08:44 +01:00
|
|
|
var optionDatatable_top = jQuery.extend({}, optionDatatable_light)
|
|
|
|
var optionDatatable_last = jQuery.extend({}, optionDatatable_light)
|
|
|
|
var optionDatatable_fame = jQuery.extend({}, optionDatatable_light)
|
|
|
|
optionDatatable_fame.scrollY = '50vh';
|
2017-10-31 12:35:05 +01:00
|
|
|
|
|
|
|
var optionDatatable_Categ = {
|
|
|
|
responsive: true,
|
2017-10-31 15:08:44 +01:00
|
|
|
searching: true,
|
|
|
|
scrollY: '39vh',
|
2017-10-31 12:35:05 +01:00
|
|
|
scrollCollapse: true,
|
|
|
|
paging: false,
|
|
|
|
"info": false,
|
2017-10-30 16:28:32 +01:00
|
|
|
};
|
|
|
|
|
|
|
|
$(document).ready(function() {
|
2017-10-31 15:08:44 +01:00
|
|
|
datatableTop = $('#topContribTable').DataTable(optionDatatable_top);
|
|
|
|
datatableFame = $('#fameTable').DataTable(optionDatatable_fame);
|
2017-10-31 12:35:05 +01:00
|
|
|
datatableCateg = $('#categTable').DataTable(optionDatatable_Categ);
|
2017-10-31 15:08:44 +01:00
|
|
|
datatableLast = $('#lastTable').DataTable(optionDatatable_last);
|
2017-10-30 16:28:32 +01:00
|
|
|
// top contributors
|
|
|
|
$.getJSON( "{{ url_for('getTopContributor') }}", function( data ) {
|
|
|
|
for (i in data) {
|
|
|
|
var row = data[i];
|
2017-10-31 15:08:44 +01:00
|
|
|
i = parseInt(i);
|
2017-10-30 16:28:32 +01:00
|
|
|
var to_add = [
|
2017-10-31 15:08:44 +01:00
|
|
|
i+1,
|
|
|
|
getRankIcon(row.rank),
|
2017-10-30 16:28:32 +01:00
|
|
|
row.logo_path,
|
|
|
|
row.org
|
|
|
|
];
|
|
|
|
datatableTop.row.add(to_add);
|
|
|
|
}
|
|
|
|
datatableTop.draw();
|
|
|
|
});
|
|
|
|
|
|
|
|
// hall of fame
|
|
|
|
$.getJSON( "{{ url_for('getTopContributor') }}", function( data ) {
|
|
|
|
datatableIndex = 1;
|
|
|
|
for (i in data) {
|
|
|
|
var row = data[i];
|
2017-10-31 15:08:44 +01:00
|
|
|
i = parseInt(i);
|
2017-10-30 16:28:32 +01:00
|
|
|
var to_add = [
|
2017-10-31 15:08:44 +01:00
|
|
|
i+1,
|
|
|
|
getRankIcon(row.rank),
|
2017-10-30 16:28:32 +01:00
|
|
|
row.logo_path,
|
|
|
|
row.org
|
|
|
|
];
|
|
|
|
datatableFame.row.add(to_add);
|
|
|
|
}
|
|
|
|
datatableFame.draw();
|
|
|
|
});
|
|
|
|
|
2017-10-31 15:08:44 +01:00
|
|
|
$.getJSON( "{{ url_for('getTopContributor') }}", function( data ) {
|
|
|
|
for (i in data) {
|
|
|
|
var row = data[i];
|
|
|
|
i = parseInt(i);
|
|
|
|
var to_add = [
|
|
|
|
i+1,
|
|
|
|
getRankIcon(row.rank),
|
|
|
|
row.logo_path,
|
|
|
|
row.org
|
|
|
|
];
|
|
|
|
datatableLast.row.add(to_add);
|
|
|
|
}
|
|
|
|
datatableLast.draw();
|
|
|
|
});
|
|
|
|
|
|
|
|
$.getJSON( "{{ url_for('getCategPerContrib') }}", function( data ) {
|
|
|
|
for (i in data) {
|
|
|
|
var row = data[i];
|
|
|
|
i = parseInt(i);
|
|
|
|
var to_add = [
|
|
|
|
i+1,
|
|
|
|
getRankIcon(row.rank),
|
|
|
|
row.logo_path,
|
|
|
|
row.org,
|
|
|
|
row.network_activity,
|
|
|
|
row.payload_delivery,
|
|
|
|
row.others
|
|
|
|
];
|
|
|
|
datatableCateg.row.add(to_add);
|
|
|
|
}
|
|
|
|
datatableCateg.draw();
|
|
|
|
});
|
2017-10-30 16:28:32 +01:00
|
|
|
// top 5 contrib overtime
|
|
|
|
$.getJSON( "{{ url_for('getTop5Overtime') }}", function( data ) {
|
|
|
|
var plotLineChart = $.plot("#divTop5Overtime", data, optionsLineChart);
|
|
|
|
});
|
|
|
|
});
|
|
|
|
|
|
|
|
</script>
|
|
|
|
|
|
|
|
</body>
|
|
|
|
|
|
|
|
</html>
|