이성주

추가 요소 조금씩 변경

1 +{
2 + "CurrentProjectSetting": null
3 +}
...\ No newline at end of file ...\ No newline at end of file
1 +{
2 + "ExpandedNodes": [
3 + "",
4 + "\\ejs",
5 + "\\html"
6 + ],
7 + "SelectedNode": "\\html\\decklist.html",
8 + "PreviewInSolutionExplorer": false
9 +}
...\ No newline at end of file ...\ No newline at end of file
No preview for this file type
No preview for this file type
1 +{
2 + "CurrentProjectSetting": null
3 +}
...\ No newline at end of file ...\ No newline at end of file
1 +{
2 + "ExpandedNodes": [
3 + ""
4 + ],
5 + "SelectedNode": "\\decklist.ejs",
6 + "PreviewInSolutionExplorer": false
7 +}
...\ No newline at end of file ...\ No newline at end of file
No preview for this file type
No preview for this file type
...@@ -71,8 +71,7 @@ ...@@ -71,8 +71,7 @@
71 <div class="container" style="width:50%;"> 71 <div class="container" style="width:50%;">
72 <div class="row"> 72 <div class="row">
73 <h3 class="form-signin-heading col-md-10" style="text-align: left;">내 덱 리스트</h3> 73 <h3 class="form-signin-heading col-md-10" style="text-align: left;">내 덱 리스트</h3>
74 - <a href="/newdeck"><input type="button" class="btn col-md-2" value="+" style="margin-left: 345px;" /></a> 74 + <a href="/newdeck"><input type="button" class="btn col-md-2" value="+" style="margin-top: 18px;" /></a>
75 - <input type="button" class="btn col-md-2" id="deleteButton" value="-" style="margin-left: 20px;" />
76 </div> 75 </div>
77 <br> 76 <br>
78 <table class="table" style="width:100%"> 77 <table class="table" style="width:100%">
......
1 +{
2 + "CurrentProjectSetting": null
3 +}
...\ No newline at end of file ...\ No newline at end of file
1 +{
2 + "ExpandedNodes": [
3 + ""
4 + ],
5 + "SelectedNode": "\\score_result.html",
6 + "PreviewInSolutionExplorer": false
7 +}
...\ No newline at end of file ...\ No newline at end of file
No preview for this file type
No preview for this file type
...@@ -78,11 +78,11 @@ ...@@ -78,11 +78,11 @@
78 <table class="table" style="width:100%"> 78 <table class="table" style="width:100%">
79 <tr id="rm1"> 79 <tr id="rm1">
80 <td style="text-align: center; width:500px"><a class="list-group-item" href="#">덱 이름1</a></td> 80 <td style="text-align: center; width:500px"><a class="list-group-item" href="#">덱 이름1</a></td>
81 - <td><input type="button" class="btn btn-lg btn-info" style="width:100px; height:42px" id ="delButton1" value="삭제" /></td> 81 + <td><input type="button" class="btn btn-lg btn-info" style="width:100px; height:42px" id="delButton1" value="삭제" /></td>
82 </tr> 82 </tr>
83 <tr id="rm2"> 83 <tr id="rm2">
84 <td style="text-align: center; width:500px"><a class="list-group-item" href="#">덱 이름2</a></td> 84 <td style="text-align: center; width:500px"><a class="list-group-item" href="#">덱 이름2</a></td>
85 - <td><input type="button" class="btn btn-lg btn-info" style="width:100px; height:42px" id ="delButton2" value="삭제" /></td> 85 + <td><input type="button" class="btn btn-lg btn-info" style="width:100px; height:42px" id="delButton2" value="삭제" /></td>
86 </tr> 86 </tr>
87 </table> 87 </table>
88 </div> 88 </div>
......
...@@ -86,7 +86,7 @@ ...@@ -86,7 +86,7 @@
86 </thead> 86 </thead>
87 <tbody> 87 <tbody>
88 <tr> 88 <tr>
89 - <td><input type="text" class="btn-block" name="keyword" style="height:42px; text-align:center;" /></td> 89 + <td><input type="text" class="btn-block" name="keyword" style="height:42px; text-align:center;" value="안녕"/></td>
90 <td><a class="list-group-item">60</a></td> 90 <td><a class="list-group-item">60</a></td>
91 </tr> 91 </tr>
92 <tr> 92 <tr>
......