Skip to content

Commit

Permalink
Added tablesorter scaffolding
Browse files Browse the repository at this point in the history
  • Loading branch information
davorg committed Feb 9, 2017
1 parent b27cbfb commit dccc33a
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion in/album.tt
Expand Up @@ -13,7 +13,7 @@
<td>[% album.year %]</td>
</tr>
</table>
<table class="table table-striped table-condensed table-hover table-bordered">
<table id="datatable" class="tablesorter table table-striped table-condensed table-hover table-bordered">
<thead>
<tr>
<th>&nbsp;</th><th>Title</th><th>Artist</th>
Expand Down
2 changes: 1 addition & 1 deletion in/albums.tt
Expand Up @@ -2,7 +2,7 @@
<h1>Cooking Vinyl Compilations</h1>
<p>A list of compilations released by
<a href="http://www.cookingvinyl.com/">Cooking Vinyl</a> records.</p>
<table class="table table-striped table-condensed table-hover table-bordered">
<table id="datatable" class="tablesorter table table-striped table-condensed table-hover table-bordered">
<thead>
<tr>
<th>Catalogue</th><th>Year</th><th>Title</th>
Expand Down
2 changes: 1 addition & 1 deletion in/artist.tt
Expand Up @@ -3,7 +3,7 @@

<p><a href="index.html">Return to list</a></p>

<table class="table table-striped table-condensed table-hover table-bordered">
<table id="datatable" class="tablesorter table table-striped table-condensed table-hover table-bordered">
<thead>
<tr>
<th>Song</th><th>Album</th><th>Cat</th>
Expand Down
2 changes: 1 addition & 1 deletion in/artists.tt
Expand Up @@ -2,7 +2,7 @@
<h1>Artists</h1>
<p>A list of artists on compilations released by
<a href="http://www.cookingvinyl.com/">Cooking Vinyl</a> records.</p>
<table class="table table-striped table-condensed table-hover table-bordered">
<table id="datatable" class="tablesorter table table-striped table-condensed table-hover table-bordered">
<thead>
<tr>
<th>Artist</th>
Expand Down
3 changes: 1 addition & 2 deletions in/song.tt
Expand Up @@ -3,8 +3,7 @@

<p><a href="index.html">Return to list</a></p>

<table class="table table-striped table-condensed table-hover table-bordered">
<table class="table table-striped table-condensed table-hover table-bordered">
<table id="datatable" class="tablesorter table table-striped table-condensed table-hover table-bordered">
<thead>
<tr>
<th>Artist</th><th>Album</th><th>Cat</th>
Expand Down
2 changes: 1 addition & 1 deletion in/songs.tt
Expand Up @@ -2,7 +2,7 @@
<h1>Songs</h1>
<p>A list of songs on compilations released by
<a href="http://www.cookingvinyl.com/">Cooking Vinyl</a> records.</p>
<table class="table table-striped table-condensed table-hover table-bordered">
<table id="datatable" class="tablesorter table table-striped table-condensed table-hover table-bordered">
<thead>
<tr>
<th>Song</th>
Expand Down

0 comments on commit dccc33a

Please sign in to comment.