<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
  <title>CompClust - Plot by Label</title>
  <link rel="stylesheet" href="/compclust_css" type="text/css"
  	tal:attributes="href compclust_css" />
</head>
<body>
<span id="compclustMenu" tal:replace="structure menu"/>
<div id="compclustBody">
<h1><a href="#instructions">Detail of a single vector</a></h1>
<form action="" method="post">
  <p>
  <!-- label for="set">Cluster</label>
  <select id="set" name="set">
    <option tal:repeat="label set" tal:content="label/0"
            tal:attributes="selected label/1">None</option>
  </select>
  <label for="primary">Primary</label>
  <select id="primary" name="primary">
    <option tal:repeat="label primary" tal:content="label/0" 
            tal:attributes="selected label/1">None</option>
  </select>
  <label for="secondary">Secondary</label>
  <select id="secondary" name="secondary">
    <option tal:repeat="label secondary" tal:content="label/0"
            tal:attributes="selected label/1">None</option>
  </select>
  <input type="submit"/ -->
  <a href="" tal:condition="labelplot" 
     tal:attributes="href downloadploturl">download</a>
  </p>
</form>
<hr/>
<p>
<ul id="labelingDetail">
  <li tal:repeat="detail labeling_detail" tal:content="detail"/>
</ul>
<map id="graph" name="graph" tal:replace="structure csimap"></map>
<img alt="iplot" tal:attributes="src labelplot" src="" usemap="#graph"/>
</p>
<hr/>
<h1><a name="instructions">Instructions</a></h1>
<p>This plot provides a detail of a particular vector and the
annotation and clusterings that are attached to it.
</p>
</div>
</body>
</html>
