<?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 - Trajectory Plot</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 trajectory view</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"/ -->
  </p>
</form>
<p>
  <a href="" tal:condition="cluster_detail_plot" 
     tal:attributes="href downloadploturl">download</a>
</p>
<hr/>
<div id="compclustPlot" tal:condition="not:cluster_detail_plot">
  <p>Something is wrong, please try navigating through the menu again.
  </p>
</div>
<div id="compclustPlot" tal:condition="cluster_detail_plot">
  <p>
  <map id="graph" name="graph" tal:replace="structure csimap"></map>
  <img alt="iplot" tal:attributes="src cluster_detail_plot" src="" usemap="#graph"/>
  </p>
  <hr/>
  <h1><a name="instructions">Instructions</a></h1>
  <p>
  Click on a data point (the small '+') to see just that vector and
  the annotation and clustering labelings attached to it.
  </p>
</div>

</div>
</body>
</html>
