loops/agent/ui/templates/navigation.html
scrat c3ffee3437 core.py
*agent now creates an empty temporary directory in
 which all jobs should create their jobdirectories

ui/web.py
* outlook crawler has changed, adapted ui methods
  accordingly to access OutlookResource objects
  instead of email.MIME lists
* using agent object as an attribute in the
  AgentHome class which is now passed through when
  necessary
* changed form for creating OutlookCrawlJobs to provide
  possibility to select whether inbox, subfolders or
  both foldertypes should be crawled and to specify
  a regular expression for subfolder selection
  todo: add scheduler options
* changed the way how jobdetails are displayed
* changed display of crawling ressources:
  now it is also possible to display the job folders
  and enter them to view the mail objects

* added first sketch of a filesystem crawler form,
  without functionality at the moment

known bugs: currently having problems with character encodings

git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@1950 fd906abe-77d9-0310-91a1-e0d9ade77398
2007-08-22 13:57:22 +00:00

41 lines
No EOL
1.1 KiB
HTML

<div class="box">
<h4>Navigation</h4>
<div class="body">
<div class="content even menu-1">
<a href="http://localhost:8080" class="">Startpage</a>
</div>
<div class="content odd menu-2">Agent configuration</div>
<div class="content odd menu-3">
<a href="http://localhost:8080/joboverview" class="">
job overview
</a>
</div>
<div class="content odd menu-3">
<a href="http://localhost:8080/collectOutlookMails" class="">
add outlook crawl job
</a>
</div>
<div class="content odd menu-3">
<a href="http://localhost:8080/collectFilesystem" class="">
add filesystem crawl job</a>
</div>
<div class="content odd menu-3">
<a href="http://localhost:8080/viewRessources" class="">
view collected ressources
</a>
</div>
<div class="content odd menu-3">
<a href="http://localhost:8080/loggingoptions" class="" title="">
logging options
</a>
</div>
</div>
</div>