Paydirt
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
</head>
|
||||
<body>
|
||||
<div class="center">
|
||||
<h2 class="attribute-player_name">[Player Name]</h2>
|
||||
<h2 class="attribute-PlayerName">[Player Name]</h2>
|
||||
|
||||
<table id="table">
|
||||
<thead id="header">
|
||||
@@ -21,17 +21,19 @@
|
||||
</thead>
|
||||
<tbody id="results">
|
||||
<tr>
|
||||
<td class="attribute-player_name">[Name]</td>
|
||||
<td class="attribute-player_id">[ID]</td>
|
||||
<td class="attribute-salary format-salary">[Salary]</td>
|
||||
<td class="attribute-team_name">[Team]</td>
|
||||
<td class="attribute-position">[Position]</td>
|
||||
<td class="attribute-PlayerName">[Name]</td>
|
||||
<td class="attribute-PlayerID">[ID]</td>
|
||||
<td class="attribute-TotalValue format-salary">[Salary]</td>
|
||||
<td class="attribute-Team">[Team]</td>
|
||||
<td class="attribute-Position">[Position]</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
<p id="nomatch" style="display: none;">No matches found.</p>
|
||||
|
||||
<button id="watch">Watch Player</button>
|
||||
|
||||
<br>
|
||||
|
||||
<a href="#" onclick="if (history.length > 1) history.back(); else if (document.referrer) window.location.href = document.referrer; else window.location.href = '#';">Return to Player Search</a>
|
||||
|
||||
Reference in New Issue
Block a user