mirror of
https://github.com/ikrpg/ikrpg.github.io.git
synced 2026-05-13 14:27:22 +00:00
Better printing settings and changed index scripts.
This commit is contained in:
parent
e8dfbf41e1
commit
72df9fd8d0
67 changed files with 327 additions and 70 deletions
|
|
@ -2,7 +2,7 @@
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8" />
|
<meta charset="UTF-8" />
|
||||||
<meta name="viewport" content="width=device-width;" />
|
<!--meta name="viewport" content="width=device-width;" /-->
|
||||||
<title>{{ page.title }}</title>
|
<title>{{ page.title }}</title>
|
||||||
<link rel="stylesheet" href="/static/stylesheets/index.css" />
|
<link rel="stylesheet" href="/static/stylesheets/index.css" />
|
||||||
<link rel="stylesheet" href="/static/stylesheets/content/datatables.css" />
|
<link rel="stylesheet" href="/static/stylesheets/content/datatables.css" />
|
||||||
|
|
@ -44,9 +44,5 @@
|
||||||
<p>Images originating from the <a href="http://privateerpress.com">Privateer Press website</a> are © 2001—2013 Privateer Press, Inc. All Rights Reserved. Privateer Press ®, WARMACHINE ®, Cryx, Cygnar, Khador, Protectorate of Menoth, Retribution of Scryah, Steam-powered Miniatures Combat, warcaster, warjack, WARMACHINE: Prime, WARMACHINE: Escalation, WARMACHINE: Apotheosis, WARMACHINE: Superiority, WARMACHINE: Prime Remix, WARMACHINE: Legends, Forces of WARMACHINE: Pirates of the Broken Coast, Forces of WARMACHINE: Retribution of Scyrah, Forces of WARMACHINE: Cygnar, Forces of WARMACHINE: Khador, Forces of WARMACHINE: Cryx, Forces of WARMACHINE: Protectorate of Menoth, HORDES, Circle Orboros, Legion of Everblight, Skorne, Trollbloods, Trollblood, Monsterous Miniatures Combat, warbeast, HORDES: Primal, HORDES: Evolution, HORDES: Metamorphosis, Forces of HORDES: Circle Orboros, Forces of HORDES: Legion of Everblight, Forces of HORDES: Skorne, Forces of HORDES: Trollbloods, Iron Kingdoms, Immoren, The Witchfire Trilogy, Monsternomicon, Five Fingers: The Port of Deceit, Formula P3, Formula P3 Hobby Series, No Quarter Magazine and their logos are trademarks of Privateer Press, Inc. Images and trademarks used without permission. This website is unofficial and is not endorsed by Privateer Press. The background image is taken from the warmachine video game's <a href="http://whitemoondreams.com/warmachine/media/webkit-2">Webkit</a>.</p>
|
<p>Images originating from the <a href="http://privateerpress.com">Privateer Press website</a> are © 2001—2013 Privateer Press, Inc. All Rights Reserved. Privateer Press ®, WARMACHINE ®, Cryx, Cygnar, Khador, Protectorate of Menoth, Retribution of Scryah, Steam-powered Miniatures Combat, warcaster, warjack, WARMACHINE: Prime, WARMACHINE: Escalation, WARMACHINE: Apotheosis, WARMACHINE: Superiority, WARMACHINE: Prime Remix, WARMACHINE: Legends, Forces of WARMACHINE: Pirates of the Broken Coast, Forces of WARMACHINE: Retribution of Scyrah, Forces of WARMACHINE: Cygnar, Forces of WARMACHINE: Khador, Forces of WARMACHINE: Cryx, Forces of WARMACHINE: Protectorate of Menoth, HORDES, Circle Orboros, Legion of Everblight, Skorne, Trollbloods, Trollblood, Monsterous Miniatures Combat, warbeast, HORDES: Primal, HORDES: Evolution, HORDES: Metamorphosis, Forces of HORDES: Circle Orboros, Forces of HORDES: Legion of Everblight, Forces of HORDES: Skorne, Forces of HORDES: Trollbloods, Iron Kingdoms, Immoren, The Witchfire Trilogy, Monsternomicon, Five Fingers: The Port of Deceit, Formula P3, Formula P3 Hobby Series, No Quarter Magazine and their logos are trademarks of Privateer Press, Inc. Images and trademarks used without permission. This website is unofficial and is not endorsed by Privateer Press. The background image is taken from the warmachine video game's <a href="http://whitemoondreams.com/warmachine/media/webkit-2">Webkit</a>.</p>
|
||||||
</footer>
|
</footer>
|
||||||
</article>
|
</article>
|
||||||
|
|
||||||
<script type="text/javascript" src="/static/javascripts/index.js"></script>
|
|
||||||
<script type="text/javascript" src="/static/javascripts/datatables-filters.js"></script>
|
|
||||||
<script type="text/javascript" src="/static/javascripts/setup-datatables.js"></script>
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
@ -29,6 +29,7 @@ tags: [Character Cards]
|
||||||
section.content form#gear { position: absolute; display: block; margin-top: 1150px; margin-left: -500px; }
|
section.content form#gear { position: absolute; display: block; margin-top: 1150px; margin-left: -500px; }
|
||||||
section.content form#notes { position: absolute; display: block; margin-top: 1150px; margin-left: 250px; }
|
section.content form#notes { position: absolute; display: block; margin-top: 1150px; margin-left: 250px; }
|
||||||
html { zoom: 80%; }
|
html { zoom: 80%; }
|
||||||
|
textarea { resize: none; }
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -53,4 +53,8 @@ tags: [ Rules ]
|
||||||
<th>Subcategory</th>
|
<th>Subcategory</th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
|
<script type="text/javascript" src="/static/javascripts/index.js"></script>
|
||||||
|
<script type="text/javascript" src="/static/javascripts/datatables-filters.js"></script>
|
||||||
|
<script type="text/javascript" src="/static/javascripts/setup-datatables.js"></script>
|
||||||
|
|
@ -24,4 +24,8 @@ tags: [ Rules ]
|
||||||
<th>Page</th>
|
<th>Page</th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
|
<script type="text/javascript" src="/static/javascripts/index.js"></script>
|
||||||
|
<script type="text/javascript" src="/static/javascripts/datatables-filters.js"></script>
|
||||||
|
<script type="text/javascript" src="/static/javascripts/setup-datatables.js"></script>
|
||||||
|
|
@ -56,4 +56,8 @@ tags: [ Rules ]
|
||||||
<th>Page</th>
|
<th>Page</th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
|
<script type="text/javascript" src="/static/javascripts/index.js"></script>
|
||||||
|
<script type="text/javascript" src="/static/javascripts/datatables-filters.js"></script>
|
||||||
|
<script type="text/javascript" src="/static/javascripts/setup-datatables.js"></script>
|
||||||
|
|
@ -72,4 +72,8 @@ tags: [ Rules ]
|
||||||
<th>Page</th>
|
<th>Page</th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
|
<script type="text/javascript" src="/static/javascripts/index.js"></script>
|
||||||
|
<script type="text/javascript" src="/static/javascripts/datatables-filters.js"></script>
|
||||||
|
<script type="text/javascript" src="/static/javascripts/setup-datatables.js"></script>
|
||||||
|
|
@ -151,4 +151,8 @@ tags: [ Rules ]
|
||||||
<th>Page</th>
|
<th>Page</th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
|
<script type="text/javascript" src="/static/javascripts/index.js"></script>
|
||||||
|
<script type="text/javascript" src="/static/javascripts/datatables-filters.js"></script>
|
||||||
|
<script type="text/javascript" src="/static/javascripts/setup-datatables.js"></script>
|
||||||
|
|
@ -88,4 +88,8 @@ tags: [ Rules ]
|
||||||
<th>Page</th>
|
<th>Page</th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
|
<script type="text/javascript" src="/static/javascripts/index.js"></script>
|
||||||
|
<script type="text/javascript" src="/static/javascripts/datatables-filters.js"></script>
|
||||||
|
<script type="text/javascript" src="/static/javascripts/setup-datatables.js"></script>
|
||||||
|
|
@ -88,4 +88,8 @@ tags: [ Rules ]
|
||||||
<th>Page</th>
|
<th>Page</th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
|
<script type="text/javascript" src="/static/javascripts/index.js"></script>
|
||||||
|
<script type="text/javascript" src="/static/javascripts/datatables-filters.js"></script>
|
||||||
|
<script type="text/javascript" src="/static/javascripts/setup-datatables.js"></script>
|
||||||
|
|
@ -88,4 +88,8 @@ tags: [ Rules ]
|
||||||
<th>Page</th>
|
<th>Page</th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
|
<script type="text/javascript" src="/static/javascripts/index.js"></script>
|
||||||
|
<script type="text/javascript" src="/static/javascripts/datatables-filters.js"></script>
|
||||||
|
<script type="text/javascript" src="/static/javascripts/setup-datatables.js"></script>
|
||||||
|
|
@ -71,4 +71,8 @@ tags: [ Rules ]
|
||||||
<th>Page</th>
|
<th>Page</th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
|
<script type="text/javascript" src="/static/javascripts/index.js"></script>
|
||||||
|
<script type="text/javascript" src="/static/javascripts/datatables-filters.js"></script>
|
||||||
|
<script type="text/javascript" src="/static/javascripts/setup-datatables.js"></script>
|
||||||
|
|
@ -24,4 +24,8 @@ tags: [ Rules ]
|
||||||
<th>Page</th>
|
<th>Page</th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
|
<script type="text/javascript" src="/static/javascripts/index.js"></script>
|
||||||
|
<script type="text/javascript" src="/static/javascripts/datatables-filters.js"></script>
|
||||||
|
<script type="text/javascript" src="/static/javascripts/setup-datatables.js"></script>
|
||||||
|
|
@ -136,4 +136,8 @@ tags: [ Rules ]
|
||||||
<th>Page</th>
|
<th>Page</th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
|
<script type="text/javascript" src="/static/javascripts/index.js"></script>
|
||||||
|
<script type="text/javascript" src="/static/javascripts/datatables-filters.js"></script>
|
||||||
|
<script type="text/javascript" src="/static/javascripts/setup-datatables.js"></script>
|
||||||
|
|
@ -40,4 +40,8 @@ tags: [ Rules ]
|
||||||
<th>Page</th>
|
<th>Page</th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
|
<script type="text/javascript" src="/static/javascripts/index.js"></script>
|
||||||
|
<script type="text/javascript" src="/static/javascripts/datatables-filters.js"></script>
|
||||||
|
<script type="text/javascript" src="/static/javascripts/setup-datatables.js"></script>
|
||||||
|
|
@ -88,4 +88,8 @@ tags: [ Rules ]
|
||||||
<th>Page</th>
|
<th>Page</th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
|
<script type="text/javascript" src="/static/javascripts/index.js"></script>
|
||||||
|
<script type="text/javascript" src="/static/javascripts/datatables-filters.js"></script>
|
||||||
|
<script type="text/javascript" src="/static/javascripts/setup-datatables.js"></script>
|
||||||
|
|
@ -104,4 +104,8 @@ tags: [ Rules ]
|
||||||
<th>Page</th>
|
<th>Page</th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
|
<script type="text/javascript" src="/static/javascripts/index.js"></script>
|
||||||
|
<script type="text/javascript" src="/static/javascripts/datatables-filters.js"></script>
|
||||||
|
<script type="text/javascript" src="/static/javascripts/setup-datatables.js"></script>
|
||||||
|
|
@ -55,4 +55,8 @@ tags: [ Rules ]
|
||||||
<th>Page</th>
|
<th>Page</th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
|
<script type="text/javascript" src="/static/javascripts/index.js"></script>
|
||||||
|
<script type="text/javascript" src="/static/javascripts/datatables-filters.js"></script>
|
||||||
|
<script type="text/javascript" src="/static/javascripts/setup-datatables.js"></script>
|
||||||
|
|
@ -72,4 +72,8 @@ tags: [ Rules ]
|
||||||
<th>Page</th>
|
<th>Page</th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
|
<script type="text/javascript" src="/static/javascripts/index.js"></script>
|
||||||
|
<script type="text/javascript" src="/static/javascripts/datatables-filters.js"></script>
|
||||||
|
<script type="text/javascript" src="/static/javascripts/setup-datatables.js"></script>
|
||||||
|
|
@ -24,4 +24,8 @@ tags: [ Rules ]
|
||||||
<th>Page</th>
|
<th>Page</th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
|
<script type="text/javascript" src="/static/javascripts/index.js"></script>
|
||||||
|
<script type="text/javascript" src="/static/javascripts/datatables-filters.js"></script>
|
||||||
|
<script type="text/javascript" src="/static/javascripts/setup-datatables.js"></script>
|
||||||
|
|
@ -120,4 +120,8 @@ tags: [ Rules ]
|
||||||
<th>Page</th>
|
<th>Page</th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
|
<script type="text/javascript" src="/static/javascripts/index.js"></script>
|
||||||
|
<script type="text/javascript" src="/static/javascripts/datatables-filters.js"></script>
|
||||||
|
<script type="text/javascript" src="/static/javascripts/setup-datatables.js"></script>
|
||||||
|
|
@ -40,4 +40,8 @@ tags: [ Rules ]
|
||||||
<th>Page</th>
|
<th>Page</th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
|
<script type="text/javascript" src="/static/javascripts/index.js"></script>
|
||||||
|
<script type="text/javascript" src="/static/javascripts/datatables-filters.js"></script>
|
||||||
|
<script type="text/javascript" src="/static/javascripts/setup-datatables.js"></script>
|
||||||
|
|
@ -55,4 +55,8 @@ tags: [ Rules ]
|
||||||
<th>Page</th>
|
<th>Page</th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
|
<script type="text/javascript" src="/static/javascripts/index.js"></script>
|
||||||
|
<script type="text/javascript" src="/static/javascripts/datatables-filters.js"></script>
|
||||||
|
<script type="text/javascript" src="/static/javascripts/setup-datatables.js"></script>
|
||||||
|
|
@ -25,4 +25,8 @@ tags: [ Rules ]
|
||||||
<th>Subcategory</th>
|
<th>Subcategory</th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
|
<script type="text/javascript" src="/static/javascripts/index.js"></script>
|
||||||
|
<script type="text/javascript" src="/static/javascripts/datatables-filters.js"></script>
|
||||||
|
<script type="text/javascript" src="/static/javascripts/setup-datatables.js"></script>
|
||||||
|
|
@ -25,4 +25,8 @@ tags: [ Rules ]
|
||||||
<th>Subcategory</th>
|
<th>Subcategory</th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
|
<script type="text/javascript" src="/static/javascripts/index.js"></script>
|
||||||
|
<script type="text/javascript" src="/static/javascripts/datatables-filters.js"></script>
|
||||||
|
<script type="text/javascript" src="/static/javascripts/setup-datatables.js"></script>
|
||||||
|
|
@ -25,4 +25,8 @@ tags: [ Rules ]
|
||||||
<th>Subcategory</th>
|
<th>Subcategory</th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
|
<script type="text/javascript" src="/static/javascripts/index.js"></script>
|
||||||
|
<script type="text/javascript" src="/static/javascripts/datatables-filters.js"></script>
|
||||||
|
<script type="text/javascript" src="/static/javascripts/setup-datatables.js"></script>
|
||||||
|
|
@ -25,4 +25,8 @@ tags: [ Rules ]
|
||||||
<th>Subcategory</th>
|
<th>Subcategory</th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
|
<script type="text/javascript" src="/static/javascripts/index.js"></script>
|
||||||
|
<script type="text/javascript" src="/static/javascripts/datatables-filters.js"></script>
|
||||||
|
<script type="text/javascript" src="/static/javascripts/setup-datatables.js"></script>
|
||||||
|
|
@ -25,4 +25,8 @@ tags: [ Rules ]
|
||||||
<th>Subcategory</th>
|
<th>Subcategory</th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
|
<script type="text/javascript" src="/static/javascripts/index.js"></script>
|
||||||
|
<script type="text/javascript" src="/static/javascripts/datatables-filters.js"></script>
|
||||||
|
<script type="text/javascript" src="/static/javascripts/setup-datatables.js"></script>
|
||||||
|
|
@ -26,4 +26,8 @@ tags: [ Rules ]
|
||||||
<th>Subcategory</th>
|
<th>Subcategory</th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
|
<script type="text/javascript" src="/static/javascripts/index.js"></script>
|
||||||
|
<script type="text/javascript" src="/static/javascripts/datatables-filters.js"></script>
|
||||||
|
<script type="text/javascript" src="/static/javascripts/setup-datatables.js"></script>
|
||||||
|
|
@ -26,4 +26,8 @@ tags: [ Rules ]
|
||||||
<th>Subcategory</th>
|
<th>Subcategory</th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
|
<script type="text/javascript" src="/static/javascripts/index.js"></script>
|
||||||
|
<script type="text/javascript" src="/static/javascripts/datatables-filters.js"></script>
|
||||||
|
<script type="text/javascript" src="/static/javascripts/setup-datatables.js"></script>
|
||||||
|
|
@ -26,4 +26,8 @@ tags: [ Rules ]
|
||||||
<th>Subcategory</th>
|
<th>Subcategory</th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
|
<script type="text/javascript" src="/static/javascripts/index.js"></script>
|
||||||
|
<script type="text/javascript" src="/static/javascripts/datatables-filters.js"></script>
|
||||||
|
<script type="text/javascript" src="/static/javascripts/setup-datatables.js"></script>
|
||||||
|
|
@ -26,4 +26,8 @@ tags: [ Rules ]
|
||||||
<th>Subcategory</th>
|
<th>Subcategory</th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
|
<script type="text/javascript" src="/static/javascripts/index.js"></script>
|
||||||
|
<script type="text/javascript" src="/static/javascripts/datatables-filters.js"></script>
|
||||||
|
<script type="text/javascript" src="/static/javascripts/setup-datatables.js"></script>
|
||||||
|
|
@ -26,4 +26,8 @@ tags: [ Rules ]
|
||||||
<th>Subcategory</th>
|
<th>Subcategory</th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
|
<script type="text/javascript" src="/static/javascripts/index.js"></script>
|
||||||
|
<script type="text/javascript" src="/static/javascripts/datatables-filters.js"></script>
|
||||||
|
<script type="text/javascript" src="/static/javascripts/setup-datatables.js"></script>
|
||||||
|
|
@ -26,4 +26,8 @@ tags: [ Rules ]
|
||||||
<th>Subcategory</th>
|
<th>Subcategory</th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
|
<script type="text/javascript" src="/static/javascripts/index.js"></script>
|
||||||
|
<script type="text/javascript" src="/static/javascripts/datatables-filters.js"></script>
|
||||||
|
<script type="text/javascript" src="/static/javascripts/setup-datatables.js"></script>
|
||||||
|
|
@ -26,4 +26,8 @@ tags: [ Rules ]
|
||||||
<th>Subcategory</th>
|
<th>Subcategory</th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
|
<script type="text/javascript" src="/static/javascripts/index.js"></script>
|
||||||
|
<script type="text/javascript" src="/static/javascripts/datatables-filters.js"></script>
|
||||||
|
<script type="text/javascript" src="/static/javascripts/setup-datatables.js"></script>
|
||||||
|
|
@ -26,4 +26,8 @@ tags: [ Rules ]
|
||||||
<th>Subcategory</th>
|
<th>Subcategory</th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
|
<script type="text/javascript" src="/static/javascripts/index.js"></script>
|
||||||
|
<script type="text/javascript" src="/static/javascripts/datatables-filters.js"></script>
|
||||||
|
<script type="text/javascript" src="/static/javascripts/setup-datatables.js"></script>
|
||||||
|
|
@ -26,4 +26,8 @@ tags: [ Rules ]
|
||||||
<th>Subcategory</th>
|
<th>Subcategory</th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
|
<script type="text/javascript" src="/static/javascripts/index.js"></script>
|
||||||
|
<script type="text/javascript" src="/static/javascripts/datatables-filters.js"></script>
|
||||||
|
<script type="text/javascript" src="/static/javascripts/setup-datatables.js"></script>
|
||||||
|
|
@ -26,4 +26,8 @@ tags: [ Rules ]
|
||||||
<th>Subcategory</th>
|
<th>Subcategory</th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
|
<script type="text/javascript" src="/static/javascripts/index.js"></script>
|
||||||
|
<script type="text/javascript" src="/static/javascripts/datatables-filters.js"></script>
|
||||||
|
<script type="text/javascript" src="/static/javascripts/setup-datatables.js"></script>
|
||||||
|
|
@ -26,4 +26,8 @@ tags: [ Rules ]
|
||||||
<th>Subcategory</th>
|
<th>Subcategory</th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
|
<script type="text/javascript" src="/static/javascripts/index.js"></script>
|
||||||
|
<script type="text/javascript" src="/static/javascripts/datatables-filters.js"></script>
|
||||||
|
<script type="text/javascript" src="/static/javascripts/setup-datatables.js"></script>
|
||||||
|
|
@ -26,4 +26,8 @@ tags: [ Rules ]
|
||||||
<th>Subcategory</th>
|
<th>Subcategory</th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
|
<script type="text/javascript" src="/static/javascripts/index.js"></script>
|
||||||
|
<script type="text/javascript" src="/static/javascripts/datatables-filters.js"></script>
|
||||||
|
<script type="text/javascript" src="/static/javascripts/setup-datatables.js"></script>
|
||||||
|
|
@ -26,4 +26,8 @@ tags: [ Rules ]
|
||||||
<th>Subcategory</th>
|
<th>Subcategory</th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
|
<script type="text/javascript" src="/static/javascripts/index.js"></script>
|
||||||
|
<script type="text/javascript" src="/static/javascripts/datatables-filters.js"></script>
|
||||||
|
<script type="text/javascript" src="/static/javascripts/setup-datatables.js"></script>
|
||||||
|
|
@ -26,4 +26,8 @@ tags: [ Rules ]
|
||||||
<th>Subcategory</th>
|
<th>Subcategory</th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
|
<script type="text/javascript" src="/static/javascripts/index.js"></script>
|
||||||
|
<script type="text/javascript" src="/static/javascripts/datatables-filters.js"></script>
|
||||||
|
<script type="text/javascript" src="/static/javascripts/setup-datatables.js"></script>
|
||||||
|
|
@ -26,4 +26,8 @@ tags: [ Rules ]
|
||||||
<th>Subcategory</th>
|
<th>Subcategory</th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
|
<script type="text/javascript" src="/static/javascripts/index.js"></script>
|
||||||
|
<script type="text/javascript" src="/static/javascripts/datatables-filters.js"></script>
|
||||||
|
<script type="text/javascript" src="/static/javascripts/setup-datatables.js"></script>
|
||||||
|
|
@ -26,4 +26,8 @@ tags: [ Rules ]
|
||||||
<th>Subcategory</th>
|
<th>Subcategory</th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
|
<script type="text/javascript" src="/static/javascripts/index.js"></script>
|
||||||
|
<script type="text/javascript" src="/static/javascripts/datatables-filters.js"></script>
|
||||||
|
<script type="text/javascript" src="/static/javascripts/setup-datatables.js"></script>
|
||||||
|
|
@ -26,4 +26,8 @@ tags: [ Rules ]
|
||||||
<th>Subcategory</th>
|
<th>Subcategory</th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
|
<script type="text/javascript" src="/static/javascripts/index.js"></script>
|
||||||
|
<script type="text/javascript" src="/static/javascripts/datatables-filters.js"></script>
|
||||||
|
<script type="text/javascript" src="/static/javascripts/setup-datatables.js"></script>
|
||||||
|
|
@ -26,4 +26,8 @@ tags: [ Rules ]
|
||||||
<th>Subcategory</th>
|
<th>Subcategory</th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
|
<script type="text/javascript" src="/static/javascripts/index.js"></script>
|
||||||
|
<script type="text/javascript" src="/static/javascripts/datatables-filters.js"></script>
|
||||||
|
<script type="text/javascript" src="/static/javascripts/setup-datatables.js"></script>
|
||||||
|
|
@ -26,4 +26,8 @@ tags: [ Rules ]
|
||||||
<th>Subcategory</th>
|
<th>Subcategory</th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
|
<script type="text/javascript" src="/static/javascripts/index.js"></script>
|
||||||
|
<script type="text/javascript" src="/static/javascripts/datatables-filters.js"></script>
|
||||||
|
<script type="text/javascript" src="/static/javascripts/setup-datatables.js"></script>
|
||||||
|
|
@ -26,4 +26,8 @@ tags: [ Rules ]
|
||||||
<th>Subcategory</th>
|
<th>Subcategory</th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
|
<script type="text/javascript" src="/static/javascripts/index.js"></script>
|
||||||
|
<script type="text/javascript" src="/static/javascripts/datatables-filters.js"></script>
|
||||||
|
<script type="text/javascript" src="/static/javascripts/setup-datatables.js"></script>
|
||||||
|
|
@ -25,4 +25,8 @@ tags: [ Rules ]
|
||||||
<th>Subcategory</th>
|
<th>Subcategory</th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
|
<script type="text/javascript" src="/static/javascripts/index.js"></script>
|
||||||
|
<script type="text/javascript" src="/static/javascripts/datatables-filters.js"></script>
|
||||||
|
<script type="text/javascript" src="/static/javascripts/setup-datatables.js"></script>
|
||||||
|
|
@ -25,4 +25,8 @@ tags: [ Rules ]
|
||||||
<th>Subcategory</th>
|
<th>Subcategory</th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
|
<script type="text/javascript" src="/static/javascripts/index.js"></script>
|
||||||
|
<script type="text/javascript" src="/static/javascripts/datatables-filters.js"></script>
|
||||||
|
<script type="text/javascript" src="/static/javascripts/setup-datatables.js"></script>
|
||||||
|
|
@ -26,4 +26,8 @@ tags: [ Rules ]
|
||||||
<th>Subcategory</th>
|
<th>Subcategory</th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
|
<script type="text/javascript" src="/static/javascripts/index.js"></script>
|
||||||
|
<script type="text/javascript" src="/static/javascripts/datatables-filters.js"></script>
|
||||||
|
<script type="text/javascript" src="/static/javascripts/setup-datatables.js"></script>
|
||||||
|
|
@ -26,4 +26,8 @@ tags: [ Rules ]
|
||||||
<th>Subcategory</th>
|
<th>Subcategory</th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
|
<script type="text/javascript" src="/static/javascripts/index.js"></script>
|
||||||
|
<script type="text/javascript" src="/static/javascripts/datatables-filters.js"></script>
|
||||||
|
<script type="text/javascript" src="/static/javascripts/setup-datatables.js"></script>
|
||||||
|
|
@ -26,4 +26,8 @@ tags: [ Rules ]
|
||||||
<th>Subcategory</th>
|
<th>Subcategory</th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
|
<script type="text/javascript" src="/static/javascripts/index.js"></script>
|
||||||
|
<script type="text/javascript" src="/static/javascripts/datatables-filters.js"></script>
|
||||||
|
<script type="text/javascript" src="/static/javascripts/setup-datatables.js"></script>
|
||||||
|
|
@ -26,4 +26,8 @@ tags: [ Rules ]
|
||||||
<th>Subcategory</th>
|
<th>Subcategory</th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
|
<script type="text/javascript" src="/static/javascripts/index.js"></script>
|
||||||
|
<script type="text/javascript" src="/static/javascripts/datatables-filters.js"></script>
|
||||||
|
<script type="text/javascript" src="/static/javascripts/setup-datatables.js"></script>
|
||||||
|
|
@ -26,4 +26,8 @@ tags: [ Rules ]
|
||||||
<th>Subcategory</th>
|
<th>Subcategory</th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
|
<script type="text/javascript" src="/static/javascripts/index.js"></script>
|
||||||
|
<script type="text/javascript" src="/static/javascripts/datatables-filters.js"></script>
|
||||||
|
<script type="text/javascript" src="/static/javascripts/setup-datatables.js"></script>
|
||||||
|
|
@ -26,4 +26,8 @@ tags: [ Rules ]
|
||||||
<th>Subcategory</th>
|
<th>Subcategory</th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
|
<script type="text/javascript" src="/static/javascripts/index.js"></script>
|
||||||
|
<script type="text/javascript" src="/static/javascripts/datatables-filters.js"></script>
|
||||||
|
<script type="text/javascript" src="/static/javascripts/setup-datatables.js"></script>
|
||||||
|
|
@ -26,4 +26,8 @@ tags: [ Rules ]
|
||||||
<th>Subcategory</th>
|
<th>Subcategory</th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
|
<script type="text/javascript" src="/static/javascripts/index.js"></script>
|
||||||
|
<script type="text/javascript" src="/static/javascripts/datatables-filters.js"></script>
|
||||||
|
<script type="text/javascript" src="/static/javascripts/setup-datatables.js"></script>
|
||||||
|
|
@ -26,4 +26,8 @@ tags: [ Rules ]
|
||||||
<th>Subcategory</th>
|
<th>Subcategory</th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
|
<script type="text/javascript" src="/static/javascripts/index.js"></script>
|
||||||
|
<script type="text/javascript" src="/static/javascripts/datatables-filters.js"></script>
|
||||||
|
<script type="text/javascript" src="/static/javascripts/setup-datatables.js"></script>
|
||||||
|
|
@ -26,4 +26,8 @@ tags: [ Rules ]
|
||||||
<th>Subcategory</th>
|
<th>Subcategory</th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
|
<script type="text/javascript" src="/static/javascripts/index.js"></script>
|
||||||
|
<script type="text/javascript" src="/static/javascripts/datatables-filters.js"></script>
|
||||||
|
<script type="text/javascript" src="/static/javascripts/setup-datatables.js"></script>
|
||||||
|
|
@ -26,4 +26,8 @@ tags: [ Rules ]
|
||||||
<th>Subcategory</th>
|
<th>Subcategory</th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
|
<script type="text/javascript" src="/static/javascripts/index.js"></script>
|
||||||
|
<script type="text/javascript" src="/static/javascripts/datatables-filters.js"></script>
|
||||||
|
<script type="text/javascript" src="/static/javascripts/setup-datatables.js"></script>
|
||||||
|
|
@ -26,4 +26,8 @@ tags: [ Rules ]
|
||||||
<th>Subcategory</th>
|
<th>Subcategory</th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
|
<script type="text/javascript" src="/static/javascripts/index.js"></script>
|
||||||
|
<script type="text/javascript" src="/static/javascripts/datatables-filters.js"></script>
|
||||||
|
<script type="text/javascript" src="/static/javascripts/setup-datatables.js"></script>
|
||||||
|
|
@ -26,4 +26,8 @@ tags: [ Rules ]
|
||||||
<th>Subcategory</th>
|
<th>Subcategory</th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
|
<script type="text/javascript" src="/static/javascripts/index.js"></script>
|
||||||
|
<script type="text/javascript" src="/static/javascripts/datatables-filters.js"></script>
|
||||||
|
<script type="text/javascript" src="/static/javascripts/setup-datatables.js"></script>
|
||||||
|
|
@ -26,4 +26,8 @@ tags: [ Rules ]
|
||||||
<th>Subcategory</th>
|
<th>Subcategory</th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
|
<script type="text/javascript" src="/static/javascripts/index.js"></script>
|
||||||
|
<script type="text/javascript" src="/static/javascripts/datatables-filters.js"></script>
|
||||||
|
<script type="text/javascript" src="/static/javascripts/setup-datatables.js"></script>
|
||||||
|
|
@ -26,4 +26,8 @@ tags: [ Rules ]
|
||||||
<th>Subcategory</th>
|
<th>Subcategory</th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
|
<script type="text/javascript" src="/static/javascripts/index.js"></script>
|
||||||
|
<script type="text/javascript" src="/static/javascripts/datatables-filters.js"></script>
|
||||||
|
<script type="text/javascript" src="/static/javascripts/setup-datatables.js"></script>
|
||||||
|
|
@ -26,4 +26,8 @@ tags: [ Rules ]
|
||||||
<th>Subcategory</th>
|
<th>Subcategory</th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
|
<script type="text/javascript" src="/static/javascripts/index.js"></script>
|
||||||
|
<script type="text/javascript" src="/static/javascripts/datatables-filters.js"></script>
|
||||||
|
<script type="text/javascript" src="/static/javascripts/setup-datatables.js"></script>
|
||||||
|
|
@ -26,4 +26,8 @@ tags: [ Rules ]
|
||||||
<th>Subcategory</th>
|
<th>Subcategory</th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
|
<script type="text/javascript" src="/static/javascripts/index.js"></script>
|
||||||
|
<script type="text/javascript" src="/static/javascripts/datatables-filters.js"></script>
|
||||||
|
<script type="text/javascript" src="/static/javascripts/setup-datatables.js"></script>
|
||||||
|
|
@ -25,4 +25,8 @@ tags: [ Rules ]
|
||||||
<th>Subcategory</th>
|
<th>Subcategory</th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
|
<script type="text/javascript" src="/static/javascripts/index.js"></script>
|
||||||
|
<script type="text/javascript" src="/static/javascripts/datatables-filters.js"></script>
|
||||||
|
<script type="text/javascript" src="/static/javascripts/setup-datatables.js"></script>
|
||||||
|
|
@ -25,4 +25,8 @@ tags: [ Rules ]
|
||||||
<th>Subcategory</th>
|
<th>Subcategory</th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
|
<script type="text/javascript" src="/static/javascripts/index.js"></script>
|
||||||
|
<script type="text/javascript" src="/static/javascripts/datatables-filters.js"></script>
|
||||||
|
<script type="text/javascript" src="/static/javascripts/setup-datatables.js"></script>
|
||||||
Loading…
Add table
Add a link
Reference in a new issue