Preliminary comments added to clubs-page.hbs
This commit is contained in:
@@ -1,11 +1,3 @@
|
|||||||
<!DOCTYPE html>
|
|
||||||
<html lang="en">
|
|
||||||
<head>
|
|
||||||
<meta charset="UTF-8">
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
||||||
<title>Club Details</title>
|
|
||||||
</head>
|
|
||||||
<body>
|
|
||||||
<div class="container" id="club-page-body">
|
<div class="container" id="club-page-body">
|
||||||
<div class="container" id="club-stats-container">
|
<div class="container" id="club-stats-container">
|
||||||
<div class="container" id="club-players-container">
|
<div class="container" id="club-players-container">
|
||||||
@@ -34,33 +26,39 @@
|
|||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="container" id="top-scorers-container">
|
<!-- Container to Club Information -->
|
||||||
|
<div class="information-container" id="club-information-container">
|
||||||
<h2>Information</h2>
|
<h2>Information</h2>
|
||||||
<ul id="scorers-list"></ul>
|
<ul id="scorers-list"></ul>
|
||||||
<table id="top-scorers-table" class = "table">
|
<table id="top-scorers-table" class = "table">
|
||||||
<tbody>
|
<tbody>
|
||||||
|
|
||||||
<tr>
|
<tr>
|
||||||
<td id = "club-crest">
|
<td id = "club-crest">
|
||||||
<img src = {{club.crest}}>
|
<img src = {{club.crest}}>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
<tr>
|
<tr>
|
||||||
<td id = "club-area-flag-row">
|
<td id = "club-area-flag-row">
|
||||||
<img id = "club-area-flag" src = {{club.area.club_flag}}>
|
<img id = "club-area-flag" src = {{club.area.club_flag}}>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
<tr>
|
<tr>
|
||||||
<td>
|
<td>
|
||||||
<span style="font-weight: bold;">Club Address:</span><br>
|
<span style="font-weight: bold;">Club Address:</span><br>
|
||||||
{{club.address}}
|
{{club.address}}
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
<tr>
|
<tr>
|
||||||
<td>
|
<td>
|
||||||
<span style="font-weight: bold;">Founded</span><br>
|
<span style="font-weight: bold;">Founded</span><br>
|
||||||
{{club.founded}}
|
{{club.founded}}
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
<tr>
|
<tr>
|
||||||
<td>
|
<td>
|
||||||
<span style="font-weight: bold;">Manager</span><br>
|
<span style="font-weight: bold;">Manager</span><br>
|
||||||
@@ -91,10 +89,5 @@
|
|||||||
{{/each}}
|
{{/each}}
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
</body>
|
|
||||||
</html>
|
|
||||||
Reference in New Issue
Block a user