polling updates, including banner for appseceu
This commit is contained in:
Binary file not shown.
After Width: | Height: | Size: 260 KiB |
@ -1138,4 +1138,11 @@ div.captured-flag {
|
||||
|
||||
.fa-flag {
|
||||
color:red
|
||||
}
|
||||
|
||||
.appseceu-banner {
|
||||
background: url('img/appseceu-17.png') no-repeat 0px 0px;
|
||||
height: 117px;
|
||||
width: 1268px;
|
||||
margin-bottom: 20px;
|
||||
}
|
@ -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">
|
||||
<% _.each(rankings, function(userRanking) { %>
|
||||
<% _.each(rankings, function(userRanking, index) { %>
|
||||
<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) { %>
|
||||
|
||||
<div class="captured-flag">
|
||||
|
Reference in New Issue
Block a user