Merge branch 'master' of github.com:br0xen/ictgj-voting

This commit is contained in:
Brian Buller 2018-06-18 09:12:28 -05:00
commit 746c26f7f3
2 changed files with 10397 additions and 10395 deletions

20754
assets.go

File diff suppressed because it is too large Load Diff

View File

@ -2,26 +2,11 @@
<div>No games have been created</div> <div>No games have been created</div>
{{ else }} {{ else }}
<div class="content"> <div class="content">
Rank one or more games from your favorite to least favorite. <p>First choose the games that you want to rank, then put them in order from your most favorite to least favorite.</p>
<p>Any games that you don't rank will be considered 'tied for last place'.</p>
</div> </div>
<div class="content"> <div class="content">
<h2>Your Choices</h2> <h2>1. Choose the games you want to rank</h2>
<table id="ranked-table" class="pure-table pure-table-bordered center">
<thead>
<tr>
<th>Rank</th>
<th>Game Name</th>
<th>Team Name</th>
<th>Screenshots</th>
<th></th>
</tr>
</thead>
<tbody>
</tbody>
</table>
</div>
<div class="content">
<h2>Unranked Games</h2>
<table id="unranked-table" class="pure-table pure-table-bordered center"> <table id="unranked-table" class="pure-table pure-table-bordered center">
<thead> <thead>
<tr> <tr>
@ -49,7 +34,24 @@
</tbody> </tbody>
</table> </table>
</div> </div>
<div class="content">
<h2>2. Order them from your most favorite to least favorite</h2>
<table id="ranked-table" class="pure-table pure-table-bordered center">
<thead>
<tr>
<th>Rank</th>
<th>Game Name</th>
<th>Team Name</th>
<th>Screenshots</th>
<th></th>
</tr>
</thead>
<tbody>
</tbody>
</table>
</div>
<div class="content half"> <div class="content half">
<h2>3. Submit your vote!</h2>
<form action="/vote" onsubmit="return validateVote();"> <form action="/vote" onsubmit="return validateVote();">
<input id="uservote" type="hidden" name="uservote" value="" /> <input id="uservote" type="hidden" name="uservote" value="" />
<input id="timestamp" type="hidden" name="timestamp" value="{{.TemplateData.Timestamp}}" /> <input id="timestamp" type="hidden" name="timestamp" value="{{.TemplateData.Timestamp}}" />