<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
  <head>
    <title>YaCy Watch Crawler</title>
    #%env/templates/metas.template%#
    <script type="text/javascript" src="/js/ajax.js"></script>
    <script type="text/javascript" src="/js/xml.js"></script>
    <script type="text/javascript" src="/js/html.js"></script>
    <script type="text/javascript" src="/js/WatchCrawler.js"></script>
  </head>
  <body>
    #%env/templates/header.template%#
    <h2>Crawler Monitor</h2>
    <p>
      Next update in <span id="nextUpdate" onclick="changeInterval()"></span> seconds.<br />
      PPM: <span id="ppm">&nbsp;&nbsp;&nbsp;</span><br />
      Wordcaches: <span id="wordcache">&nbsp;</span>
    </p>
    <p>
      Indexing Queue: size=<span id="indexingqueuesize">&nbsp;&nbsp;&nbsp;</span>; max=<span id="indexingqueuemax">&nbsp;&nbsp;&nbsp;</span>
    </p>
    <table border="0" cellpadding="2" cellspacing="1" id="indexingTable">
      <tbody>
        <tr class="TableHeader">
          <th>Initiator</th>
          <th>Depth</th>
          <th>Modified Date</th>
          <th>Anchor Name</th>
          <th>URL</th>
          <th>Size</th>
          <th>Delete</th>
        </tr>
      </tbody>
    </table>
    <p>
      Loader: size=<span id="loaderqueuesize">&nbsp;&nbsp;&nbsp;</span>; max=<span id="loaderqueuemax">&nbsp;&nbsp;&nbsp;</span>
    </p>
    <table border="0" cellpadding="2" cellspacing="1" id="loaderTable">
      <tbody>
        <tr class="TableHeader">
          <th>Initiator</th>
          <th>Depth</th>
          <th>Modified Date</th>
          <th>Anchor Name</th>
          <th>URL</th>
          <th>Size</th>
          <th>Delete</th>
        </tr>
      </tbody>
    </table>
    <p>
      Local Crawler: size=<span id="localcrawlerqueuesize">&nbsp;&nbsp;&nbsp;</span>
    </p>
    <table border="0" cellpadding="2" cellspacing="1" id="localCrawlerTable">
      <tbody>
        <tr class="TableHeader">
          <th>Initiator</th>
          <th>Depth</th>
          <th>Modified Date</th>
          <th>Anchor Name</th>
          <th>URL</th>
          <th>Size</th>
          <th>Delete</th>
        </tr>
      </tbody>
    </table>

    <p>
      Remote Crawler: size=<span id="remotecrawlerqueuesize">&nbsp;&nbsp;&nbsp;</span>
    </p>
    <table border="0" cellpadding="2" cellspacing="1" id="remoteCrawlerTable">
      <tbody>
        <tr class="TableHeader">
          <th width="30">Initiator</th>
          <th width="10">Depth</th>
          <th width="60">Modified Date</th>
          <th width="100">Anchor Name</th>
          <th width="300">URL</th>
          <th width="20">Size</th>
          <th width="30">Delete</th>
        </tr>
      </tbody>
    </table>

    #%env/templates/footer.template%#
  </body>
</html>