이성주

유니코드 문제 해결+ menulist 버튼으로 바꿈 + html 이름 고치기

......@@ -2,6 +2,6 @@
"ExpandedNodes": [
""
],
"SelectedNode": "\\score_result.html",
"SelectedNode": "\\select_opponent.html",
"PreviewInSolutionExplorer": false
}
\ No newline at end of file
......
No preview for this file type
<!DOCTYPE html>
<!DOCTYPE html>
<html lang="ko">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>HearthCompare - 하스스톤 도우미</title>
<title>HearthCompare - 하스스톤 도우미</title>
<!-- 부트스트랩 -->
<!-- 부트스트랩 -->
<link href="../../static/bootstrap-3.3.2-dist/css/bootstrap.min.css?ver=1" rel="stylesheet">
<link href="../../static/main.css" rel="stylesheet">
<!-- IE8 에서 HTML5 요소와 미디어 쿼리를 위한 HTML5 shim 와 Respond.js -->
<!-- WARNING: Respond.js 는 당신이 file:// 을 통해 페이지를 볼 때는 동작하지 않습니다. -->
<!-- IE8 에서 HTML5 요소와 미디어 쿼리를 위한 HTML5 shim 와 Respond.js -->
<!-- WARNING: Respond.js 는 당신이 file:// 을 통해 페이지를 볼 때는 동작하지 않습니다. -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
......@@ -23,11 +23,11 @@
type:'POST',
url:'/logout',
success:function(result){
alert('로그아웃에 성공하였습니다.\n로그인 화면으로 이동합니다.')
alert('로그아웃에 성공하였습니다.\n로그인 화면으로 이동합니다.')
window.location.href='/'
},
error:function(result){
alert('로그아웃에 실패하였습니다.')
alert('로그아웃에 실패하였습니다.')
return false
}
})
......@@ -50,7 +50,7 @@
<div class="navbar-collapse collapse" id="navbar" aria-expanded="false" style="height: 1px;">
<ul class="nav navbar-nav"></ul>
<div class="navbar-right">
<input type="button" class="btn navbar-btn" id="logoutButton" style="color:#000;" value="로그아웃" />
<input type="button" class="btn navbar-btn" id="logoutButton" style="color:#000;" value="로그아웃" />
</div>
</div>
</div>
......@@ -60,19 +60,27 @@
<div class="container show-grid">
<div class="padding" style="width:100px"></div>
<div class="container" style="width:50%;">
<h3 class="form-signin-heading"></h3>
<h3 class="form-signin-heading">메뉴</h3>
<br>
<table class="table">
<tr><td style="text-align: center;"><a class="list-group-item" href="/decklist">1. 멀리건 승률 확인하기</a></td></tr>
<tr><td style="text-align: center;"><a class="list-group-item" href="/select_opponent">2. 상대편 직업의 주요 덱 보기</a></td></tr>
<tr><td style="text-align: center;"><a class="list-group-item" href="#">3. 투기장 카드 점수 확인하기</a></td></tr>
</table>
<div class="col">
<div class="row-md-5">
<a href="/decklist"><input class="btn btn-lg btn-info btn-block" type="button" id="handprob_check" value="1. 멀리건 승률 확인하기" /></a>
</div>
<br>
<div class="row-md-5">
<a href="/select_opponent"><input class="btn btn-lg btn-info btn-block" type="button" id="oppenentdeck_check" value="2. 상대편 직업의 주요 덱 보기" /></a>
</div>
<br>
<div class="row-md-5">
<a href="/select_mine"><input class="btn btn-lg btn-info btn-block" type="button" id="cardscore_check" value="3. 투기장 카드 점수 확인하기" /></a>
</div>
</div>
</div>
</div>
<!-- jQuery (부트스트랩의 자바스크립트 플러그인을 위해 필요합니다) -->
<!-- jQuery (부트스트랩의 자바스크립트 플러그인을 위해 필요합니다) -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
<!-- 모든 컴파일된 플러그인을 포함합니다 (아래), 원하지 않는다면 필요한 각각의 파일을 포함하세요 -->
<!-- 모든 컴파일된 플러그인을 포함합니다 (아래), 원하지 않는다면 필요한 각각의 파일을 포함하세요 -->
<script src="../../static/bootstrap-3.3.2-dist/js/bootstrap.min.js"></script>
</body>
</html>
\ No newline at end of file
......
<!DOCTYPE html>
<!DOCTYPE html>
<html lang="ko">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>HearthCompare - 하스스톤 도우미</title>
<title>HearthCompare - 하스스톤 도우미</title>
<!-- 부트스트랩 -->
<!-- 부트스트랩 -->
<link href="../../static/bootstrap-3.3.2-dist/css/bootstrap.min.css?ver=1" rel="stylesheet">
<link href="../../static/main.css" rel="stylesheet">
<!-- IE8 에서 HTML5 요소와 미디어 쿼리를 위한 HTML5 shim 와 Respond.js -->
<!-- WARNING: Respond.js 는 당신이 file:// 을 통해 페이지를 볼 때는 동작하지 않습니다. -->
<!-- IE8 에서 HTML5 요소와 미디어 쿼리를 위한 HTML5 shim 와 Respond.js -->
<!-- WARNING: Respond.js 는 당신이 file:// 을 통해 페이지를 볼 때는 동작하지 않습니다. -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
......@@ -23,11 +23,11 @@
type:'POST',
url:'/logout',
success:function(result){
alert('로그아웃에 성공하였습니다.\n로그인 화면으로 이동합니다.')
alert('로그아웃에 성공하였습니다.\n로그인 화면으로 이동합니다.')
window.location.href='/'
},
error:function(result){
alert('로그아웃에 실패하였습니다.')
alert('로그아웃에 실패하였습니다.')
return false
}
})
......@@ -50,26 +50,25 @@
<div class="navbar-collapse collapse" id="navbar" aria-expanded="false" style="height: 1px;">
<ul class="nav navbar-nav"></ul>
<div class="navbar-right">
<input type="button" class="btn navbar-btn" id="logoutButton" style="color:#000;" value="로그아웃" />
<input type="button" class="btn navbar-btn" id="logoutButton" style="color:#000;" value="로그아웃" />
</div>
</div>
</div>
</nav>
<div class="container show-grid">
<div class="padding" style="width:100px"></div>
<br>
<br>
<h3 class="form-signin-heading">내 덱</h3>
<div class="padding-top" style="width:100px"></div>
<br><br><br><br><br>
<h3 class="form-signin-heading">내 덱</h3>
<div id="opponentDecks">
<table class="table" style="text-align: center;">
<thead>
<td>이름</td>
<td></td>
<td>덱 이름</td>
<td>승률</td>
</thead>
<tbody>
<tr>
<td><a class="list-group-item">덱이름1</a></td>
<td><a class="list-group-item">덱 이름</a></td>
<td><a class="list-group-item">56</a></td>
</tr>
</tbody>
......@@ -77,49 +76,49 @@
</div>
<br>
<br>
<h3 class="form-signin-heading">멀리건 승률</h3>
<h3 class="form-signin-heading">멀리건 승률</h3>
<div id="yourMulligan">
<table class="table" style="text-align: center;">
<thead>
<td>카드 이름</td>
<td>멀리건 승률</td>
<td>카드 이름</td>
<td>멀리건 승률</td>
</thead>
<tbody>
<tr>
<td><a class="list-group-item">카드이름1</a></td>
<td><a class="list-group-item">카드 이름</a></td>
<td><a class="list-group-item">60</a></td>
</tr>
<input type="button" class="btn btn-primary btn-block" id="newDeckButton" value="확인" />
<tr>
<td><a class="list-group-item">카드이름2</a></td>
<td><a class="list-group-item">카드 이름</a></td>
<td><a class="list-group-item">59</a></td>
</tr>
<tr>
<td><a class="list-group-item">카드이름3</a></td>
<td><a class="list-group-item">카드 이름</a></td>
<td><a class="list-group-item">58</a></td>
</tr>
<tr>
<td><a class="list-group-item">카드이름4</a></td>
<td><a class="list-group-item">카드 이름</a></td>
<td><a class="list-group-item">57</a></td>
</tr>
</tbody>
</table>
<input type="button" class="btn btn-primary btn-block" id="newDeckButton" value="멀리건 승률 표출하기" />
</div>
<br>
<br>
<div class="row">
<div class="col-md-6">
<a href="/menulist"><input class="btn btn-lg btn-primary btn-block" type="button" id="backToMenuList" value="메뉴 선택으로 돌아가기" /></a>
<a href="/menulist"><input class="btn btn-lg btn-primary btn-block" type="button" id="backToMenuList" value="메뉴 선택으로 돌아가기" /></a>
</div>
<div class="col-md-6">
<a href="/decklist"><input class="btn btn-lg btn-primary btn-block" type="button" id="backToDeckList" value="내 덱 리스트로 돌아가기" /></a>
<a href="/decklist"><input class="btn btn-lg btn-primary btn-block" type="button" id="backToDeckList" value="내 덱 리스트로 돌아가기" /></a>
</div>
</div>
</div>
<!-- jQuery (부트스트랩의 자바스크립트 플러그인을 위해 필요합니다) -->
<!-- jQuery (부트스트랩의 자바스크립트 플러그인을 위해 필요합니다) -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
<!-- 모든 컴파일된 플러그인을 포함합니다 (아래), 원하지 않는다면 필요한 각각의 파일을 포함하세요 -->
<!-- 모든 컴파일된 플러그인을 포함합니다 (아래), 원하지 않는다면 필요한 각각의 파일을 포함하세요 -->
<script src="../../static/bootstrap-3.3.2-dist/js/bootstrap.min.js"></script>
</body>
</html>
\ No newline at end of file
......
<!DOCTYPE html>
<!DOCTYPE html>
<html lang="ko">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>HearthCompare - 하스스톤 도우미</title>
<title>HearthCompare - 하스스톤 도우미</title>
<!-- 부트스트랩 -->
<!-- 부트스트랩 -->
<link href="../../static/bootstrap-3.3.2-dist/css/bootstrap.min.css?ver=1" rel="stylesheet">
<link href="../../static/main.css" rel="stylesheet">
<!-- IE8 에서 HTML5 요소와 미디어 쿼리를 위한 HTML5 shim 와 Respond.js -->
<!-- WARNING: Respond.js 는 당신이 file:// 을 통해 페이지를 볼 때는 동작하지 않습니다. -->
<!-- IE8 에서 HTML5 요소와 미디어 쿼리를 위한 HTML5 shim 와 Respond.js -->
<!-- WARNING: Respond.js 는 당신이 file:// 을 통해 페이지를 볼 때는 동작하지 않습니다. -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
......@@ -23,11 +23,11 @@
type:'POST',
url:'/logout',
success:function(result){
alert('로그아웃에 성공하였습니다.\n로그인 화면으로 이동합니다.')
alert('로그아웃에 성공하였습니다.\n로그인 화면으로 이동합니다.')
window.location.href='/'
},
error:function(result){
alert('로그아웃에 실패하였습니다.')
alert('로그아웃에 실패하였습니다.')
return false
}
})
......@@ -50,70 +50,70 @@
<div class="navbar-collapse collapse" id="navbar" aria-expanded="false" style="height: 1px;">
<ul class="nav navbar-nav"></ul>
<div class="navbar-right">
<input type="button" class="btn navbar-btn" id="logoutButton" style="color:#000;" value="로그아웃" />
<input type="button" class="btn navbar-btn" id="logoutButton" style="color:#000;" value="로그아웃" />
</div>
</div>
</div>
</nav>
<div class="container show-grid">
<div class="padding" style="width:100px"></div>
<br>
<br>
<h3 class="form-signin-heading">내 직업</h3>
<div class="padding-top" style="width:100px"></div>
<br><br><br><br><br>
<h3 class="form-signin-heading">내 직업</h3>
<div id="opponentDecks">
<table class="table" style="text-align: center;">
<thead>
<td>직업</td>
<td>직업</td>
</thead>
<tbody>
<tr>
<td><a class="list-group-item">직업</a></td>
<td><a class="list-group-item">드루이드</a></td>
</tr>
</tbody>
</table>
</div>
<br>
<br>
<h3 class="form-signin-heading">투기장 카드 점수</h3>
<h3 class="form-signin-heading">투기장 카드 점수</h3>
<div id="yourMulligan">
<table class="table" style="text-align: center;">
<thead>
<td>카드 이름</td>
<td>카드 점수</td>
<td>카드 이름</td>
<td>카드 점수</td>
</thead>
<tbody>
<tr>
<td><a class="list-group-item">카드이름1</a></td>
<td><a class="list-group-item">카드 이름</a></td>
<td><a class="list-group-item">60</a></td>
</tr>
<input type="button" class="btn btn-primary btn-block" id="newDeckButton" value="확인" />
<tr>
<td><a class="list-group-item">카드이름2</a></td>
<td><a class="list-group-item">카드 이름</a></td>
<td><a class="list-group-item">59</a></td>
</tr>
<tr>
<td><a class="list-group-item">카드이름3</a></td>
<td><a class="list-group-item">카드 이름</a></td>
<td><a class="list-group-item">58</a></td>
</tr>
</tbody>
</table>
<input type="button" class="btn btn-primary btn-block" id="newDeckButton" value="카드 점수 표출하기" />
</div>
<br>
<br>
<div class="row">
<div class="col-md-6">
<a href="/menulist"><input class="btn btn-lg btn-primary btn-block" type="button" id="backToMenuList" value="메뉴 선택으로 돌아가기" /></a>
<a href="/menulist"><input class="btn btn-lg btn-primary btn-block" type="button" id="backToMenuList" value="메뉴 선택으로 돌아가기" /></a>
</div>
<div class="col-md-6">
<a href="/select_mine"><input class="btn btn-lg btn-primary btn-block" type="button" id="backToMine" value="내 직업 선택으로 돌아가기" /></a>
<a href="/select_mine"><input class="btn btn-lg btn-primary btn-block" type="button" id="backToMine" value="내 직업 선택으로 돌아가기" /></a>
</div>
</div>
</div>
<!-- jQuery (부트스트랩의 자바스크립트 플러그인을 위해 필요합니다) -->
<!-- jQuery (부트스트랩의 자바스크립트 플러그인을 위해 필요합니다) -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
<!-- 모든 컴파일된 플러그인을 포함합니다 (아래), 원하지 않는다면 필요한 각각의 파일을 포함하세요 -->
<!-- 모든 컴파일된 플러그인을 포함합니다 (아래), 원하지 않는다면 필요한 각각의 파일을 포함하세요 -->
<script src="../../static/bootstrap-3.3.2-dist/js/bootstrap.min.js"></script>
</body>
</html>
\ No newline at end of file
......
This diff is collapsed. Click to expand it.
......@@ -37,6 +37,7 @@
let opponentClass=$('input[name="checkOpponent"]:checked').val()
data.opponentClass=opponentClass
const stringData=JSON.stringify(data)
alert('상대편 직업의 주요 덱을 가져오는 동안 잠시만 기다려주십시오.')
$.ajax({
type:'POST',
url:'/api/card/setopponentclass',
......@@ -49,7 +50,7 @@
window.location.href='/deck_result'
},
error:function(){
alert('내 직업 선택에 실패했습니다.')
alert('상대편 덱을 불러오는데 실패했습니다.')
return false
}
})
......@@ -70,8 +71,7 @@
<a class="navbar-brand" href="/">HearthCompare</a>
</div>
<div class="navbar-collapse collapse" id="navbar" aria-expanded="false" style="height: 1px;">
<ul class="nav navbar-nav">
</ul>
<ul class="nav navbar-nav"></ul>
<div class="navbar-right">
<input type="button" class="btn navbar-btn" id="logoutButton" style="color:#000;" value="로그아웃" />
</div>
......@@ -79,26 +79,26 @@
</div>
</nav>
<div class="container show-grid" >
<div class="container show-grid">
<div class="padding" style="width:100px"></div>
<h3 class="form-signin-heading">내가 고른 투기장 직업을 선택해 주세요</h3>
<h3 class="form-signin-heading">상대편의 직업을 선택해주세요.</h3>
<br>
<br>
<div class="row" style="text-align: center;">
<div class="col-md-4">
<img src="https://gamepedia.cursecdn.com/hearthstone_gamepedia/c/c5/Garrosh_Hellscream%28635%29.png?version=1b614ad5340f67612d99542b05168969" style="width:200px;height:250px;"/>
<img src="https://gamepedia.cursecdn.com/hearthstone_gamepedia/c/c5/Garrosh_Hellscream%28635%29.png?version=1b614ad5340f67612d99542b05168969" style="width:200px;height:250px;" />
<br>
<input type="radio" name="checkOpponent" value="WARRIOR"/>전사
<input type="radio" name="checkOpponent" value="WARRIOR" />전사
</div>
<div class="col-md-4">
<img src="https://gamepedia.cursecdn.com/hearthstone_gamepedia/4/4b/Thrall%28319%29.png?version=d0a09d4b1a9973cf5d3853798915d1ac" style="width:200px;height:250px;"/>
<img src="https://gamepedia.cursecdn.com/hearthstone_gamepedia/4/4b/Thrall%28319%29.png?version=d0a09d4b1a9973cf5d3853798915d1ac" style="width:200px;height:250px;" />
<br>
<input type="radio" name="checkOpponent" value="SHAMAN"/>주술사
<input type="radio" name="checkOpponent" value="SHAMAN" />주술사
</div>
<div class="col-md-4">
<img src="https://gamepedia.cursecdn.com/hearthstone_gamepedia/a/a4/Valeera_Sanguinar%282%29.png?version=8e1f8248cfd10cd0780944f5adae3c88" style="width:200px;height:250px;"/>
<img src="https://gamepedia.cursecdn.com/hearthstone_gamepedia/a/a4/Valeera_Sanguinar%282%29.png?version=8e1f8248cfd10cd0780944f5adae3c88" style="width:200px;height:250px;" />
<br>
<input type="radio" name="checkOpponent" value="ROGUE"/>도적
<input type="radio" name="checkOpponent" value="ROGUE" />도적
</div>
</div>
<br>
......@@ -106,19 +106,19 @@
<br>
<div class="row" style="text-align: center;">
<div class="col-md-4">
<img src="https://gamepedia.cursecdn.com/hearthstone_gamepedia/4/4d/Uther_Lightbringer%28257%29.png?version=6dfe616bf25bb33225417253ae47a6d8" style="width:200px;height:250px;"/>
<img src="https://gamepedia.cursecdn.com/hearthstone_gamepedia/4/4d/Uther_Lightbringer%28257%29.png?version=6dfe616bf25bb33225417253ae47a6d8" style="width:200px;height:250px;" />
<br>
<input type="radio" name="checkOpponent" value="PALADIN"/>성기사
<input type="radio" name="checkOpponent" value="PALADIN" />성기사
</div>
<div class="col-md-4">
<img src="https://gamepedia.cursecdn.com/hearthstone_gamepedia/a/a0/Rexxar%28484%29.png?version=f018fc6e46b383cc12aefb4b51a66206" style="width:200px;height:250px;"/>
<img src="https://gamepedia.cursecdn.com/hearthstone_gamepedia/a/a0/Rexxar%28484%29.png?version=f018fc6e46b383cc12aefb4b51a66206" style="width:200px;height:250px;" />
<br>
<input type="radio" name="checkOpponent" value="HUNTER"/>사냥꾼
<input type="radio" name="checkOpponent" value="HUNTER" />사냥꾼
</div>
<div class="col-md-4">
<img src="https://gamepedia.cursecdn.com/hearthstone_gamepedia/f/fa/Malfurion_Stormrage%28621%29.png?version=77c0505d00ce8f853911fe2926f85271" style="width:200px;height:250px;"/>
<img src="https://gamepedia.cursecdn.com/hearthstone_gamepedia/f/fa/Malfurion_Stormrage%28621%29.png?version=77c0505d00ce8f853911fe2926f85271" style="width:200px;height:250px;" />
<br>
<input type="radio" name="checkOpponent" value="DRUID"/>드루이드
<input type="radio" name="checkOpponent" value="DRUID" />드루이드
</div>
</div>
<br>
......@@ -126,19 +126,19 @@
<br>
<div class="row" style="text-align: center;">
<div class="col-md-4">
<img src="https://gamepedia.cursecdn.com/hearthstone_gamepedia/0/0a/Gul%27dan%28618%29.png?version=cdc516499d50f4887dc32d5a57674c2d" style="width:200px;height:250px;"/>
<img src="https://gamepedia.cursecdn.com/hearthstone_gamepedia/0/0a/Gul%27dan%28618%29.png?version=cdc516499d50f4887dc32d5a57674c2d" style="width:200px;height:250px;" />
<br>
<input type="radio" name="checkOpponent" value="WARLOCK"/>흑마법사
<input type="radio" name="checkOpponent" value="WARLOCK" />흑마법사
</div>
<div class="col-md-4">
<img src="https://gamepedia.cursecdn.com/hearthstone_gamepedia/3/3c/Jaina_Proudmoore%28320%29.png?version=3b2fe59be9088a51fc77e579e4faa8ce" style="width:200px;height:250px;"/>
<img src="https://gamepedia.cursecdn.com/hearthstone_gamepedia/3/3c/Jaina_Proudmoore%28320%29.png?version=3b2fe59be9088a51fc77e579e4faa8ce" style="width:200px;height:250px;" />
<br>
<input type="radio" name="checkOpponent" value="MAGE"/>마법사
<input type="radio" name="checkOpponent" value="MAGE" />마법사
</div>
<div class="col-md-4">
<img src="https://gamepedia.cursecdn.com/hearthstone_gamepedia/8/80/Anduin_Wrynn%28110%29.png?version=0bac7e0db29ce55f333afe972a0afdb0" style="width:200px;height:250px;"/>
<img src="https://gamepedia.cursecdn.com/hearthstone_gamepedia/8/80/Anduin_Wrynn%28110%29.png?version=0bac7e0db29ce55f333afe972a0afdb0" style="width:200px;height:250px;" />
<br>
<input type="radio" name="checkOpponent" value="PRIEST"/>사제
<input type="radio" name="checkOpponent" value="PRIEST" />사제
</div>
</div>
<br>
......@@ -146,7 +146,7 @@
<div class="row">
<div class="col-md-5"></div>
<div class="col-md-2">
<input class="btn btn-lg btn-primary btn-block" type="button" id="submitButton" value="확인"/>
<input class="btn btn-lg btn-primary btn-block" type="button" id="submitButton" value="확인" />
</div>
<div class="col-md-5"></div>
</div>
......