2014-03-03 12:03:44 -05:00
|
|
|
extends /templates/modal/modal_base
|
|
|
|
|
|
|
|
block modal-header-content
|
2014-03-12 16:23:25 -04:00
|
|
|
h3(data-i18n="ladder.choose_opponent") Choose an Opponent
|
2014-03-03 12:03:44 -05:00
|
|
|
|
|
|
|
block modal-body-content
|
|
|
|
|
2014-03-07 15:58:17 -05:00
|
|
|
div#noob-view.secret
|
|
|
|
a(href="/play/level/#{levelID}-tutorial").btn.btn-success.btn-block.btn-lg
|
|
|
|
p
|
2014-03-12 16:23:25 -04:00
|
|
|
strong(data-i18n="ladder.tutorial_play") Play Tutorial
|
|
|
|
span(data-i18n="ladder.tutorial_recommended") Recommended if you've never played before
|
|
|
|
span.btn.btn-primary.btn-block.btn-lg#skip-tutorial-button(data-i18n="ladder.tutorial_skip") Skip Tutorial
|
2014-03-03 12:03:44 -05:00
|
|
|
|
2014-03-07 15:58:17 -05:00
|
|
|
div#normal-view
|
2014-03-03 12:03:44 -05:00
|
|
|
|
2014-04-28 13:54:03 -04:00
|
|
|
if tutorialLevelExists
|
|
|
|
p.tutorial-suggestion
|
|
|
|
strong(data-i18n="ladder.tutorial_not_sure") Not sure what's going on?
|
|
|
|
|
|
|
|
|
a(href="/play/level/#{levelID}-tutorial", data-i18n="ladder.tutorial_play_first") Play the tutorial first.
|
2014-03-07 15:58:17 -05:00
|
|
|
|
|
|
|
a(href="/play/level/#{levelID}?team=#{teamID}")
|
|
|
|
div.play-option
|
2014-03-03 15:04:31 -05:00
|
|
|
img(src=myPortrait).my-icon.only-one
|
2014-03-07 15:58:17 -05:00
|
|
|
img(src="/images/pages/play/ladder/"+teamID+"_ladder_tutorial.png", style="border: 1px solid #{teamColor}; background: #{teamBackgroundColor}").my-team-icon.img-circle.only-one
|
|
|
|
img(src=genericPortrait).opponent-icon
|
|
|
|
img(src="/images/pages/play/ladder/"+otherTeamID+"_ladder_tutorial.png", style="border: 1px solid #{opponentTeamColor}; background: #{opponentTeamBackgroundColor}").opponent-team-icon.img-circle
|
2014-03-03 15:04:31 -05:00
|
|
|
div.my-name.name-label.only-one
|
2014-03-03 12:03:44 -05:00
|
|
|
span= myName
|
|
|
|
div.opponent-name.name-label
|
2014-03-12 16:23:25 -04:00
|
|
|
span(data-i18n="ladder.simple_ai") Simple AI
|
2014-03-03 12:03:44 -05:00
|
|
|
div.difficulty
|
2014-03-12 16:23:25 -04:00
|
|
|
span(data-i18n="ladder.warmup") Warmup
|
|
|
|
div(data-i18n="ladder.vs").vs VS
|
2014-03-07 15:58:17 -05:00
|
|
|
|
|
|
|
if challengers.easy
|
|
|
|
a(href="/play/level/#{levelID}?team=#{teamID}&opponent=#{challengers.easy.sessionID}")
|
|
|
|
div.play-option.easy-option
|
|
|
|
img(src=myPortrait).my-icon.only-one
|
|
|
|
img(src="/images/pages/play/ladder/"+teamID+"_ladder_easy.png", style="border: 1px solid #{teamColor}; background: #{teamBackgroundColor}").my-team-icon.img-circle.only-one
|
|
|
|
img(src=challengers.easy.opponentImageSource||genericPortrait).opponent-icon
|
|
|
|
img(src="/images/pages/play/ladder/"+otherTeamID+"_ladder_easy.png", style="border: 1px solid #{opponentTeamColor}; background: #{opponentTeamBackgroundColor}").opponent-team-icon.img-circle
|
|
|
|
div.my-name.name-label.only-one
|
|
|
|
span= myName
|
|
|
|
div.opponent-name.name-label
|
|
|
|
span= challengers.easy.opponentName
|
|
|
|
div.difficulty
|
2014-03-12 16:23:25 -04:00
|
|
|
span(data-i18n="general.easy") Easy
|
|
|
|
div(data-i18n="ladder.vs").vs VS
|
2014-03-07 15:58:17 -05:00
|
|
|
|
|
|
|
if challengers.medium
|
|
|
|
a(href="/play/level/#{levelID}?team=#{teamID}&opponent=#{challengers.medium.sessionID}")
|
|
|
|
div.play-option.medium-option
|
|
|
|
img(src=myPortrait).my-icon.only-one
|
|
|
|
img(src="/images/pages/play/ladder/"+teamID+"_ladder_medium.png", style="border: 1px solid #{teamColor}; background: #{teamBackgroundColor}").my-team-icon.img-circle.only-one
|
|
|
|
img(src=challengers.medium.opponentImageSource||genericPortrait).opponent-icon
|
|
|
|
img(src="/images/pages/play/ladder/"+otherTeamID+"_ladder_medium.png", style="border: 1px solid #{opponentTeamColor}; background: #{opponentTeamBackgroundColor}").opponent-team-icon.img-circle
|
|
|
|
div.my-name.name-label.only-one
|
|
|
|
span= myName
|
|
|
|
div.opponent-name.name-label
|
|
|
|
span= challengers.medium.opponentName
|
|
|
|
div.difficulty
|
2014-03-12 16:23:25 -04:00
|
|
|
span(data-i18n="general.medium") Medium
|
|
|
|
div(data-i18n="ladder.vs").vs VS
|
2014-03-07 15:58:17 -05:00
|
|
|
|
|
|
|
if challengers.hard
|
|
|
|
a(href="/play/level/#{levelID}?team=#{teamID}&opponent=#{challengers.hard.sessionID}")
|
|
|
|
div.play-option.hard-option
|
|
|
|
img(src=myPortrait).my-icon.only-one
|
|
|
|
img(src="/images/pages/play/ladder/"+teamID+"_ladder_hard.png", style="border: 1px solid #{teamColor}; background: #{teamBackgroundColor}").my-team-icon.img-circle.only-one
|
|
|
|
img(src=challengers.hard.opponentImageSource||genericPortrait).opponent-icon
|
|
|
|
img(src="/images/pages/play/ladder/"+otherTeamID+"_ladder_hard.png", style="border: 1px solid #{opponentTeamColor}; background: #{opponentTeamBackgroundColor}").opponent-team-icon.img-circle
|
|
|
|
div.my-name.name-label.only-one
|
|
|
|
span= myName
|
|
|
|
div.opponent-name.name-label
|
|
|
|
span= challengers.hard.opponentName
|
|
|
|
div.difficulty
|
2014-03-12 16:23:25 -04:00
|
|
|
span(data-i18n="general.hard") Hard
|
|
|
|
div(data-i18n="ladder.vs").vs VS
|
2014-03-03 12:03:44 -05:00
|
|
|
|
|
|
|
block modal-footer
|