이성주

추가 요소 조금씩 변경

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