File: main

package info (click to toggle)
python-seqcluster 1.2.7%2Bds-1
  • links: PTS, VCS
  • area: contrib
  • in suites: bullseye
  • size: 113,592 kB
  • sloc: python: 5,327; makefile: 184; sh: 122; javascript: 55
file content (27 lines) | stat: -rw-r--r-- 755 bytes parent folder | download | duplicates (3)
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
<!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>
    $main
</div>
</html>