Vainglory
Vainglory
Select the game
Language:
Русский
English
Sign in
Registration
Vainglory
Vainglory
Select the game
Sign in
Registration
Tournaments
Teams
Players
Discord
Patreon
Language:
Русский
English
Tournaments
Teams
Players
Discord
Patreon
Double Elimination Champ Cup
Rules
Discord Chat
Info
Statistic
Grid
Matches
№
Login
Team
Rank
Kill
Dead
Support
Statistics not yet available
<td class="table-td table-td-<%this.type%>"> <% if (this.type == 'name') { %> <div class="player-item"> <% if (this.icon) { %> <div class="player-item-pic"> <i class="ico ico-player" style="background-image: url(<%this.icon%>)"></i> </div> <% } %> <div class="player-item-content"> <% if (this.text) { %> <div class="player-item-player"> <a class="link-holder" href="<%this.url%>"><%this.text%></a> </div> <% if (this.online == 1) { %> <div class="player-item-info"><span class='label label-success'>Online</span></div> <% } else { %> <div class="player-item-info"><span class='label label-light'>Offline</span></div> <% } %> <% } else { %> <div class="player-item-player"> — </div> <% } %> </div> </div> <% } else if (this.type == 'team') { %> <div class="player-item"> <% if (this.searchTheTeam == 1) { %> <div class="player-item-info"><span class='label label-success'><%this.text%></span></div> <% } else { %> <% if (this.icon) { %> <div class="player-item-pic"> <i class="ico ico-player" style="background-image: url(<%this.icon%>)"></i> </div> <% } %> <div class="player-item-content"> <% if (this.text) { %> <div class="player-item-player"> <% if (this.url) { %> <a class="link-holder" href="<%this.url%>"><%this.text%></a> <% } else { %> <%this.text%> <% } %> </div> <% if (this.country_alias) { %> <div class="player-item-info"><span class="flag-icon flag-icon-<% this.country_alias %>"></span></div> <% } %> <% } else { %> <div class="player-item-player"> — </div> <% } %> </div> <% } %> </div> <% } else if (this.type == 'players') { %> <div class="player-item"> <% if (this.items && this.items.length) { %> <% for (var index in this.items) { %> <div class="player-item-pic"> <a href="<% this.items[index].url %>" class="ico ico-player" style="background-image: url(<%this.items[index].icon%>)" data-toggle="tooltip" data-placement="right" title="<%this.items[index].text%>"></a> <% if (this.items[index].online == 1) { %> <div class="player-item-info"><span class='label label-success'>Online</span></div> <% } else { %> <div class="player-item-info"><span class='label label-light'>Offline</span></div> <% } %> </div> <% } %> <% } %> </div> <% } else { %> <% if (this.url) { %> <a href="<%this.url%>" data-toggle="tooltip" title="<%this.alt%>"> <% if (this.icon) { %> <i class="ico ico-40" style="background-image: url(<%this.icon%>)"></i> <% } %> <%this.text%> </a> <% } else { %> <span data-toggle="tooltip" title="<%this.alt%>"> <% if (this.icon) { %> <i class="ico ico-40" style="background-image: url(<%this.icon%>)"></i> <% } %> <%this.text%> </span> <% } %> <% } %> </td>
<% if (this.src) { %> <div class="video-item-modal"> <iframe width="100%" height="350" src="<% this.src %>" frameborder="0" allowfullscreen></iframe> </div> <% } %>