<?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" lang="en">
<head>
  <title>CompClust - Data Index</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">Index of Available Datasets</a></h1>
<form action="index" method="post">
<table class="datasourceSummary" width="60%">
  <thead class="datasourceSummary" >
    <tr><td>Datasource Name</td><td># Labelings</td><!-- td>Label Source</td --></tr>
  </thead>
  <tbody>
  <tr class="datasourceSummary" tal:repeat="ds_info ds_browse">
    <td>
      <a href="" tal:attributes="href ds_info/edit"
        tal:content="ds_info/dsname">
        dataset name
      </a>
    </td>
    <td tal:content="ds_info/labelingcount">labeling count</td>
    <!-- td>
      <a name="saveid" id="saveid" href="" tal:attributes="href ds_info/save">
      Save
      </a>
      <a name="unloadid" id="unloadid" href=""
              tal:attributes="href ds_info/unload"
              tal:condition="ds_info/loaded">
      Unload
      </a>
      <a name="deleteid" id="deleteid" href=""
              tal:attributes="href ds_info/delete"
              tal:condition="ds_info/notloaded">
      Delete
      </a>
    </td -->
  </tr>
  </tbody>
</table>
<div id="uploadNewDataset" tal:condition="!read_only">
<hr/>
<a href="uploaddata">Upload new dataset</a>
</div>
</form>
<hr/>
<a name="instructions"><h1>Instructions</h1></a>
<p>Useful information about each page is placed at the bottom of the
page, like this note. In some situations, like looking at plots, you
may need to scroll down in order to see the instructions
</p>
</div>
</body>
</html>
