polling updates, including banner for appseceu

This commit is contained in:
Jason White
2017-05-10 16:15:21 +01:00
parent cae937c83e
commit 08e7916b39
3 changed files with 11 additions and 3 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 260 KiB

View File

@ -1139,3 +1139,10 @@ div.captured-flag {
.fa-flag { .fa-flag {
color:red color:red
} }
.appseceu-banner {
background: url('img/appseceu-17.png') no-repeat 0px 0px;
height: 117px;
width: 1268px;
margin-bottom: 20px;
}

View File

@ -1,8 +1,9 @@
<div class="scoreboard-title">WebGoat Challenge</div> <div class="scoreboard-title">WebGoat Challenge - AppSec EU 2017</div>
<div class="appseceu-banner">banner here</div>
<table class="scoreboard-table"> <table class="scoreboard-table">
<% _.each(rankings, function(userRanking) { %> <% _.each(rankings, function(userRanking, index) { %>
<tr> <tr>
<th class="username"> <div class="scoreboard-username"><%= userRanking.username %> </div></th> <th class="username"> <div class="scoreboard-username"><%= index%> <%=userRanking.username %> </div></th>
<td class="user-flags"> <% _.each(userRanking.flagsCaptured, function(flag) { %> <td class="user-flags"> <% _.each(userRanking.flagsCaptured, function(flag) { %>
<div class="captured-flag"> <div class="captured-flag">