|
|
Line 1: |
Line 1: |
| <html>
| | {{Special:RunQuery/TestForm}} |
| <script type="text/javascript" language="javascript" src="https://code.jquery.com/jquery-1.12.4.js"></script>
| |
| <script type="text/javascript" language="javascript" src="/reftss_js/html5button/datatables.min.js"></script>
| |
| <style type="text/css" title="currentStyle">
| |
| @import "/reftss_js/html5button/datatables.min.css";
| |
| | |
| /* even and odd in tables */
| |
| .smwtable .even {
| |
| background-color: #fff;
| |
| }
| |
| .smwtable .odd {
| |
| background-color: #e8e9ef;
| |
| }
| |
| </style>
| |
| <script type="text/javascript">
| |
| $(document).ready(function() {
| |
| $("#browse_tss").DataTable( {
| |
| dom: 'Blfrtip',
| |
| buttons: ['copyHtml5', 'excelHtml5', 'csvHtml5', 'pdfHtml5'],
| |
| lengthMenu: [[25, 50, 100, -1], ["25", "50", "100", "All"]],
| |
| order: [[ 0, 'asc' ]]
| |
| } );
| |
| } );
| |
| </script></html>
| |
| {{#ask:
| |
| [[Concept:RefTSS]][[species::human]]
| |
| |?chr
| |
| |?gene_symbol
| |
| |?start
| |
| |?end
| |
| |?strand
| |
| |intro=<table class="sortable wikitable smwtable compact cell-border" style="border-style:none" id="browse_tss"><html><thead></html><tr><th>TSS ID</th><th>Chr</th><th>Gene Symbol</th><th>Start</th><th>End</th><th>Strand</th></tr><html></thead><tbody></html>
| |
| |outro=<html></tbody></html></table>
| |
| |format=template
| |
| |template=Browse_tss_list
| |
| |searchlabel=
| |
| |link=none
| |
| |limit=2000}}
| |