1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"><html>
<head><meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>clusters information</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.2/css/bootstrap.min.css">
<style type="text/css" title="currentStyle">
@import "info.css";
</style>
<script type="text/javascript" src="http://code.jquery.com/jquery-1.10.0.min.js"></script>
<script type="text/javascript" src="jquery.tablesorter.min.js"></script>
<script>
jQuery(document).ready(function()
{
$('#keywords').tablesorter();
});
</script>
</head>
<body id="main">
<div id="table">
<h4>Table with clusters</h4><br>
<table cellpadding="4" style="border: 1px solid #000000; border-collapse: collapse;" border="1" id="keywords">
<thead> <tr>
<th>id</th>
<th>ann</th>
</tr>
</thead><tbody> <tr>
<td><a href=1/maps.html>1</a></td>
<td>miRNA:microRNA_30c-1, microRNA_30c-2</td>
</tr>
<tr>
<td><a href=3/maps.html>3</a></td>
<td>tRNA:chrX.tRNA4-ValTAC</td>
</tr>
<tr>
<td><a href=4/maps.html>4</a></td>
<td>tRNA:chr6.tRNA136-ValAAC, chr3.tRNA2-ValAAC, chr1.tRNA98-ValCAC, chr6.tRNA139-ValAAC, chr5.tRNA2-ValCAC, chr1.tRNA90-ValCAC</td>
</tr>
</tbody></table>
</div>
</html>
|