Version 5.1 - All the GraphQL #32
@ -25,10 +25,10 @@
|
|||||||
<?php endif ?>
|
<?php endif ?>
|
||||||
<th>Title</th>
|
<th>Title</th>
|
||||||
<th>Airing Status</th>
|
<th>Airing Status</th>
|
||||||
<th>Score</th>
|
<th class='numeric'>Score</th>
|
||||||
<th>Type</th>
|
<th>Type</th>
|
||||||
<th>Progress</th>
|
<th class='numeric'>Progress</th>
|
||||||
<th>TV Rating</th>
|
<th class='rating'>Age Rating</th>
|
||||||
<th>Attributes</th>
|
<th>Attributes</th>
|
||||||
<?php if($hasNotes): ?><th>Notes</th><?php endif ?>
|
<?php if($hasNotes): ?><th>Notes</th><?php endif ?>
|
||||||
</tr>
|
</tr>
|
||||||
|
@ -38,10 +38,10 @@
|
|||||||
{$firstTh}
|
{$firstTh}
|
||||||
<th>Title</th>
|
<th>Title</th>
|
||||||
{$mediaTh}
|
{$mediaTh}
|
||||||
<th>Episode Count</th>
|
<th class='numeric'>Episode Count</th>
|
||||||
<th>Episode Length</th>
|
<th class='numeric'>Episode Length</th>
|
||||||
<th>Show Type</th>
|
<th>Show Type</th>
|
||||||
<th>TV Rating</th>
|
<th class='rating'>Age Rating</th>
|
||||||
{$noteTh}
|
{$noteTh}
|
||||||
<th>Genres</th>
|
<th>Genres</th>
|
||||||
</tr>
|
</tr>
|
||||||
|
@ -20,8 +20,8 @@
|
|||||||
<td> </td>
|
<td> </td>
|
||||||
<?php endif ?>
|
<?php endif ?>
|
||||||
<th>Title</th>
|
<th>Title</th>
|
||||||
<th>Score</th>
|
<th class='numeric'>Score</th>
|
||||||
<th>Completed Chapters</th>
|
<th class='numeric'>Completed Chapters</th>
|
||||||
<th>Attributes</th>
|
<th>Attributes</th>
|
||||||
<th>Type</th>
|
<th>Type</th>
|
||||||
</tr>
|
</tr>
|
||||||
|
Loading…
Reference in New Issue
Block a user