[Testbot] FAILED (failures=28, errors=1) : Plone-4.0 Zope-2.12 Python-2.6.2

Plone Libraries Tests plone-tests at epy.co.at
Tue Jul 21 03:24:57 UTC 2009


Plone Libraries Tests : FAILED (failures=28, errors=1) 
Plone-4.0 Zope-2.12 Python-2.6.2

Running /usr/local/python2.6/bin/python ./bin/test -q --no-color --no-progress --package plone --module !plone.recipe
/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/plone.memoize-1.0.4-py2.6.egg/plone/memoize/ram.py:97: DeprecationWarning: the md5 module is deprecated; use hashlib instead
  import md5
/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/plone.app.portlets-1.2-py2.6.egg/plone/app/portlets/portlets/navigation.py:17: DeprecationWarning: IBrowserDefault is deprecated. It has been moved to Products.CMFDynamicViewFTI.interfaces. This alias will be removed in Plone 5.0
  from Products.CMFPlone.interfaces import INonStructuralFolder, IBrowserDefault
/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Plone/Products/CMFPlone/migrations/v3_0/alphas.py:10: DeprecationWarning: ISite is deprecated. Moved to zope.location.interfaces. Importing from here will stop working in Zope 3.6
  from zope.app.component.interfaces import ISite
/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Plone/Products/CMFPlone/migrations/v3_0/alphas.py:16: DeprecationWarning: package_home is deprecated. import from App.Common instead
  from Globals import package_home
/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.Archetypes/Products/Archetypes/ref_graph.py:13: DeprecationWarning: The popen2 module is deprecated.  Use the subprocess module.
  from popen2 import popen2
/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.Archetypes/Products/Archetypes/SQLStorageConfig.py:9: DeprecationWarning: InitializeClass is deprecated. import from App.class_init instead
  from Globals import InitializeClass, PersistentMapping, DTMLFile
/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.Archetypes/Products/Archetypes/SQLStorageConfig.py:9: DeprecationWarning: PersistentMapping is deprecated. import from Persistence instead
  from Globals import InitializeClass, PersistentMapping, DTMLFile
/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.Archetypes/Products/Archetypes/SQLStorageConfig.py:9: DeprecationWarning: DTMLFile is deprecated. import from App.special_dtml instead
  from Globals import InitializeClass, PersistentMapping, DTMLFile
/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/Products.PluggableAuthService-1.6.1-py2.6.egg/Products/PluggableAuthService/utils.py:16: DeprecationWarning: the sha module is deprecated; use the hashlib module instead
  import sha
/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/Products.PluginRegistry-1.1.3.1-py2.6.egg/Products/PluginRegistry/PluginRegistry.py:21: DeprecationWarning: Persistent is deprecated. import from Persistence instead
  from Globals import Persistent
/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/Products.PluggableAuthService-1.6.1-py2.6.egg/Products/PluggableAuthService/permissions.py:23: DeprecationWarning: ApplicationDefaultPermissions is deprecated. import from AccessControl.Permission instead
  from Globals import ApplicationDefaultPermissions
Running Products.PloneTestCase.layer.ZCML tests:
  Set up Testing.ZopeTestCase.layer.ZopeLite in 0.719 seconds.
  Set up Products.PloneTestCase.layer.ZCML in 2.109 seconds.
  Ran 38 tests with 0 failures and 0 errors in 0.241 seconds.
Running Products.PloneTestCase.layer.PloneSite tests:
  Set up Products.PloneTestCase.layer.PloneSite in 5.238 seconds.
  Ran 791 tests with 0 failures and 0 errors in 1 minutes 39.141 seconds.
Running plone.app.contentrules.tests.test_configuration.TestContentrulesGSLayer tests:
  Set up plone.app.contentrules.tests.test_configuration.TestContentrulesGSLayer in 0.002 seconds.


Failure in test testExport (plone.app.contentrules.tests.test_configuration.TestGenericSetup)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/plone.app.contentrules/plone/app/contentrules/tests/test_configuration.py", line 196, in testExport
    self.assertEquals(expected.strip(), body.strip(), body)
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 350, in failUnlessEqual
    (msg or '%r != %r' % (first, second))
AssertionError: <?xml version="1.0"?>
<contentrules>
 <rule name="test1" title="Test rule 1" description="A test rule"
    enabled="True" event="zope.lifecycleevent.interfaces.IObjectModifiedEvent"
    stop-after="False">
  <conditions>
   <condition type="plone.conditions.PortalType">
    <property name="check_types">
     <element>Document</element>
     <element>News Item</element>
    </property>
   </condition>
   <condition type="plone.conditions.Role">
    <property name="role_names">
     <element>Manager</element>
    </property>
   </condition>
  </conditions>
  <actions>
   <action type="plone.actions.Notify">
    <property name="message">A message: Hej då</property>
    <property name="message_type">info</property>
   </action>
  </actions>
 </rule>
 <rule name="test2" title="Test rule 2" description="Another test rule"
    enabled="False"
    event="zope.lifecycleevent.interfaces.IObjectModifiedEvent"
    stop-after="True">
  <conditions>
   <condition type="plone.conditions.PortalType">
    <property name="check_types">
     <element>Event</element>
    </property>
   </condition>
  </conditions>
  <actions>
   <action type="plone.actions.Workflow">
    <property name="transition">publish</property>
   </action>
  </actions>
 </rule>
 <rule name="test3" title="Test rule 3" description="Third test rule"
    enabled="True" event="zope.lifecycleevent.interfaces.IObjectMovedEvent"
    stop-after="False">
  <conditions/>
  <actions/>
 </rule>
 <assignment name="test3" bubbles="False" enabled="False" location="/news"/>
 <assignment name="test2" bubbles="True" enabled="False" location="/news"/>
 <assignment name="test1" bubbles="False" enabled="True" location="/news"/>
</contentrules>


  Ran 6 tests with 1 failures and 0 errors in 3.735 seconds.
Running plone.app.customerize.tests.layer.PloneCustomerize tests:
  Tear down plone.app.contentrules.tests.test_configuration.TestContentrulesGSLayer in 0.000 seconds.
  Set up plone.app.customerize.tests.layer.PloneCustomerize in 0.000 seconds.


Failure in test /home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/plone.app.customerize-1.1.2-py2.6.egg/plone/app/customerize/docs/testBrowserLayers.txt
Failed doctest test for testBrowserLayers.txt
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/plone.app.customerize-1.1.2-py2.6.egg/plone/app/customerize/docs/testBrowserLayers.txt", line 0

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/plone.app.customerize-1.1.2-py2.6.egg/plone/app/customerize/docs/testBrowserLayers.txt", line 40, in testBrowserLayers.txt
Failed example:
    browser.contents
Expected:
    '...Plone View Customizations...
     ...The following list shows all registered...
     ...<a href="@@customizezpt.html?...view_name=standard-test-view"...
     ...>standard-test-view</a>...'
Got:
    '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">\n<html>\n<head>\n<meta http-equiv="content-type" content="text/html;charset=utf-8" />\n\n<title>Manages view customizations</title>\n<link rel="stylesheet" type="text/css" href="/manage_page_style.css" />\n\n</head>\n<body bgcolor="#ffffff" link="#000099" alink="#000099" vlink="#000099">\n\n\n\n\n\n\n<table cellpadding="0" cellspacing="0" width="100%" border="0">\n\n<tr>\n  <td bgcolor="#000000" rowspan="5" width="10%" valign="bottom" \n   align="left">&nbsp;&nbsp;<img src="/p_/sp" \n   width="2" height="1" alt="" />\n  </td>\n  <td bgcolor="#000000" colspan="32"><img \n   src="/p_/sp" width="1" height="5" alt="" /></td>\n</tr>\n\n<tr>\n  <td bgcolor="#ffffff" rowspan="2" valign="top" \n   align="left"><img src="/p_/ltab" width="5" \n   height="5" alt="" /></td>\n  <td bgcolor="#ffffff"><img src="/p_/sp"\n   width="1" height="2" alt="" /></td>\n  <td bgcolor="#ffffff" rowspan="2" valign="top" \n   align="right"><img src="/p_/rtab" width="5" \n   height="5" alt="" /></td>\n  <td bgcolor="#000000" rowspan="4"><img src="/p_/sp"\n width="2" height="1" alt="" /></td>\n  <td bgcolor="#efefef" rowspan="2" valign="top" \n   align="left"><img src="/p_/ltab" width="5" \n   height="5" alt="" /></td>\n  <td bgcolor="#efefef"><img src="/p_/sp"\n width="1" height="2" alt="" /></td>\n  <td bgcolor="#efefef" rowspan="2" valign="top" \n   align="right"><img src="/p_/rtab" width="5" \n   height="5" alt="" /></td>\n  <td bgcolor="#000000" rowspan="4"><img src="/p_/sp"\n width="2" height="1" alt="" /></td>\n  <td bgcolor="#efefef" rowspan="2" valign="top" \n   align="left"><img src="/p_/ltab" width="5" \n   height="5" alt="" /></td>\n  <td bgcolor="#efefef"><img src="/p_/sp"\n width="1" height="2" alt="" /></td>\n  <td bgcolor="#efefef" rowspan="2" valign="top" \n   align="right"><img src="/p_/rtab" width="5" \n   height="5" alt="" /></td>\n  <td bgcolor="#000000" rowspan="4"><img src="/p_/sp"\n width="2" height="1" alt="" /></td>\n  <td bgcolor="#efefef" rowspan="2" valign="top" \n   align="left"><img src="/p_/ltab" width="5" \n   height="5" alt="" /></td>\n  <td bgcolor="#efefef"><img src="/p_/sp"\n width="1" height="2" alt="" /></td>\n  <td bgcolor="#efefef" rowspan="2" valign="top" \n   align="right"><img src="/p_/rtab" width="5" \n   height="5" alt="" /></td>\n  <td bgcolor="#000000" rowspan="4"><img src="/p_/sp"\n width="2" height="1" alt="" /></td>\n  <td bgcolor="#efefef" rowspan="2" valign="top" \n   align="left"><img src="/p_/ltab" width="5" \n   height="5" alt="" /></td>\n  <td bgcolor="#efefef"><img src="/p_/sp"\n width="1" height="2" alt="" /></td>\n  <td bgcolor="#efefef" rowspan="2" valign="top" \n   align="right"><img src="/p_/rtab" width="5" \n   height="5" alt="" /></td>\n  <td bgcolor="#000000" rowspan="4"><img src="/p_/sp"\n width="2" height="1" alt="" /></td>\n  <td bgcolor="#efefef" rowspan="2" valign="top" \n   align="left"><img src="/p_/ltab" width="5" \n   height="5" alt="" /></td>\n  <td bgcolor="#efefef"><img src="/p_/sp"\n width="1" height="2" alt="" /></td>\n  <td bgcolor="#efefef" rowspan="2" valign="top" \n   align="right"><img src="/p_/rtab" width="5" \n   height="5" alt="" /></td>\n  <td bgcolor="#000000" rowspan="4"><img src="/p_/sp"\n width="2" height="1" alt="" /></td>\n  <td bgcolor="#efefef" rowspan="2" valign="top" \n   align="left"><img src="/p_/ltab" width="5" \n   height="5" alt="" /></td>\n  <td bgcolor="#efefef"><img src="/p_/sp"\n width="1" height="2" alt="" /></td>\n  <td bgcolor="#efefef" rowspan="2" valign="top" \n   align="right"><img src="/p_/rtab" width="5" \n   height="5" alt="" /></td>\n  <td bgcolor="#000000" rowspan="4"><img src="/p_/sp"\n width="2" height="1" alt="" /></td>\n  <td bgcolor="#efefef" rowspan="2" valign="top" \n   align="left"><img src="/p_/ltab" width="5" \n   height="5" alt="" /></td>\n  <td bgcolor="#efefef"><img src="/p_/sp"\n width="1" height="2" alt="" /></td>\n  <td bgcolor="#efefef" rowspan="2" valign="top" \n   align="right"><img src="/p_/rtab" width="5" \n   height="5" alt="" /></td>\n  <td bgcolor="#000000" rowspan="4"><img src="/p_/sp"\n width="2" height="1" alt="" /></td>\n</tr>\n<tr>\n  <td bgcolor="#ffffff" valign="bottom" class="tab-small" \n   align="center"><font face="Verdana, Arial, Helvetica" \n   size="1" color="#000000">&nbsp;<a href="registrations.html"><span style="color: #000000;"><strong>Registrations</strong></span></a>&nbsp;</font></td>\n  <td bgcolor="#efefef" valign="bottom" class="tab-small" \n   align="center"><font face="Verdana, Arial, Helvetica" \n   size="1" color="#000000">&nbsp;<a href="manage_main"><span style="color: #000000;"><strong>Contents</strong></span></a>&nbsp;</font></td>\n  <td bgcolor="#efefef" valign="bottom" class="tab-small" \n   align="center"><font face="Verdana, Arial, Helvetica" \n   size="1" color="#000000">&nbsp;<a href="manage_propertiesForm"><span style="color: #000000;"><strong>Properties</strong></span></a>&nbsp;</font></td>\n  <td bgcolor="#efefef" valign="bottom" class="tab-small" \n   align="center"><font face="Verdana, Arial, Helvetica" \n   size="1" color="#000000">&nbsp;<a href="manage_access"><span style="color: #000000;"><strong>Security</strong></span></a>&nbsp;</font></td>\n  <td bgcolor="#efefef" valign="bottom" class="tab-small" \n   align="center"><font face="Verdana, Arial, Helvetica" \n   size="1" color="#000000">&nbsp;<a href="manage_UndoForm"><span style="color: #000000;"><strong>Undo</strong></span></a>&nbsp;</font></td>\n  <td bgcolor="#efefef" valign="bottom" class="tab-small" \n   align="center"><font face="Verdana, Arial, Helvetica" \n   size="1" color="#000000">&nbsp;<a href="manage_owner"><span style="color: #000000;"><strong>Ownership</strong></span></a>&nbsp;</font></td>\n  <td bgcolor="#efefef" valign="bottom" class="tab-small" \n   align="center"><font face="Verdana, Arial, Helvetica" \n   size="1" color="#000000">&nbsp;<a href="manage_interfaces"><span style="color: #000000;"><strong>Interfaces</strong></span></a>&nbsp;</font></td>\n  <td bgcolor="#efefef" valign="bottom" class="tab-small" \n   align="center"><font face="Verdana, Arial, Helvetica" \n   size="1" color="#000000">&nbsp;<a href="manage_findForm"><span style="color: #000000;"><strong>Find</strong></span></a>&nbsp;</font></td>\n</tr>\n<tr>\n  <td colspan="3" bgcolor="#ffffff"><img src="/p_/sp"\n width="2" height="1" alt="" /></td>\n  <td colspan="3" bgcolor="#efefef"><img src="/p_/sp"\n width="2" height="1" alt="" /></td>\n  <td colspan="3" bgcolor="#efefef"><img src="/p_/sp"\n width="2" height="1" alt="" /></td>\n  <td colspan="3" bgcolor="#efefef"><img src="/p_/sp"\n width="2" height="1" alt="" /></td>\n  <td colspan="3" bgcolor="#efefef"><img src="/p_/sp"\n width="2" height="1" alt="" /></td>\n  <td colspan="3" bgcolor="#efefef"><img src="/p_/sp"\n width="2" height="1" alt="" /></td>\n  <td colspan="3" bgcolor="#efefef"><img src="/p_/sp"\n width="2" height="1" alt="" /></td>\n  <td colspan="3" bgcolor="#efefef"><img src="/p_/sp"\n width="2" height="1" alt="" /></td>\n</tr>\n<tr>\n  <td colspan="3" bgcolor="#ffffff"><img src="/p_/sp"\n width="2" height="1" alt="" /></td>\n  <td colspan="3" bgcolor="#c0c0c0"><img src="/p_/sp"\n width="2" height="1" alt="" /></td>\n  <td colspan="3" bgcolor="#c0c0c0"><img src="/p_/sp"\n width="2" height="1" alt="" /></td>\n  <td colspan="3" bgcolor="#c0c0c0"><img src="/p_/sp"\n width="2" height="1" alt="" /></td>\n  <td colspan="3" bgcolor="#c0c0c0"><img src="/p_/sp"\n width="2" height="1" alt="" /></td>\n  <td colspan="3" bgcolor="#c0c0c0"><img src="/p_/sp"\n width="2" height="1" alt="" /></td>\n  <td colspan="3" bgcolor="#c0c0c0"><img src="/p_/sp"\n width="2" height="1" alt="" /></td>\n  <td colspan="3" bgcolor="#c0c0c0"><img src="/p_/sp"\n width="2" height="1" alt="" /></td>\n</tr>\n</table>\n\n  <br />\n  <table width="100%" cellspacing="0" cellpadding="2" border="0">\n  <tr class="location-bar">\n    <td align="left" valign="top">\n    <div class="std-text">\n        <img src="/misc_/OFSP/Folder_icon.gif" \n         alt="Plone View Customizations" border="0" />\n        <strong>\n              Plone View Customizations\n              at <a href="/manage_workspace">&nbsp;/</a><a href="/plone/manage_workspace">plone</a>/<a class="strong-link" href="/plone/portal_view_customizations/manage_workspace">portal_view_customizations</a>\n    </strong>\n                \n            </div>\n    </td>\n                </tr>\n  </table>\n\n\n\n\n\n<style type="text/css">\n  dl {\n    font-family: Verdana, Helvetica, sans-serif;\n    font-size: 10pt;\n    margin-left: 1em;\n  }\n  dd {\n    margin-bottom: 1em;\n  }\n  dd span.type {\n    color: #999;\n  }\n  .customized {\n    background-color: yellow;\n  }\n</style>\n\n<div>\n  <p> The following list shows all registered (template-based) views\n  sorted by interface.  Click one of the links to see the contents\n  of the view template and possibly customize it.  Views that already\n  have been customized are <span class="customized">highlighted like\n  this</span>.</p>\n</div>\n\n<dl>\n  \n    <dt>zope.interface.Interface</dt>\n    <dd>\n      \n        \n        <a href="@@customizezpt.html?required=zope.interface.Interface,zope.publisher.interfaces.browser.IDefaultBrowserLayer,zope.browser.interfaces.IBrowserView,plone.app.layout.viewlets.interfaces.IHtmlHeadLinks&amp;view_name=plone.links.RSS" title="plone.app.layout.links/rsslink.pt">plone.links.RSS</a>\n        <span class="type">(zope.publisher.interfaces.browser.IDefaultBrowserLayer)</span> <br />\n      \n      \n        \n        <a href="@@customizezpt.html?required=zope.interface.Interface,zope.publisher.interfaces.browser.IDefaultBrowserLayer,zope.browser.interfaces.IBrowserView,plone.app.layout.viewlets.interfaces.IHtmlHeadLinks&amp;view_name=plone.links.author" title="plone.app.layout.links/author.pt">plone.links.author</a>\n        <span class="type">(zope.publisher.interfaces.browser.IDefaultBrowserLayer)</span> <br />\n      \n      \n        \n        <a href="@@customizezpt.html?required=zope.interface.Interface,zope.publisher.interfaces.browser.IDefaultBrowserLayer,zope.browser.interfaces.IBrowserView,plone.app.layout.viewlets.interfaces.IHtmlHeadLinks&amp;view_name=plone.links.favicon" title="plone.app.layout.links/favicon.pt">plone.links.favicon</a>\n        <span class="type">(zope.publisher.interfaces.browser.IDefaultBrowserLayer)</span> <br />\n      \n      \n        \n        <a href="@@customizezpt.html?required=zope.interface.Interface,zope.publisher.interfaces.browser.IDefaultBrowserLayer,zope.browser.interfaces.IBrowserView,plone.app.layout.viewlets.interfaces.IHtmlHeadLinks&amp;view_name=plone.links.navigation" title="plone.app.layout.links/navigation.pt">plone.links.navigation</a>\n        <span class="type">(zope.publisher.interfaces.browser.IDefaultBrowserLayer)</span> <br />\n      \n      \n        \n        <a href="@@customizezpt.html?required=zope.interface.Interface,zope.publisher.interfaces.browser.IDefaultBrowserLayer,zope.browser.interfaces.IBrowserView,plone.app.layout.viewlets.interfaces.IHtmlHeadLinks&amp;view_name=plone.links.search" title="plone.app.layout.links/search.pt">plone.links.search</a>\n        <span class="type">(zope.publisher.interfaces.browser.IDefaultBrowserLayer)</span> <br />\n      \n    </dd>\n  \n</dl>\n\n</body>\n</html>\n'



Failure in test /home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/plone.app.customerize-1.1.2-py2.6.egg/plone/app/customerize/docs/testCustomizeView.txt
Failed doctest test for testCustomizeView.txt
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/plone.app.customerize-1.1.2-py2.6.egg/plone/app/customerize/docs/testCustomizeView.txt", line 0

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/plone.app.customerize-1.1.2-py2.6.egg/plone/app/customerize/docs/testCustomizeView.txt", line 11, in testCustomizeView.txt
Failed example:
    browser.contents
Expected:
    '...Plone View Customizations...
     ...The following list shows all registered...
     ...five.customerize.interfaces.IViewTemplateContainer...
     ...<a href="@@customizezpt.html?...view_name=customizezpt.html"...
     ...customizezpt.html</a>...
     ...<a href="@@customizezpt.html?...view_name=registrations.html"...
     ...registrations.html</a>...'
Got:
    '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">\n<html>\n<head>\n<meta http-equiv="content-type" content="text/html;charset=utf-8" />\n\n<title>Manages view customizations</title>\n<link rel="stylesheet" type="text/css" href="/manage_page_style.css" />\n\n</head>\n<body bgcolor="#ffffff" link="#000099" alink="#000099" vlink="#000099">\n\n\n\n\n\n\n<table cellpadding="0" cellspacing="0" width="100%" border="0">\n\n<tr>\n  <td bgcolor="#000000" rowspan="5" width="10%" valign="bottom" \n   align="left">&nbsp;&nbsp;<img src="/p_/sp" \n   width="2" height="1" alt="" />\n  </td>\n  <td bgcolor="#000000" colspan="32"><img \n   src="/p_/sp" width="1" height="5" alt="" /></td>\n</tr>\n\n<tr>\n  <td bgcolor="#ffffff" rowspan="2" valign="top" \n   align="left"><img src="/p_/ltab" width="5" \n   height="5" alt="" /></td>\n  <td bgcolor="#ffffff"><img src="/p_/sp"\n   width="1" height="2" alt="" /></td>\n  <td bgcolor="#ffffff" rowspan="2" valign="top" \n   align="right"><img src="/p_/rtab" width="5" \n   height="5" alt="" /></td>\n  <td bgcolor="#000000" rowspan="4"><img src="/p_/sp"\n width="2" height="1" alt="" /></td>\n  <td bgcolor="#efefef" rowspan="2" valign="top" \n   align="left"><img src="/p_/ltab" width="5" \n   height="5" alt="" /></td>\n  <td bgcolor="#efefef"><img src="/p_/sp"\n width="1" height="2" alt="" /></td>\n  <td bgcolor="#efefef" rowspan="2" valign="top" \n   align="right"><img src="/p_/rtab" width="5" \n   height="5" alt="" /></td>\n  <td bgcolor="#000000" rowspan="4"><img src="/p_/sp"\n width="2" height="1" alt="" /></td>\n  <td bgcolor="#efefef" rowspan="2" valign="top" \n   align="left"><img src="/p_/ltab" width="5" \n   height="5" alt="" /></td>\n  <td bgcolor="#efefef"><img src="/p_/sp"\n width="1" height="2" alt="" /></td>\n  <td bgcolor="#efefef" rowspan="2" valign="top" \n   align="right"><img src="/p_/rtab" width="5" \n   height="5" alt="" /></td>\n  <td bgcolor="#000000" rowspan="4"><img src="/p_/sp"\n width="2" height="1" alt="" /></td>\n  <td bgcolor="#efefef" rowspan="2" valign="top" \n   align="left"><img src="/p_/ltab" width="5" \n   height="5" alt="" /></td>\n  <td bgcolor="#efefef"><img src="/p_/sp"\n width="1" height="2" alt="" /></td>\n  <td bgcolor="#efefef" rowspan="2" valign="top" \n   align="right"><img src="/p_/rtab" width="5" \n   height="5" alt="" /></td>\n  <td bgcolor="#000000" rowspan="4"><img src="/p_/sp"\n width="2" height="1" alt="" /></td>\n  <td bgcolor="#efefef" rowspan="2" valign="top" \n   align="left"><img src="/p_/ltab" width="5" \n   height="5" alt="" /></td>\n  <td bgcolor="#efefef"><img src="/p_/sp"\n width="1" height="2" alt="" /></td>\n  <td bgcolor="#efefef" rowspan="2" valign="top" \n   align="right"><img src="/p_/rtab" width="5" \n   height="5" alt="" /></td>\n  <td bgcolor="#000000" rowspan="4"><img src="/p_/sp"\n width="2" height="1" alt="" /></td>\n  <td bgcolor="#efefef" rowspan="2" valign="top" \n   align="left"><img src="/p_/ltab" width="5" \n   height="5" alt="" /></td>\n  <td bgcolor="#efefef"><img src="/p_/sp"\n width="1" height="2" alt="" /></td>\n  <td bgcolor="#efefef" rowspan="2" valign="top" \n   align="right"><img src="/p_/rtab" width="5" \n   height="5" alt="" /></td>\n  <td bgcolor="#000000" rowspan="4"><img src="/p_/sp"\n width="2" height="1" alt="" /></td>\n  <td bgcolor="#efefef" rowspan="2" valign="top" \n   align="left"><img src="/p_/ltab" width="5" \n   height="5" alt="" /></td>\n  <td bgcolor="#efefef"><img src="/p_/sp"\n width="1" height="2" alt="" /></td>\n  <td bgcolor="#efefef" rowspan="2" valign="top" \n   align="right"><img src="/p_/rtab" width="5" \n   height="5" alt="" /></td>\n  <td bgcolor="#000000" rowspan="4"><img src="/p_/sp"\n width="2" height="1" alt="" /></td>\n  <td bgcolor="#efefef" rowspan="2" valign="top" \n   align="left"><img src="/p_/ltab" width="5" \n   height="5" alt="" /></td>\n  <td bgcolor="#efefef"><img src="/p_/sp"\n width="1" height="2" alt="" /></td>\n  <td bgcolor="#efefef" rowspan="2" valign="top" \n   align="right"><img src="/p_/rtab" width="5" \n   height="5" alt="" /></td>\n  <td bgcolor="#000000" rowspan="4"><img src="/p_/sp"\n width="2" height="1" alt="" /></td>\n</tr>\n<tr>\n  <td bgcolor="#ffffff" valign="bottom" class="tab-small" \n   align="center"><font face="Verdana, Arial, Helvetica" \n   size="1" color="#000000">&nbsp;<a href="registrations.html"><span style="color: #000000;"><strong>Registrations</strong></span></a>&nbsp;</font></td>\n  <td bgcolor="#efefef" valign="bottom" class="tab-small" \n   align="center"><font face="Verdana, Arial, Helvetica" \n   size="1" color="#000000">&nbsp;<a href="manage_main"><span style="color: #000000;"><strong>Contents</strong></span></a>&nbsp;</font></td>\n  <td bgcolor="#efefef" valign="bottom" class="tab-small" \n   align="center"><font face="Verdana, Arial, Helvetica" \n   size="1" color="#000000">&nbsp;<a href="manage_propertiesForm"><span style="color: #000000;"><strong>Properties</strong></span></a>&nbsp;</font></td>\n  <td bgcolor="#efefef" valign="bottom" class="tab-small" \n   align="center"><font face="Verdana, Arial, Helvetica" \n   size="1" color="#000000">&nbsp;<a href="manage_access"><span style="color: #000000;"><strong>Security</strong></span></a>&nbsp;</font></td>\n  <td bgcolor="#efefef" valign="bottom" class="tab-small" \n   align="center"><font face="Verdana, Arial, Helvetica" \n   size="1" color="#000000">&nbsp;<a href="manage_UndoForm"><span style="color: #000000;"><strong>Undo</strong></span></a>&nbsp;</font></td>\n  <td bgcolor="#efefef" valign="bottom" class="tab-small" \n   align="center"><font face="Verdana, Arial, Helvetica" \n   size="1" color="#000000">&nbsp;<a href="manage_owner"><span style="color: #000000;"><strong>Ownership</strong></span></a>&nbsp;</font></td>\n  <td bgcolor="#efefef" valign="bottom" class="tab-small" \n   align="center"><font face="Verdana, Arial, Helvetica" \n   size="1" color="#000000">&nbsp;<a href="manage_interfaces"><span style="color: #000000;"><strong>Interfaces</strong></span></a>&nbsp;</font></td>\n  <td bgcolor="#efefef" valign="bottom" class="tab-small" \n   align="center"><font face="Verdana, Arial, Helvetica" \n   size="1" color="#000000">&nbsp;<a href="manage_findForm"><span style="color: #000000;"><strong>Find</strong></span></a>&nbsp;</font></td>\n</tr>\n<tr>\n  <td colspan="3" bgcolor="#ffffff"><img src="/p_/sp"\n width="2" height="1" alt="" /></td>\n  <td colspan="3" bgcolor="#efefef"><img src="/p_/sp"\n width="2" height="1" alt="" /></td>\n  <td colspan="3" bgcolor="#efefef"><img src="/p_/sp"\n width="2" height="1" alt="" /></td>\n  <td colspan="3" bgcolor="#efefef"><img src="/p_/sp"\n width="2" height="1" alt="" /></td>\n  <td colspan="3" bgcolor="#efefef"><img src="/p_/sp"\n width="2" height="1" alt="" /></td>\n  <td colspan="3" bgcolor="#efefef"><img src="/p_/sp"\n width="2" height="1" alt="" /></td>\n  <td colspan="3" bgcolor="#efefef"><img src="/p_/sp"\n width="2" height="1" alt="" /></td>\n  <td colspan="3" bgcolor="#efefef"><img src="/p_/sp"\n width="2" height="1" alt="" /></td>\n</tr>\n<tr>\n  <td colspan="3" bgcolor="#ffffff"><img src="/p_/sp"\n width="2" height="1" alt="" /></td>\n  <td colspan="3" bgcolor="#c0c0c0"><img src="/p_/sp"\n width="2" height="1" alt="" /></td>\n  <td colspan="3" bgcolor="#c0c0c0"><img src="/p_/sp"\n width="2" height="1" alt="" /></td>\n  <td colspan="3" bgcolor="#c0c0c0"><img src="/p_/sp"\n width="2" height="1" alt="" /></td>\n  <td colspan="3" bgcolor="#c0c0c0"><img src="/p_/sp"\n width="2" height="1" alt="" /></td>\n  <td colspan="3" bgcolor="#c0c0c0"><img src="/p_/sp"\n width="2" height="1" alt="" /></td>\n  <td colspan="3" bgcolor="#c0c0c0"><img src="/p_/sp"\n width="2" height="1" alt="" /></td>\n  <td colspan="3" bgcolor="#c0c0c0"><img src="/p_/sp"\n width="2" height="1" alt="" /></td>\n</tr>\n</table>\n\n  <br />\n  <table width="100%" cellspacing="0" cellpadding="2" border="0">\n  <tr class="location-bar">\n    <td align="left" valign="top">\n    <div class="std-text">\n        <img src="/misc_/OFSP/Folder_icon.gif" \n         alt="Plone View Customizations" border="0" />\n        <strong>\n              Plone View Customizations\n              at <a href="/manage_workspace">&nbsp;/</a><a href="/plone/manage_workspace">plone</a>/<a class="strong-link" href="/plone/portal_view_customizations/manage_workspace">portal_view_customizations</a>\n    </strong>\n                \n            </div>\n    </td>\n                </tr>\n  </table>\n\n\n\n\n\n<style type="text/css">\n  dl {\n    font-family: Verdana, Helvetica, sans-serif;\n    font-size: 10pt;\n    margin-left: 1em;\n  }\n  dd {\n    margin-bottom: 1em;\n  }\n  dd span.type {\n    color: #999;\n  }\n  .customized {\n    background-color: yellow;\n  }\n</style>\n\n<div>\n  <p> The following list shows all registered (template-based) views\n  sorted by interface.  Click one of the links to see the contents\n  of the view template and possibly customize it.  Views that already\n  have been customized are <span class="customized">highlighted like\n  this</span>.</p>\n</div>\n\n<dl>\n  \n    <dt>zope.interface.Interface</dt>\n    <dd>\n      \n        \n        <a href="@@customizezpt.html?required=zope.interface.Interface,zope.publisher.interfaces.browser.IDefaultBrowserLayer,zope.browser.interfaces.IBrowserView,plone.app.layout.viewlets.interfaces.IHtmlHeadLinks&amp;view_name=plone.links.RSS" title="plone.app.layout.links/rsslink.pt">plone.links.RSS</a>\n        <span class="type">(zope.publisher.interfaces.browser.IDefaultBrowserLayer)</span> <br />\n      \n      \n        \n        <a href="@@customizezpt.html?required=zope.interface.Interface,zope.publisher.interfaces.browser.IDefaultBrowserLayer,zope.browser.interfaces.IBrowserView,plone.app.layout.viewlets.interfaces.IHtmlHeadLinks&amp;view_name=plone.links.author" title="plone.app.layout.links/author.pt">plone.links.author</a>\n        <span class="type">(zope.publisher.interfaces.browser.IDefaultBrowserLayer)</span> <br />\n      \n      \n        \n        <a href="@@customizezpt.html?required=zope.interface.Interface,zope.publisher.interfaces.browser.IDefaultBrowserLayer,zope.browser.interfaces.IBrowserView,plone.app.layout.viewlets.interfaces.IHtmlHeadLinks&amp;view_name=plone.links.favicon" title="plone.app.layout.links/favicon.pt">plone.links.favicon</a>\n        <span class="type">(zope.publisher.interfaces.browser.IDefaultBrowserLayer)</span> <br />\n      \n      \n        \n        <a href="@@customizezpt.html?required=zope.interface.Interface,zope.publisher.interfaces.browser.IDefaultBrowserLayer,zope.browser.interfaces.IBrowserView,plone.app.layout.viewlets.interfaces.IHtmlHeadLinks&amp;view_name=plone.links.navigation" title="plone.app.layout.links/navigation.pt">plone.links.navigation</a>\n        <span class="type">(zope.publisher.interfaces.browser.IDefaultBrowserLayer)</span> <br />\n      \n      \n        \n        <a href="@@customizezpt.html?required=zope.interface.Interface,zope.publisher.interfaces.browser.IDefaultBrowserLayer,zope.browser.interfaces.IBrowserView,plone.app.layout.viewlets.interfaces.IHtmlHeadLinks&amp;view_name=plone.links.search" title="plone.app.layout.links/search.pt">plone.links.search</a>\n        <span class="type">(zope.publisher.interfaces.browser.IDefaultBrowserLayer)</span> <br />\n      \n    </dd>\n  \n</dl>\n\n</body>\n</html>\n'

  Ran 27 tests with 2 failures and 0 errors in 4.038 seconds.
Running plone.app.kss.tests.kss_and_plone_layer.KSSAndPloneLayer tests:
  Tear down plone.app.customerize.tests.layer.PloneCustomerize in 0.000 seconds.
  Set up plone.app.kss.tests.kss_and_plone_layer.KSSAndPloneLayer in 0.043 seconds.


Error in test test_replaceFilteredRulesForm (plone.app.contentrules.tests.test_kss.KSSContentRulesTestCase)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/plone.app.contentrules/plone/app/contentrules/tests/test_kss.py", line 26, in test_replaceFilteredRulesForm
    res = view.replaceFilteredRulesForm(ruleType='state-enabled')
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/plone.app.contentrules/plone/app/contentrules/browser/kss.py", line 17, in replaceFilteredRulesForm
    content = self.macroContent('@@rules-controlpanel/template/macros/rules_table_form', ruleType=ruleType)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/plone.app.kss-1.4.5-py2.6.egg/plone/app/kss/plonekssview.py", line 39, in macroContent
    content = self.header_macros.__of__(macroobj.aq_parent)(the_macro=the_macro)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/Zope2-2.12.0b3-py2.6-linux-x86_64.egg/Products/Five/browser/pagetemplatefile.py", line 126, in __call__
    return self.im_func(im_self, *args, **kw)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/Zope2-2.12.0b3-py2.6-linux-x86_64.egg/Products/Five/browser/pagetemplatefile.py", line 60, in __call__
    sourceAnnotations=getattr(debug_flags, 'sourceAnnotations', 0),
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/zope.pagetemplate-3.5.0-py2.6.egg/zope/pagetemplate/pagetemplate.py", line 115, in pt_render
    strictinsert=0, sourceAnnotations=sourceAnnotations)()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/zope.tal-3.5.1-py2.6.egg/zope/tal/talinterpreter.py", line 271, in __call__
    self.interpret(self.program)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/zope.tal-3.5.1-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
    handlers[opcode](self, args)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/zope.tal-3.5.1-py2.6.egg/zope/tal/talinterpreter.py", line 533, in do_optTag_tal
    self.do_optTag(stuff)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/zope.tal-3.5.1-py2.6.egg/zope/tal/talinterpreter.py", line 518, in do_optTag
    return self.no_tag(start, program)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/zope.tal-3.5.1-py2.6.egg/zope/tal/talinterpreter.py", line 513, in no_tag
    self.interpret(program)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/zope.tal-3.5.1-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
    handlers[opcode](self, args)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/zope.tal-3.5.1-py2.6.egg/zope/tal/talinterpreter.py", line 888, in do_useMacro
    self.interpret(macro)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/zope.tal-3.5.1-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
    handlers[opcode](self, args)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/zope.tal-3.5.1-py2.6.egg/zope/tal/talinterpreter.py", line 583, in do_setLocal_tal
    self.engine.setLocal(name, self.engine.evaluateValue(expr))
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/zope.tales-3.4.0-py2.6.egg/zope/tales/tales.py", line 696, in evaluate
    return expression(self)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/zope.tales-3.4.0-py2.6.egg/zope/tales/expressions.py", line 217, in __call__
    return self._eval(econtext)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/Zope2-2.12.0b3-py2.6-linux-x86_64.egg/Products/PageTemplates/Expressions.py", line 127, in _eval
    ob = self._subexprs[-1](econtext)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/zope.tales-3.4.0-py2.6.egg/zope/tales/expressions.py", line 124, in _eval
    ob = self._traverser(ob, element, econtext)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/Zope2-2.12.0b3-py2.6-linux-x86_64.egg/Products/PageTemplates/Expressions.py", line 79, in boboAwareZopeTraverse
    request=request)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/zope.traversing-3.7.1-py2.6.egg/zope/traversing/adapters.py", line 139, in traversePathElement
    return traversable.traverse(nm, further_path)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/zope.traversing-3.7.1-py2.6.egg/zope/traversing/adapters.py", line 53, in traverse
    raise LocationError(subject, name)
LocationError: (<Products.Five.metaclass.ContentrulesControlpanelCommand object at 0xc53ddd0>, 'registeredRules')

  Ran 2 tests with 0 failures and 1 errors in 0.051 seconds.
Running plone.app.linkintegrity.tests.layer.PloneLinkintegrity tests:
  Tear down plone.app.kss.tests.kss_and_plone_layer.KSSAndPloneLayer in 0.000 seconds.
  Set up plone.app.linkintegrity.tests.layer.PloneLinkintegrity in 6.843 seconds.


Failure in test /home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/plone.app.linkintegrity/plone/app/linkintegrity/docs/testMultipleReferences.txt
Failed doctest test for testMultipleReferences.txt
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/plone.app.linkintegrity/plone/app/linkintegrity/docs/testMultipleReferences.txt", line 0

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/plone.app.linkintegrity/plone/app/linkintegrity/docs/testMultipleReferences.txt", line 22, in testMultipleReferences.txt
Failed example:
    browser.contents
Expected:
    '...<a href="http://nohost/plone/image1"...Test Image 1...
     ...This...Image...is referenced by the following items:...
     ...<li>...<a href="http://nohost/plone/doc1"...Test Page 1...</li>...
     ...Would you like to delete it anyway?...'
Got:
    '\n\n\n<!DOCTYPE html PUBLIC\n  "-//W3C//DTD XHTML 1.0 Transitional//EN"\n  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">\n\n<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">\n\n  \n    \n    \n    \n    \n    \n\n  \n\n  <head>\n\n    <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />\n\n    <meta name="generator" content="Plone - http://plone.org" />\n\n    <!-- Internet Explorer fix, forces IE8 into newest possible rendering\n         engine even if it\'s on an intranet. This has to be defined before any\n         script/style tags. -->\n    <meta http-equiv="X-UA-Compatible" content="IE=edge" /> \n\n    \n      <base href="http://nohost/plone/image1" /><!--[if lt IE 7]></base><![endif]-->\n    \n\n    <link rel="kss-base-url" href="http://nohost/plone/image1" />\n\n  \n  \n    \n    \n      <script type="text/javascript" src="http://nohost/plone/portal_javascripts/Plone%20Default/jquery-cachekey6254.js">\n      </script>\n    \n    \n    \n  \n\n  \n    \n    \n      <script type="text/javascript" src="http://nohost/plone/portal_javascripts/Plone%20Default/dropdown-cachekey4590.js">\n      </script>\n    \n    \n    \n  \n\n  \n    \n    \n      <script type="text/javascript" src="http://nohost/plone/portal_javascripts/Plone%20Default/sarissa-cachekey5677.js">\n      </script>\n    \n    \n    \n  \n\n  \n    \n    \n      <script type="text/javascript" src="http://nohost/plone/portal_javascripts/Plone%20Default/resourcebase2-dom-fp-cachekey5991.js">\n      </script>\n    \n    \n    \n  \n\n  \n    \n    \n      <script type="text/javascript" src="http://nohost/plone/portal_javascripts/Plone%20Default/resourcekukit-cachekey2681.js">\n      </script>\n    \n    \n    \n  \n\n\n  \n  \n    \n    \n    \n      <style type="text/css" media="screen">@import url(http://nohost/plone/portal_css/Plone%20Default/member-cachekey5449.css);</style>\n    \n    \n    \n  \n\n  \n    \n    \n    \n      <style type="text/css">@import url(http://nohost/plone/portal_css/Plone%20Default/base-cachekey2676.css);</style>\n    \n    \n    \n  \n\n  \n    \n    \n    \n      <style type="text/css" media="all">@import url(http://nohost/plone/portal_css/Plone%20Default/ploneCustom-cachekey3260.css);</style>\n    \n    \n    \n  \n\n\n  \n  <link rel="kinetic-stylesheet" type="text/css" href="http://nohost/plone/portal_kss/Plone%20Default/at-cachekey2905.kss" />\n\n\na standard view\n<title>Test Image 1 &mdash; Plone site</title>\n\n    <!-- IE6 workaround CSS/JS  -->\n    <!-- [if lte IE7]>\n        <style type="text/css" media="all">@import url(http://nohost/plone/IEFixes.css);</style>\n        \n        <script type="text/javascript" src="http://nohost/plone/iefixes.js">\n        </script>\n        \n    <![endif]-->\n\n    \n    <link rel="author" href="http://nohost/plone/author/portal_owner" title="Author information" />\n\n\n\n    <link rel="shortcut icon" type="image/x-icon" href="http://nohost/plone/favicon.ico" />\n\n\n\n    <link rel="home" href="http://nohost/plone" title="Front page" />\n\n    <link rel="contents" href="http://nohost/plone/sitemap" title="Site Map" />\n\n\n\n\n\n\n    <link rel="search" href="http://nohost/plone/search_form" title="Search this site" />\n\n\na standard view\n\n    <!-- Disable IE6 image toolbar -->\n    <meta http-equiv="imagetoolbar" content="no" />\n    \n    \n    \n\n    \n    \n\n    \n    \n\n    \n    \n\n  </head>\n\n  <body class="section-image1 template-delete_confirmation_page" dir="ltr">\n    <div id="visual-portal-wrapper">\n\n      <div id="portal-top">\n        <div xmlns="http://www.w3.org/1999/xhtml" id="portal-header">\n    <p xmlns="http://www.w3.org/1999/xhtml" class="hiddenStructure">\n  <a accesskey="2" href="http://nohost/plone/image1/delete_confirmation#documentContent">Skip to content.</a> |\n\n  <a accesskey="6" href="http://nohost/plone/image1/delete_confirmation#portlet-navigation-tree">Skip to navigation</a>\n</p>\n\n<ul xmlns="http://www.w3.org/1999/xhtml" id="portal-siteactions">\n\n    <li id="siteaction-sitemap"><a href="http://nohost/plone/sitemap" accesskey="3" title="Site Map">Site Map</a></li>\n    <li id="siteaction-accessibility"><a href="http://nohost/plone/accessibility-info" accesskey="0" title="Accessibility">Accessibility</a></li>\n    <li id="siteaction-contact"><a href="http://nohost/plone/contact-info" accesskey="9" title="Contact">Contact</a></li>\n    <li id="siteaction-plone_setup"><a href="http://nohost/plone/plone_control_panel" accesskey="" title="Site Setup">Site Setup</a></li>\n</ul>\n\n<div id="portal-searchbox">\n    <form name="searchform" action="http://nohost/plone/search">\n\n        <label for="searchGadget" class="hiddenStructure">Search Site</label>\n\n        <div class="LSBox">\n        <input name="SearchableText" type="text" size="18" title="Search Site" accesskey="4" class="inputLabel" id="searchGadget" />\n\n        <input class="searchButton" type="submit" value="Search" />\n    \n        <div class="searchSection">\n            <input id="searchbox_currentfolder_only" class="noborder" type="checkbox" name="path" value="/plone" />\n            <label for="searchbox_currentfolder_only" style="cursor: pointer">\n                only in current section\n            </label>\n        </div>\n\n        <div class="LSResult" id="LSResult" style=""><div class="LSShadow" id="LSShadow"></div></div>\n        </div>\n    </form>\n\n    <div id="portal-advanced-search" class="hiddenStructure">\n        <a href="http://nohost/plone/search_form" accesskey="5">\n            Advanced Search&hellip;\n        </a>\n    </div>\n\n</div>\n\n<a xmlns="http://www.w3.org/1999/xhtml" id="portal-logo" accesskey="1" href="http://nohost/plone">\n    <img src="http://nohost/plone/logo.jpg" alt="" title="Plone" height="57" width="252" /></a>\n\n\n    <h5 class="hiddenStructure">Sections</h5>\n\n    <ul id="portal-globalnav">\n        <li id="portaltab-index_html" class="selected"><a href="http://nohost/plone" title="">Home</a></li>\n        <li id="portaltab-Members" class="plain"><a href="http://nohost/plone/Members" title="Container for users\' home directories">Users</a></li>\n        <li id="portaltab-news" class="plain"><a href="http://nohost/plone/news" title="Site News">News</a></li>\n        <li id="portaltab-events" class="plain"><a href="http://nohost/plone/events" title="Site Events">Events</a></li>\n        <li id="portaltab-doc1" class="plain"><a href="http://nohost/plone/doc1" title="">Test Page 1</a></li>\n        <li id="portaltab-doc2" class="plain"><a href="http://nohost/plone/doc2" title="">Test Page 2</a></li>\n        <li id="portaltab-image1" class="plain"><a href="http://nohost/plone/image1/view" title="">Test Image 1</a></li>\n        <li id="portaltab-image2" class="plain"><a href="http://nohost/plone/image2/view" title="">Test Image 2</a></li>\n        <li id="portaltab-image3" class="plain"><a href="http://nohost/plone/image3/view" title="">Test Image 3</a></li>\n        <li id="portaltab-file1" class="plain"><a href="http://nohost/plone/file1/view" title="">Test File 1</a></li>\n        <li id="portaltab-folder1" class="plain"><a href="http://nohost/plone/folder1" title="">Test Folder 1</a></li>\n    </ul>\n\na standard view\n</div>\n\n<div xmlns="http://www.w3.org/1999/xhtml" id="portal-personaltools-wrapper">\n\n<h5 class="hiddenStructure">Personal tools</h5>\n\n<ul id="portal-personaltools" class="visualInline">\n   \n       <li><a id="user-name" href="http://nohost/plone/dashboard"><img src="http://nohost/plone/user.gif" alt="" title="User" height="16" width="16" />\n            <span class="visualCaseSensitive">test_user_1_</span></a></li>\n   \n\n    \n        <li>\n            <a href="http://nohost/plone/logout">Log out</a>\n        </li>\n    \n\n</ul>\n</div>\n\n\n    \n\n\n<div xmlns="http://www.w3.org/1999/xhtml" id="portal-breadcrumbs">\n\n    <span id="breadcrumbs-you-are-here">You\nare here:</span>\n    <a href="http://nohost/plone">Home</a>\n    <span class="breadcrumbSeparator">\n        &rarr;\n        \n    </span>\n    <span dir="ltr">\n        \n            \n            \n            <span>Test Image 1</span>\n         \n    </span>\n\n</div>\n\na standard view\n      </div>\n\n      <div class="visualClear" id="clear-space-before-wrapper-table"><!-- --></div>\n\n      <table id="portal-columns">\n        <tbody>\n          <tr>\n            \n            \n            \n\n            \n            <td id="portal-column-content">\n\n              \n                <div class="">\n\n                  \n\na standard view\n\n                  <div id="region-content" class="documentContent">\n\n                    <span id="contentTopLeft"></span>\n                    <span id="contentTopRight"></span>\n                    \n                    <a name="documentContent"></a>\n\n                    \n\n    <dl class="portalMessage info" id="kssPortalMessage" style="display:none">\n        <dt>Info</dt>\n        <dd></dd>\n    </dl>\n\n\n                    \n                    <div id="viewlet-above-content"><div id="plone-lock-status">\n  \n</div>\n\na standard view</div>\n\n                    \n                    <div id="content">\n                      \n                      <div>\n\n      \n\n      <h1 class="documentFirstHeading">\n        Do you really want to delete this item?\n      </h1>\n\n      <ul>\n          <li>Test Image 1</li>\n      </ul>\n\n      <form method="POST" action="http://nohost/plone/image1/delete_confirmation">\n        <div class="formControls">\n\n          <input type="hidden" name="form.submitted" value="1" />\n\n          <input class="destructive" type="submit" value="Delete" />\n          <input class="standalone" type="submit" value="Cancel" name="form.button.Cancel" />\n        </div>\n\n        <input type="hidden" name="_authenticator" value="f47befcd7b853fa3e93cbaecf3a0f65a9ae21b8d"/>\n\n      </form>\n\n\n    </div>\n                    </div>\n                    \n\n                    \n                    \n                      \n\na standard view\n                    \n                    \n\n                    <span id="contentBottomLeft"></span>\n                    <span id="contentBottomRight"></span>\n\n                  </div>\n\n                </div>\n\n              \n            </td>\n            \n\n            \n            \n            \n          </tr>\n        </tbody>\n      </table>\n      \n\n      <div class="visualClear" id="clear-space-before-footer"><!-- --></div>\n      \n      <div>\n          <a class="managePortletsFallback" href="http://nohost/plone/image1/@@manage-portlets">\n             Manage portlets\n          </a>\n      </div>\n\n      \n\n        <div xmlns="http://www.w3.org/1999/xhtml" id="portal-footer">\n\n<p>\n    \n    The\n    <a href="http://plone.org">Plone<sup>&reg;</sup> CMS &mdash; Open Source Content Management System</a>\n    is\n    <acronym title="Copyright">&copy;</acronym>\n    2000-2009\n    by the\n    <a href="http://plone.org/foundation">Plone Foundation</a>\n    et al.\n    \n</p>\n\n<p>\n    \n    Plone<sup>&reg;</sup> and the Plone logo are registered trademarks of the\n        <a href="http://plone.org/foundation">Plone Foundation</a>.\n    \n\n    \n    Distributed under the\n        <a href="http://creativecommons.org/licenses/GPL/2.0/">GNU GPL license</a>.\n    \n</p>\n\n</div>\n\n<div xmlns="http://www.w3.org/1999/xhtml" id="portal-colophon">\n      \n\n      \n\n      <div class="colophonWrapper">\n      <ul>\n        <li>\n          <a href="http://plone.org" title="This site was built using Plone CMS, the Open Source Content Management System. Click for more information.">\n            Powered by Plone</a>\n        </li>\n        <li>\n          <a href="http://validator.w3.org/check/referer" title="This site is valid XHTML.">\n            Valid XHTML</a>\n        </li>\n        <li>\n          <a href="http://jigsaw.w3.org/css-validator/check/referer?warning=no&amp;profile=css3&amp;usermedium=all" title="This site was built with valid CSS.">\n            Valid CSS</a>\n        </li>\n        <li>\n          <a href="http://www.section508.gov" title="This site conforms to the US Government Section 508 Accessibility Guidelines.">\n            Section 508</a>\n        </li>\n        <li>\n          <a href="http://www.w3.org/WAI/WCAG1AA-Conformance" title="This site conforms to the W3C-WAI Web Content Accessibility Guidelines.">\n            WCAG</a>\n        </li>\n      </ul>\n      </div>\n\n    </div>\n\na standard view\n\n      \n\n      <div class="visualClear"><!-- --></div>\n    </div>\n<div id="kss-spinner"><img alt="" src="http://nohost/plone/spinner.png" /></div>\n</body>\n</html>\n\n'



Failure in test /home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/plone.app.linkintegrity/plone/app/linkintegrity/docs/testCircularReferences.txt
Failed doctest test for testCircularReferences.txt
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/plone.app.linkintegrity/plone/app/linkintegrity/docs/testCircularReferences.txt", line 0

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/plone.app.linkintegrity/plone/app/linkintegrity/docs/testCircularReferences.txt", line 12, in testCircularReferences.txt
Failed example:
    p.doc1.getReferences()
Expected:
    [<ATDocument at /plone/doc2>]
Got:
    []



Failure in test /home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/plone.app.linkintegrity/plone/app/linkintegrity/docs/testRemovalTriggersConfirmation.txt
Failed doctest test for testRemovalTriggersConfirmation.txt
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/plone.app.linkintegrity/plone/app/linkintegrity/docs/testRemovalTriggersConfirmation.txt", line 0

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/plone.app.linkintegrity/plone/app/linkintegrity/docs/testRemovalTriggersConfirmation.txt", line 10, in testRemovalTriggersConfirmation.txt
Failed example:
    self.assertEqual(doc.getReferences(), [img])
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/zope.testing-3.7.6-py2.6.egg/zope/testing/doctest.py", line 1361, in __run
        compileflags, 1) in test.globs
      File "<doctest testRemovalTriggersConfirmation.txt[line 10, example 4]>", line 1, in <module>
        self.assertEqual(doc.getReferences(), [img])
      File "/usr/local/python2.6/lib/python2.6/unittest.py", line 350, in failUnlessEqual
        (msg or '%r != %r' % (first, second))
    AssertionError: [] != [<ATImage at /plone/image1>]



Failure in test /home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/plone.app.linkintegrity/plone/app/linkintegrity/docs/testMultipleFilesRemoval.txt
Failed doctest test for testMultipleFilesRemoval.txt
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/plone.app.linkintegrity/plone/app/linkintegrity/docs/testMultipleFilesRemoval.txt", line 0

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/plone.app.linkintegrity/plone/app/linkintegrity/docs/testMultipleFilesRemoval.txt", line 26, in testMultipleFilesRemoval.txt
Failed example:
    browser.contents
Expected:
    '...<a href="http://nohost/plone/image1"...Test Image 1...
     ...This...Image...is referenced by the following items:...
     ...<li>...<a href="http://nohost/plone/doc1"...Test Page 1...</li>...
     ...<li>...<a href="http://nohost/plone/doc2"...Test Page 2...</li>...
     ...Would you like to delete it anyway?...'
Got:
    '\n\n        \n      \n\n<!DOCTYPE html PUBLIC\n  "-//W3C//DTD XHTML 1.0 Transitional//EN"\n  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">\n\n<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">\n\n  \n    \n    \n    \n    \n    \n\n  \n\n  <head>\n\n    <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />\n\n    <meta name="generator" content="Plone - http://plone.org" />\n\n    <!-- Internet Explorer fix, forces IE8 into newest possible rendering\n         engine even if it\'s on an intranet. This has to be defined before any\n         script/style tags. -->\n    <meta http-equiv="X-UA-Compatible" content="IE=edge" /> \n\n    \n      <base href="http://nohost/plone/" /><!--[if lt IE 7]></base><![endif]-->\n    \n\n    <link rel="kss-base-url" href="http://nohost/plone" />\n\n  \n  \n    \n    \n      <script type="text/javascript" src="http://nohost/plone/portal_javascripts/Plone%20Default/jquery-cachekey6254.js">\n      </script>\n    \n    \n    \n  \n\n  \n    \n    \n      <script type="text/javascript" src="http://nohost/plone/portal_javascripts/Plone%20Default/dropdown-cachekey4590.js">\n      </script>\n    \n    \n    \n  \n\n  \n    \n    \n      <script type="text/javascript" src="http://nohost/plone/portal_javascripts/Plone%20Default/sarissa-cachekey5677.js">\n      </script>\n    \n    \n    \n  \n\n  \n    \n    \n      <script type="text/javascript" src="http://nohost/plone/portal_javascripts/Plone%20Default/resourcebase2-dom-fp-cachekey5991.js">\n      </script>\n    \n    \n    \n  \n\n  \n    \n    \n      <script type="text/javascript" src="http://nohost/plone/portal_javascripts/Plone%20Default/resourcekukit-cachekey2681.js">\n      </script>\n    \n    \n    \n  \n\n\n  \n  \n    \n    \n    \n      <style type="text/css" media="screen">@import url(http://nohost/plone/portal_css/Plone%20Default/member-cachekey5449.css);</style>\n    \n    \n    \n  \n\n  \n    \n    \n    \n      <style type="text/css">@import url(http://nohost/plone/portal_css/Plone%20Default/base-cachekey2676.css);</style>\n    \n    \n    \n  \n\n  \n    \n    \n    \n      <style type="text/css" media="all">@import url(http://nohost/plone/portal_css/Plone%20Default/ploneCustom-cachekey3260.css);</style>\n    \n    \n    \n  \n\n\n  \n  <link rel="kinetic-stylesheet" type="text/css" href="http://nohost/plone/portal_kss/Plone%20Default/at-cachekey2905.kss" />\n\n\na standard view\n<title>Plone site</title>\n\n    <!-- IE6 workaround CSS/JS  -->\n    <!-- [if lte IE7]>\n        <style type="text/css" media="all">@import url(http://nohost/plone/IEFixes.css);</style>\n        \n        <script type="text/javascript" src="http://nohost/plone/iefixes.js">\n        </script>\n        \n    <![endif]-->\n\n    \n    <link rel="author" href="http://nohost/plone/author/" title="Author information" />\n\n\n\n    <link rel="shortcut icon" type="image/x-icon" href="http://nohost/plone/favicon.ico" />\n\n\n\n    <link rel="home" href="http://nohost/plone" title="Front page" />\n\n    <link rel="contents" href="http://nohost/plone/sitemap" title="Site Map" />\n\n\n\n\n\n\n    <link rel="search" href="http://nohost/plone/search_form" title="Search this site" />\n\n\na standard view\n\n    <!-- Disable IE6 image toolbar -->\n    <meta http-equiv="imagetoolbar" content="no" />\n    \n    \n    \n\n    \n    \n\n    \n    \n\n    \n    \n\n  </head>\n\n  <body class=" template-foldercontents.pt" dir="ltr">\n    <div id="visual-portal-wrapper">\n\n      <div id="portal-top">\n        <div xmlns="http://www.w3.org/1999/xhtml" id="portal-header">\n    <p xmlns="http://www.w3.org/1999/xhtml" class="hiddenStructure">\n  <a accesskey="2" href="http://nohost/plone/@@folder_contents#documentContent">Skip to content.</a> |\n\n  <a accesskey="6" href="http://nohost/plone/@@folder_contents#portlet-navigation-tree">Skip to navigation</a>\n</p>\n\n<ul xmlns="http://www.w3.org/1999/xhtml" id="portal-siteactions">\n\n    <li id="siteaction-sitemap"><a href="http://nohost/plone/sitemap" accesskey="3" title="Site Map">Site Map</a></li>\n    <li id="siteaction-accessibility"><a href="http://nohost/plone/accessibility-info" accesskey="0" title="Accessibility">Accessibility</a></li>\n    <li id="siteaction-contact"><a href="http://nohost/plone/contact-info" accesskey="9" title="Contact">Contact</a></li>\n    <li id="siteaction-plone_setup"><a href="http://nohost/plone/plone_control_panel" accesskey="" title="Site Setup">Site Setup</a></li>\n</ul>\n\n<div id="portal-searchbox">\n    <form name="searchform" action="http://nohost/plone/search">\n\n        <label for="searchGadget" class="hiddenStructure">Search Site</label>\n\n        <div class="LSBox">\n        <input name="SearchableText" type="text" size="18" title="Search Site" accesskey="4" class="inputLabel" id="searchGadget" />\n\n        <input class="searchButton" type="submit" value="Search" />\n    \n        <div class="searchSection">\n            <input id="searchbox_currentfolder_only" class="noborder" type="checkbox" name="path" value="/plone" />\n            <label for="searchbox_currentfolder_only" style="cursor: pointer">\n                only in current section\n            </label>\n        </div>\n\n        <div class="LSResult" id="LSResult" style=""><div class="LSShadow" id="LSShadow"></div></div>\n        </div>\n    </form>\n\n    <div id="portal-advanced-search" class="hiddenStructure">\n        <a href="http://nohost/plone/search_form" accesskey="5">\n            Advanced Search&hellip;\n        </a>\n    </div>\n\n</div>\n\n<a xmlns="http://www.w3.org/1999/xhtml" id="portal-logo" accesskey="1" href="http://nohost/plone">\n    <img src="http://nohost/plone/logo.jpg" alt="" title="Plone" height="57" width="252" /></a>\n\n\n    <h5 class="hiddenStructure">Sections</h5>\n\n    <ul id="portal-globalnav">\n        <li id="portaltab-index_html" class="selected"><a href="http://nohost/plone" title="">Home</a></li>\n        <li id="portaltab-Members" class="plain"><a href="http://nohost/plone/Members" title="Container for users\' home directories">Users</a></li>\n        <li id="portaltab-news" class="plain"><a href="http://nohost/plone/news" title="Site News">News</a></li>\n        <li id="portaltab-events" class="plain"><a href="http://nohost/plone/events" title="Site Events">Events</a></li>\n        <li id="portaltab-doc1" class="plain"><a href="http://nohost/plone/doc1" title="">Test Page 1</a></li>\n        <li id="portaltab-doc2" class="plain"><a href="http://nohost/plone/doc2" title="">Test Page 2</a></li>\n        <li id="portaltab-file1" class="plain"><a href="http://nohost/plone/file1/view" title="">Test File 1</a></li>\n        <li id="portaltab-folder1" class="plain"><a href="http://nohost/plone/folder1" title="">Test Folder 1</a></li>\n    </ul>\n\na standard view\n</div>\n\n<div xmlns="http://www.w3.org/1999/xhtml" id="portal-personaltools-wrapper">\n\n<h5 class="hiddenStructure">Personal tools</h5>\n\n<ul id="portal-personaltools" class="visualInline">\n   \n       <li><a id="user-name" href="http://nohost/plone/dashboard"><img src="http://nohost/plone/user.gif" alt="" title="User" height="16" width="16" />\n            <span class="visualCaseSensitive">test_user_1_</span></a></li>\n   \n\n    \n        <li>\n            <a href="http://nohost/plone/logout">Log out</a>\n        </li>\n    \n\n</ul>\n</div>\n\n\n    \n\n\n<div xmlns="http://www.w3.org/1999/xhtml" id="portal-breadcrumbs">\n\n    <span id="breadcrumbs-you-are-here">You\nare here:</span>\n    <a href="http://nohost/plone">Home</a>\n    \n\n</div>\n\na standard view\n      </div>\n\n      <div class="visualClear" id="clear-space-before-wrapper-table"><!-- --></div>\n\n      <table id="portal-columns">\n        <tbody>\n          <tr>\n            \n            \n            \n\n            \n            <td id="portal-column-content">\n\n              \n                <div class="documentEditable">\n\n                  \n\n    \n\n        <h5 class="hiddenStructure">Views</h5>\n\n        <ul class="contentViews" id="content-views">\n\n            \n              <li id="contentview-folderContents" class="plain">\n                <a href="http://nohost/plone/folder_contents">Contents</a>\n              </li>\n            \n            \n              <li id="contentview-view" class="selected">\n                <a href="http://nohost/plone">View</a>\n              </li>\n            \n            \n              <li id="contentview-edit" class="plain">\n                <a href="http://nohost/plone/edit">Edit</a>\n              </li>\n            \n            \n              <li id="contentview-contentrules" class="plain">\n                <a href="http://nohost/plone/@@manage-content-rules">Rules</a>\n              </li>\n            \n            \n              <li id="contentview-local_roles" class="plain">\n                <a href="http://nohost/plone/@@sharing">Sharing</a>\n              </li>\n            \n\n        </ul>\n        \n    \n\n\n<div class="contentActions">\n\n    \n\n        \n\n        \n\n        <ul id="contentActionMenus">\n\n    <li>\n\n        <dl class="actionMenu" id="plone-contentmenu-factories">\n          <dt class="actionMenuHeader label-">\n            <a href="http://nohost/plone/folder_factories" title="Add new items inside this item">\n               \n                  \n                  <span>Add new\xe2\x80\xa6</span>\n                  \n                  <span class="arrowDownAlternative">&#9660;</span>\n               \n            </a>\n          </dt>\n          <dd class="actionMenuContent">\n            <ul>\n                \n                  <li>\n                    <a href="http://nohost/plone/createObject?type_name=Topic" class="contenttype-topic" id="topic" title="An automatically updated stored search that can be used to display items matching criteria you specify.">\n                        \n                        <img width="16" height="16" alt="" src="http://nohost/plone/topic_icon.png" title="An automatically updated stored search that can be used to display items matching criteria you specify." />\n                        <span class="subMenuTitle">Collection</span>\n                    </a>\n                    \n                  </li>\n                \n                \n                  <li>\n                    <a href="http://nohost/plone/createObject?type_name=Event" class="contenttype-event" id="event" title="Information about an upcoming event, which can be displayed in the calendar.">\n                        \n                        <img width="16" height="16" alt="" src="http://nohost/plone/event_icon.png" title="Information about an upcoming event, which can be displayed in the calendar." />\n                        <span class="subMenuTitle">Event</span>\n                    </a>\n                    \n                  </li>\n                \n                \n                  <li>\n                    <a href="http://nohost/plone/createObject?type_name=File" class="contenttype-file" id="file" title="An external file uploaded to the site.">\n                        \n                        <img width="16" height="16" alt="" src="http://nohost/plone/file_icon.png" title="An external file uploaded to the site." />\n                        <span class="subMenuTitle">File</span>\n                    </a>\n                    \n                  </li>\n                \n                \n                  <li>\n                    <a href="http://nohost/plone/createObject?type_name=Folder" class="contenttype-folder" id="folder" title="A folder which can contain other items.">\n                        \n                        <img width="16" height="16" alt="" src="http://nohost/plone/folder_icon.png" title="A folder which can contain other items." />\n                        <span class="subMenuTitle">Folder</span>\n                    </a>\n                    \n                  </li>\n                \n                \n                  <li>\n                    <a href="http://nohost/plone/createObject?type_name=Image" class="contenttype-image" id="image" title="An image, which can be referenced in documents or displayed in an album.">\n                        \n                        <img width="16" height="16" alt="" src="http://nohost/plone/image_icon.png" title="An image, which can be referenced in documents or displayed in an album." />\n                        <span class="subMenuTitle">Image</span>\n                    </a>\n                    \n                  </li>\n                \n                \n                  <li>\n                    <a href="http://nohost/plone/createObject?type_name=Link" class="contenttype-link" id="link" title="A link to an internal or external resource.">\n                        \n                        <img width="16" height="16" alt="" src="http://nohost/plone/link_icon.png" title="A link to an internal or external resource." />\n                        <span class="subMenuTitle">Link</span>\n                    </a>\n                    \n                  </li>\n                \n                \n                  <li>\n                    <a href="http://nohost/plone/createObject?type_name=News+Item" class="contenttype-news-item" id="news-item" title="An announcement that will show up on the news portlet and in the news listing.">\n                        \n                        <img width="16" height="16" alt="" src="http://nohost/plone/newsitem_icon.png" title="An announcement that will show up on the news portlet and in the news listing." />\n                        <span class="subMenuTitle">News Item</span>\n                    </a>\n                    \n                  </li>\n                \n                \n                  <li>\n                    <a href="http://nohost/plone/createObject?type_name=Document" class="contenttype-document" id="document" title="A page in the site. Can contain rich text.">\n                        \n                        <img width="16" height="16" alt="" src="http://nohost/plone/document_icon.png" title="A page in the site. Can contain rich text." />\n                        <span class="subMenuTitle">Page</span>\n                    </a>\n                    \n                  </li>\n                \n            </ul>\n          </dd>\n        </dl>\n\n    </li>\n    <li>\n\n        <dl class="actionMenu" id="plone-contentmenu-display">\n          <dt class="actionMenuHeader label-">\n            <a href="http://nohost/plone/select_default_view" title="Select the view mode for this folder, or set a content item as its default view.">\n               \n                  \n                  <span>Display</span>\n                  \n                  <span class="arrowDownAlternative">&#9660;</span>\n               \n            </a>\n          </dt>\n          <dd class="actionMenuContent">\n            <ul>\n                \n                  <li>\n                    <a href="http://nohost/plone/selectViewTemplate?templateId=folder_listing" class="" id="folder_listing" title="">\n                        \n                        \n                        <span class="subMenuTitle">Standard view</span>\n                    </a>\n                    \n                  </li>\n                \n                \n                  <li>\n                    <a href="http://nohost/plone/selectViewTemplate?templateId=folder_summary_view" class="" id="folder_summary_view" title="">\n                        \n                        \n                        <span class="subMenuTitle">Summary view</span>\n                    </a>\n                    \n                  </li>\n                \n                \n                  <li>\n                    <a href="http://nohost/plone/selectViewTemplate?templateId=folder_tabular_view" class="" id="folder_tabular_view" title="">\n                        \n                        \n                        <span class="subMenuTitle">Tabular view</span>\n                    </a>\n                    \n                  </li>\n                \n                \n                  <li>\n                    <a href="http://nohost/plone/selectViewTemplate?templateId=atct_album_view" class="" id="atct_album_view" title="">\n                        \n                        \n                        <span class="subMenuTitle">Thumbnail view</span>\n                    </a>\n                    \n                  </li>\n                \n                \n                  <li class="actionSeparator">\n                    \n                    <div id="contextDefaultPageDisplay" class="">\n                        <span>&bull;</span>\n                        \n                        <span class="subMenuTitle">Item: Welcome to Plone</span>\n                    </div>\n                  </li>\n                \n                \n                  <li class="actionSeparator">\n                    <a href="http://nohost/plone/select_default_page" class="" id="contextChangeDefaultPage" title="Change the item used as default view in this folder">\n                        \n                        \n                        <span class="subMenuTitle">Change content item\nas default view...</span>\n                    </a>\n                    \n                  </li>\n                \n            </ul>\n          </dd>\n        </dl>\n\n    </li>\n\n</ul>\n\n\n    \n\n</div>\na standard view\n\n                  <div id="region-content" class="documentContent">\n\n                    <span id="contentTopLeft"></span>\n                    <span id="contentTopRight"></span>\n                    \n                    <a name="documentContent"></a>\n\n                    \n\n    <dl class="portalMessage info" id="kssPortalMessage" style="display:none">\n        <dt>Info</dt>\n        <dd></dd>\n    </dl>\n\n    \n\n        <dl class="portalMessage info">\n            <dt>Info</dt>\n            <dd>Item(s) deleted.</dd>\n        </dl>\n\n    \n\n                    \n                    <div id="viewlet-above-content">a standard view</div>\n\n                    \n                    <div id="content">\n                      \n                      <div>\n      a standard view\n\n      <h1 class="documentFirstHeading"> \n          \n          \n              <img width="16" height="16" src="http://nohost/plone/site_icon.gif" alt="Plone site" /> \n              Plone site\n          \n      </h1>\n\n      <div xmlns="http://www.w3.org/1999/xhtml" class="documentByLine" id="plone-document-byline">\n  \n\n  \n\n  <span class="documentModified">\n    &mdash;\n    <span>\n      last modified\n    </span>\n    Jul 21, 2009 06:40 AM\n  </span>\n\n  \n\n  \n\n  \n\n</div>\n\n\n\na standard view\n\n      \n\n      \n\n      \n          \n      \n\n      <form name="folderContentsForm" method="post" action="http://nohost/plone" class="kssattr-serveraction-foldercontents_update_table">\n        <div id="folderlisting-main-table">\n  <input type="hidden" name="sort_on" value="getObjPositionInParent" />\n  <input type="hidden" name="pagenumber" value="1" />\n  <input type="hidden" name="show_all" value="False" />\n  <input type="hidden" name="orig_template" value="@@folder_contents" />\n  \n\n  <!-- <div metal:use-macro="context/document_actions/macros/document_actions">\n       Document actions (print, sendto etc)\n       </div> -->\n  \n\n  \n    \n    <div class="visualClear" id="clear-space-before-navigation"><!-- --></div>\n\n    <!-- Navigation -->\n\n\n    <table class="listing" id="listing-table" summary="Content listing">\n      <thead>\n        <tr>\n          <th colspan="6" class="nosort">Select: <a id="foldercontents-selectall" class="update-selection" href="http://nohost/plone/@@folder_contents?pagenumber=1&amp;select=screen">All</a></th>\n        </tr>\n        \n        \n\n        <tr>\n          <th class="nosort">&nbsp;</th>\n          <th class="nosort column" id="foldercontents-title-column">&nbsp;Title&nbsp;</th>\n          <th class="nosort column" id="foldercontents-size-column">&nbsp;Size&nbsp;</th>\n          <th class="nosort column" id="foldercontents-modified-column">&nbsp;Modified&nbsp;</th>\n          <th class="nosort column" id="foldercontents-status-column">&nbsp;State&nbsp;</th>\n          <th class="nosort column" id="foldercontents-order-column">\n          &nbsp;Order&nbsp;</th>\n        </tr>\n      </thead>\n\n      \n        <tbody>\n          \n            <tr class="draggable odd" id="folder-contents-item-Members">\n\n              \n\n              <td class="notDraggable">\n                <input type="checkbox" class="noborder" name="paths:list" id="cb_Members" value="/plone/Members" alt="Select Users" title="Select Users" />\n                <input type="hidden" name="selected_obj_paths:list" value="/plone/Members" />\n                <label class="hiddenStructure" for="cb_Members">Users</label>\n              </td>\n              <td>\n                <span class="contenttype-large-plone-folder">\n                  <img width="16" height="16" src="http://nohost/plone/folder_icon.png" alt="Large Folder" />\n                  <a href="http://nohost/plone/Members/folder_contents" class="state-visible" title="Large Folder: Container for users\' home directories">\n                    Users\n                  </a>\n                </span>\n\n                \n              </td>\n\n              <td>\n                \n                <span class="state-visible">1 kB</span>\n              </td>\n              <td class="state-visible">Jul 21, 2009 06:40 AM</td>\n              <td>\n                <span class="state-visible">Public draft</span>\n                \n              </td>\n              <td class="draggable">\n                <a href="http://nohost/plone/folder_position?position=up&amp;id=Members" title="Move item up">\n                  &#9650;\n                </a>\n                &nbsp;\n                <a href="http://nohost/plone/folder_position?position=down&amp;id=Members" title="Move item down">\n                  &#9660;\n                </a>\n              </td>\n            </tr>\n          \n          \n            <tr class="draggable even" id="folder-contents-item-front-page">\n\n              \n\n              <td class="notDraggable">\n                <input type="checkbox" class="noborder" name="paths:list" id="cb_front-page" value="/plone/front-page" alt="Select Welcome to Plone" title="Select Welcome to Plone" />\n                <input type="hidden" name="selected_obj_paths:list" value="/plone/front-page" />\n                <label class="hiddenStructure" for="cb_front-page">Welcome to Plone</label>\n              </td>\n              <td>\n                <span class="contenttype-document">\n                  <img width="16" height="16" src="http://nohost/plone/document_icon.png" alt="Page" />\n                  <a href="http://nohost/plone/front-page" class="state-published" title="Page: Congratulations! You have successfully installed Plone.">\n                    <strong>Welcome to Plone</strong>\n                  </a>\n                </span>\n\n                \n              </td>\n\n              <td>\n                \n                <span class="state-published">4.9 kB</span>\n              </td>\n              <td class="state-published">Jul 21, 2009 06:40 AM</td>\n              <td>\n                <span class="state-published">Published</span>\n                \n              </td>\n              <td class="draggable">\n                <a href="http://nohost/plone/folder_position?position=up&amp;id=front-page" title="Move item up">\n                  &#9650;\n                </a>\n                &nbsp;\n                <a href="http://nohost/plone/folder_position?position=down&amp;id=front-page" title="Move item down">\n                  &#9660;\n                </a>\n              </td>\n            </tr>\n          \n          \n            <tr class="draggable odd" id="folder-contents-item-news">\n\n              \n\n              <td class="notDraggable">\n                <input type="checkbox" class="noborder" name="paths:list" id="cb_news" value="/plone/news" alt="Select News" title="Select News" />\n                <input type="hidden" name="selected_obj_paths:list" value="/plone/news" />\n                <label class="hiddenStructure" for="cb_news">News</label>\n              </td>\n              <td>\n                <span class="contenttype-large-plone-folder">\n                  <img width="16" height="16" src="http://nohost/plone/folder_icon.png" alt="Large Folder" />\n                  <a href="http://nohost/plone/news/folder_contents" class="state-visible" title="Large Folder: Site News">\n                    News\n                  </a>\n                </span>\n\n                \n              </td>\n\n              <td>\n                \n                <span class="state-visible">1 kB</span>\n              </td>\n              <td class="state-visible">Jul 21, 2009 06:40 AM</td>\n              <td>\n                <span class="state-visible">Public draft</span>\n                \n              </td>\n              <td class="draggable">\n                <a href="http://nohost/plone/folder_position?position=up&amp;id=news" title="Move item up">\n                  &#9650;\n                </a>\n                &nbsp;\n                <a href="http://nohost/plone/folder_position?position=down&amp;id=news" title="Move item down">\n                  &#9660;\n                </a>\n              </td>\n            </tr>\n          \n          \n            <tr class="draggable even" id="folder-contents-item-events">\n\n              \n\n              <td class="notDraggable">\n                <input type="checkbox" class="noborder" name="paths:list" id="cb_events" value="/plone/events" alt="Select Events" title="Select Events" />\n                <input type="hidden" name="selected_obj_paths:list" value="/plone/events" />\n                <label class="hiddenStructure" for="cb_events">Events</label>\n              </td>\n              <td>\n                <span class="contenttype-large-plone-folder">\n                  <img width="16" height="16" src="http://nohost/plone/folder_icon.png" alt="Large Folder" />\n                  <a href="http://nohost/plone/events/folder_contents" class="state-visible" title="Large Folder: Site Events">\n                    Events\n                  </a>\n                </span>\n\n                \n              </td>\n\n              <td>\n                \n                <span class="state-visible">1 kB</span>\n              </td>\n              <td class="state-visible">Jul 21, 2009 06:40 AM</td>\n              <td>\n                <span class="state-visible">Public draft</span>\n                \n              </td>\n              <td class="draggable">\n                <a href="http://nohost/plone/folder_position?position=up&amp;id=events" title="Move item up">\n                  &#9650;\n                </a>\n                &nbsp;\n                <a href="http://nohost/plone/folder_position?position=down&amp;id=events" title="Move item down">\n                  &#9660;\n                </a>\n              </td>\n            </tr>\n          \n          \n            <tr class="draggable odd" id="folder-contents-item-doc1">\n\n              \n\n              <td class="notDraggable">\n                <input type="checkbox" class="noborder" name="paths:list" id="cb_doc1" value="/plone/doc1" alt="Select Test Page 1" title="Select Test Page 1" />\n                <input type="hidden" name="selected_obj_paths:list" value="/plone/doc1" />\n                <label class="hiddenStructure" for="cb_doc1">Test Page 1</label>\n              </td>\n              <td>\n                <span class="contenttype-document">\n                  <img width="16" height="16" src="http://nohost/plone/document_icon.png" alt="Page" />\n                  <a href="http://nohost/plone/doc1" class="state-visible" title="Page: ">\n                    Test Page 1\n                  </a>\n                </span>\n\n                \n              </td>\n\n              <td>\n                \n                <span class="state-visible">1 kB</span>\n              </td>\n              <td class="state-visible">Jul 21, 2009 06:42 AM</td>\n              <td>\n                <span class="state-visible">Public draft</span>\n                \n              </td>\n              <td class="draggable">\n                <a href="http://nohost/plone/folder_position?position=up&amp;id=doc1" title="Move item up">\n                  &#9650;\n                </a>\n                &nbsp;\n                <a href="http://nohost/plone/folder_position?position=down&amp;id=doc1" title="Move item down">\n                  &#9660;\n                </a>\n              </td>\n            </tr>\n          \n          \n            <tr class="draggable even" id="folder-contents-item-doc2">\n\n              \n\n              <td class="notDraggable">\n                <input type="checkbox" class="noborder" name="paths:list" id="cb_doc2" value="/plone/doc2" alt="Select Test Page 2" title="Select Test Page 2" />\n                <input type="hidden" name="selected_obj_paths:list" value="/plone/doc2" />\n                <label class="hiddenStructure" for="cb_doc2">Test Page 2</label>\n              </td>\n              <td>\n                <span class="contenttype-document">\n                  <img width="16" height="16" src="http://nohost/plone/document_icon.png" alt="Page" />\n                  <a href="http://nohost/plone/doc2" class="state-visible" title="Page: ">\n                    Test Page 2\n                  </a>\n                </span>\n\n                \n              </td>\n\n              <td>\n                \n                <span class="state-visible">1 kB</span>\n              </td>\n              <td class="state-visible">Jul 21, 2009 06:42 AM</td>\n              <td>\n                <span class="state-visible">Public draft</span>\n                \n              </td>\n              <td class="draggable">\n                <a href="http://nohost/plone/folder_position?position=up&amp;id=doc2" title="Move item up">\n                  &#9650;\n                </a>\n                &nbsp;\n                <a href="http://nohost/plone/folder_position?position=down&amp;id=doc2" title="Move item down">\n                  &#9660;\n                </a>\n              </td>\n            </tr>\n          \n          \n            <tr class="draggable odd" id="folder-contents-item-file1">\n\n              \n\n              <td class="notDraggable">\n                <input type="checkbox" class="noborder" name="paths:list" id="cb_file1" value="/plone/file1" alt="Select Test File 1" title="Select Test File 1" />\n                <input type="hidden" name="selected_obj_paths:list" value="/plone/file1" />\n                <label class="hiddenStructure" for="cb_file1">Test File 1</label>\n              </td>\n              <td>\n                <span class="contenttype-file">\n                  <img width="16" height="16" src="http://nohost/plone/image_icon.gif" alt="File" />\n                  <a href="http://nohost/plone/file1/view" class="state-missing-value" title="File: ">\n                    Test File 1\n                  </a>\n                </span>\n\n                \n              </td>\n\n              <td>\n                \n                <span class="state-missing-value">1 kB</span>\n              </td>\n              <td class="state-missing-value">Jul 21, 2009 06:42 AM</td>\n              <td>\n                \n                <span>&nbsp;</span>\n              </td>\n              <td class="draggable">\n                <a href="http://nohost/plone/folder_position?position=up&amp;id=file1" title="Move item up">\n                  &#9650;\n                </a>\n                &nbsp;\n                <a href="http://nohost/plone/folder_position?position=down&amp;id=file1" title="Move item down">\n                  &#9660;\n                </a>\n              </td>\n            </tr>\n          \n          \n            <tr class="draggable even" id="folder-contents-item-folder1">\n\n              \n\n              <td class="notDraggable">\n                <input type="checkbox" class="noborder" name="paths:list" id="cb_folder1" value="/plone/folder1" alt="Select Test Folder 1" title="Select Test Folder 1" />\n                <input type="hidden" name="selected_obj_paths:list" value="/plone/folder1" />\n                <label class="hiddenStructure" for="cb_folder1">Test Folder 1</label>\n              </td>\n              <td>\n                <span class="contenttype-folder">\n                  <img width="16" height="16" src="http://nohost/plone/folder_icon.png" alt="Folder" />\n                  <a href="http://nohost/plone/folder1/folder_contents" class="state-visible" title="Folder: ">\n                    Test Folder 1\n                  </a>\n                </span>\n\n                \n              </td>\n\n              <td>\n                \n                <span class="state-visible">1 kB</span>\n              </td>\n              <td class="state-visible">Jul 21, 2009 06:42 AM</td>\n              <td>\n                <span class="state-visible">Public draft</span>\n                \n              </td>\n              <td class="draggable">\n                <a href="http://nohost/plone/folder_position?position=up&amp;id=folder1" title="Move item up">\n                  &#9650;\n                </a>\n                &nbsp;\n                <a href="http://nohost/plone/folder_position?position=down&amp;id=folder1" title="Move item down">\n                  &#9660;\n                </a>\n              </td>\n            </tr>\n          \n        </tbody>\n        \n      \n    </table>\n    <!-- Navigation -->\n\n\n    \n      <input class="context" type="submit" name="folder_copy:method" value="Copy" />\n    \n    \n      <input class="context" type="submit" name="folder_cut:method" value="Cut" />\n    \n    \n      <input class="context" type="submit" name="folder_rename_form:method" value="Rename" />\n    \n    \n      <input class="context" type="submit" name="folder_delete:method" value="Delete" />\n    \n    \n      <input class="context" type="submit" name="content_status_history:method" value="Change State" />\n    \n  \n</div>\n\n        <input type="hidden" name="_authenticator" value="f47befcd7b853fa3e93cbaecf3a0f65a9ae21b8d"/>\n      </form>\n    </div>\n                    </div>\n                    \n\n                    \n                    \n                      \n\na standard view\n                    \n                    \n\n                    <span id="contentBottomLeft"></span>\n                    <span id="contentBottomRight"></span>\n\n                  </div>\n\n                </div>\n\n              \n            </td>\n            \n\n            \n            \n            \n          </tr>\n        </tbody>\n      </table>\n      \n\n      <div class="visualClear" id="clear-space-before-footer"><!-- --></div>\n      \n      <div>\n          <a class="managePortletsFallback" href="http://nohost/plone/@@manage-portlets">\n             Manage portlets\n          </a>\n      </div>\n\n      \n\n        <div xmlns="http://www.w3.org/1999/xhtml" id="portal-footer">\n\n<p>\n    \n    The\n    <a href="http://plone.org">Plone<sup>&reg;</sup> CMS &mdash; Open Source Content Management System</a>\n    is\n    <acronym title="Copyright">&copy;</acronym>\n    2000-2009\n    by the\n    <a href="http://plone.org/foundation">Plone Foundation</a>\n    et al.\n    \n</p>\n\n<p>\n    \n    Plone<sup>&reg;</sup> and the Plone logo are registered trademarks of the\n        <a href="http://plone.org/foundation">Plone Foundation</a>.\n    \n\n    \n    Distributed under the\n        <a href="http://creativecommons.org/licenses/GPL/2.0/">GNU GPL license</a>.\n    \n</p>\n\n</div>\n\n<div xmlns="http://www.w3.org/1999/xhtml" id="portal-colophon">\n      \n\n      \n\n      <div class="colophonWrapper">\n      <ul>\n        <li>\n          <a href="http://plone.org" title="This site was built using Plone CMS, the Open Source Content Management System. Click for more information.">\n            Powered by Plone</a>\n        </li>\n        <li>\n          <a href="http://validator.w3.org/check/referer" title="This site is valid XHTML.">\n            Valid XHTML</a>\n        </li>\n        <li>\n          <a href="http://jigsaw.w3.org/css-validator/check/referer?warning=no&amp;profile=css3&amp;usermedium=all" title="This site was built with valid CSS.">\n            Valid CSS</a>\n        </li>\n        <li>\n          <a href="http://www.section508.gov" title="This site conforms to the US Government Section 508 Accessibility Guidelines.">\n            Section 508</a>\n        </li>\n        <li>\n          <a href="http://www.w3.org/WAI/WCAG1AA-Conformance" title="This site conforms to the W3C-WAI Web Content Accessibility Guidelines.">\n            WCAG</a>\n        </li>\n      </ul>\n      </div>\n\n    </div>\n\na standard view\n\n      \n\n      <div class="visualClear"><!-- --></div>\n    </div>\n<div id="kss-spinner"><img alt="" src="http://nohost/plone/spinner.png" /></div>\n</body>\n</html>\n\n'



Failure in test /home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/plone.app.linkintegrity/plone/app/linkintegrity/docs/testProgrammaticallyRemoval.txt
Failed doctest test for testProgrammaticallyRemoval.txt
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/plone.app.linkintegrity/plone/app/linkintegrity/docs/testProgrammaticallyRemoval.txt", line 0

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/plone.app.linkintegrity/plone/app/linkintegrity/docs/testProgrammaticallyRemoval.txt", line 9, in testProgrammaticallyRemoval.txt
Failed example:
    self.assertEqual(doc.getReferences(), [img])
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/zope.testing-3.7.6-py2.6.egg/zope/testing/doctest.py", line 1361, in __run
        compileflags, 1) in test.globs
      File "<doctest testProgrammaticallyRemoval.txt[line 9, example 4]>", line 1, in <module>
        self.assertEqual(doc.getReferences(), [img])
      File "/usr/local/python2.6/lib/python2.6/unittest.py", line 350, in failUnlessEqual
        (msg or '%r != %r' % (first, second))
    AssertionError: [] != [<ATImage at /plone/image1>]



Failure in test /home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/plone.app.linkintegrity/plone/app/linkintegrity/docs/testFileWithSpacesRemoval.txt
Failed doctest test for testFileWithSpacesRemoval.txt
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/plone.app.linkintegrity/plone/app/linkintegrity/docs/testFileWithSpacesRemoval.txt", line 0

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/plone.app.linkintegrity/plone/app/linkintegrity/docs/testFileWithSpacesRemoval.txt", line 43, in testFileWithSpacesRemoval.txt
Failed example:
    browser.getControl(name='delete').click()
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/zope.testing-3.7.6-py2.6.egg/zope/testing/doctest.py", line 1361, in __run
        compileflags, 1) in test.globs
      File "<doctest testFileWithSpacesRemoval.txt[line 43, example 16]>", line 1, in <module>
        browser.getControl(name='delete').click()
      File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/zope.testbrowser-3.6.0a2-py2.6.egg/zope/testbrowser/browser.py", line 624, in click
        self.browser._clickSubmit(self.mech_form, self.mech_control, (1,1))
      File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/zope.testbrowser-3.6.0a2-py2.6.egg/zope/testbrowser/browser.py", line 411, in _clickSubmit
        id=control.id, name=control.name, label=label, coord=coord))
      File "build/bdist.linux-x86_64/egg/mechanize/_mechanize.py", line 209, in open
        return self._mech_open(url, data, timeout=timeout)
      File "build/bdist.linux-x86_64/egg/mechanize/_mechanize.py", line 261, in _mech_open
        raise response
    HTTPError: HTTP Error 500: Internal Server Error



Failure in test /home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/plone.app.linkintegrity/plone/app/linkintegrity/docs/testReferenceInRestructuredText.txt
Failed doctest test for testReferenceInRestructuredText.txt
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/plone.app.linkintegrity/plone/app/linkintegrity/docs/testReferenceInRestructuredText.txt", line 0

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/plone.app.linkintegrity/plone/app/linkintegrity/docs/testReferenceInRestructuredText.txt", line 24, in testReferenceInRestructuredText.txt
Failed example:
    browser.getControl(name='delete').click()
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/zope.testing-3.7.6-py2.6.egg/zope/testing/doctest.py", line 1361, in __run
        compileflags, 1) in test.globs
      File "<doctest testReferenceInRestructuredText.txt[line 24, example 8]>", line 1, in <module>
        browser.getControl(name='delete').click()
      File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/zope.testbrowser-3.6.0a2-py2.6.egg/zope/testbrowser/browser.py", line 624, in click
        self.browser._clickSubmit(self.mech_form, self.mech_control, (1,1))
      File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/zope.testbrowser-3.6.0a2-py2.6.egg/zope/testbrowser/browser.py", line 411, in _clickSubmit
        id=control.id, name=control.name, label=label, coord=coord))
      File "build/bdist.linux-x86_64/egg/mechanize/_mechanize.py", line 209, in open
        return self._mech_open(url, data, timeout=timeout)
      File "build/bdist.linux-x86_64/egg/mechanize/_mechanize.py", line 261, in _mech_open
        raise response
    HTTPError: HTTP Error 500: Internal Server Error



Failure in test /home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/plone.app.linkintegrity/plone/app/linkintegrity/docs/testRemovalsWithYesToAll.txt
Failed doctest test for testRemovalsWithYesToAll.txt
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/plone.app.linkintegrity/plone/app/linkintegrity/docs/testRemovalsWithYesToAll.txt", line 0

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/plone.app.linkintegrity/plone/app/linkintegrity/docs/testRemovalsWithYesToAll.txt", line 24, in testRemovalsWithYesToAll.txt
Failed example:
    browser.contents
Expected:
    '...<a href="http://nohost/plone/image1"...Test Image 1...
     ...This...Image...is referenced by the following items:...
     ...<li>...<a href="http://nohost/plone/doc1"...Test Page 1...</li>...
     ...<li>...<a href="http://nohost/plone/doc2"...Test Page 2...</li>...
     ...Would you like to delete it anyway?...'
Got:
    '\n\n        \n      \n\n<!DOCTYPE html PUBLIC\n  "-//W3C//DTD XHTML 1.0 Transitional//EN"\n  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">\n\n<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">\n\n  \n    \n    \n    \n    \n    \n\n  \n\n  <head>\n\n    <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />\n\n    <meta name="generator" content="Plone - http://plone.org" />\n\n    <!-- Internet Explorer fix, forces IE8 into newest possible rendering\n         engine even if it\'s on an intranet. This has to be defined before any\n         script/style tags. -->\n    <meta http-equiv="X-UA-Compatible" content="IE=edge" /> \n\n    \n      <base href="http://nohost/plone/" /><!--[if lt IE 7]></base><![endif]-->\n    \n\n    <link rel="kss-base-url" href="http://nohost/plone" />\n\n  \n  \n    \n    \n      <script type="text/javascript" src="http://nohost/plone/portal_javascripts/Plone%20Default/jquery-cachekey6254.js">\n      </script>\n    \n    \n    \n  \n\n  \n    \n    \n      <script type="text/javascript" src="http://nohost/plone/portal_javascripts/Plone%20Default/dropdown-cachekey4590.js">\n      </script>\n    \n    \n    \n  \n\n  \n    \n    \n      <script type="text/javascript" src="http://nohost/plone/portal_javascripts/Plone%20Default/sarissa-cachekey5677.js">\n      </script>\n    \n    \n    \n  \n\n  \n    \n    \n      <script type="text/javascript" src="http://nohost/plone/portal_javascripts/Plone%20Default/resourcebase2-dom-fp-cachekey5991.js">\n      </script>\n    \n    \n    \n  \n\n  \n    \n    \n      <script type="text/javascript" src="http://nohost/plone/portal_javascripts/Plone%20Default/resourcekukit-cachekey2681.js">\n      </script>\n    \n    \n    \n  \n\n\n  \n  \n    \n    \n    \n      <style type="text/css" media="screen">@import url(http://nohost/plone/portal_css/Plone%20Default/member-cachekey5449.css);</style>\n    \n    \n    \n  \n\n  \n    \n    \n    \n      <style type="text/css">@import url(http://nohost/plone/portal_css/Plone%20Default/base-cachekey2676.css);</style>\n    \n    \n    \n  \n\n  \n    \n    \n    \n      <style type="text/css" media="all">@import url(http://nohost/plone/portal_css/Plone%20Default/ploneCustom-cachekey3260.css);</style>\n    \n    \n    \n  \n\n\n  \n  <link rel="kinetic-stylesheet" type="text/css" href="http://nohost/plone/portal_kss/Plone%20Default/at-cachekey2905.kss" />\n\n\na standard view\n<title>Plone site</title>\n\n    <!-- IE6 workaround CSS/JS  -->\n    <!-- [if lte IE7]>\n        <style type="text/css" media="all">@import url(http://nohost/plone/IEFixes.css);</style>\n        \n        <script type="text/javascript" src="http://nohost/plone/iefixes.js">\n        </script>\n        \n    <![endif]-->\n\n    \n    <link rel="author" href="http://nohost/plone/author/" title="Author information" />\n\n\n\n    <link rel="shortcut icon" type="image/x-icon" href="http://nohost/plone/favicon.ico" />\n\n\n\n    <link rel="home" href="http://nohost/plone" title="Front page" />\n\n    <link rel="contents" href="http://nohost/plone/sitemap" title="Site Map" />\n\n\n\n\n\n\n    <link rel="search" href="http://nohost/plone/search_form" title="Search this site" />\n\n\na standard view\n\n    <!-- Disable IE6 image toolbar -->\n    <meta http-equiv="imagetoolbar" content="no" />\n    \n    \n    \n\n    \n    \n\n    \n    \n\n    \n    \n\n  </head>\n\n  <body class=" template-foldercontents.pt" dir="ltr">\n    <div id="visual-portal-wrapper">\n\n      <div id="portal-top">\n        <div xmlns="http://www.w3.org/1999/xhtml" id="portal-header">\n    <p xmlns="http://www.w3.org/1999/xhtml" class="hiddenStructure">\n  <a accesskey="2" href="http://nohost/plone/@@folder_contents#documentContent">Skip to content.</a> |\n\n  <a accesskey="6" href="http://nohost/plone/@@folder_contents#portlet-navigation-tree">Skip to navigation</a>\n</p>\n\n<ul xmlns="http://www.w3.org/1999/xhtml" id="portal-siteactions">\n\n    <li id="siteaction-sitemap"><a href="http://nohost/plone/sitemap" accesskey="3" title="Site Map">Site Map</a></li>\n    <li id="siteaction-accessibility"><a href="http://nohost/plone/accessibility-info" accesskey="0" title="Accessibility">Accessibility</a></li>\n    <li id="siteaction-contact"><a href="http://nohost/plone/contact-info" accesskey="9" title="Contact">Contact</a></li>\n    <li id="siteaction-plone_setup"><a href="http://nohost/plone/plone_control_panel" accesskey="" title="Site Setup">Site Setup</a></li>\n</ul>\n\n<div id="portal-searchbox">\n    <form name="searchform" action="http://nohost/plone/search">\n\n        <label for="searchGadget" class="hiddenStructure">Search Site</label>\n\n        <div class="LSBox">\n        <input name="SearchableText" type="text" size="18" title="Search Site" accesskey="4" class="inputLabel" id="searchGadget" />\n\n        <input class="searchButton" type="submit" value="Search" />\n    \n        <div class="searchSection">\n            <input id="searchbox_currentfolder_only" class="noborder" type="checkbox" name="path" value="/plone" />\n            <label for="searchbox_currentfolder_only" style="cursor: pointer">\n                only in current section\n            </label>\n        </div>\n\n        <div class="LSResult" id="LSResult" style=""><div class="LSShadow" id="LSShadow"></div></div>\n        </div>\n    </form>\n\n    <div id="portal-advanced-search" class="hiddenStructure">\n        <a href="http://nohost/plone/search_form" accesskey="5">\n            Advanced Search&hellip;\n        </a>\n    </div>\n\n</div>\n\n<a xmlns="http://www.w3.org/1999/xhtml" id="portal-logo" accesskey="1" href="http://nohost/plone">\n    <img src="http://nohost/plone/logo.jpg" alt="" title="Plone" height="57" width="252" /></a>\n\n\n    <h5 class="hiddenStructure">Sections</h5>\n\n    <ul id="portal-globalnav">\n        <li id="portaltab-index_html" class="selected"><a href="http://nohost/plone" title="">Home</a></li>\n        <li id="portaltab-Members" class="plain"><a href="http://nohost/plone/Members" title="Container for users\' home directories">Users</a></li>\n        <li id="portaltab-news" class="plain"><a href="http://nohost/plone/news" title="Site News">News</a></li>\n        <li id="portaltab-events" class="plain"><a href="http://nohost/plone/events" title="Site Events">Events</a></li>\n        <li id="portaltab-doc1" class="plain"><a href="http://nohost/plone/doc1" title="">Test Page 1</a></li>\n        <li id="portaltab-doc2" class="plain"><a href="http://nohost/plone/doc2" title="">Test Page 2</a></li>\n        <li id="portaltab-file1" class="plain"><a href="http://nohost/plone/file1/view" title="">Test File 1</a></li>\n        <li id="portaltab-folder1" class="plain"><a href="http://nohost/plone/folder1" title="">Test Folder 1</a></li>\n    </ul>\n\na standard view\n</div>\n\n<div xmlns="http://www.w3.org/1999/xhtml" id="portal-personaltools-wrapper">\n\n<h5 class="hiddenStructure">Personal tools</h5>\n\n<ul id="portal-personaltools" class="visualInline">\n   \n       <li><a id="user-name" href="http://nohost/plone/dashboard"><img src="http://nohost/plone/user.gif" alt="" title="User" height="16" width="16" />\n            <span class="visualCaseSensitive">test_user_1_</span></a></li>\n   \n\n    \n        <li>\n            <a href="http://nohost/plone/logout">Log out</a>\n        </li>\n    \n\n</ul>\n</div>\n\n\n    \n\n\n<div xmlns="http://www.w3.org/1999/xhtml" id="portal-breadcrumbs">\n\n    <span id="breadcrumbs-you-are-here">You\nare here:</span>\n    <a href="http://nohost/plone">Home</a>\n    \n\n</div>\n\na standard view\n      </div>\n\n      <div class="visualClear" id="clear-space-before-wrapper-table"><!-- --></div>\n\n      <table id="portal-columns">\n        <tbody>\n          <tr>\n            \n            \n            \n\n            \n            <td id="portal-column-content">\n\n              \n                <div class="documentEditable">\n\n                  \n\n    \n\n        <h5 class="hiddenStructure">Views</h5>\n\n        <ul class="contentViews" id="content-views">\n\n            \n              <li id="contentview-folderContents" class="plain">\n                <a href="http://nohost/plone/folder_contents">Contents</a>\n              </li>\n            \n            \n              <li id="contentview-view" class="selected">\n                <a href="http://nohost/plone">View</a>\n              </li>\n            \n            \n              <li id="contentview-edit" class="plain">\n                <a href="http://nohost/plone/edit">Edit</a>\n              </li>\n            \n            \n              <li id="contentview-contentrules" class="plain">\n                <a href="http://nohost/plone/@@manage-content-rules">Rules</a>\n              </li>\n            \n            \n              <li id="contentview-local_roles" class="plain">\n                <a href="http://nohost/plone/@@sharing">Sharing</a>\n              </li>\n            \n\n        </ul>\n        \n    \n\n\n<div class="contentActions">\n\n    \n\n        \n\n        \n\n        <ul id="contentActionMenus">\n\n    <li>\n\n        <dl class="actionMenu" id="plone-contentmenu-factories">\n          <dt class="actionMenuHeader label-">\n            <a href="http://nohost/plone/folder_factories" title="Add new items inside this item">\n               \n                  \n                  <span>Add new\xe2\x80\xa6</span>\n                  \n                  <span class="arrowDownAlternative">&#9660;</span>\n               \n            </a>\n          </dt>\n          <dd class="actionMenuContent">\n            <ul>\n                \n                  <li>\n                    <a href="http://nohost/plone/createObject?type_name=Topic" class="contenttype-topic" id="topic" title="An automatically updated stored search that can be used to display items matching criteria you specify.">\n                        \n                        <img width="16" height="16" alt="" src="http://nohost/plone/topic_icon.png" title="An automatically updated stored search that can be used to display items matching criteria you specify." />\n                        <span class="subMenuTitle">Collection</span>\n                    </a>\n                    \n                  </li>\n                \n                \n                  <li>\n                    <a href="http://nohost/plone/createObject?type_name=Event" class="contenttype-event" id="event" title="Information about an upcoming event, which can be displayed in the calendar.">\n                        \n                        <img width="16" height="16" alt="" src="http://nohost/plone/event_icon.png" title="Information about an upcoming event, which can be displayed in the calendar." />\n                        <span class="subMenuTitle">Event</span>\n                    </a>\n                    \n                  </li>\n                \n                \n                  <li>\n                    <a href="http://nohost/plone/createObject?type_name=File" class="contenttype-file" id="file" title="An external file uploaded to the site.">\n                        \n                        <img width="16" height="16" alt="" src="http://nohost/plone/file_icon.png" title="An external file uploaded to the site." />\n                        <span class="subMenuTitle">File</span>\n                    </a>\n                    \n                  </li>\n                \n                \n                  <li>\n                    <a href="http://nohost/plone/createObject?type_name=Folder" class="contenttype-folder" id="folder" title="A folder which can contain other items.">\n                        \n                        <img width="16" height="16" alt="" src="http://nohost/plone/folder_icon.png" title="A folder which can contain other items." />\n                        <span class="subMenuTitle">Folder</span>\n                    </a>\n                    \n                  </li>\n                \n                \n                  <li>\n                    <a href="http://nohost/plone/createObject?type_name=Image" class="contenttype-image" id="image" title="An image, which can be referenced in documents or displayed in an album.">\n                        \n                        <img width="16" height="16" alt="" src="http://nohost/plone/image_icon.png" title="An image, which can be referenced in documents or displayed in an album." />\n                        <span class="subMenuTitle">Image</span>\n                    </a>\n                    \n                  </li>\n                \n                \n                  <li>\n                    <a href="http://nohost/plone/createObject?type_name=Link" class="contenttype-link" id="link" title="A link to an internal or external resource.">\n                        \n                        <img width="16" height="16" alt="" src="http://nohost/plone/link_icon.png" title="A link to an internal or external resource." />\n                        <span class="subMenuTitle">Link</span>\n                    </a>\n                    \n                  </li>\n                \n                \n                  <li>\n                    <a href="http://nohost/plone/createObject?type_name=News+Item" class="contenttype-news-item" id="news-item" title="An announcement that will show up on the news portlet and in the news listing.">\n                        \n                        <img width="16" height="16" alt="" src="http://nohost/plone/newsitem_icon.png" title="An announcement that will show up on the news portlet and in the news listing." />\n                        <span class="subMenuTitle">News Item</span>\n                    </a>\n                    \n                  </li>\n                \n                \n                  <li>\n                    <a href="http://nohost/plone/createObject?type_name=Document" class="contenttype-document" id="document" title="A page in the site. Can contain rich text.">\n                        \n                        <img width="16" height="16" alt="" src="http://nohost/plone/document_icon.png" title="A page in the site. Can contain rich text." />\n                        <span class="subMenuTitle">Page</span>\n                    </a>\n                    \n                  </li>\n                \n            </ul>\n          </dd>\n        </dl>\n\n    </li>\n    <li>\n\n        <dl class="actionMenu" id="plone-contentmenu-display">\n          <dt class="actionMenuHeader label-">\n            <a href="http://nohost/plone/select_default_view" title="Select the view mode for this folder, or set a content item as its default view.">\n               \n                  \n                  <span>Display</span>\n                  \n                  <span class="arrowDownAlternative">&#9660;</span>\n               \n            </a>\n          </dt>\n          <dd class="actionMenuContent">\n            <ul>\n                \n                  <li>\n                    <a href="http://nohost/plone/selectViewTemplate?templateId=folder_listing" class="" id="folder_listing" title="">\n                        \n                        \n                        <span class="subMenuTitle">Standard view</span>\n                    </a>\n                    \n                  </li>\n                \n                \n                  <li>\n                    <a href="http://nohost/plone/selectViewTemplate?templateId=folder_summary_view" class="" id="folder_summary_view" title="">\n                        \n                        \n                        <span class="subMenuTitle">Summary view</span>\n                    </a>\n                    \n                  </li>\n                \n                \n                  <li>\n                    <a href="http://nohost/plone/selectViewTemplate?templateId=folder_tabular_view" class="" id="folder_tabular_view" title="">\n                        \n                        \n                        <span class="subMenuTitle">Tabular view</span>\n                    </a>\n                    \n                  </li>\n                \n                \n                  <li>\n                    <a href="http://nohost/plone/selectViewTemplate?templateId=atct_album_view" class="" id="atct_album_view" title="">\n                        \n                        \n                        <span class="subMenuTitle">Thumbnail view</span>\n                    </a>\n                    \n                  </li>\n                \n                \n                  <li class="actionSeparator">\n                    \n                    <div id="contextDefaultPageDisplay" class="">\n                        <span>&bull;</span>\n                        \n                        <span class="subMenuTitle">Item: Welcome to Plone</span>\n                    </div>\n                  </li>\n                \n                \n                  <li class="actionSeparator">\n                    <a href="http://nohost/plone/select_default_page" class="" id="contextChangeDefaultPage" title="Change the item used as default view in this folder">\n                        \n                        \n                        <span class="subMenuTitle">Change content item\nas default view...</span>\n                    </a>\n                    \n                  </li>\n                \n            </ul>\n          </dd>\n        </dl>\n\n    </li>\n\n</ul>\n\n\n    \n\n</div>\na standard view\n\n                  <div id="region-content" class="documentContent">\n\n                    <span id="contentTopLeft"></span>\n                    <span id="contentTopRight"></span>\n                    \n                    <a name="documentContent"></a>\n\n                    \n\n    <dl class="portalMessage info" id="kssPortalMessage" style="display:none">\n        <dt>Info</dt>\n        <dd></dd>\n    </dl>\n\n    \n\n        <dl class="portalMessage info">\n            <dt>Info</dt>\n            <dd>Item(s) deleted.</dd>\n        </dl>\n\n    \n\n                    \n                    <div id="viewlet-above-content">a standard view</div>\n\n                    \n                    <div id="content">\n                      \n                      <div>\n      a standard view\n\n      <h1 class="documentFirstHeading"> \n          \n          \n              <img width="16" height="16" src="http://nohost/plone/site_icon.gif" alt="Plone site" /> \n              Plone site\n          \n      </h1>\n\n      <div xmlns="http://www.w3.org/1999/xhtml" class="documentByLine" id="plone-document-byline">\n  \n\n  \n\n  <span class="documentModified">\n    &mdash;\n    <span>\n      last modified\n    </span>\n    Jul 21, 2009 06:40 AM\n  </span>\n\n  \n\n  \n\n  \n\n</div>\n\n\n\na standard view\n\n      \n\n      \n\n      \n          \n      \n\n      <form name="folderContentsForm" method="post" action="http://nohost/plone" class="kssattr-serveraction-foldercontents_update_table">\n        <div id="folderlisting-main-table">\n  <input type="hidden" name="sort_on" value="getObjPositionInParent" />\n  <input type="hidden" name="pagenumber" value="1" />\n  <input type="hidden" name="show_all" value="False" />\n  <input type="hidden" name="orig_template" value="@@folder_contents" />\n  \n\n  <!-- <div metal:use-macro="context/document_actions/macros/document_actions">\n       Document actions (print, sendto etc)\n       </div> -->\n  \n\n  \n    \n    <div class="visualClear" id="clear-space-before-navigation"><!-- --></div>\n\n    <!-- Navigation -->\n\n\n    <table class="listing" id="listing-table" summary="Content listing">\n      <thead>\n        <tr>\n          <th colspan="6" class="nosort">Select: <a id="foldercontents-selectall" class="update-selection" href="http://nohost/plone/@@folder_contents?pagenumber=1&amp;select=screen">All</a></th>\n        </tr>\n        \n        \n\n        <tr>\n          <th class="nosort">&nbsp;</th>\n          <th class="nosort column" id="foldercontents-title-column">&nbsp;Title&nbsp;</th>\n          <th class="nosort column" id="foldercontents-size-column">&nbsp;Size&nbsp;</th>\n          <th class="nosort column" id="foldercontents-modified-column">&nbsp;Modified&nbsp;</th>\n          <th class="nosort column" id="foldercontents-status-column">&nbsp;State&nbsp;</th>\n          <th class="nosort column" id="foldercontents-order-column">\n          &nbsp;Order&nbsp;</th>\n        </tr>\n      </thead>\n\n      \n        <tbody>\n          \n            <tr class="draggable odd" id="folder-contents-item-Members">\n\n              \n\n              <td class="notDraggable">\n                <input type="checkbox" class="noborder" name="paths:list" id="cb_Members" value="/plone/Members" alt="Select Users" title="Select Users" />\n                <input type="hidden" name="selected_obj_paths:list" value="/plone/Members" />\n                <label class="hiddenStructure" for="cb_Members">Users</label>\n              </td>\n              <td>\n                <span class="contenttype-large-plone-folder">\n                  <img width="16" height="16" src="http://nohost/plone/folder_icon.png" alt="Large Folder" />\n                  <a href="http://nohost/plone/Members/folder_contents" class="state-visible" title="Large Folder: Container for users\' home directories">\n                    Users\n                  </a>\n                </span>\n\n                \n              </td>\n\n              <td>\n                \n                <span class="state-visible">1 kB</span>\n              </td>\n              <td class="state-visible">Jul 21, 2009 06:40 AM</td>\n              <td>\n                <span class="state-visible">Public draft</span>\n                \n              </td>\n              <td class="draggable">\n                <a href="http://nohost/plone/folder_position?position=up&amp;id=Members" title="Move item up">\n                  &#9650;\n                </a>\n                &nbsp;\n                <a href="http://nohost/plone/folder_position?position=down&amp;id=Members" title="Move item down">\n                  &#9660;\n                </a>\n              </td>\n            </tr>\n          \n          \n            <tr class="draggable even" id="folder-contents-item-front-page">\n\n              \n\n              <td class="notDraggable">\n                <input type="checkbox" class="noborder" name="paths:list" id="cb_front-page" value="/plone/front-page" alt="Select Welcome to Plone" title="Select Welcome to Plone" />\n                <input type="hidden" name="selected_obj_paths:list" value="/plone/front-page" />\n                <label class="hiddenStructure" for="cb_front-page">Welcome to Plone</label>\n              </td>\n              <td>\n                <span class="contenttype-document">\n                  <img width="16" height="16" src="http://nohost/plone/document_icon.png" alt="Page" />\n                  <a href="http://nohost/plone/front-page" class="state-published" title="Page: Congratulations! You have successfully installed Plone.">\n                    <strong>Welcome to Plone</strong>\n                  </a>\n                </span>\n\n                \n              </td>\n\n              <td>\n                \n                <span class="state-published">4.9 kB</span>\n              </td>\n              <td class="state-published">Jul 21, 2009 06:40 AM</td>\n              <td>\n                <span class="state-published">Published</span>\n                \n              </td>\n              <td class="draggable">\n                <a href="http://nohost/plone/folder_position?position=up&amp;id=front-page" title="Move item up">\n                  &#9650;\n                </a>\n                &nbsp;\n                <a href="http://nohost/plone/folder_position?position=down&amp;id=front-page" title="Move item down">\n                  &#9660;\n                </a>\n              </td>\n            </tr>\n          \n          \n            <tr class="draggable odd" id="folder-contents-item-news">\n\n              \n\n              <td class="notDraggable">\n                <input type="checkbox" class="noborder" name="paths:list" id="cb_news" value="/plone/news" alt="Select News" title="Select News" />\n                <input type="hidden" name="selected_obj_paths:list" value="/plone/news" />\n                <label class="hiddenStructure" for="cb_news">News</label>\n              </td>\n              <td>\n                <span class="contenttype-large-plone-folder">\n                  <img width="16" height="16" src="http://nohost/plone/folder_icon.png" alt="Large Folder" />\n                  <a href="http://nohost/plone/news/folder_contents" class="state-visible" title="Large Folder: Site News">\n                    News\n                  </a>\n                </span>\n\n                \n              </td>\n\n              <td>\n                \n                <span class="state-visible">1 kB</span>\n              </td>\n              <td class="state-visible">Jul 21, 2009 06:40 AM</td>\n              <td>\n                <span class="state-visible">Public draft</span>\n                \n              </td>\n              <td class="draggable">\n                <a href="http://nohost/plone/folder_position?position=up&amp;id=news" title="Move item up">\n                  &#9650;\n                </a>\n                &nbsp;\n                <a href="http://nohost/plone/folder_position?position=down&amp;id=news" title="Move item down">\n                  &#9660;\n                </a>\n              </td>\n            </tr>\n          \n          \n            <tr class="draggable even" id="folder-contents-item-events">\n\n              \n\n              <td class="notDraggable">\n                <input type="checkbox" class="noborder" name="paths:list" id="cb_events" value="/plone/events" alt="Select Events" title="Select Events" />\n                <input type="hidden" name="selected_obj_paths:list" value="/plone/events" />\n                <label class="hiddenStructure" for="cb_events">Events</label>\n              </td>\n              <td>\n                <span class="contenttype-large-plone-folder">\n                  <img width="16" height="16" src="http://nohost/plone/folder_icon.png" alt="Large Folder" />\n                  <a href="http://nohost/plone/events/folder_contents" class="state-visible" title="Large Folder: Site Events">\n                    Events\n                  </a>\n                </span>\n\n                \n              </td>\n\n              <td>\n                \n                <span class="state-visible">1 kB</span>\n              </td>\n              <td class="state-visible">Jul 21, 2009 06:40 AM</td>\n              <td>\n                <span class="state-visible">Public draft</span>\n                \n              </td>\n              <td class="draggable">\n                <a href="http://nohost/plone/folder_position?position=up&amp;id=events" title="Move item up">\n                  &#9650;\n                </a>\n                &nbsp;\n                <a href="http://nohost/plone/folder_position?position=down&amp;id=events" title="Move item down">\n                  &#9660;\n                </a>\n              </td>\n            </tr>\n          \n          \n            <tr class="draggable odd" id="folder-contents-item-doc1">\n\n              \n\n              <td class="notDraggable">\n                <input type="checkbox" class="noborder" name="paths:list" id="cb_doc1" value="/plone/doc1" alt="Select Test Page 1" title="Select Test Page 1" />\n                <input type="hidden" name="selected_obj_paths:list" value="/plone/doc1" />\n                <label class="hiddenStructure" for="cb_doc1">Test Page 1</label>\n              </td>\n              <td>\n                <span class="contenttype-document">\n                  <img width="16" height="16" src="http://nohost/plone/document_icon.png" alt="Page" />\n                  <a href="http://nohost/plone/doc1" class="state-visible" title="Page: ">\n                    Test Page 1\n                  </a>\n                </span>\n\n                \n              </td>\n\n              <td>\n                \n                <span class="state-visible">1 kB</span>\n              </td>\n              <td class="state-visible">Jul 21, 2009 06:42 AM</td>\n              <td>\n                <span class="state-visible">Public draft</span>\n                \n              </td>\n              <td class="draggable">\n                <a href="http://nohost/plone/folder_position?position=up&amp;id=doc1" title="Move item up">\n                  &#9650;\n                </a>\n                &nbsp;\n                <a href="http://nohost/plone/folder_position?position=down&amp;id=doc1" title="Move item down">\n                  &#9660;\n                </a>\n              </td>\n            </tr>\n          \n          \n            <tr class="draggable even" id="folder-contents-item-doc2">\n\n              \n\n              <td class="notDraggable">\n                <input type="checkbox" class="noborder" name="paths:list" id="cb_doc2" value="/plone/doc2" alt="Select Test Page 2" title="Select Test Page 2" />\n                <input type="hidden" name="selected_obj_paths:list" value="/plone/doc2" />\n                <label class="hiddenStructure" for="cb_doc2">Test Page 2</label>\n              </td>\n              <td>\n                <span class="contenttype-document">\n                  <img width="16" height="16" src="http://nohost/plone/document_icon.png" alt="Page" />\n                  <a href="http://nohost/plone/doc2" class="state-visible" title="Page: ">\n                    Test Page 2\n                  </a>\n                </span>\n\n                \n              </td>\n\n              <td>\n                \n                <span class="state-visible">1 kB</span>\n              </td>\n              <td class="state-visible">Jul 21, 2009 06:42 AM</td>\n              <td>\n                <span class="state-visible">Public draft</span>\n                \n              </td>\n              <td class="draggable">\n                <a href="http://nohost/plone/folder_position?position=up&amp;id=doc2" title="Move item up">\n                  &#9650;\n                </a>\n                &nbsp;\n                <a href="http://nohost/plone/folder_position?position=down&amp;id=doc2" title="Move item down">\n                  &#9660;\n                </a>\n              </td>\n            </tr>\n          \n          \n            <tr class="draggable odd" id="folder-contents-item-file1">\n\n              \n\n              <td class="notDraggable">\n                <input type="checkbox" class="noborder" name="paths:list" id="cb_file1" value="/plone/file1" alt="Select Test File 1" title="Select Test File 1" />\n                <input type="hidden" name="selected_obj_paths:list" value="/plone/file1" />\n                <label class="hiddenStructure" for="cb_file1">Test File 1</label>\n              </td>\n              <td>\n                <span class="contenttype-file">\n                  <img width="16" height="16" src="http://nohost/plone/image_icon.gif" alt="File" />\n                  <a href="http://nohost/plone/file1/view" class="state-missing-value" title="File: ">\n                    Test File 1\n                  </a>\n                </span>\n\n                \n              </td>\n\n              <td>\n                \n                <span class="state-missing-value">1 kB</span>\n              </td>\n              <td class="state-missing-value">Jul 21, 2009 06:42 AM</td>\n              <td>\n                \n                <span>&nbsp;</span>\n              </td>\n              <td class="draggable">\n                <a href="http://nohost/plone/folder_position?position=up&amp;id=file1" title="Move item up">\n                  &#9650;\n                </a>\n                &nbsp;\n                <a href="http://nohost/plone/folder_position?position=down&amp;id=file1" title="Move item down">\n                  &#9660;\n                </a>\n              </td>\n            </tr>\n          \n          \n            <tr class="draggable even" id="folder-contents-item-folder1">\n\n              \n\n              <td class="notDraggable">\n                <input type="checkbox" class="noborder" name="paths:list" id="cb_folder1" value="/plone/folder1" alt="Select Test Folder 1" title="Select Test Folder 1" />\n                <input type="hidden" name="selected_obj_paths:list" value="/plone/folder1" />\n                <label class="hiddenStructure" for="cb_folder1">Test Folder 1</label>\n              </td>\n              <td>\n                <span class="contenttype-folder">\n                  <img width="16" height="16" src="http://nohost/plone/folder_icon.png" alt="Folder" />\n                  <a href="http://nohost/plone/folder1/folder_contents" class="state-visible" title="Folder: ">\n                    Test Folder 1\n                  </a>\n                </span>\n\n                \n              </td>\n\n              <td>\n                \n                <span class="state-visible">1 kB</span>\n              </td>\n              <td class="state-visible">Jul 21, 2009 06:42 AM</td>\n              <td>\n                <span class="state-visible">Public draft</span>\n                \n              </td>\n              <td class="draggable">\n                <a href="http://nohost/plone/folder_position?position=up&amp;id=folder1" title="Move item up">\n                  &#9650;\n                </a>\n                &nbsp;\n                <a href="http://nohost/plone/folder_position?position=down&amp;id=folder1" title="Move item down">\n                  &#9660;\n                </a>\n              </td>\n            </tr>\n          \n        </tbody>\n        \n      \n    </table>\n    <!-- Navigation -->\n\n\n    \n      <input class="context" type="submit" name="folder_copy:method" value="Copy" />\n    \n    \n      <input class="context" type="submit" name="folder_cut:method" value="Cut" />\n    \n    \n      <input class="context" type="submit" name="folder_rename_form:method" value="Rename" />\n    \n    \n      <input class="context" type="submit" name="folder_delete:method" value="Delete" />\n    \n    \n      <input class="context" type="submit" name="content_status_history:method" value="Change State" />\n    \n  \n</div>\n\n        <input type="hidden" name="_authenticator" value="f47befcd7b853fa3e93cbaecf3a0f65a9ae21b8d"/>\n      </form>\n    </div>\n                    </div>\n                    \n\n                    \n                    \n                      \n\na standard view\n                    \n                    \n\n                    <span id="contentBottomLeft"></span>\n                    <span id="contentBottomRight"></span>\n\n                  </div>\n\n                </div>\n\n              \n            </td>\n            \n\n            \n            \n            \n          </tr>\n        </tbody>\n      </table>\n      \n\n      <div class="visualClear" id="clear-space-before-footer"><!-- --></div>\n      \n      <div>\n          <a class="managePortletsFallback" href="http://nohost/plone/@@manage-portlets">\n             Manage portlets\n          </a>\n      </div>\n\n      \n\n        <div xmlns="http://www.w3.org/1999/xhtml" id="portal-footer">\n\n<p>\n    \n    The\n    <a href="http://plone.org">Plone<sup>&reg;</sup> CMS &mdash; Open Source Content Management System</a>\n    is\n    <acronym title="Copyright">&copy;</acronym>\n    2000-2009\n    by the\n    <a href="http://plone.org/foundation">Plone Foundation</a>\n    et al.\n    \n</p>\n\n<p>\n    \n    Plone<sup>&reg;</sup> and the Plone logo are registered trademarks of the\n        <a href="http://plone.org/foundation">Plone Foundation</a>.\n    \n\n    \n    Distributed under the\n        <a href="http://creativecommons.org/licenses/GPL/2.0/">GNU GPL license</a>.\n    \n</p>\n\n</div>\n\n<div xmlns="http://www.w3.org/1999/xhtml" id="portal-colophon">\n      \n\n      \n\n      <div class="colophonWrapper">\n      <ul>\n        <li>\n          <a href="http://plone.org" title="This site was built using Plone CMS, the Open Source Content Management System. Click for more information.">\n            Powered by Plone</a>\n        </li>\n        <li>\n          <a href="http://validator.w3.org/check/referer" title="This site is valid XHTML.">\n            Valid XHTML</a>\n        </li>\n        <li>\n          <a href="http://jigsaw.w3.org/css-validator/check/referer?warning=no&amp;profile=css3&amp;usermedium=all" title="This site was built with valid CSS.">\n            Valid CSS</a>\n        </li>\n        <li>\n          <a href="http://www.section508.gov" title="This site conforms to the US Government Section 508 Accessibility Guidelines.">\n            Section 508</a>\n        </li>\n        <li>\n          <a href="http://www.w3.org/WAI/WCAG1AA-Conformance" title="This site conforms to the W3C-WAI Web Content Accessibility Guidelines.">\n            WCAG</a>\n        </li>\n      </ul>\n      </div>\n\n    </div>\n\na standard view\n\n      \n\n      <div class="visualClear"><!-- --></div>\n    </div>\n<div id="kss-spinner"><img alt="" src="http://nohost/plone/spinner.png" /></div>\n</body>\n</html>\n\n'



Failure in test /home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/plone.app.linkintegrity/plone/app/linkintegrity/docs/testFileRemoval.txt
Failed doctest test for testFileRemoval.txt
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/plone.app.linkintegrity/plone/app/linkintegrity/docs/testFileRemoval.txt", line 0

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/plone.app.linkintegrity/plone/app/linkintegrity/docs/testFileRemoval.txt", line 32, in testFileRemoval.txt
Failed example:
    browser.getControl(name='delete').click()
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/zope.testing-3.7.6-py2.6.egg/zope/testing/doctest.py", line 1361, in __run
        compileflags, 1) in test.globs
      File "<doctest testFileRemoval.txt[line 32, example 12]>", line 1, in <module>
        browser.getControl(name='delete').click()
      File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/zope.testbrowser-3.6.0a2-py2.6.egg/zope/testbrowser/browser.py", line 624, in click
        self.browser._clickSubmit(self.mech_form, self.mech_control, (1,1))
      File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/zope.testbrowser-3.6.0a2-py2.6.egg/zope/testbrowser/browser.py", line 411, in _clickSubmit
        id=control.id, name=control.name, label=label, coord=coord))
      File "build/bdist.linux-x86_64/egg/mechanize/_mechanize.py", line 209, in open
        return self._mech_open(url, data, timeout=timeout)
      File "build/bdist.linux-x86_64/egg/mechanize/_mechanize.py", line 261, in _mech_open
        raise response
    HTTPError: HTTP Error 500: Internal Server Error



Failure in test /home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/plone.app.linkintegrity/plone/app/linkintegrity/docs/testOnOffSwitch.txt
Failed doctest test for testOnOffSwitch.txt
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/plone.app.linkintegrity/plone/app/linkintegrity/docs/testOnOffSwitch.txt", line 0

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/plone.app.linkintegrity/plone/app/linkintegrity/docs/testOnOffSwitch.txt", line 16, in testOnOffSwitch.txt
Failed example:
    browser.contents
Expected:
    '...<div...class="documentContent"...
     ...<form ... action="http://nohost/plone/removeConfirmationAction">...
     ...<a href="http://nohost/plone/doc2"...Test Page 2...
     ...This...Document...is referenced by the following items:...
     ...<li>...<a href="http://nohost/plone/doc1"...Test Page 1...</li>...
     ...Would you like to delete it anyway?...'
Got:
    '\n\n        \n      \n\n<!DOCTYPE html PUBLIC\n  "-//W3C//DTD XHTML 1.0 Transitional//EN"\n  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">\n\n<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">\n\n  \n    \n    \n    \n    \n    \n\n  \n\n  <head>\n\n    <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />\n\n    <meta name="generator" content="Plone - http://plone.org" />\n\n    <!-- Internet Explorer fix, forces IE8 into newest possible rendering\n         engine even if it\'s on an intranet. This has to be defined before any\n         script/style tags. -->\n    <meta http-equiv="X-UA-Compatible" content="IE=edge" /> \n\n    \n      <base href="http://nohost/plone/" /><!--[if lt IE 7]></base><![endif]-->\n    \n\n    <link rel="kss-base-url" href="http://nohost/plone" />\n\n  \n  \n    \n    \n      <script type="text/javascript" src="http://nohost/plone/portal_javascripts/Plone%20Default/jquery-cachekey6254.js">\n      </script>\n    \n    \n    \n  \n\n  \n    \n    \n      <script type="text/javascript" src="http://nohost/plone/portal_javascripts/Plone%20Default/dropdown-cachekey4590.js">\n      </script>\n    \n    \n    \n  \n\n  \n    \n    \n      <script type="text/javascript" src="http://nohost/plone/portal_javascripts/Plone%20Default/sarissa-cachekey5677.js">\n      </script>\n    \n    \n    \n  \n\n  \n    \n    \n      <script type="text/javascript" src="http://nohost/plone/portal_javascripts/Plone%20Default/resourcebase2-dom-fp-cachekey5991.js">\n      </script>\n    \n    \n    \n  \n\n  \n    \n    \n      <script type="text/javascript" src="http://nohost/plone/portal_javascripts/Plone%20Default/resourcekukit-cachekey2681.js">\n      </script>\n    \n    \n    \n  \n\n\n  \n  \n    \n    \n    \n      <style type="text/css" media="screen">@import url(http://nohost/plone/portal_css/Plone%20Default/member-cachekey5449.css);</style>\n    \n    \n    \n  \n\n  \n    \n    \n    \n      <style type="text/css">@import url(http://nohost/plone/portal_css/Plone%20Default/base-cachekey2676.css);</style>\n    \n    \n    \n  \n\n  \n    \n    \n    \n      <style type="text/css" media="all">@import url(http://nohost/plone/portal_css/Plone%20Default/ploneCustom-cachekey3260.css);</style>\n    \n    \n    \n  \n\n\n  \n  <link rel="kinetic-stylesheet" type="text/css" href="http://nohost/plone/portal_kss/Plone%20Default/at-cachekey2905.kss" />\n\n\na standard view\n<title>Plone site</title>\n\n    <!-- IE6 workaround CSS/JS  -->\n    <!-- [if lte IE7]>\n        <style type="text/css" media="all">@import url(http://nohost/plone/IEFixes.css);</style>\n        \n        <script type="text/javascript" src="http://nohost/plone/iefixes.js">\n        </script>\n        \n    <![endif]-->\n\n    \n    <link rel="author" href="http://nohost/plone/author/" title="Author information" />\n\n\n\n    <link rel="shortcut icon" type="image/x-icon" href="http://nohost/plone/favicon.ico" />\n\n\n\n    <link rel="home" href="http://nohost/plone" title="Front page" />\n\n    <link rel="contents" href="http://nohost/plone/sitemap" title="Site Map" />\n\n\n\n\n\n\n    <link rel="search" href="http://nohost/plone/search_form" title="Search this site" />\n\n\na standard view\n\n    <!-- Disable IE6 image toolbar -->\n    <meta http-equiv="imagetoolbar" content="no" />\n    \n    \n    \n\n    \n    \n\n    \n    \n\n    \n    \n\n  </head>\n\n  <body class=" template-foldercontents.pt" dir="ltr">\n    <div id="visual-portal-wrapper">\n\n      <div id="portal-top">\n        <div xmlns="http://www.w3.org/1999/xhtml" id="portal-header">\n    <p xmlns="http://www.w3.org/1999/xhtml" class="hiddenStructure">\n  <a accesskey="2" href="http://nohost/plone/@@folder_contents#documentContent">Skip to content.</a> |\n\n  <a accesskey="6" href="http://nohost/plone/@@folder_contents#portlet-navigation-tree">Skip to navigation</a>\n</p>\n\n<ul xmlns="http://www.w3.org/1999/xhtml" id="portal-siteactions">\n\n    <li id="siteaction-sitemap"><a href="http://nohost/plone/sitemap" accesskey="3" title="Site Map">Site Map</a></li>\n    <li id="siteaction-accessibility"><a href="http://nohost/plone/accessibility-info" accesskey="0" title="Accessibility">Accessibility</a></li>\n    <li id="siteaction-contact"><a href="http://nohost/plone/contact-info" accesskey="9" title="Contact">Contact</a></li>\n    <li id="siteaction-plone_setup"><a href="http://nohost/plone/plone_control_panel" accesskey="" title="Site Setup">Site Setup</a></li>\n</ul>\n\n<div id="portal-searchbox">\n    <form name="searchform" action="http://nohost/plone/search">\n\n        <label for="searchGadget" class="hiddenStructure">Search Site</label>\n\n        <div class="LSBox">\n        <input name="SearchableText" type="text" size="18" title="Search Site" accesskey="4" class="inputLabel" id="searchGadget" />\n\n        <input class="searchButton" type="submit" value="Search" />\n    \n        <div class="searchSection">\n            <input id="searchbox_currentfolder_only" class="noborder" type="checkbox" name="path" value="/plone" />\n            <label for="searchbox_currentfolder_only" style="cursor: pointer">\n                only in current section\n            </label>\n        </div>\n\n        <div class="LSResult" id="LSResult" style=""><div class="LSShadow" id="LSShadow"></div></div>\n        </div>\n    </form>\n\n    <div id="portal-advanced-search" class="hiddenStructure">\n        <a href="http://nohost/plone/search_form" accesskey="5">\n            Advanced Search&hellip;\n        </a>\n    </div>\n\n</div>\n\n<a xmlns="http://www.w3.org/1999/xhtml" id="portal-logo" accesskey="1" href="http://nohost/plone">\n    <img src="http://nohost/plone/logo.jpg" alt="" title="Plone" height="57" width="252" /></a>\n\n\n    <h5 class="hiddenStructure">Sections</h5>\n\n    <ul id="portal-globalnav">\n        <li id="portaltab-index_html" class="selected"><a href="http://nohost/plone" title="">Home</a></li>\n        <li id="portaltab-Members" class="plain"><a href="http://nohost/plone/Members" title="Container for users\' home directories">Users</a></li>\n        <li id="portaltab-news" class="plain"><a href="http://nohost/plone/news" title="Site News">News</a></li>\n        <li id="portaltab-events" class="plain"><a href="http://nohost/plone/events" title="Site Events">Events</a></li>\n        <li id="portaltab-doc1" class="plain"><a href="http://nohost/plone/doc1" title="">Test Page 1</a></li>\n        <li id="portaltab-image1" class="plain"><a href="http://nohost/plone/image1/view" title="">Test Image 1</a></li>\n        <li id="portaltab-image2" class="plain"><a href="http://nohost/plone/image2/view" title="">Test Image 2</a></li>\n        <li id="portaltab-image3" class="plain"><a href="http://nohost/plone/image3/view" title="">Test Image 3</a></li>\n        <li id="portaltab-file1" class="plain"><a href="http://nohost/plone/file1/view" title="">Test File 1</a></li>\n        <li id="portaltab-folder1" class="plain"><a href="http://nohost/plone/folder1" title="">Test Folder 1</a></li>\n    </ul>\n\na standard view\n</div>\n\n<div xmlns="http://www.w3.org/1999/xhtml" id="portal-personaltools-wrapper">\n\n<h5 class="hiddenStructure">Personal tools</h5>\n\n<ul id="portal-personaltools" class="visualInline">\n   \n       <li><a id="user-name" href="http://nohost/plone/dashboard"><img src="http://nohost/plone/user.gif" alt="" title="User" height="16" width="16" />\n            <span class="visualCaseSensitive">test_user_1_</span></a></li>\n   \n\n    \n        <li>\n            <a href="http://nohost/plone/logout">Log out</a>\n        </li>\n    \n\n</ul>\n</div>\n\n\n    \n\n\n<div xmlns="http://www.w3.org/1999/xhtml" id="portal-breadcrumbs">\n\n    <span id="breadcrumbs-you-are-here">You\nare here:</span>\n    <a href="http://nohost/plone">Home</a>\n    \n\n</div>\n\na standard view\n      </div>\n\n      <div class="visualClear" id="clear-space-before-wrapper-table"><!-- --></div>\n\n      <table id="portal-columns">\n        <tbody>\n          <tr>\n            \n            \n            \n\n            \n            <td id="portal-column-content">\n\n              \n                <div class="documentEditable">\n\n                  \n\n    \n\n        <h5 class="hiddenStructure">Views</h5>\n\n        <ul class="contentViews" id="content-views">\n\n            \n              <li id="contentview-folderContents" class="plain">\n                <a href="http://nohost/plone/folder_contents">Contents</a>\n              </li>\n            \n            \n              <li id="contentview-view" class="selected">\n                <a href="http://nohost/plone">View</a>\n              </li>\n            \n            \n              <li id="contentview-edit" class="plain">\n                <a href="http://nohost/plone/edit">Edit</a>\n              </li>\n            \n            \n              <li id="contentview-contentrules" class="plain">\n                <a href="http://nohost/plone/@@manage-content-rules">Rules</a>\n              </li>\n            \n            \n              <li id="contentview-local_roles" class="plain">\n                <a href="http://nohost/plone/@@sharing">Sharing</a>\n              </li>\n            \n\n        </ul>\n        \n    \n\n\n<div class="contentActions">\n\n    \n\n        \n\n        \n\n        <ul id="contentActionMenus">\n\n    <li>\n\n        <dl class="actionMenu" id="plone-contentmenu-factories">\n          <dt class="actionMenuHeader label-">\n            <a href="http://nohost/plone/folder_factories" title="Add new items inside this item">\n               \n                  \n                  <span>Add new\xe2\x80\xa6</span>\n                  \n                  <span class="arrowDownAlternative">&#9660;</span>\n               \n            </a>\n          </dt>\n          <dd class="actionMenuContent">\n            <ul>\n                \n                  <li>\n                    <a href="http://nohost/plone/createObject?type_name=Topic" class="contenttype-topic" id="topic" title="An automatically updated stored search that can be used to display items matching criteria you specify.">\n                        \n                        <img width="16" height="16" alt="" src="http://nohost/plone/topic_icon.png" title="An automatically updated stored search that can be used to display items matching criteria you specify." />\n                        <span class="subMenuTitle">Collection</span>\n                    </a>\n                    \n                  </li>\n                \n                \n                  <li>\n                    <a href="http://nohost/plone/createObject?type_name=Event" class="contenttype-event" id="event" title="Information about an upcoming event, which can be displayed in the calendar.">\n                        \n                        <img width="16" height="16" alt="" src="http://nohost/plone/event_icon.png" title="Information about an upcoming event, which can be displayed in the calendar." />\n                        <span class="subMenuTitle">Event</span>\n                    </a>\n                    \n                  </li>\n                \n                \n                  <li>\n                    <a href="http://nohost/plone/createObject?type_name=File" class="contenttype-file" id="file" title="An external file uploaded to the site.">\n                        \n                        <img width="16" height="16" alt="" src="http://nohost/plone/file_icon.png" title="An external file uploaded to the site." />\n                        <span class="subMenuTitle">File</span>\n                    </a>\n                    \n                  </li>\n                \n                \n                  <li>\n                    <a href="http://nohost/plone/createObject?type_name=Folder" class="contenttype-folder" id="folder" title="A folder which can contain other items.">\n                        \n                        <img width="16" height="16" alt="" src="http://nohost/plone/folder_icon.png" title="A folder which can contain other items." />\n                        <span class="subMenuTitle">Folder</span>\n                    </a>\n                    \n                  </li>\n                \n                \n                  <li>\n                    <a href="http://nohost/plone/createObject?type_name=Image" class="contenttype-image" id="image" title="An image, which can be referenced in documents or displayed in an album.">\n                        \n                        <img width="16" height="16" alt="" src="http://nohost/plone/image_icon.png" title="An image, which can be referenced in documents or displayed in an album." />\n                        <span class="subMenuTitle">Image</span>\n                    </a>\n                    \n                  </li>\n                \n                \n                  <li>\n                    <a href="http://nohost/plone/createObject?type_name=Link" class="contenttype-link" id="link" title="A link to an internal or external resource.">\n                        \n                        <img width="16" height="16" alt="" src="http://nohost/plone/link_icon.png" title="A link to an internal or external resource." />\n                        <span class="subMenuTitle">Link</span>\n                    </a>\n                    \n                  </li>\n                \n                \n                  <li>\n                    <a href="http://nohost/plone/createObject?type_name=News+Item" class="contenttype-news-item" id="news-item" title="An announcement that will show up on the news portlet and in the news listing.">\n                        \n                        <img width="16" height="16" alt="" src="http://nohost/plone/newsitem_icon.png" title="An announcement that will show up on the news portlet and in the news listing." />\n                        <span class="subMenuTitle">News Item</span>\n                    </a>\n                    \n                  </li>\n                \n                \n                  <li>\n                    <a href="http://nohost/plone/createObject?type_name=Document" class="contenttype-document" id="document" title="A page in the site. Can contain rich text.">\n                        \n                        <img width="16" height="16" alt="" src="http://nohost/plone/document_icon.png" title="A page in the site. Can contain rich text." />\n                        <span class="subMenuTitle">Page</span>\n                    </a>\n                    \n                  </li>\n                \n            </ul>\n          </dd>\n        </dl>\n\n    </li>\n    <li>\n\n        <dl class="actionMenu" id="plone-contentmenu-display">\n          <dt class="actionMenuHeader label-">\n            <a href="http://nohost/plone/select_default_view" title="Select the view mode for this folder, or set a content item as its default view.">\n               \n                  \n                  <span>Display</span>\n                  \n                  <span class="arrowDownAlternative">&#9660;</span>\n               \n            </a>\n          </dt>\n          <dd class="actionMenuContent">\n            <ul>\n                \n                  <li>\n                    <a href="http://nohost/plone/selectViewTemplate?templateId=folder_listing" class="" id="folder_listing" title="">\n                        \n                        \n                        <span class="subMenuTitle">Standard view</span>\n                    </a>\n                    \n                  </li>\n                \n                \n                  <li>\n                    <a href="http://nohost/plone/selectViewTemplate?templateId=folder_summary_view" class="" id="folder_summary_view" title="">\n                        \n                        \n                        <span class="subMenuTitle">Summary view</span>\n                    </a>\n                    \n                  </li>\n                \n                \n                  <li>\n                    <a href="http://nohost/plone/selectViewTemplate?templateId=folder_tabular_view" class="" id="folder_tabular_view" title="">\n                        \n                        \n                        <span class="subMenuTitle">Tabular view</span>\n                    </a>\n                    \n                  </li>\n                \n                \n                  <li>\n                    <a href="http://nohost/plone/selectViewTemplate?templateId=atct_album_view" class="" id="atct_album_view" title="">\n                        \n                        \n                        <span class="subMenuTitle">Thumbnail view</span>\n                    </a>\n                    \n                  </li>\n                \n                \n                  <li class="actionSeparator">\n                    \n                    <div id="contextDefaultPageDisplay" class="">\n                        <span>&bull;</span>\n                        \n                        <span class="subMenuTitle">Item: Welcome to Plone</span>\n                    </div>\n                  </li>\n                \n                \n                  <li class="actionSeparator">\n                    <a href="http://nohost/plone/select_default_page" class="" id="contextChangeDefaultPage" title="Change the item used as default view in this folder">\n                        \n                        \n                        <span class="subMenuTitle">Change content item\nas default view...</span>\n                    </a>\n                    \n                  </li>\n                \n            </ul>\n          </dd>\n        </dl>\n\n    </li>\n\n</ul>\n\n\n    \n\n</div>\na standard view\n\n                  <div id="region-content" class="documentContent">\n\n                    <span id="contentTopLeft"></span>\n                    <span id="contentTopRight"></span>\n                    \n                    <a name="documentContent"></a>\n\n                    \n\n    <dl class="portalMessage info" id="kssPortalMessage" style="display:none">\n        <dt>Info</dt>\n        <dd></dd>\n    </dl>\n\n    \n\n        <dl class="portalMessage info">\n            <dt>Info</dt>\n            <dd>Item(s) deleted.</dd>\n        </dl>\n\n    \n\n                    \n                    <div id="viewlet-above-content">a standard view</div>\n\n                    \n                    <div id="content">\n                      \n                      <div>\n      a standard view\n\n      <h1 class="documentFirstHeading"> \n          \n          \n              <img width="16" height="16" src="http://nohost/plone/site_icon.gif" alt="Plone site" /> \n              Plone site\n          \n      </h1>\n\n      <div xmlns="http://www.w3.org/1999/xhtml" class="documentByLine" id="plone-document-byline">\n  \n\n  \n\n  <span class="documentModified">\n    &mdash;\n    <span>\n      last modified\n    </span>\n    Jul 21, 2009 06:40 AM\n  </span>\n\n  \n\n  \n\n  \n\n</div>\n\n\n\na standard view\n\n      \n\n      \n\n      \n          \n      \n\n      <form name="folderContentsForm" method="post" action="http://nohost/plone" class="kssattr-serveraction-foldercontents_update_table">\n        <div id="folderlisting-main-table">\n  <input type="hidden" name="sort_on" value="getObjPositionInParent" />\n  <input type="hidden" name="pagenumber" value="1" />\n  <input type="hidden" name="show_all" value="False" />\n  <input type="hidden" name="orig_template" value="@@folder_contents" />\n  \n\n  <!-- <div metal:use-macro="context/document_actions/macros/document_actions">\n       Document actions (print, sendto etc)\n       </div> -->\n  \n\n  \n    \n    <div class="visualClear" id="clear-space-before-navigation"><!-- --></div>\n\n    <!-- Navigation -->\n\n\n    <table class="listing" id="listing-table" summary="Content listing">\n      <thead>\n        <tr>\n          <th colspan="6" class="nosort">Select: <a id="foldercontents-selectall" class="update-selection" href="http://nohost/plone/@@folder_contents?pagenumber=1&amp;select=screen">All</a></th>\n        </tr>\n        \n        \n\n        <tr>\n          <th class="nosort">&nbsp;</th>\n          <th class="nosort column" id="foldercontents-title-column">&nbsp;Title&nbsp;</th>\n          <th class="nosort column" id="foldercontents-size-column">&nbsp;Size&nbsp;</th>\n          <th class="nosort column" id="foldercontents-modified-column">&nbsp;Modified&nbsp;</th>\n          <th class="nosort column" id="foldercontents-status-column">&nbsp;State&nbsp;</th>\n          <th class="nosort column" id="foldercontents-order-column">\n          &nbsp;Order&nbsp;</th>\n        </tr>\n      </thead>\n\n      \n        <tbody>\n          \n            <tr class="draggable odd" id="folder-contents-item-Members">\n\n              \n\n              <td class="notDraggable">\n                <input type="checkbox" class="noborder" name="paths:list" id="cb_Members" value="/plone/Members" alt="Select Users" title="Select Users" />\n                <input type="hidden" name="selected_obj_paths:list" value="/plone/Members" />\n                <label class="hiddenStructure" for="cb_Members">Users</label>\n              </td>\n              <td>\n                <span class="contenttype-large-plone-folder">\n                  <img width="16" height="16" src="http://nohost/plone/folder_icon.png" alt="Large Folder" />\n                  <a href="http://nohost/plone/Members/folder_contents" class="state-visible" title="Large Folder: Container for users\' home directories">\n                    Users\n                  </a>\n                </span>\n\n                \n              </td>\n\n              <td>\n                \n                <span class="state-visible">1 kB</span>\n              </td>\n              <td class="state-visible">Jul 21, 2009 06:40 AM</td>\n              <td>\n                <span class="state-visible">Public draft</span>\n                \n              </td>\n              <td class="draggable">\n                <a href="http://nohost/plone/folder_position?position=up&amp;id=Members" title="Move item up">\n                  &#9650;\n                </a>\n                &nbsp;\n                <a href="http://nohost/plone/folder_position?position=down&amp;id=Members" title="Move item down">\n                  &#9660;\n                </a>\n              </td>\n            </tr>\n          \n          \n            <tr class="draggable even" id="folder-contents-item-front-page">\n\n              \n\n              <td class="notDraggable">\n                <input type="checkbox" class="noborder" name="paths:list" id="cb_front-page" value="/plone/front-page" alt="Select Welcome to Plone" title="Select Welcome to Plone" />\n                <input type="hidden" name="selected_obj_paths:list" value="/plone/front-page" />\n                <label class="hiddenStructure" for="cb_front-page">Welcome to Plone</label>\n              </td>\n              <td>\n                <span class="contenttype-document">\n                  <img width="16" height="16" src="http://nohost/plone/document_icon.png" alt="Page" />\n                  <a href="http://nohost/plone/front-page" class="state-published" title="Page: Congratulations! You have successfully installed Plone.">\n                    <strong>Welcome to Plone</strong>\n                  </a>\n                </span>\n\n                \n              </td>\n\n              <td>\n                \n                <span class="state-published">4.9 kB</span>\n              </td>\n              <td class="state-published">Jul 21, 2009 06:40 AM</td>\n              <td>\n                <span class="state-published">Published</span>\n                \n              </td>\n              <td class="draggable">\n                <a href="http://nohost/plone/folder_position?position=up&amp;id=front-page" title="Move item up">\n                  &#9650;\n                </a>\n                &nbsp;\n                <a href="http://nohost/plone/folder_position?position=down&amp;id=front-page" title="Move item down">\n                  &#9660;\n                </a>\n              </td>\n            </tr>\n          \n          \n            <tr class="draggable odd" id="folder-contents-item-news">\n\n              \n\n              <td class="notDraggable">\n                <input type="checkbox" class="noborder" name="paths:list" id="cb_news" value="/plone/news" alt="Select News" title="Select News" />\n                <input type="hidden" name="selected_obj_paths:list" value="/plone/news" />\n                <label class="hiddenStructure" for="cb_news">News</label>\n              </td>\n              <td>\n                <span class="contenttype-large-plone-folder">\n                  <img width="16" height="16" src="http://nohost/plone/folder_icon.png" alt="Large Folder" />\n                  <a href="http://nohost/plone/news/folder_contents" class="state-visible" title="Large Folder: Site News">\n                    News\n                  </a>\n                </span>\n\n                \n              </td>\n\n              <td>\n                \n                <span class="state-visible">1 kB</span>\n              </td>\n              <td class="state-visible">Jul 21, 2009 06:40 AM</td>\n              <td>\n                <span class="state-visible">Public draft</span>\n                \n              </td>\n              <td class="draggable">\n                <a href="http://nohost/plone/folder_position?position=up&amp;id=news" title="Move item up">\n                  &#9650;\n                </a>\n                &nbsp;\n                <a href="http://nohost/plone/folder_position?position=down&amp;id=news" title="Move item down">\n                  &#9660;\n                </a>\n              </td>\n            </tr>\n          \n          \n            <tr class="draggable even" id="folder-contents-item-events">\n\n              \n\n              <td class="notDraggable">\n                <input type="checkbox" class="noborder" name="paths:list" id="cb_events" value="/plone/events" alt="Select Events" title="Select Events" />\n                <input type="hidden" name="selected_obj_paths:list" value="/plone/events" />\n                <label class="hiddenStructure" for="cb_events">Events</label>\n              </td>\n              <td>\n                <span class="contenttype-large-plone-folder">\n                  <img width="16" height="16" src="http://nohost/plone/folder_icon.png" alt="Large Folder" />\n                  <a href="http://nohost/plone/events/folder_contents" class="state-visible" title="Large Folder: Site Events">\n                    Events\n                  </a>\n                </span>\n\n                \n              </td>\n\n              <td>\n                \n                <span class="state-visible">1 kB</span>\n              </td>\n              <td class="state-visible">Jul 21, 2009 06:40 AM</td>\n              <td>\n                <span class="state-visible">Public draft</span>\n                \n              </td>\n              <td class="draggable">\n                <a href="http://nohost/plone/folder_position?position=up&amp;id=events" title="Move item up">\n                  &#9650;\n                </a>\n                &nbsp;\n                <a href="http://nohost/plone/folder_position?position=down&amp;id=events" title="Move item down">\n                  &#9660;\n                </a>\n              </td>\n            </tr>\n          \n          \n            <tr class="draggable odd" id="folder-contents-item-doc1">\n\n              \n\n              <td class="notDraggable">\n                <input type="checkbox" class="noborder" name="paths:list" id="cb_doc1" value="/plone/doc1" alt="Select Test Page 1" title="Select Test Page 1" />\n                <input type="hidden" name="selected_obj_paths:list" value="/plone/doc1" />\n                <label class="hiddenStructure" for="cb_doc1">Test Page 1</label>\n              </td>\n              <td>\n                <span class="contenttype-document">\n                  <img width="16" height="16" src="http://nohost/plone/document_icon.png" alt="Page" />\n                  <a href="http://nohost/plone/doc1" class="state-visible" title="Page: ">\n                    Test Page 1\n                  </a>\n                </span>\n\n                \n              </td>\n\n              <td>\n                \n                <span class="state-visible">1 kB</span>\n              </td>\n              <td class="state-visible">Jul 21, 2009 06:42 AM</td>\n              <td>\n                <span class="state-visible">Public draft</span>\n                \n              </td>\n              <td class="draggable">\n                <a href="http://nohost/plone/folder_position?position=up&amp;id=doc1" title="Move item up">\n                  &#9650;\n                </a>\n                &nbsp;\n                <a href="http://nohost/plone/folder_position?position=down&amp;id=doc1" title="Move item down">\n                  &#9660;\n                </a>\n              </td>\n            </tr>\n          \n          \n            <tr class="draggable even" id="folder-contents-item-image1">\n\n              \n\n              <td class="notDraggable">\n                <input type="checkbox" class="noborder" name="paths:list" id="cb_image1" value="/plone/image1" alt="Select Test Image 1" title="Select Test Image 1" />\n                <input type="hidden" name="selected_obj_paths:list" value="/plone/image1" />\n                <label class="hiddenStructure" for="cb_image1">Test Image 1</label>\n              </td>\n              <td>\n                <span class="contenttype-image">\n                  <img width="16" height="16" src="http://nohost/plone/image_icon.png" alt="Image" />\n                  <a href="http://nohost/plone/image1/view" class="state-missing-value" title="Image: ">\n                    Test Image 1\n                  </a>\n                </span>\n\n                \n              </td>\n\n              <td>\n                \n                <span class="state-missing-value">1 kB</span>\n              </td>\n              <td class="state-missing-value">Jul 21, 2009 06:42 AM</td>\n              <td>\n                \n                <span>&nbsp;</span>\n              </td>\n              <td class="draggable">\n                <a href="http://nohost/plone/folder_position?position=up&amp;id=image1" title="Move item up">\n                  &#9650;\n                </a>\n                &nbsp;\n                <a href="http://nohost/plone/folder_position?position=down&amp;id=image1" title="Move item down">\n                  &#9660;\n                </a>\n              </td>\n            </tr>\n          \n          \n            <tr class="draggable odd" id="folder-contents-item-image2">\n\n              \n\n              <td class="notDraggable">\n                <input type="checkbox" class="noborder" name="paths:list" id="cb_image2" value="/plone/image2" alt="Select Test Image 2" title="Select Test Image 2" />\n                <input type="hidden" name="selected_obj_paths:list" value="/plone/image2" />\n                <label class="hiddenStructure" for="cb_image2">Test Image 2</label>\n              </td>\n              <td>\n                <span class="contenttype-image">\n                  <img width="16" height="16" src="http://nohost/plone/image_icon.png" alt="Image" />\n                  <a href="http://nohost/plone/image2/view" class="state-missing-value" title="Image: ">\n                    Test Image 2\n                  </a>\n                </span>\n\n                \n              </td>\n\n              <td>\n                \n                <span class="state-missing-value">1 kB</span>\n              </td>\n              <td class="state-missing-value">Jul 21, 2009 06:42 AM</td>\n              <td>\n                \n                <span>&nbsp;</span>\n              </td>\n              <td class="draggable">\n                <a href="http://nohost/plone/folder_position?position=up&amp;id=image2" title="Move item up">\n                  &#9650;\n                </a>\n                &nbsp;\n                <a href="http://nohost/plone/folder_position?position=down&amp;id=image2" title="Move item down">\n                  &#9660;\n                </a>\n              </td>\n            </tr>\n          \n          \n            <tr class="draggable even" id="folder-contents-item-image3">\n\n              \n\n              <td class="notDraggable">\n                <input type="checkbox" class="noborder" name="paths:list" id="cb_image3" value="/plone/image3" alt="Select Test Image 3" title="Select Test Image 3" />\n                <input type="hidden" name="selected_obj_paths:list" value="/plone/image3" />\n                <label class="hiddenStructure" for="cb_image3">Test Image 3</label>\n              </td>\n              <td>\n                <span class="contenttype-image">\n                  <img width="16" height="16" src="http://nohost/plone/image_icon.png" alt="Image" />\n                  <a href="http://nohost/plone/image3/view" class="state-missing-value" title="Image: ">\n                    Test Image 3\n                  </a>\n                </span>\n\n                \n              </td>\n\n              <td>\n                \n                <span class="state-missing-value">1 kB</span>\n              </td>\n              <td class="state-missing-value">Jul 21, 2009 06:42 AM</td>\n              <td>\n                \n                <span>&nbsp;</span>\n              </td>\n              <td class="draggable">\n                <a href="http://nohost/plone/folder_position?position=up&amp;id=image3" title="Move item up">\n                  &#9650;\n                </a>\n                &nbsp;\n                <a href="http://nohost/plone/folder_position?position=down&amp;id=image3" title="Move item down">\n                  &#9660;\n                </a>\n              </td>\n            </tr>\n          \n          \n            <tr class="draggable odd" id="folder-contents-item-file1">\n\n              \n\n              <td class="notDraggable">\n                <input type="checkbox" class="noborder" name="paths:list" id="cb_file1" value="/plone/file1" alt="Select Test File 1" title="Select Test File 1" />\n                <input type="hidden" name="selected_obj_paths:list" value="/plone/file1" />\n                <label class="hiddenStructure" for="cb_file1">Test File 1</label>\n              </td>\n              <td>\n                <span class="contenttype-file">\n                  <img width="16" height="16" src="http://nohost/plone/image_icon.gif" alt="File" />\n                  <a href="http://nohost/plone/file1/view" class="state-missing-value" title="File: ">\n                    Test File 1\n                  </a>\n                </span>\n\n                \n              </td>\n\n              <td>\n                \n                <span class="state-missing-value">1 kB</span>\n              </td>\n              <td class="state-missing-value">Jul 21, 2009 06:42 AM</td>\n              <td>\n                \n                <span>&nbsp;</span>\n              </td>\n              <td class="draggable">\n                <a href="http://nohost/plone/folder_position?position=up&amp;id=file1" title="Move item up">\n                  &#9650;\n                </a>\n                &nbsp;\n                <a href="http://nohost/plone/folder_position?position=down&amp;id=file1" title="Move item down">\n                  &#9660;\n                </a>\n              </td>\n            </tr>\n          \n          \n            <tr class="draggable even" id="folder-contents-item-folder1">\n\n              \n\n              <td class="notDraggable">\n                <input type="checkbox" class="noborder" name="paths:list" id="cb_folder1" value="/plone/folder1" alt="Select Test Folder 1" title="Select Test Folder 1" />\n                <input type="hidden" name="selected_obj_paths:list" value="/plone/folder1" />\n                <label class="hiddenStructure" for="cb_folder1">Test Folder 1</label>\n              </td>\n              <td>\n                <span class="contenttype-folder">\n                  <img width="16" height="16" src="http://nohost/plone/folder_icon.png" alt="Folder" />\n                  <a href="http://nohost/plone/folder1/folder_contents" class="state-visible" title="Folder: ">\n                    Test Folder 1\n                  </a>\n                </span>\n\n                \n              </td>\n\n              <td>\n                \n                <span class="state-visible">1 kB</span>\n              </td>\n              <td class="state-visible">Jul 21, 2009 06:42 AM</td>\n              <td>\n                <span class="state-visible">Public draft</span>\n                \n              </td>\n              <td class="draggable">\n                <a href="http://nohost/plone/folder_position?position=up&amp;id=folder1" title="Move item up">\n                  &#9650;\n                </a>\n                &nbsp;\n                <a href="http://nohost/plone/folder_position?position=down&amp;id=folder1" title="Move item down">\n                  &#9660;\n                </a>\n              </td>\n            </tr>\n          \n        </tbody>\n        \n      \n    </table>\n    <!-- Navigation -->\n\n\n    \n      <input class="context" type="submit" name="folder_copy:method" value="Copy" />\n    \n    \n      <input class="context" type="submit" name="folder_cut:method" value="Cut" />\n    \n    \n      <input class="context" type="submit" name="folder_rename_form:method" value="Rename" />\n    \n    \n      <input class="context" type="submit" name="folder_delete:method" value="Delete" />\n    \n    \n      <input class="context" type="submit" name="content_status_history:method" value="Change State" />\n    \n  \n</div>\n\n        <input type="hidden" name="_authenticator" value="f47befcd7b853fa3e93cbaecf3a0f65a9ae21b8d"/>\n      </form>\n    </div>\n                    </div>\n                    \n\n                    \n                    \n                      \n\na standard view\n                    \n                    \n\n                    <span id="contentBottomLeft"></span>\n                    <span id="contentBottomRight"></span>\n\n                  </div>\n\n                </div>\n\n              \n            </td>\n            \n\n            \n            \n            \n          </tr>\n        </tbody>\n      </table>\n      \n\n      <div class="visualClear" id="clear-space-before-footer"><!-- --></div>\n      \n      <div>\n          <a class="managePortletsFallback" href="http://nohost/plone/@@manage-portlets">\n             Manage portlets\n          </a>\n      </div>\n\n      \n\n        <div xmlns="http://www.w3.org/1999/xhtml" id="portal-footer">\n\n<p>\n    \n    The\n    <a href="http://plone.org">Plone<sup>&reg;</sup> CMS &mdash; Open Source Content Management System</a>\n    is\n    <acronym title="Copyright">&copy;</acronym>\n    2000-2009\n    by the\n    <a href="http://plone.org/foundation">Plone Foundation</a>\n    et al.\n    \n</p>\n\n<p>\n    \n    Plone<sup>&reg;</sup> and the Plone logo are registered trademarks of the\n        <a href="http://plone.org/foundation">Plone Foundation</a>.\n    \n\n    \n    Distributed under the\n        <a href="http://creativecommons.org/licenses/GPL/2.0/">GNU GPL license</a>.\n    \n</p>\n\n</div>\n\n<div xmlns="http://www.w3.org/1999/xhtml" id="portal-colophon">\n      \n\n      \n\n      <div class="colophonWrapper">\n      <ul>\n        <li>\n          <a href="http://plone.org" title="This site was built using Plone CMS, the Open Source Content Management System. Click for more information.">\n            Powered by Plone</a>\n        </li>\n        <li>\n          <a href="http://validator.w3.org/check/referer" title="This site is valid XHTML.">\n            Valid XHTML</a>\n        </li>\n        <li>\n          <a href="http://jigsaw.w3.org/css-validator/check/referer?warning=no&amp;profile=css3&amp;usermedium=all" title="This site was built with valid CSS.">\n            Valid CSS</a>\n        </li>\n        <li>\n          <a href="http://www.section508.gov" title="This site conforms to the US Government Section 508 Accessibility Guidelines.">\n            Section 508</a>\n        </li>\n        <li>\n          <a href="http://www.w3.org/WAI/WCAG1AA-Conformance" title="This site conforms to the W3C-WAI Web Content Accessibility Guidelines.">\n            WCAG</a>\n        </li>\n      </ul>\n      </div>\n\n    </div>\n\na standard view\n\n      \n\n      <div class="visualClear"><!-- --></div>\n    </div>\n<div id="kss-spinner"><img alt="" src="http://nohost/plone/spinner.png" /></div>\n</body>\n</html>\n\n'



Failure in test /home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/plone.app.linkintegrity/plone/app/linkintegrity/docs/testRemovalOfReferenceChain.txt
Failed doctest test for testRemovalOfReferenceChain.txt
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/plone.app.linkintegrity/plone/app/linkintegrity/docs/testRemovalOfReferenceChain.txt", line 0

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/plone.app.linkintegrity/plone/app/linkintegrity/docs/testRemovalOfReferenceChain.txt", line 9, in testRemovalOfReferenceChain.txt
Failed example:
    p.doc1.getReferences()
Expected:
    [<ATDocument at /plone/folder1/doc5>]
Got:
    []



Failure in test /home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/plone.app.linkintegrity/plone/app/linkintegrity/docs/testReferenceUpdate.txt
Failed doctest test for testReferenceUpdate.txt
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/plone.app.linkintegrity/plone/app/linkintegrity/docs/testReferenceUpdate.txt", line 0

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/plone.app.linkintegrity/plone/app/linkintegrity/docs/testReferenceUpdate.txt", line 28, in testReferenceUpdate.txt
Failed example:
    portal.doc1.getReferences()
Expected:
    [<ATDocument at /plone/doc2>]
Got:
    []



Failure in test /home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/plone.app.linkintegrity/plone/app/linkintegrity/docs/testRemovalInReferenceChain.txt
Failed doctest test for testRemovalInReferenceChain.txt
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/plone.app.linkintegrity/plone/app/linkintegrity/docs/testRemovalInReferenceChain.txt", line 0

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/plone.app.linkintegrity/plone/app/linkintegrity/docs/testRemovalInReferenceChain.txt", line 9, in testRemovalInReferenceChain.txt
Failed example:
    p.doc1.getReferences()
Expected:
    [<ATDocument at /plone/folder1/doc5>]
Got:
    []



Failure in test /home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/plone.app.linkintegrity/plone/app/linkintegrity/docs/testCircularReferencesWithHelper.txt
Failed doctest test for testCircularReferencesWithHelper.txt
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/plone.app.linkintegrity/plone/app/linkintegrity/docs/testCircularReferencesWithHelper.txt", line 0

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/plone.app.linkintegrity/plone/app/linkintegrity/docs/testCircularReferencesWithHelper.txt", line 10, in testCircularReferencesWithHelper.txt
Failed example:
    p.doc1.getReferences()
Expected:
    [<ATDocument at /plone/doc2>]
Got:
    []



Failure in test /home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/plone.app.linkintegrity/plone/app/linkintegrity/docs/testInterReferences.txt
Failed doctest test for testInterReferences.txt
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/plone.app.linkintegrity/plone/app/linkintegrity/docs/testInterReferences.txt", line 0

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/plone.app.linkintegrity/plone/app/linkintegrity/docs/testInterReferences.txt", line 10, in testInterReferences.txt
Failed example:
    '<ATDocument at /plone/doc2>' in ref
Expected:
    True
Got:
    False



Failure in test /home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/plone.app.linkintegrity/plone/app/linkintegrity/docs/testRemovalViaZMI.txt
Failed doctest test for testRemovalViaZMI.txt
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/plone.app.linkintegrity/plone/app/linkintegrity/docs/testRemovalViaZMI.txt", line 0

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/plone.app.linkintegrity/plone/app/linkintegrity/docs/testRemovalViaZMI.txt", line 17, in testRemovalViaZMI.txt
Failed example:
    browser.contents
Expected:
    '...<div...class="documentContent"...
     ...<form ... action="http://nohost/plone/removeConfirmationAction">...
     ...<a href="http://nohost/plone/doc2"...Test Page 2...
     ...This...Document...is referenced by the following items:...
     ...<li>...<a href="http://nohost/plone/doc1"...Test Page 1...</li>...
     ...Would you like to delete it anyway?...'
Got:
    '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">\n<html>\n<head>\n<base href="http://nohost/plone/" />\n\n<meta http-equiv="content-type" content="text/html;charset=utf-8" />\n\n<title>Plone site</title>\n<link rel="stylesheet" type="text/css" href="/manage_page_style.css" />\n\n</head>\n<body bgcolor="#ffffff" link="#000099" alink="#000099" vlink="#000099">\n\n\n\n\n\n<table cellpadding="0" cellspacing="0" width="100%" border="0">\n\n<tr>\n  <td bgcolor="#000000" rowspan="5" width="10%" valign="bottom" \n   align="left">&nbsp;&nbsp;<img src="/p_/sp" \n   width="2" height="1" alt="" />\n  </td>\n  <td bgcolor="#000000" colspan="40"><img \n   src="/p_/sp" width="1" height="5" alt="" /></td>\n</tr>\n\n<tr>\n  <td bgcolor="#ffffff" rowspan="2" valign="top" \n   align="left"><img src="/p_/ltab" width="5" \n   height="5" alt="" /></td>\n  <td bgcolor="#ffffff"><img src="/p_/sp"\n   width="1" height="2" alt="" /></td>\n  <td bgcolor="#ffffff" rowspan="2" valign="top" \n   align="right"><img src="/p_/rtab" width="5" \n   height="5" alt="" /></td>\n  <td bgcolor="#000000" rowspan="4"><img src="/p_/sp"\n width="2" height="1" alt="" /></td>\n  <td bgcolor="#efefef" rowspan="2" valign="top" \n   align="left"><img src="/p_/ltab" width="5" \n   height="5" alt="" /></td>\n  <td bgcolor="#efefef"><img src="/p_/sp"\n width="1" height="2" alt="" /></td>\n  <td bgcolor="#efefef" rowspan="2" valign="top" \n   align="right"><img src="/p_/rtab" width="5" \n   height="5" alt="" /></td>\n  <td bgcolor="#000000" rowspan="4"><img src="/p_/sp"\n width="2" height="1" alt="" /></td>\n  <td bgcolor="#efefef" rowspan="2" valign="top" \n   align="left"><img src="/p_/ltab" width="5" \n   height="5" alt="" /></td>\n  <td bgcolor="#efefef"><img src="/p_/sp"\n width="1" height="2" alt="" /></td>\n  <td bgcolor="#efefef" rowspan="2" valign="top" \n   align="right"><img src="/p_/rtab" width="5" \n   height="5" alt="" /></td>\n  <td bgcolor="#000000" rowspan="4"><img src="/p_/sp"\n width="2" height="1" alt="" /></td>\n  <td bgcolor="#efefef" rowspan="2" valign="top" \n   align="left"><img src="/p_/ltab" width="5" \n   height="5" alt="" /></td>\n  <td bgcolor="#efefef"><img src="/p_/sp"\n width="1" height="2" alt="" /></td>\n  <td bgcolor="#efefef" rowspan="2" valign="top" \n   align="right"><img src="/p_/rtab" width="5" \n   height="5" alt="" /></td>\n  <td bgcolor="#000000" rowspan="4"><img src="/p_/sp"\n width="2" height="1" alt="" /></td>\n  <td bgcolor="#efefef" rowspan="2" valign="top" \n   align="left"><img src="/p_/ltab" width="5" \n   height="5" alt="" /></td>\n  <td bgcolor="#efefef"><img src="/p_/sp"\n width="1" height="2" alt="" /></td>\n  <td bgcolor="#efefef" rowspan="2" valign="top" \n   align="right"><img src="/p_/rtab" width="5" \n   height="5" alt="" /></td>\n  <td bgcolor="#000000" rowspan="4"><img src="/p_/sp"\n width="2" height="1" alt="" /></td>\n  <td bgcolor="#efefef" rowspan="2" valign="top" \n   align="left"><img src="/p_/ltab" width="5" \n   height="5" alt="" /></td>\n  <td bgcolor="#efefef"><img src="/p_/sp"\n width="1" height="2" alt="" /></td>\n  <td bgcolor="#efefef" rowspan="2" valign="top" \n   align="right"><img src="/p_/rtab" width="5" \n   height="5" alt="" /></td>\n  <td bgcolor="#000000" rowspan="4"><img src="/p_/sp"\n width="2" height="1" alt="" /></td>\n  <td bgcolor="#efefef" rowspan="2" valign="top" \n   align="left"><img src="/p_/ltab" width="5" \n   height="5" alt="" /></td>\n  <td bgcolor="#efefef"><img src="/p_/sp"\n width="1" height="2" alt="" /></td>\n  <td bgcolor="#efefef" rowspan="2" valign="top" \n   align="right"><img src="/p_/rtab" width="5" \n   height="5" alt="" /></td>\n  <td bgcolor="#000000" rowspan="4"><img src="/p_/sp"\n width="2" height="1" alt="" /></td>\n  <td bgcolor="#efefef" rowspan="2" valign="top" \n   align="left"><img src="/p_/ltab" width="5" \n   height="5" alt="" /></td>\n  <td bgcolor="#efefef"><img src="/p_/sp"\n width="1" height="2" alt="" /></td>\n  <td bgcolor="#efefef" rowspan="2" valign="top" \n   align="right"><img src="/p_/rtab" width="5" \n   height="5" alt="" /></td>\n  <td bgcolor="#000000" rowspan="4"><img src="/p_/sp"\n width="2" height="1" alt="" /></td>\n  <td bgcolor="#efefef" rowspan="2" valign="top" \n   align="left"><img src="/p_/ltab" width="5" \n   height="5" alt="" /></td>\n  <td bgcolor="#efefef"><img src="/p_/sp"\n width="1" height="2" alt="" /></td>\n  <td bgcolor="#efefef" rowspan="2" valign="top" \n   align="right"><img src="/p_/rtab" width="5" \n   height="5" alt="" /></td>\n  <td bgcolor="#000000" rowspan="4"><img src="/p_/sp"\n width="2" height="1" alt="" /></td>\n  <td bgcolor="#efefef" rowspan="2" valign="top" \n   align="left"><img src="/p_/ltab" width="5" \n   height="5" alt="" /></td>\n  <td bgcolor="#efefef"><img src="/p_/sp"\n width="1" height="2" alt="" /></td>\n  <td bgcolor="#efefef" rowspan="2" valign="top" \n   align="right"><img src="/p_/rtab" width="5" \n   height="5" alt="" /></td>\n  <td bgcolor="#000000" rowspan="4"><img src="/p_/sp"\n width="2" height="1" alt="" /></td>\n</tr>\n<tr>\n  <td bgcolor="#ffffff" valign="bottom" class="tab-small" \n   align="center"><font face="Verdana, Arial, Helvetica" \n   size="1" color="#000000">&nbsp;<a href="manage_main"><span style="color: #000000;"><strong>Contents</strong></span></a>&nbsp;</font></td>\n  <td bgcolor="#efefef" valign="bottom" class="tab-small" \n   align="center"><font face="Verdana, Arial, Helvetica" \n   size="1" color="#000000">&nbsp;<a href="++etc++site/manage_main"><span style="color: #000000;"><strong>Components Folder</strong></span></a>&nbsp;</font></td>\n  <td bgcolor="#efefef" valign="bottom" class="tab-small" \n   align="center"><font face="Verdana, Arial, Helvetica" \n   size="1" color="#000000">&nbsp;<a href="http://nohost/plone"><span style="color: #000000;"><strong>View</strong></span></a>&nbsp;</font></td>\n  <td bgcolor="#efefef" valign="bottom" class="tab-small" \n   align="center"><font face="Verdana, Arial, Helvetica" \n   size="1" color="#000000">&nbsp;<a href="manage_propertiesForm"><span style="color: #000000;"><strong>Properties</strong></span></a>&nbsp;</font></td>\n  <td bgcolor="#efefef" valign="bottom" class="tab-small" \n   align="center"><font face="Verdana, Arial, Helvetica" \n   size="1" color="#000000">&nbsp;<a href="manage_access"><span style="color: #000000;"><strong>Security</strong></span></a>&nbsp;</font></td>\n  <td bgcolor="#efefef" valign="bottom" class="tab-small" \n   align="center"><font face="Verdana, Arial, Helvetica" \n   size="1" color="#000000">&nbsp;<a href="manage_UndoForm"><span style="color: #000000;"><strong>Undo</strong></span></a>&nbsp;</font></td>\n  <td bgcolor="#efefef" valign="bottom" class="tab-small" \n   align="center"><font face="Verdana, Arial, Helvetica" \n   size="1" color="#000000">&nbsp;<a href="manage_owner"><span style="color: #000000;"><strong>Ownership</strong></span></a>&nbsp;</font></td>\n  <td bgcolor="#efefef" valign="bottom" class="tab-small" \n   align="center"><font face="Verdana, Arial, Helvetica" \n   size="1" color="#000000">&nbsp;<a href="manage_interfaces"><span style="color: #000000;"><strong>Interfaces</strong></span></a>&nbsp;</font></td>\n  <td bgcolor="#efefef" valign="bottom" class="tab-small" \n   align="center"><font face="Verdana, Arial, Helvetica" \n   size="1" color="#000000">&nbsp;<a href="manage_findForm"><span style="color: #000000;"><strong>Find</strong></span></a>&nbsp;</font></td>\n  <td bgcolor="#efefef" valign="bottom" class="tab-small" \n   align="center"><font face="Verdana, Arial, Helvetica" \n   size="1" color="#000000">&nbsp;<a href="manage_workflowsTab"><span style="color: #000000;"><strong>Workflows</strong></span></a>&nbsp;</font></td>\n</tr>\n<tr>\n  <td colspan="3" bgcolor="#ffffff"><img src="/p_/sp"\n width="2" height="1" alt="" /></td>\n  <td colspan="3" bgcolor="#efefef"><img src="/p_/sp"\n width="2" height="1" alt="" /></td>\n  <td colspan="3" bgcolor="#efefef"><img src="/p_/sp"\n width="2" height="1" alt="" /></td>\n  <td colspan="3" bgcolor="#efefef"><img src="/p_/sp"\n width="2" height="1" alt="" /></td>\n  <td colspan="3" bgcolor="#efefef"><img src="/p_/sp"\n width="2" height="1" alt="" /></td>\n  <td colspan="3" bgcolor="#efefef"><img src="/p_/sp"\n width="2" height="1" alt="" /></td>\n  <td colspan="3" bgcolor="#efefef"><img src="/p_/sp"\n width="2" height="1" alt="" /></td>\n  <td colspan="3" bgcolor="#efefef"><img src="/p_/sp"\n width="2" height="1" alt="" /></td>\n  <td colspan="3" bgcolor="#efefef"><img src="/p_/sp"\n width="2" height="1" alt="" /></td>\n  <td colspan="3" bgcolor="#efefef"><img src="/p_/sp"\n width="2" height="1" alt="" /></td>\n</tr>\n<tr>\n  <td colspan="3" bgcolor="#ffffff"><img src="/p_/sp"\n width="2" height="1" alt="" /></td>\n  <td colspan="3" bgcolor="#c0c0c0"><img src="/p_/sp"\n width="2" height="1" alt="" /></td>\n  <td colspan="3" bgcolor="#c0c0c0"><img src="/p_/sp"\n width="2" height="1" alt="" /></td>\n  <td colspan="3" bgcolor="#c0c0c0"><img src="/p_/sp"\n width="2" height="1" alt="" /></td>\n  <td colspan="3" bgcolor="#c0c0c0"><img src="/p_/sp"\n width="2" height="1" alt="" /></td>\n  <td colspan="3" bgcolor="#c0c0c0"><img src="/p_/sp"\n width="2" height="1" alt="" /></td>\n  <td colspan="3" bgcolor="#c0c0c0"><img src="/p_/sp"\n width="2" height="1" alt="" /></td>\n  <td colspan="3" bgcolor="#c0c0c0"><img src="/p_/sp"\n width="2" height="1" alt="" /></td>\n  <td colspan="3" bgcolor="#c0c0c0"><img src="/p_/sp"\n width="2" height="1" alt="" /></td>\n  <td colspan="3" bgcolor="#c0c0c0"><img src="/p_/sp"\n width="2" height="1" alt="" /></td>\n</tr>\n</table>\n\n  <br />\n  <table width="100%" cellspacing="0" cellpadding="2" border="0">\n  <tr class="location-bar">\n    <td align="left" valign="top">\n    <div class="std-text">\n        <img src="/misc_/CMFPlone/logoIcon.gif" \n         alt="Plone Site" border="0" />\n        <strong>\n              Plone Site\n              at <a href="/manage_workspace">&nbsp;/</a><a class="strong-link" href="/plone/manage_workspace">plone</a>\n    </strong>\n                \n            </div>\n    </td>\n          <td align="right" valign="top">\n  <div class="std-text">\n  <a href="http://nohost/HelpSys?help_url=/Control_Panel/Products/OFSP/Help/OrderSupport_Contents.stx" onClick="window.open(\'http://nohost/HelpSys?help_url=/Control_Panel/Products/OFSP/Help/OrderSupport_Contents.stx\',\'zope_help\',\'width=600,height=500,menubar=yes,toolbar=yes,scrollbars=yes,resizable=yes\');return false;" onMouseOver="window.status=\'Open online help\'; return true;" onMouseOut="window.status=\'\'; return true;">Help!</a>\n  </div>\n  </td>\n          </tr>\n  </table>\n\n\n\n\n\n<script type="text/javascript">\n<!-- \n\nisSelected = false;\n\nfunction toggleSelect() {\n  if (isSelected == false) {\n    for (i = 0; i < document.objectItems.length; i++)\n      document.objectItems.elements[i].checked = true ;\n      isSelected = true;\n      document.objectItems.selectButton.value = "Deselect All";\n      return isSelected;\n  }\n  else {\n    for (i = 0; i < document.objectItems.length; i++)\n      document.objectItems.elements[i].checked = false ;\n      isSelected = false;\n      document.objectItems.selectButton.value = "Select All";\n      return isSelected;       \n  }\n}\n\n//-->\n</script>\n\n<!-- Add object widget -->\n<br />\n  <table width="100%" cellspacing="0" cellpadding="0" border="0">\n  <tr>\n  <td align="left" valign="top">&nbsp;</td>\n  <td align="right" valign="top">\n  <div class="form-element">\n  <form action="http://nohost/plone/" method="get">\n      <select class="form-element" name=":action" \n     onChange="location.href=\'http://nohost/plone/\'+this.options[this.selectedIndex].value">\n    <option value="manage_workspace" disabled>Select type to add...</option>\n            <option value="manage_addProduct/ATContentTypes/manage_addToolForm">ATContentTypes tool</option>\n                <option value="manage_addProduct/ATContentTypes/manage_addContentForm">ATContentTypes: Boolean Criterion</option>\n                <option value="manage_addProduct/ATContentTypes/manage_addContentForm">ATContentTypes: Collection</option>\n                <option value="manage_addProduct/ATContentTypes/manage_addContentForm">ATContentTypes: Current Author Criterion</option>\n                <option value="manage_addProduct/ATContentTypes/manage_addContentForm">ATContentTypes: Date Range Criterion</option>\n                <option value="manage_addProduct/ATContentTypes/manage_addContentForm">ATContentTypes: Event</option>\n                <option value="manage_addProduct/ATContentTypes/manage_addContentForm">ATContentTypes: File</option>\n                <option value="manage_addProduct/ATContentTypes/manage_addContentForm">ATContentTypes: Folder</option>\n                <option value="manage_addProduct/ATContentTypes/manage_addContentForm">ATContentTypes: Friendly Date Criteria</option>\n                <option value="manage_addProduct/ATContentTypes/manage_addContentForm">ATContentTypes: Image</option>\n                <option value="manage_addProduct/ATContentTypes/manage_addContentForm">ATContentTypes: Large Folder</option>\n                <option value="manage_addProduct/ATContentTypes/manage_addContentForm">ATContentTypes: Link</option>\n                <option value="manage_addProduct/ATContentTypes/manage_addContentForm">ATContentTypes: List Criterion</option>\n                <option value="manage_addProduct/ATContentTypes/manage_addContentForm">ATContentTypes: News Item</option>\n                <option value="manage_addProduct/ATContentTypes/manage_addContentForm">ATContentTypes: Page</option>\n                <option value="manage_addProduct/ATContentTypes/manage_addContentForm">ATContentTypes: Path Criterion</option>\n                <option value="manage_addProduct/ATContentTypes/manage_addContentForm">ATContentTypes: Portal Types Criterion</option>\n                <option value="manage_addProduct/ATContentTypes/manage_addContentForm">ATContentTypes: Reference Criterion</option>\n                <option value="manage_addProduct/ATContentTypes/manage_addContentForm">ATContentTypes: Relative Path Criterion</option>\n                <option value="manage_addProduct/ATContentTypes/manage_addContentForm">ATContentTypes: Selection Criterion</option>\n                <option value="manage_addProduct/ATContentTypes/manage_addContentForm">ATContentTypes: Simple Int Criterion</option>\n                <option value="manage_addProduct/ATContentTypes/manage_addContentForm">ATContentTypes: Simple String Criterion</option>\n                <option value="manage_addProduct/ATContentTypes/manage_addContentForm">ATContentTypes: Sort Criterion</option>\n                <option value="manage_addProduct/ATReferenceBrowserWidget/manage_addContentForm">ATReferenceBrowserWidget Content</option>\n                <option value="manage_addProduct/CMFEditions/manage_AbortVersioningOfLargeFilesAndImagesAddForm">AbortVersioningOfLargeFilesAndImages</option>\n                <option value="manage_addProduct/Archetypes/manage_addContentForm">Archetypes Content</option>\n                <option value="manage_addProduct/Archetypes/manage_addToolForm">Archetypes Tool</option>\n                <option value="manage_addProduct/CMFActionIcons/manage_addToolForm">CMF Action Icons Tool</option>\n                        <option value="manage_addProduct/CMFCore/manage_addCachingPolicyManager">CMF Caching Policy Manager</option>\n                <option value="manage_addProduct/CMFCalendar/manage_addToolForm">CMF Calendar Tool</option>\n                <option value="manage_addProduct/CMFCore/manage_addToolForm">CMF Core Tool</option>\n                <option value="manage_addProduct/CMFDefault/manage_addToolForm">CMF Default Tool</option>\n                <option value="manage_addProduct/CMFDiffTool/manage_addToolForm">CMF Diff Tool</option>\n                <option value="manage_addProduct/CMFEditions/manage_addToolForm">CMF Editions Tool</option>\n                        <option value="manage_addProduct/GroupUserFolder/manage_addToolForm">CMF Groups Tool</option>\n                <option value="manage_addProduct/CMFPlacefulWorkflow/manage_addToolForm">CMF Placeful Workflow Tool</option>\n                <option value="manage_addProduct/CMFQuickInstallerTool/manage_addToolForm">CMF QuickInstaller Tool</option>\n                <option value="manage_addProduct/CMFDefault/addConfiguredSiteForm">CMF Site</option>\n                <option value="manage_addProduct/CMFUid/manage_addToolForm">CMF Unique Id Tool</option>\n                <option value="manage_addProduct/CMFQuickInstallerTool/addQuickInstallerTool">CMFQuickInstallerTool</option>\n                <option value="manage_addProduct/PluggableAuthService/addConfiguredPASForm">Configured PAS</option>\n                <option value="manage_addProduct/CMFCore/manage_addRegistry">Content Type Registry</option>\n                <option value="manage_addProduct/CMFFormController/manage_addControllerPageTemplateForm">Controller Page Template</option>\n                <option value="manage_addProduct/CMFFormController/manage_addControllerPythonScriptForm">Controller Python Script</option>\n                <option value="manage_addProduct/CMFFormController/manage_addControllerValidatorForm">Controller Validator</option>\n                <option value="manage_addProduct/CMFCore/addCC">Cookie Crumbler</option>\n                <option value="manage_addProduct/OFSP/documentAdd">DTML Document</option>\n                <option value="manage_addProduct/OFSP/methodAdd">DTML Method</option>\n                        <option value="manage_addProduct/ExternalMethod/methodAdd">External Method</option>\n                        <option value="manage_addProduct/OFSP/fileAdd">File</option>\n                <option value="manage_addProduct/CMFCore/manage_addDirectoryViewForm">Filesystem Directory View</option>\n                <option value="manage_addProduct/OFSP/folderAdd">Folder</option>\n                <option value="manage_addProduct/OFSP/addOrderedFolder">Folder (Ordered)</option>\n                <option value="manage_addProduct/CMFFormController/manage_addToolForm">Form Controller Tool</option>\n                <option value="manage_addProduct/GroupUserFolder/manage_addGroupUserFolder">Group User Folder</option>\n                <option value="manage_addProduct/OFSP/imageAdd">Image</option>\n                        <option value="manage_addProduct/MailHost/addMailHost_form">Mail Host</option>\n                <option value="manage_addProduct/MimetypesRegistry/manage_addToolForm">MimetypesRegistry Tool</option>\n                        <option value="manage_addProduct/CMFEditions/manage_NotRetainUIDsModifierAddForm">NotRetainATRefs</option>\n                <option value="manage_addProduct/CMFEditions/manage_OMInsideChildrensModifierAddForm">OMInsideChildrensModifier</option>\n                <option value="manage_addProduct/CMFEditions/manage_OMOutsideChildrensModifierAddForm">OMOutsideChildrensModifier</option>\n                <option value="manage_addProduct/PageTemplates/manage_addPageTemplateForm">Page Template</option>\n                <option value="manage_addProduct/PasswordResetTool/manage_addToolForm">Password Reset Tool</option>\n                <option value="manage_addProduct/CMFPlacefulWorkflow/addPlacefulWorkflowTool">Placeful Workflow Tool</option>\n                <option value="manage_addProduct/CMFPlone/manage_addContentForm">Plone Content</option>\n                <option value="manage_addProduct/PloneLanguageTool/manage_addToolForm">Plone Language Tool</option>\n                <option value="manage_addProduct/CMFPlone/addPloneSiteForm">Plone Site</option>\n                <option value="manage_addProduct/CMFPlone/manage_addToolForm">Plone Tool</option>\n                <option value="manage_addProduct/PlonePAS/manage_addToolForm">PlonePAS Tool</option>\n                <option value="manage_addProduct/PluggableAuthService/addPluggableAuthService">Pluggable Auth Service</option>\n                                                <option value="manage_addProduct/PortalTransforms/manage_addToolForm">PortalTransforms Tool</option>\n                <option value="manage_addProduct/ResourceRegistries/manage_addToolForm">ResourceRegistries Tool</option>\n                <option value="manage_addProduct/CMFEditions/manage_RetainUIDsModifierAddForm">RetainATRefs</option>\n                <option value="manage_addProduct/CMFEditions/manage_RetainPermissionsSettingsModifierAddForm">RetainPermissionsSettings</option>\n                <option value="manage_addProduct/CMFEditions/manage_RetainUIDsModifierAddForm">RetainUIDs</option>\n                <option value="manage_addProduct/CMFEditions/manage_RetainWorkflowStateAndHistoryModifierAddForm">RetainWorkflowStateAndHistory</option>\n                <option value="manage_addProduct/CMFEditions/manage_SaveFileDataInFileTypeByReferenceModifierAddForm">SaveFileDataInFileTypeByReference</option>\n                <option value="manage_addProduct/PythonScripts/pyScriptAdd">Script (Python)</option>\n                <option value="manage_addProduct/SecureMailHost/addMailHost_form">Secure Mail Host</option>\n                <option value="manage_addProduct/CMFEditions/manage_SillyDemoRetrieveModifierAddForm">SillyDemoRetrieveModifier</option>\n                        <option value="manage_addProduct/CMFEditions/manage_SkipVersioningOfLargeFilesAndImagesAddForm">SkipVersioningOfLargeFilesAndImages</option>\n                        <option value="manage_addProduct/OFSP/manage_addUserFolder">User Folder</option>\n                <option value="manage_addProduct/CMFPlacefulWorkflow/add_workflow_policy_config_form">Workflow Policy Configuration</option>\n                        <option value="manage_addProduct/ZCTextIndex/addLexicon">ZCTextIndex Lexicon</option>\n                <option value="manage_addProduct/kupu/manage_addToolForm">kupu Library Tool</option>\n            </select>\n    <input class="form-element" type="submit" name="submit" value=" Add " />\n    </form>\n  </div>\n  </td>\n  </tr>\n  </table>\n\n<form action="http://nohost/plone/" name="objectItems" method="post">\n              \n        \n<table width="100%" cellspacing="0" cellpadding="2" border="0">\n<tr class="list-header">\n  <td width="5%" align="right" colspan="2"><div \n   class="list-item"><a href="./manage_main?skey=meta_type"\n   onMouseOver="window.status=\'Sort objects by type\'; return true"\n   onMouseOut="window.status=\'\'; return true">Type</a></div>\n  </td>\n  <td width="50%" align="left"><div class="list-item"><a \n   href="./manage_main?skey=id&amp;rkey=id"\n   onMouseOver="window.status=\'Sort objects by name\'; return true"\n   onMouseOut="window.status=\'\'; return true"><strong>Name</strong></a></div>\n  </td>\n  <td width="15%" align="left"><div class="list-item"><a \n   href="./manage_main?skey=get_size"\n   onMouseOver="window.status=\'Sort objects by size\'; return true"\n   onMouseOut="window.status=\'\'; return true">Size</a></div>\n  </td>\n  <td width="19%" align="left"><div class="list-item"><a \n   href="./manage_main?skey=bobobase_modification_time"\n   onMouseOver="window.status=\'Sort objects by modification time\'; return true"\n   onMouseOut="window.status=\'\'; return true">Last Modified</a></div>\n  </td>\n  </tr>\n\n<tr class="row-hilite">\n  <td align="left" valign="top" width="16">\n  <input type="checkbox" name="ids:list" value="HTTPCache" />\n  </td>\n  <td align="left" valign="top" nowrap="1">\n\n  \n    &nbsp;\n  \n  \n\n  </td>\n\n  <td align="left" valign="top">\n  <div class="list-item">\n  <a href="HTTPCache/manage_workspace">\n  HTTPCache   </a>\n            \n  </div>\n  </td>\n\n    <td>\n  <div class="list-item">\n      &nbsp;\n      </div>\n  </td>\n\n  <td>\n  <div class="list-item">\n  2009-07-21 04:40\n  </div>\n  </td>\n  \n  </tr>\n<tr class="row-normal">\n  <td align="left" valign="top" width="16">\n  <input type="checkbox" name="ids:list" value="MailHost" />\n  </td>\n  <td align="left" valign="top" nowrap="1">\n\n  \n    <a href="MailHost/manage_workspace">\n  <img src="/misc_/SecureMailHost/MailHost_icon.gif" alt="Secure Mail Host" \n   title="Secure Mail Host" border="0" /></a>\n  \n  \n\n  </td>\n\n  <td align="left" valign="top">\n  <div class="list-item">\n  <a href="MailHost/manage_workspace">\n  MailHost   </a>\n            \n  </div>\n  </td>\n\n    <td>\n  <div class="list-item">\n      &nbsp;\n      </div>\n  </td>\n\n  <td>\n  <div class="list-item">\n  2009-07-21 04:40\n  </div>\n  </td>\n  \n  </tr>\n<tr class="row-hilite">\n  <td align="left" valign="top" width="16">\n  <input type="checkbox" name="ids:list" value="Members" />\n  </td>\n  <td align="left" valign="top" nowrap="1">\n\n  \n    <a href="Members/manage_workspace">\n  <img src="/plone/folder_icon.png" alt="ATBTreeFolder" \n   title="ATBTreeFolder" border="0" /></a>\n  \n  \n\n  </td>\n\n  <td align="left" valign="top">\n  <div class="list-item">\n  <a href="Members/manage_workspace">\n  Members (Users)  </a>\n            <a href="http://nohost/plone/externalEdit_/Members" title="Edit using external editor"><img src="/misc_/ExternalEditor/edit_icon" align="middle" hspace="2" border="0" alt="External Editor" /></a>\n  </div>\n  </td>\n\n    <td>\n  <div class="list-item">\n          1 Kb\n          </div>\n  </td>\n\n  <td>\n  <div class="list-item">\n  2009-07-21 04:40\n  </div>\n  </td>\n  \n  </tr>\n<tr class="row-normal">\n  <td align="left" valign="top" width="16">\n  <input type="checkbox" name="ids:list" value="RAMCache" />\n  </td>\n  <td align="left" valign="top" nowrap="1">\n\n  \n    &nbsp;\n  \n  \n\n  </td>\n\n  <td align="left" valign="top">\n  <div class="list-item">\n  <a href="RAMCache/manage_workspace">\n  RAMCache   </a>\n            \n  </div>\n  </td>\n\n    <td>\n  <div class="list-item">\n      &nbsp;\n      </div>\n  </td>\n\n  <td>\n  <div class="list-item">\n  2009-07-21 04:40\n  </div>\n  </td>\n  \n  </tr>\n<tr class="row-hilite">\n  <td align="left" valign="top" width="16">\n  <input type="checkbox" name="ids:list" value="ResourceRegistryCache" />\n  </td>\n  <td align="left" valign="top" nowrap="1">\n\n  \n    &nbsp;\n  \n  \n\n  </td>\n\n  <td align="left" valign="top">\n  <div class="list-item">\n  <a href="ResourceRegistryCache/manage_workspace">\n  ResourceRegistryCache (Cache for saved ResourceRegistry files)  </a>\n            \n  </div>\n  </td>\n\n    <td>\n  <div class="list-item">\n      &nbsp;\n      </div>\n  </td>\n\n  <td>\n  <div class="list-item">\n  2009-07-21 04:40\n  </div>\n  </td>\n  \n  </tr>\n<tr class="row-normal">\n  <td align="left" valign="top" width="16">\n  <input type="checkbox" name="ids:list" value="acl_users" />\n  </td>\n  <td align="left" valign="top" nowrap="1">\n\n  \n    <a href="acl_users/manage_workspace">\n  <img src="/misc_/PluggableAuthService/PluggableAuthService.png" alt="Pluggable Auth Service" \n   title="Pluggable Auth Service" border="0" /></a>\n  \n  \n\n  </td>\n\n  <td align="left" valign="top">\n  <div class="list-item">\n  <a href="acl_users/manage_workspace">\n  acl_users   </a>\n            \n  </div>\n  </td>\n\n    <td>\n  <div class="list-item">\n      &nbsp;\n      </div>\n  </td>\n\n  <td>\n  <div class="list-item">\n  2009-07-21 04:40\n  </div>\n  </td>\n  \n  </tr>\n<tr class="row-hilite">\n  <td align="left" valign="top" width="16">\n  <input type="checkbox" name="ids:list" value="archetype_tool" />\n  </td>\n  <td align="left" valign="top" nowrap="1">\n\n  \n    <a href="archetype_tool/manage_workspace">\n  <img src="/misc_/Archetypes/tool.gif" alt="Archetype Tool" \n   title="Archetype Tool" border="0" /></a>\n  \n  \n\n  </td>\n\n  <td align="left" valign="top">\n  <div class="list-item">\n  <a href="archetype_tool/manage_workspace">\n  archetype_tool   </a>\n            \n  </div>\n  </td>\n\n    <td>\n  <div class="list-item">\n      &nbsp;\n      </div>\n  </td>\n\n  <td>\n  <div class="list-item">\n  2009-07-21 04:40\n  </div>\n  </td>\n  \n  </tr>\n<tr class="row-normal">\n  <td align="left" valign="top" width="16">\n  <input type="checkbox" name="ids:list" value="caching_policy_manager" />\n  </td>\n  <td align="left" valign="top" nowrap="1">\n\n  \n    <a href="caching_policy_manager/manage_workspace">\n  <img src="/misc_/CMFPlone/tool.gif" alt="CMF Caching Policy Manager" \n   title="CMF Caching Policy Manager" border="0" /></a>\n  \n  \n\n  </td>\n\n  <td align="left" valign="top">\n  <div class="list-item">\n  <a href="caching_policy_manager/manage_workspace">\n  caching_policy_manager   </a>\n            \n  </div>\n  </td>\n\n    <td>\n  <div class="list-item">\n      &nbsp;\n      </div>\n  </td>\n\n  <td>\n  <div class="list-item">\n  2009-07-21 04:40\n  </div>\n  </td>\n  \n  </tr>\n<tr class="row-hilite">\n  <td align="left" valign="top" width="16">\n  <input type="checkbox" name="ids:list" value="content_type_registry" />\n  </td>\n  <td align="left" valign="top" nowrap="1">\n\n  \n    <a href="content_type_registry/manage_workspace">\n  <img src="/misc_/CMFCore/registry.gif" alt="Content Type Registry" \n   title="Content Type Registry" border="0" /></a>\n  \n  \n\n  </td>\n\n  <td align="left" valign="top">\n  <div class="list-item">\n  <a href="content_type_registry/manage_workspace">\n  content_type_registry   </a>\n            \n  </div>\n  </td>\n\n    <td>\n  <div class="list-item">\n      &nbsp;\n      </div>\n  </td>\n\n  <td>\n  <div class="list-item">\n  2009-07-21 04:40\n  </div>\n  </td>\n  \n  </tr>\n<tr class="row-normal">\n  <td align="left" valign="top" width="16">\n  <input type="checkbox" name="ids:list" value="doc1" />\n  </td>\n  <td align="left" valign="top" nowrap="1">\n\n  \n    <a href="doc1/manage_workspace">\n  <img src="/plone/document_icon.png" alt="ATDocument" \n   title="ATDocument" border="0" /></a>\n  \n  \n\n  </td>\n\n  <td align="left" valign="top">\n  <div class="list-item">\n  <a href="doc1/manage_workspace">\n  doc1 (Test Page 1)  </a>\n            <a href="http://nohost/plone/externalEdit_/doc1" title="Edit using external editor"><img src="/misc_/ExternalEditor/edit_icon" align="middle" hspace="2" border="0" alt="External Editor" /></a>\n  </div>\n  </td>\n\n    <td>\n  <div class="list-item">\n          1 Kb\n          </div>\n  </td>\n\n  <td>\n  <div class="list-item">\n  2009-07-21 04:42\n  </div>\n  </td>\n  \n  </tr>\n<tr class="row-hilite">\n  <td align="left" valign="top" width="16">\n  <input type="checkbox" name="ids:list" value="error_log" />\n  </td>\n  <td align="left" valign="top" nowrap="1">\n\n  \n    &nbsp;\n  \n  \n\n  </td>\n\n  <td align="left" valign="top">\n  <div class="list-item">\n  <a href="error_log/manage_workspace">\n  error_log   </a>\n            \n  </div>\n  </td>\n\n    <td>\n  <div class="list-item">\n      &nbsp;\n      </div>\n  </td>\n\n  <td>\n  <div class="list-item">\n  2009-07-21 04:40\n  </div>\n  </td>\n  \n  </tr>\n<tr class="row-normal">\n  <td align="left" valign="top" width="16">\n  <input type="checkbox" name="ids:list" value="events" />\n  </td>\n  <td align="left" valign="top" nowrap="1">\n\n  \n    <a href="events/manage_workspace">\n  <img src="/plone/folder_icon.png" alt="ATBTreeFolder" \n   title="ATBTreeFolder" border="0" /></a>\n  \n  \n\n  </td>\n\n  <td align="left" valign="top">\n  <div class="list-item">\n  <a href="events/manage_workspace">\n  events (Events)  </a>\n            <a href="http://nohost/plone/externalEdit_/events" title="Edit using external editor"><img src="/misc_/ExternalEditor/edit_icon" align="middle" hspace="2" border="0" alt="External Editor" /></a>\n  </div>\n  </td>\n\n    <td>\n  <div class="list-item">\n          1 Kb\n          </div>\n  </td>\n\n  <td>\n  <div class="list-item">\n  2009-07-21 04:40\n  </div>\n  </td>\n  \n  </tr>\n<tr class="row-hilite">\n  <td align="left" valign="top" width="16">\n  <input type="checkbox" name="ids:list" value="file1" />\n  </td>\n  <td align="left" valign="top" nowrap="1">\n\n  \n    <a href="file1/manage_workspace">\n  <img src="/plone/image_icon.gif" alt="ATFile" \n   title="ATFile" border="0" /></a>\n  \n  \n\n  </td>\n\n  <td align="left" valign="top">\n  <div class="list-item">\n  <a href="file1/manage_workspace">\n  file1 (Test File 1)  </a>\n            <a href="http://nohost/plone/externalEdit_/file1" title="Edit using external editor"><img src="/misc_/ExternalEditor/edit_icon" align="middle" hspace="2" border="0" alt="External Editor" /></a>\n  </div>\n  </td>\n\n    <td>\n  <div class="list-item">\n          1 Kb\n          </div>\n  </td>\n\n  <td>\n  <div class="list-item">\n  2009-07-21 04:42\n  </div>\n  </td>\n  \n  </tr>\n<tr class="row-normal">\n  <td align="left" valign="top" width="16">\n  <input type="checkbox" name="ids:list" value="folder1" />\n  </td>\n  <td align="left" valign="top" nowrap="1">\n\n  \n    <a href="folder1/manage_workspace">\n  <img src="/plone/folder_icon.png" alt="ATFolder" \n   title="ATFolder" border="0" /></a>\n  \n  \n\n  </td>\n\n  <td align="left" valign="top">\n  <div class="list-item">\n  <a href="folder1/manage_workspace">\n  folder1 (Test Folder 1)  </a>\n            <a href="http://nohost/plone/externalEdit_/folder1" title="Edit using external editor"><img src="/misc_/ExternalEditor/edit_icon" align="middle" hspace="2" border="0" alt="External Editor" /></a>\n  </div>\n  </td>\n\n    <td>\n  <div class="list-item">\n          1 Kb\n          </div>\n  </td>\n\n  <td>\n  <div class="list-item">\n  2009-07-21 04:42\n  </div>\n  </td>\n  \n  </tr>\n<tr class="row-hilite">\n  <td align="left" valign="top" width="16">\n  <input type="checkbox" name="ids:list" value="front-page" />\n  </td>\n  <td align="left" valign="top" nowrap="1">\n\n  \n    <a href="front-page/manage_workspace">\n  <img src="/plone/document_icon.png" alt="ATDocument" \n   title="ATDocument" border="0" /></a>\n  \n  \n\n  </td>\n\n  <td align="left" valign="top">\n  <div class="list-item">\n  <a href="front-page/manage_workspace">\n  front-page (Welcome to Plone)  </a>\n            <a href="http://nohost/plone/externalEdit_/front-page" title="Edit using external editor"><img src="/misc_/ExternalEditor/edit_icon" align="middle" hspace="2" border="0" alt="External Editor" /></a>\n  </div>\n  </td>\n\n    <td>\n  <div class="list-item">\n          4 Kb\n          </div>\n  </td>\n\n  <td>\n  <div class="list-item">\n  2009-07-21 04:40\n  </div>\n  </td>\n  \n  </tr>\n<tr class="row-normal">\n  <td align="left" valign="top" width="16">\n  <input type="checkbox" name="ids:list" value="image1" />\n  </td>\n  <td align="left" valign="top" nowrap="1">\n\n  \n    <a href="image1/manage_workspace">\n  <img src="/plone/image_icon.png" alt="ATImage" \n   title="ATImage" border="0" /></a>\n  \n  \n\n  </td>\n\n  <td align="left" valign="top">\n  <div class="list-item">\n  <a href="image1/manage_workspace">\n  image1 (Test Image 1)  </a>\n            <a href="http://nohost/plone/externalEdit_/image1" title="Edit using external editor"><img src="/misc_/ExternalEditor/edit_icon" align="middle" hspace="2" border="0" alt="External Editor" /></a>\n  </div>\n  </td>\n\n    <td>\n  <div class="list-item">\n          1 Kb\n          </div>\n  </td>\n\n  <td>\n  <div class="list-item">\n  2009-07-21 04:42\n  </div>\n  </td>\n  \n  </tr>\n<tr class="row-hilite">\n  <td align="left" valign="top" width="16">\n  <input type="checkbox" name="ids:list" value="image2" />\n  </td>\n  <td align="left" valign="top" nowrap="1">\n\n  \n    <a href="image2/manage_workspace">\n  <img src="/plone/image_icon.png" alt="ATImage" \n   title="ATImage" border="0" /></a>\n  \n  \n\n  </td>\n\n  <td align="left" valign="top">\n  <div class="list-item">\n  <a href="image2/manage_workspace">\n  image2 (Test Image 2)  </a>\n            <a href="http://nohost/plone/externalEdit_/image2" title="Edit using external editor"><img src="/misc_/ExternalEditor/edit_icon" align="middle" hspace="2" border="0" alt="External Editor" /></a>\n  </div>\n  </td>\n\n    <td>\n  <div class="list-item">\n          1 Kb\n          </div>\n  </td>\n\n  <td>\n  <div class="list-item">\n  2009-07-21 04:42\n  </div>\n  </td>\n  \n  </tr>\n<tr class="row-normal">\n  <td align="left" valign="top" width="16">\n  <input type="checkbox" name="ids:list" value="image3" />\n  </td>\n  <td align="left" valign="top" nowrap="1">\n\n  \n    <a href="image3/manage_workspace">\n  <img src="/plone/image_icon.png" alt="ATImage" \n   title="ATImage" border="0" /></a>\n  \n  \n\n  </td>\n\n  <td align="left" valign="top">\n  <div class="list-item">\n  <a href="image3/manage_workspace">\n  image3 (Test Image 3)  </a>\n            <a href="http://nohost/plone/externalEdit_/image3" title="Edit using external editor"><img src="/misc_/ExternalEditor/edit_icon" align="middle" hspace="2" border="0" alt="External Editor" /></a>\n  </div>\n  </td>\n\n    <td>\n  <div class="list-item">\n          1 Kb\n          </div>\n  </td>\n\n  <td>\n  <div class="list-item">\n  2009-07-21 04:42\n  </div>\n  </td>\n  \n  </tr>\n<tr class="row-hilite">\n  <td align="left" valign="top" width="16">\n  <input type="checkbox" name="ids:list" value="kupu_library_tool" />\n  </td>\n  <td align="left" valign="top" nowrap="1">\n\n  \n    <a href="kupu_library_tool/manage_workspace">\n  <img src="/misc_/kupu/kupu_icon.gif" alt="Kupu Library Tool" \n   title="Kupu Library Tool" border="0" /></a>\n  \n  \n\n  </td>\n\n  <td align="left" valign="top">\n  <div class="list-item">\n  <a href="kupu_library_tool/manage_workspace">\n  kupu_library_tool (Kupu visual editor)  </a>\n            \n  </div>\n  </td>\n\n    <td>\n  <div class="list-item">\n      &nbsp;\n      </div>\n  </td>\n\n  <td>\n  <div class="list-item">\n  2009-07-21 04:40\n  </div>\n  </td>\n  \n  </tr>\n<tr class="row-normal">\n  <td align="left" valign="top" width="16">\n  <input type="checkbox" name="ids:list" value="mimetypes_registry" />\n  </td>\n  <td align="left" valign="top" nowrap="1">\n\n  \n    <a href="mimetypes_registry/manage_workspace">\n  <img src="/misc_/MimetypesRegistry/tool.gif" alt="MimeTypes Registry" \n   title="MimeTypes Registry" border="0" /></a>\n  \n  \n\n  </td>\n\n  <td align="left" valign="top">\n  <div class="list-item">\n  <a href="mimetypes_registry/manage_workspace">\n  mimetypes_registry (MIME types recognized by Plone)  </a>\n            \n  </div>\n  </td>\n\n    <td>\n  <div class="list-item">\n      &nbsp;\n      </div>\n  </td>\n\n  <td>\n  <div class="list-item">\n  2009-07-21 04:40\n  </div>\n  </td>\n  \n  </tr>\n<tr class="row-hilite">\n  <td align="left" valign="top" width="16">\n  <input type="checkbox" name="ids:list" value="news" />\n  </td>\n  <td align="left" valign="top" nowrap="1">\n\n  \n    <a href="news/manage_workspace">\n  <img src="/plone/folder_icon.png" alt="ATBTreeFolder" \n   title="ATBTreeFolder" border="0" /></a>\n  \n  \n\n  </td>\n\n  <td align="left" valign="top">\n  <div class="list-item">\n  <a href="news/manage_workspace">\n  news (News)  </a>\n            <a href="http://nohost/plone/externalEdit_/news" title="Edit using external editor"><img src="/misc_/ExternalEditor/edit_icon" align="middle" hspace="2" border="0" alt="External Editor" /></a>\n  </div>\n  </td>\n\n    <td>\n  <div class="list-item">\n          1 Kb\n          </div>\n  </td>\n\n  <td>\n  <div class="list-item">\n  2009-07-21 04:40\n  </div>\n  </td>\n  \n  </tr>\n<tr class="row-normal">\n  <td align="left" valign="top" width="16">\n  <input type="checkbox" name="ids:list" value="plone_utils" />\n  </td>\n  <td align="left" valign="top" nowrap="1">\n\n  \n    <a href="plone_utils/manage_workspace">\n  <img src="/misc_/CMFPlone/site_icon.gif" alt="Plone Utility Tool" \n   title="Plone Utility Tool" border="0" /></a>\n  \n  \n\n  </td>\n\n  <td align="left" valign="top">\n  <div class="list-item">\n  <a href="plone_utils/manage_workspace">\n  plone_utils (Various utility methods)  </a>\n            \n  </div>\n  </td>\n\n    <td>\n  <div class="list-item">\n      &nbsp;\n      </div>\n  </td>\n\n  <td>\n  <div class="list-item">\n  2009-07-21 04:40\n  </div>\n  </td>\n  \n  </tr>\n<tr class="row-hilite">\n  <td align="left" valign="top" width="16">\n  <input type="checkbox" name="ids:list" value="portal_actionicons" />\n  </td>\n  <td align="left" valign="top" nowrap="1">\n\n  \n    <a href="portal_actionicons/manage_workspace">\n  <img src="/misc_/CMFPlone/confirm_icon.gif" alt="Plone Action Icons Tool" \n   title="Plone Action Icons Tool" border="0" /></a>\n  \n  \n\n  </td>\n\n  <td align="left" valign="top">\n  <div class="list-item">\n  <a href="portal_actionicons/manage_workspace">\n  portal_actionicons (Associates actions with icons)  </a>\n            \n  </div>\n  </td>\n\n    <td>\n  <div class="list-item">\n      &nbsp;\n      </div>\n  </td>\n\n  <td>\n  <div class="list-item">\n  2009-07-21 04:40\n  </div>\n  </td>\n  \n  </tr>\n<tr class="row-normal">\n  <td align="left" valign="top" width="16">\n  <input type="checkbox" name="ids:list" value="portal_actions" />\n  </td>\n  <td align="left" valign="top" nowrap="1">\n\n  \n    <a href="portal_actions/manage_workspace">\n  <img src="/misc_/CMFPlone/confirm_icon.gif" alt="Plone Actions Tool" \n   title="Plone Actions Tool" border="0" /></a>\n  \n  \n\n  </td>\n\n  <td align="left" valign="top">\n  <div class="list-item">\n  <a href="portal_actions/manage_workspace">\n  portal_actions (Contains custom tabs and buttons)  </a>\n            \n  </div>\n  </td>\n\n    <td>\n  <div class="list-item">\n      &nbsp;\n      </div>\n  </td>\n\n  <td>\n  <div class="list-item">\n  2009-07-21 04:40\n  </div>\n  </td>\n  \n  </tr>\n<tr class="row-hilite">\n  <td align="left" valign="top" width="16">\n  <input type="checkbox" name="ids:list" value="portal_archivist" />\n  </td>\n  <td align="left" valign="top" nowrap="1">\n\n  \n    <a href="portal_archivist/manage_workspace">\n  <img src="/misc_/CMFEditions/tool.gif" alt="CMFEditions Portal Archivist Tool" \n   title="CMFEditions Portal Archivist Tool" border="0" /></a>\n  \n  \n\n  </td>\n\n  <td align="left" valign="top">\n  <div class="list-item">\n  <a href="portal_archivist/manage_workspace">\n  portal_archivist   </a>\n            \n  </div>\n  </td>\n\n    <td>\n  <div class="list-item">\n      &nbsp;\n      </div>\n  </td>\n\n  <td>\n  <div class="list-item">\n  2009-07-21 04:40\n  </div>\n  </td>\n  \n  </tr>\n<tr class="row-normal">\n  <td align="left" valign="top" width="16">\n  <input type="checkbox" name="ids:list" value="portal_atct" />\n  </td>\n  <td align="left" valign="top" nowrap="1">\n\n    <a href="portal_atct/manage_workspace">\n    <img src="/misc_/ATContentTypes/tool.gif" alt="ATCT Tool" \n   title="ATCT Tool" border="0" /></a>\n  \n\n  </td>\n\n  <td align="left" valign="top">\n  <div class="list-item">\n  <a href="portal_atct/manage_workspace">\n  portal_atct (ATContentTypes Tool)  </a>\n            \n  </div>\n  </td>\n\n    <td>\n  <div class="list-item">\n      &nbsp;\n      </div>\n  </td>\n\n  <td>\n  <div class="list-item">\n  2009-07-21 04:40\n  </div>\n  </td>\n  \n  </tr>\n<tr class="row-hilite">\n  <td align="left" valign="top" width="16">\n  <input type="checkbox" name="ids:list" value="portal_calendar" />\n  </td>\n  <td align="left" valign="top" nowrap="1">\n\n  \n    <a href="portal_calendar/manage_workspace">\n  <img src="/misc_/CMFPlone/event_icon.gif" alt="Plone Calendar Tool" \n   title="Plone Calendar Tool" border="0" /></a>\n  \n  \n\n  </td>\n\n  <td align="left" valign="top">\n  <div class="list-item">\n  <a href="portal_calendar/manage_workspace">\n  portal_calendar (Controls how events are shown)  </a>\n            \n  </div>\n  </td>\n\n    <td>\n  <div class="list-item">\n      &nbsp;\n      </div>\n  </td>\n\n  <td>\n  <div class="list-item">\n  2009-07-21 04:40\n  </div>\n  </td>\n  \n  </tr>\n<tr class="row-normal">\n  <td align="left" valign="top" width="16">\n  <input type="checkbox" name="ids:list" value="portal_catalog" />\n  </td>\n  <td align="left" valign="top" nowrap="1">\n\n  \n    <a href="portal_catalog/manage_workspace">\n  <img src="/misc_/CMFPlone/book_icon.gif" alt="Plone Catalog Tool" \n   title="Plone Catalog Tool" border="0" /></a>\n  \n  \n\n  </td>\n\n  <td align="left" valign="top">\n  <div class="list-item">\n  <a href="portal_catalog/manage_workspace">\n  portal_catalog (Indexes all content in the site)  </a>\n            \n  </div>\n  </td>\n\n    <td>\n  <div class="list-item">\n      &nbsp;\n      </div>\n  </td>\n\n  <td>\n  <div class="list-item">\n  2009-07-21 04:40\n  </div>\n  </td>\n  \n  </tr>\n<tr class="row-hilite">\n  <td align="left" valign="top" width="16">\n  <input type="checkbox" name="ids:list" value="portal_controlpanel" />\n  </td>\n  <td align="left" valign="top" nowrap="1">\n\n  \n    <a href="portal_controlpanel/manage_workspace">\n  <img src="/misc_/CMFPlone/site_icon.gif" alt="Plone Control Panel Tool" \n   title="Plone Control Panel Tool" border="0" /></a>\n  \n  \n\n  </td>\n\n  <td align="left" valign="top">\n  <div class="list-item">\n  <a href="portal_controlpanel/manage_workspace">\n  portal_controlpanel (Control Panel)  </a>\n            \n  </div>\n  </td>\n\n    <td>\n  <div class="list-item">\n      &nbsp;\n      </div>\n  </td>\n\n  <td>\n  <div class="list-item">\n  2009-07-21 04:40\n  </div>\n  </td>\n  \n  </tr>\n<tr class="row-normal">\n  <td align="left" valign="top" width="16">\n  <input type="checkbox" name="ids:list" value="portal_css" />\n  </td>\n  <td align="left" valign="top" nowrap="1">\n\n  \n    <a href="portal_css/manage_workspace">\n  <img src="/misc_/ResourceRegistries/tool.gif" alt="Stylesheets Registry" \n   title="Stylesheets Registry" border="0" /></a>\n  \n  \n\n  </td>\n\n  <td align="left" valign="top">\n  <div class="list-item">\n  <a href="portal_css/manage_workspace">\n  portal_css (CSS Registry)  </a>\n            \n  </div>\n  </td>\n\n    <td>\n  <div class="list-item">\n      &nbsp;\n      </div>\n  </td>\n\n  <td>\n  <div class="list-item">\n  2009-07-21 04:40\n  </div>\n  </td>\n  \n  </tr>\n<tr class="row-hilite">\n  <td align="left" valign="top" width="16">\n  <input type="checkbox" name="ids:list" value="portal_discussion" />\n  </td>\n  <td align="left" valign="top" nowrap="1">\n\n  \n    <a href="portal_discussion/manage_workspace">\n  <img src="/misc_/CMFPlone/discussionitem_icon.gif" alt="Plone Discussion Tool" \n   title="Plone Discussion Tool" border="0" /></a>\n  \n  \n\n  </td>\n\n  <td align="left" valign="top">\n  <div class="list-item">\n  <a href="portal_discussion/manage_workspace">\n  portal_discussion (Controls how discussions are stored)  </a>\n            \n  </div>\n  </td>\n\n    <td>\n  <div class="list-item">\n      &nbsp;\n      </div>\n  </td>\n\n  <td>\n  <div class="list-item">\n  2009-07-21 04:40\n  </div>\n  </td>\n  \n  </tr>\n<tr class="row-normal">\n  <td align="left" valign="top" width="16">\n  <input type="checkbox" name="ids:list" value="portal_factory" />\n  </td>\n  <td align="left" valign="top" nowrap="1">\n\n  \n    <a href="portal_factory/manage_workspace">\n  <img src="/misc_/CMFPlone/add_icon.gif" alt="Plone Factory Tool" \n   title="Plone Factory Tool" border="0" /></a>\n  \n  \n\n  </td>\n\n  <td align="left" valign="top">\n  <div class="list-item">\n  <a href="portal_factory/manage_workspace">\n  portal_factory (Responsible for the creation of content objects)  </a>\n            \n  </div>\n  </td>\n\n    <td>\n  <div class="list-item">\n      &nbsp;\n      </div>\n  </td>\n\n  <td>\n  <div class="list-item">\n  2009-07-21 04:40\n  </div>\n  </td>\n  \n  </tr>\n<tr class="row-hilite">\n  <td align="left" valign="top" width="16">\n  <input type="checkbox" name="ids:list" value="portal_form_controller" />\n  </td>\n  <td align="left" valign="top" nowrap="1">\n\n  \n    <a href="portal_form_controller/manage_workspace">\n  <img src="/misc_/CMFFormController/tool.gif" alt="Form Controller Tool" \n   title="Form Controller Tool" border="0" /></a>\n  \n  \n\n  </td>\n\n  <td align="left" valign="top">\n  <div class="list-item">\n  <a href="portal_form_controller/manage_workspace">\n  portal_form_controller (Manages form validation and post-validation actions)  </a>\n            \n  </div>\n  </td>\n\n    <td>\n  <div class="list-item">\n      &nbsp;\n      </div>\n  </td>\n\n  <td>\n  <div class="list-item">\n  2009-07-21 04:40\n  </div>\n  </td>\n  \n  </tr>\n<tr class="row-normal">\n  <td align="left" valign="top" width="16">\n  <input type="checkbox" name="ids:list" value="portal_groupdata" />\n  </td>\n  <td align="left" valign="top" nowrap="1">\n\n  \n    <a href="portal_groupdata/manage_workspace">\n  <img src="/misc_/PlonePAS/tool.gif" alt="PlonePAS GroupData Tool" \n   title="PlonePAS GroupData Tool" border="0" /></a>\n  \n  \n\n  </td>\n\n  <td align="left" valign="top">\n  <div class="list-item">\n  <a href="portal_groupdata/manage_workspace">\n  portal_groupdata (Handles properties on groups)  </a>\n            \n  </div>\n  </td>\n\n    <td>\n  <div class="list-item">\n      &nbsp;\n      </div>\n  </td>\n\n  <td>\n  <div class="list-item">\n  2009-07-21 04:40\n  </div>\n  </td>\n  \n  </tr>\n<tr class="row-hilite">\n  <td align="left" valign="top" width="16">\n  <input type="checkbox" name="ids:list" value="portal_groups" />\n  </td>\n  <td align="left" valign="top" nowrap="1">\n\n  \n    <a href="portal_groups/manage_workspace">\n  <img src="/misc_/PlonePAS/tool.gif" alt="PlonePAS Groups Tool" \n   title="PlonePAS Groups Tool" border="0" /></a>\n  \n  \n\n  </td>\n\n  <td align="left" valign="top">\n  <div class="list-item">\n  <a href="portal_groups/manage_workspace">\n  portal_groups (Handles group related functionality)  </a>\n            \n  </div>\n  </td>\n\n    <td>\n  <div class="list-item">\n      &nbsp;\n      </div>\n  </td>\n\n  <td>\n  <div class="list-item">\n  2009-07-21 04:40\n  </div>\n  </td>\n  \n  </tr>\n<tr class="row-normal">\n  <td align="left" valign="top" width="16">\n  <input type="checkbox" name="ids:list" value="portal_historiesstorage" />\n  </td>\n  <td align="left" valign="top" nowrap="1">\n\n  \n    <a href="portal_historiesstorage/manage_workspace">\n  <img src="/misc_/CMFEditions/tool.gif" alt="CMFEditions Portal ZVC based Histories Storage Tool" \n   title="CMFEditions Portal ZVC based Histories Storage Tool" border="0" /></a>\n  \n  \n\n  </td>\n\n  <td align="left" valign="top">\n  <div class="list-item">\n  <a href="portal_historiesstorage/manage_workspace">\n  portal_historiesstorage   </a>\n            \n  </div>\n  </td>\n\n    <td>\n  <div class="list-item">\n      &nbsp;\n      </div>\n  </td>\n\n  <td>\n  <div class="list-item">\n  2009-07-21 04:40\n  </div>\n  </td>\n  \n  </tr>\n<tr class="row-hilite">\n  <td align="left" valign="top" width="16">\n  <input type="checkbox" name="ids:list" value="portal_interface" />\n  </td>\n  <td align="left" valign="top" nowrap="1">\n\n  \n    <a href="portal_interface/manage_workspace">\n  <img src="/misc_/CMFPlone/tool.gif" alt="Portal Interface Tool" \n   title="Portal Interface Tool" border="0" /></a>\n  \n  \n\n  </td>\n\n  <td align="left" valign="top">\n  <div class="list-item">\n  <a href="portal_interface/manage_workspace">\n  portal_interface (Allows to query object interfaces)  </a>\n            \n  </div>\n  </td>\n\n    <td>\n  <div class="list-item">\n      &nbsp;\n      </div>\n  </td>\n\n  <td>\n  <div class="list-item">\n  2009-07-21 04:40\n  </div>\n  </td>\n  \n  </tr>\n<tr class="row-normal">\n  <td align="left" valign="top" width="16">\n  <input type="checkbox" name="ids:list" value="portal_javascripts" />\n  </td>\n  <td align="left" valign="top" nowrap="1">\n\n  \n    <a href="portal_javascripts/manage_workspace">\n  <img src="/misc_/ResourceRegistries/tool.gif" alt="JavaScripts Registry" \n   title="JavaScripts Registry" border="0" /></a>\n  \n  \n\n  </td>\n\n  <td align="left" valign="top">\n  <div class="list-item">\n  <a href="portal_javascripts/manage_workspace">\n  portal_javascripts (JavaScript Registry)  </a>\n            \n  </div>\n  </td>\n\n    <td>\n  <div class="list-item">\n      &nbsp;\n      </div>\n  </td>\n\n  <td>\n  <div class="list-item">\n  2009-07-21 04:40\n  </div>\n  </td>\n  \n  </tr>\n<tr class="row-hilite">\n  <td align="left" valign="top" width="16">\n  <input type="checkbox" name="ids:list" value="portal_kss" />\n  </td>\n  <td align="left" valign="top" nowrap="1">\n\n  \n    <a href="portal_kss/manage_workspace">\n  <img src="/misc_/ResourceRegistries/tool.gif" alt="KSS Registry" \n   title="KSS Registry" border="0" /></a>\n  \n  \n\n  </td>\n\n  <td align="left" valign="top">\n  <div class="list-item">\n  <a href="portal_kss/manage_workspace">\n  portal_kss (KSS Registry)  </a>\n            \n  </div>\n  </td>\n\n    <td>\n  <div class="list-item">\n      &nbsp;\n      </div>\n  </td>\n\n  <td>\n  <div class="list-item">\n  2009-07-21 04:40\n  </div>\n  </td>\n  \n  </tr>\n<tr class="row-normal">\n  <td align="left" valign="top" width="16">\n  <input type="checkbox" name="ids:list" value="portal_languages" />\n  </td>\n  <td align="left" valign="top" nowrap="1">\n\n  \n    <a href="portal_languages/manage_workspace">\n  <img src="/misc_/PloneLanguageTool/tool.gif" alt="Plone Language Tool" \n   title="Plone Language Tool" border="0" /></a>\n  \n  \n\n  </td>\n\n  <td align="left" valign="top">\n  <div class="list-item">\n  <a href="portal_languages/manage_workspace">\n  portal_languages (Manages available languages)  </a>\n            \n  </div>\n  </td>\n\n    <td>\n  <div class="list-item">\n      &nbsp;\n      </div>\n  </td>\n\n  <td>\n  <div class="list-item">\n  2009-07-21 04:40\n  </div>\n  </td>\n  \n  </tr>\n<tr class="row-hilite">\n  <td align="left" valign="top" width="16">\n  <input type="checkbox" name="ids:list" value="portal_memberdata" />\n  </td>\n  <td align="left" valign="top" nowrap="1">\n\n  \n    <a href="portal_memberdata/manage_workspace">\n  <img src="/misc_/PlonePAS/tool.gif" alt="PlonePAS MemberData Tool" \n   title="PlonePAS MemberData Tool" border="0" /></a>\n  \n  \n\n  </td>\n\n  <td align="left" valign="top">\n  <div class="list-item">\n  <a href="portal_memberdata/manage_workspace">\n  portal_memberdata (Handles the available properties on members)  </a>\n            \n  </div>\n  </td>\n\n    <td>\n  <div class="list-item">\n      &nbsp;\n      </div>\n  </td>\n\n  <td>\n  <div class="list-item">\n  2009-07-21 04:40\n  </div>\n  </td>\n  \n  </tr>\n<tr class="row-normal">\n  <td align="left" valign="top" width="16">\n  <input type="checkbox" name="ids:list" value="portal_membership" />\n  </td>\n  <td align="left" valign="top" nowrap="1">\n\n  \n    <a href="portal_membership/manage_workspace">\n  <img src="/misc_/PlonePAS/tool.gif" alt="PlonePAS Membership Tool" \n   title="PlonePAS Membership Tool" border="0" /></a>\n  \n  \n\n  </td>\n\n  <td align="left" valign="top">\n  <div class="list-item">\n  <a href="portal_membership/manage_workspace">\n  portal_membership (Handles membership policies)  </a>\n            \n  </div>\n  </td>\n\n    <td>\n  <div class="list-item">\n      &nbsp;\n      </div>\n  </td>\n\n  <td>\n  <div class="list-item">\n  2009-07-21 04:40\n  </div>\n  </td>\n  \n  </tr>\n<tr class="row-hilite">\n  <td align="left" valign="top" width="16">\n  <input type="checkbox" name="ids:list" value="portal_metadata" />\n  </td>\n  <td align="left" valign="top" nowrap="1">\n\n  \n    <a href="portal_metadata/manage_workspace">\n  <img src="/misc_/CMFPlone/info_icon.gif" alt="Plone Metadata Tool" \n   title="Plone Metadata Tool" border="0" /></a>\n  \n  \n\n  </td>\n\n  <td align="left" valign="top">\n  <div class="list-item">\n  <a href="portal_metadata/manage_workspace">\n  portal_metadata (Controls metadata like keywords, copyrights, etc)  </a>\n            \n  </div>\n  </td>\n\n    <td>\n  <div class="list-item">\n      &nbsp;\n      </div>\n  </td>\n\n  <td>\n  <div class="list-item">\n  2009-07-21 04:40\n  </div>\n  </td>\n  \n  </tr>\n<tr class="row-normal">\n  <td align="left" valign="top" width="16">\n  <input type="checkbox" name="ids:list" value="portal_migration" />\n  </td>\n  <td align="left" valign="top" nowrap="1">\n\n    <a href="portal_migration/manage_workspace">\n    <img src="/misc_/CMFPlone/tool.gif" alt="Plone Migration Tool" \n   title="Plone Migration Tool" border="0" /></a>\n  \n\n  </td>\n\n  <td align="left" valign="top">\n  <div class="list-item">\n  <a href="portal_migration/manage_workspace">\n  portal_migration (Upgrades to newer Plone versions)  </a>\n            \n  </div>\n  </td>\n\n    <td>\n  <div class="list-item">\n      &nbsp;\n      </div>\n  </td>\n\n  <td>\n  <div class="list-item">\n  2009-07-21 04:40\n  </div>\n  </td>\n  \n  </tr>\n<tr class="row-hilite">\n  <td align="left" valign="top" width="16">\n  <input type="checkbox" name="ids:list" value="portal_modifier" />\n  </td>\n  <td align="left" valign="top" nowrap="1">\n\n  \n    <a href="portal_modifier/manage_workspace">\n  <img src="/misc_/CMFEditions/tool.gif" alt="Version Data Modifier Registry" \n   title="Version Data Modifier Registry" border="0" /></a>\n  \n  \n\n  </td>\n\n  <td align="left" valign="top">\n  <div class="list-item">\n  <a href="portal_modifier/manage_workspace">\n  portal_modifier   </a>\n            \n  </div>\n  </td>\n\n    <td>\n  <div class="list-item">\n      &nbsp;\n      </div>\n  </td>\n\n  <td>\n  <div class="list-item">\n  2009-07-21 04:40\n  </div>\n  </td>\n  \n  </tr>\n<tr class="row-normal">\n  <td align="left" valign="top" width="16">\n  <input type="checkbox" name="ids:list" value="portal_password_reset" />\n  </td>\n  <td align="left" valign="top" nowrap="1">\n\n  \n    <a href="portal_password_reset/manage_workspace">\n  <img src="/misc_/PasswordResetTool/tool.gif" alt="Password Reset Tool" \n   title="Password Reset Tool" border="0" /></a>\n  \n  \n\n  </td>\n\n  <td align="left" valign="top">\n  <div class="list-item">\n  <a href="portal_password_reset/manage_workspace">\n  portal_password_reset   </a>\n            \n  </div>\n  </td>\n\n    <td>\n  <div class="list-item">\n      &nbsp;\n      </div>\n  </td>\n\n  <td>\n  <div class="list-item">\n  2009-07-21 04:40\n  </div>\n  </td>\n  \n  </tr>\n<tr class="row-hilite">\n  <td align="left" valign="top" width="16">\n  <input type="checkbox" name="ids:list" value="portal_properties" />\n  </td>\n  <td align="left" valign="top" nowrap="1">\n\n  \n    <a href="portal_properties/manage_workspace">\n  <img src="/misc_/CMFPlone/topic_icon.gif" alt="Plone Properties Tool" \n   title="Plone Properties Tool" border="0" /></a>\n  \n  \n\n  </td>\n\n  <td align="left" valign="top">\n  <div class="list-item">\n  <a href="portal_properties/manage_workspace">\n  portal_properties (Plone site)  </a>\n            \n  </div>\n  </td>\n\n    <td>\n  <div class="list-item">\n      &nbsp;\n      </div>\n  </td>\n\n  <td>\n  <div class="list-item">\n  2009-07-21 04:40\n  </div>\n  </td>\n  \n  </tr>\n<tr class="row-normal">\n  <td align="left" valign="top" width="16">\n  <input type="checkbox" name="ids:list" value="portal_purgepolicy" />\n  </td>\n  <td align="left" valign="top" nowrap="1">\n\n  \n    <a href="portal_purgepolicy/manage_workspace">\n  <img src="/misc_/CMFEditions/tool.gif" alt="CMFEditions Purge Policy Keeping Only the n last Versions" \n   title="CMFEditions Purge Policy Keeping Only the n last Versions" border="0" /></a>\n  \n  \n\n  </td>\n\n  <td align="left" valign="top">\n  <div class="list-item">\n  <a href="portal_purgepolicy/manage_workspace">\n  portal_purgepolicy   </a>\n            \n  </div>\n  </td>\n\n    <td>\n  <div class="list-item">\n      &nbsp;\n      </div>\n  </td>\n\n  <td>\n  <div class="list-item">\n  2009-07-21 04:40\n  </div>\n  </td>\n  \n  </tr>\n<tr class="row-hilite">\n  <td align="left" valign="top" width="16">\n  <input type="checkbox" name="ids:list" value="portal_quickinstaller" />\n  </td>\n  <td align="left" valign="top" nowrap="1">\n\n  \n    <a href="portal_quickinstaller/manage_workspace">\n  <img src="/misc_/CMFPlone/product_icon.gif" alt="Plone QuickInstaller Tool" \n   title="Plone QuickInstaller Tool" border="0" /></a>\n  \n  \n\n  </td>\n\n  <td align="left" valign="top">\n  <div class="list-item">\n  <a href="portal_quickinstaller/manage_workspace">\n  portal_quickinstaller (Allows to install/uninstall products)  </a>\n            \n  </div>\n  </td>\n\n    <td>\n  <div class="list-item">\n      &nbsp;\n      </div>\n  </td>\n\n  <td>\n  <div class="list-item">\n  2009-07-21 04:40\n  </div>\n  </td>\n  \n  </tr>\n<tr class="row-normal">\n  <td align="left" valign="top" width="16">\n  <input type="checkbox" name="ids:list" value="portal_referencefactories" />\n  </td>\n  <td align="left" valign="top" nowrap="1">\n\n  \n    <a href="portal_referencefactories/manage_workspace">\n  <img src="/misc_/CMFEditions/tool.gif" alt="Reference Factory Registry" \n   title="Reference Factory Registry" border="0" /></a>\n  \n  \n\n  </td>\n\n  <td align="left" valign="top">\n  <div class="list-item">\n  <a href="portal_referencefactories/manage_workspace">\n  portal_referencefactories   </a>\n            \n  </div>\n  </td>\n\n    <td>\n  <div class="list-item">\n      &nbsp;\n      </div>\n  </td>\n\n  <td>\n  <div class="list-item">\n  2009-07-21 04:40\n  </div>\n  </td>\n  \n  </tr>\n<tr class="row-hilite">\n  <td align="left" valign="top" width="16">\n  <input type="checkbox" name="ids:list" value="portal_registration" />\n  </td>\n  <td align="left" valign="top" nowrap="1">\n\n  \n    <a href="portal_registration/manage_workspace">\n  <img src="/misc_/CMFPlone/pencil_icon.gif" alt="Plone Registration Tool" \n   title="Plone Registration Tool" border="0" /></a>\n  \n  \n\n  </td>\n\n  <td align="left" valign="top">\n  <div class="list-item">\n  <a href="portal_registration/manage_workspace">\n  portal_registration (Handles registration of new users)  </a>\n            \n  </div>\n  </td>\n\n    <td>\n  <div class="list-item">\n      &nbsp;\n      </div>\n  </td>\n\n  <td>\n  <div class="list-item">\n  2009-07-21 04:40\n  </div>\n  </td>\n  \n  </tr>\n<tr class="row-normal">\n  <td align="left" valign="top" width="16">\n  <input type="checkbox" name="ids:list" value="portal_repository" />\n  </td>\n  <td align="left" valign="top" nowrap="1">\n\n  \n    <a href="portal_repository/manage_workspace">\n  <img src="/misc_/CMFEditions/tool.gif" alt="CMFEditions Standard Copy Modify Merge Repository" \n   title="CMFEditions Standard Copy Modify Merge Repository" border="0" /></a>\n  \n  \n\n  </td>\n\n  <td align="left" valign="top">\n  <div class="list-item">\n  <a href="portal_repository/manage_workspace">\n  portal_repository   </a>\n            \n  </div>\n  </td>\n\n    <td>\n  <div class="list-item">\n      &nbsp;\n      </div>\n  </td>\n\n  <td>\n  <div class="list-item">\n  2009-07-21 04:40\n  </div>\n  </td>\n  \n  </tr>\n<tr class="row-hilite">\n  <td align="left" valign="top" width="16">\n  <input type="checkbox" name="ids:list" value="portal_setup" />\n  </td>\n  <td align="left" valign="top" nowrap="1">\n\n  \n    <a href="portal_setup/manage_workspace">\n  <img src="/misc_/OFSP/Folder_icon.gif" alt="Generic Setup Tool" \n   title="Generic Setup Tool" border="0" /></a>\n  \n  \n\n  </td>\n\n  <td align="left" valign="top">\n  <div class="list-item">\n  <a href="portal_setup/manage_workspace">\n  portal_setup   </a>\n            \n  </div>\n  </td>\n\n    <td>\n  <div class="list-item">\n      &nbsp;\n      </div>\n  </td>\n\n  <td>\n  <div class="list-item">\n  2009-07-21 04:40\n  </div>\n  </td>\n  \n  </tr>\n<tr class="row-normal">\n  <td align="left" valign="top" width="16">\n  <input type="checkbox" name="ids:list" value="portal_skins" />\n  </td>\n  <td align="left" valign="top" nowrap="1">\n\n  \n    <a href="portal_skins/manage_workspace">\n  <img src="/misc_/CMFPlone/skins_icon.gif" alt="Plone Skins Tool" \n   title="Plone Skins Tool" border="0" /></a>\n  \n  \n\n  </td>\n\n  <td align="left" valign="top">\n  <div class="list-item">\n  <a href="portal_skins/manage_workspace">\n  portal_skins (Controls skin behaviour (search order etc))  </a>\n            \n  </div>\n  </td>\n\n    <td>\n  <div class="list-item">\n      &nbsp;\n      </div>\n  </td>\n\n  <td>\n  <div class="list-item">\n  2009-07-21 04:40\n  </div>\n  </td>\n  \n  </tr>\n<tr class="row-hilite">\n  <td align="left" valign="top" width="16">\n  <input type="checkbox" name="ids:list" value="portal_syndication" />\n  </td>\n  <td align="left" valign="top" nowrap="1">\n\n  \n    <a href="portal_syndication/manage_workspace">\n  <img src="/misc_/CMFPlone/rss.gif" alt="Plone Syndication Tool" \n   title="Plone Syndication Tool" border="0" /></a>\n  \n  \n\n  </td>\n\n  <td align="left" valign="top">\n  <div class="list-item">\n  <a href="portal_syndication/manage_workspace">\n  portal_syndication (Generates RSS for folders)  </a>\n            \n  </div>\n  </td>\n\n    <td>\n  <div class="list-item">\n      &nbsp;\n      </div>\n  </td>\n\n  <td>\n  <div class="list-item">\n  2009-07-21 04:40\n  </div>\n  </td>\n  \n  </tr>\n<tr class="row-normal">\n  <td align="left" valign="top" width="16">\n  <input type="checkbox" name="ids:list" value="portal_transforms" />\n  </td>\n  <td align="left" valign="top" nowrap="1">\n\n  \n    <a href="portal_transforms/manage_workspace">\n  <img src="/misc_/PortalTransforms/tool.gif" alt="Portal Transforms" \n   title="Portal Transforms" border="0" /></a>\n  \n  \n\n  </td>\n\n  <td align="left" valign="top">\n  <div class="list-item">\n  <a href="portal_transforms/manage_workspace">\n  portal_transforms (Handles data conversion between MIME types)  </a>\n            \n  </div>\n  </td>\n\n    <td>\n  <div class="list-item">\n      &nbsp;\n      </div>\n  </td>\n\n  <td>\n  <div class="list-item">\n  2009-07-21 04:40\n  </div>\n  </td>\n  \n  </tr>\n<tr class="row-hilite">\n  <td align="left" valign="top" width="16">\n  <input type="checkbox" name="ids:list" value="portal_types" />\n  </td>\n  <td align="left" valign="top" nowrap="1">\n\n  \n    <a href="portal_types/manage_workspace">\n  <img src="/misc_/CMFPlone/document_icon.gif" alt="Plone Types Tool" \n   title="Plone Types Tool" border="0" /></a>\n  \n  \n\n  </td>\n\n  <td align="left" valign="top">\n  <div class="list-item">\n  <a href="portal_types/manage_workspace">\n  portal_types (Controls the available content types in your portal)  </a>\n            \n  </div>\n  </td>\n\n    <td>\n  <div class="list-item">\n      &nbsp;\n      </div>\n  </td>\n\n  <td>\n  <div class="list-item">\n  2009-07-21 04:40\n  </div>\n  </td>\n  \n  </tr>\n<tr class="row-normal">\n  <td align="left" valign="top" width="16">\n  <input type="checkbox" name="ids:list" value="portal_uidannotation" />\n  </td>\n  <td align="left" valign="top" nowrap="1">\n\n  \n    <a href="portal_uidannotation/manage_workspace">\n  <img src="/misc_/CMFUid/tool.gif" alt="Unique Id Annotation Tool" \n   title="Unique Id Annotation Tool" border="0" /></a>\n  \n  \n\n  </td>\n\n  <td align="left" valign="top">\n  <div class="list-item">\n  <a href="portal_uidannotation/manage_workspace">\n  portal_uidannotation   </a>\n            \n  </div>\n  </td>\n\n    <td>\n  <div class="list-item">\n      &nbsp;\n      </div>\n  </td>\n\n  <td>\n  <div class="list-item">\n  2009-07-21 04:40\n  </div>\n  </td>\n  \n  </tr>\n<tr class="row-hilite">\n  <td align="left" valign="top" width="16">\n  <input type="checkbox" name="ids:list" value="portal_uidgenerator" />\n  </td>\n  <td align="left" valign="top" nowrap="1">\n\n  \n    <a href="portal_uidgenerator/manage_workspace">\n  <img src="/misc_/CMFUid/tool.gif" alt="Unique Id Generator Tool" \n   title="Unique Id Generator Tool" border="0" /></a>\n  \n  \n\n  </td>\n\n  <td align="left" valign="top">\n  <div class="list-item">\n  <a href="portal_uidgenerator/manage_workspace">\n  portal_uidgenerator   </a>\n            \n  </div>\n  </td>\n\n    <td>\n  <div class="list-item">\n      &nbsp;\n      </div>\n  </td>\n\n  <td>\n  <div class="list-item">\n  2009-07-21 04:40\n  </div>\n  </td>\n  \n  </tr>\n<tr class="row-normal">\n  <td align="left" valign="top" width="16">\n  <input type="checkbox" name="ids:list" value="portal_uidhandler" />\n  </td>\n  <td align="left" valign="top" nowrap="1">\n\n  \n    <a href="portal_uidhandler/manage_workspace">\n  <img src="/misc_/CMFUid/tool.gif" alt="Unique Id Handler Tool" \n   title="Unique Id Handler Tool" border="0" /></a>\n  \n  \n\n  </td>\n\n  <td align="left" valign="top">\n  <div class="list-item">\n  <a href="portal_uidhandler/manage_workspace">\n  portal_uidhandler   </a>\n            \n  </div>\n  </td>\n\n    <td>\n  <div class="list-item">\n      &nbsp;\n      </div>\n  </td>\n\n  <td>\n  <div class="list-item">\n  2009-07-21 04:40\n  </div>\n  </td>\n  \n  </tr>\n<tr class="row-hilite">\n  <td align="left" valign="top" width="16">\n  <input type="checkbox" name="ids:list" value="portal_historyidhandler" />\n  </td>\n  <td align="left" valign="top" nowrap="1">\n\n  \n    <a href="portal_historyidhandler/manage_workspace">\n  <img src="/misc_/CMFUid/tool.gif" alt="Unique Id Handler Tool" \n   title="Unique Id Handler Tool" border="0" /></a>\n  \n  \n\n  </td>\n\n  <td align="left" valign="top">\n  <div class="list-item">\n  <a href="portal_historyidhandler/manage_workspace">\n  portal_historyidhandler   </a>\n            \n  </div>\n  </td>\n\n    <td>\n  <div class="list-item">\n      &nbsp;\n      </div>\n  </td>\n\n  <td>\n  <div class="list-item">\n  2009-07-21 04:40\n  </div>\n  </td>\n  \n  </tr>\n<tr class="row-normal">\n  <td align="left" valign="top" width="16">\n  <input type="checkbox" name="ids:list" value="portal_undo" />\n  </td>\n  <td align="left" valign="top" nowrap="1">\n\n  \n    <a href="portal_undo/manage_workspace">\n  <img src="/misc_/CMFPlone/undo_icon.gif" alt="Plone Undo Tool" \n   title="Plone Undo Tool" border="0" /></a>\n  \n  \n\n  </td>\n\n  <td align="left" valign="top">\n  <div class="list-item">\n  <a href="portal_undo/manage_workspace">\n  portal_undo (Defines actions and functionality related to undo)  </a>\n            \n  </div>\n  </td>\n\n    <td>\n  <div class="list-item">\n      &nbsp;\n      </div>\n  </td>\n\n  <td>\n  <div class="list-item">\n  2009-07-21 04:40\n  </div>\n  </td>\n  \n  </tr>\n<tr class="row-hilite">\n  <td align="left" valign="top" width="16">\n  <input type="checkbox" name="ids:list" value="portal_url" />\n  </td>\n  <td align="left" valign="top" nowrap="1">\n\n  \n    <a href="portal_url/manage_workspace">\n  <img src="/misc_/CMFPlone/link_icon.gif" alt="Plone URL Tool" \n   title="Plone URL Tool" border="0" /></a>\n  \n  \n\n  </td>\n\n  <td align="left" valign="top">\n  <div class="list-item">\n  <a href="portal_url/manage_workspace">\n  portal_url (Methods to anchor you to the root of your Plone site)  </a>\n            \n  </div>\n  </td>\n\n    <td>\n  <div class="list-item">\n      &nbsp;\n      </div>\n  </td>\n\n  <td>\n  <div class="list-item">\n  2009-07-21 04:40\n  </div>\n  </td>\n  \n  </tr>\n<tr class="row-normal">\n  <td align="left" valign="top" width="16">\n  <input type="checkbox" name="ids:list" value="portal_view_customizations" />\n  </td>\n  <td align="left" valign="top" nowrap="1">\n\n  \n    <a href="portal_view_customizations/manage_workspace">\n  <img src="/misc_/OFSP/Folder_icon.gif" alt="Plone View Customizations" \n   title="Plone View Customizations" border="0" /></a>\n  \n  \n\n  </td>\n\n  <td align="left" valign="top">\n  <div class="list-item">\n  <a href="portal_view_customizations/manage_workspace">\n  portal_view_customizations (Manages view customizations)  </a>\n            \n  </div>\n  </td>\n\n    <td>\n  <div class="list-item">\n      &nbsp;\n      </div>\n  </td>\n\n  <td>\n  <div class="list-item">\n  2009-07-21 04:40\n  </div>\n  </td>\n  \n  </tr>\n<tr class="row-hilite">\n  <td align="left" valign="top" width="16">\n  <input type="checkbox" name="ids:list" value="portal_workflow" />\n  </td>\n  <td align="left" valign="top" nowrap="1">\n\n  \n    <a href="portal_workflow/manage_workspace">\n  <img src="/misc_/CMFPlone/workflow_icon.gif" alt="Plone Workflow Tool" \n   title="Plone Workflow Tool" border="0" /></a>\n  \n  \n\n  </td>\n\n  <td align="left" valign="top">\n  <div class="list-item">\n  <a href="portal_workflow/manage_workspace">\n  portal_workflow (Contains workflow definitions for your portal)  </a>\n            \n  </div>\n  </td>\n\n    <td>\n  <div class="list-item">\n      &nbsp;\n      </div>\n  </td>\n\n  <td>\n  <div class="list-item">\n  2009-07-21 04:40\n  </div>\n  </td>\n  \n  </tr>\n<tr class="row-normal">\n  <td align="left" valign="top" width="16">\n  <input type="checkbox" name="ids:list" value="reference_catalog" />\n  </td>\n  <td align="left" valign="top" nowrap="1">\n\n  \n    <a href="reference_catalog/manage_workspace">\n  <img src="/misc_/Archetypes/tool.gif" alt="ZCatalog" \n   title="ZCatalog" border="0" /></a>\n  \n  \n\n  </td>\n\n  <td align="left" valign="top">\n  <div class="list-item">\n  <a href="reference_catalog/manage_workspace">\n  reference_catalog   </a>\n            \n  </div>\n  </td>\n\n    <td>\n  <div class="list-item">\n      &nbsp;\n      </div>\n  </td>\n\n  <td>\n  <div class="list-item">\n  2009-07-21 04:40\n  </div>\n  </td>\n  \n  </tr>\n<tr class="row-hilite">\n  <td align="left" valign="top" width="16">\n  <input type="checkbox" name="ids:list" value="translation_service" />\n  </td>\n  <td align="left" valign="top" nowrap="1">\n\n  \n    <a href="translation_service/manage_workspace">\n  <img src="/misc_/CMFPlone/site_icon.gif" alt="Portal Translation Service Tool" \n   title="Portal Translation Service Tool" border="0" /></a>\n  \n  \n\n  </td>\n\n  <td align="left" valign="top">\n  <div class="list-item">\n  <a href="translation_service/manage_workspace">\n  translation_service (Provides access to the translation machinery)  </a>\n            \n  </div>\n  </td>\n\n    <td>\n  <div class="list-item">\n      &nbsp;\n      </div>\n  </td>\n\n  <td>\n  <div class="list-item">\n  2009-07-21 04:40\n  </div>\n  </td>\n  \n  </tr>\n<tr class="row-normal">\n  <td align="left" valign="top" width="16">\n  <input type="checkbox" name="ids:list" value="uid_catalog" />\n  </td>\n  <td align="left" valign="top" nowrap="1">\n\n  \n    <a href="uid_catalog/manage_workspace">\n  <img src="/misc_/Archetypes/tool.gif" alt="ZCatalog" \n   title="ZCatalog" border="0" /></a>\n  \n  \n\n  </td>\n\n  <td align="left" valign="top">\n  <div class="list-item">\n  <a href="uid_catalog/manage_workspace">\n  uid_catalog   </a>\n            \n  </div>\n  </td>\n\n    <td>\n  <div class="list-item">\n      &nbsp;\n      </div>\n  </td>\n\n  <td>\n  <div class="list-item">\n  2009-07-21 04:40\n  </div>\n  </td>\n  \n  </tr>\n</table>\n\n<table cellspacing="0" cellpadding="2" border="0">\n<tr>\n  <td align="left" valign="top" width="16"></td>\n  <td align="left" valign="top">\n  <div class="form-element">\n    <input class="form-element" type="submit" name="manage_renameForm:method" \n   value="Rename" />\n    <input class="form-element" type="submit" name="manage_cutObjects:method"\n   value="Cut" />\n    <input class="form-element" type="submit" name="manage_copyObjects:method"\n   value="Copy" />\n        <input class="form-element" type="submit" name="manage_delObjects:method"\n   value="Delete" />\n      <input class="form-element" type="submit" \n   name="manage_importExportForm:method" \n   value="Import/Export" />\n  <script type="text/javascript">\n<!-- \nif (document.forms[0]) {\n  document.write(\'<input class="form-element" type="submit" name="selectButton" value="Select All" onClick="toggleSelect(); return false">\')\n  }\n//-->\n</script>\n  </div>\n  </td>\n</tr>\n</table>\n\n  </form>\n\n<script type="text/javascript">\n<!--\nwindow.parent.update_menu();\n//-->\n</script>\n\n</body>\n</html>\n\n'



Failure in test /home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/plone.app.linkintegrity/plone/app/linkintegrity/docs/testMultipleFilesRemovalWithHelper.txt
Failed doctest test for testMultipleFilesRemovalWithHelper.txt
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/plone.app.linkintegrity/plone/app/linkintegrity/docs/testMultipleFilesRemovalWithHelper.txt", line 0

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/plone.app.linkintegrity/plone/app/linkintegrity/docs/testMultipleFilesRemovalWithHelper.txt", line 24, in testMultipleFilesRemovalWithHelper.txt
Failed example:
    browser.contents
Expected:
    '...<a href="http://nohost/plone/image1"...Test Image 1...
     ...This...Image...is referenced by the following items:...
     ...<li>...<a href="http://nohost/plone/doc1"...Test Page 1...</li>...
     ...<li>...<a href="http://nohost/plone/doc2"...Test Page 2...</li>...
     ...<a href="http://nohost/plone/image2"...Test Image 2...
     ...This...Image...is referenced by the following items:...
     ...<li>...<a href="http://nohost/plone/doc1"...Test Page 1...</li>...
     ...<a href="http://nohost/plone/image3"...Test Image 3...
     ...This...Image...is referenced by the following items:...
     ...<li>...<a href="http://nohost/plone/doc2"...Test Page 2...</li>...
     ...Would you like to delete it anyway?...'
Got:
    '\n\n        \n      \n\n<!DOCTYPE html PUBLIC\n  "-//W3C//DTD XHTML 1.0 Transitional//EN"\n  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">\n\n<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">\n\n  \n    \n    \n    \n    \n    \n\n  \n\n  <head>\n\n    <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />\n\n    <meta name="generator" content="Plone - http://plone.org" />\n\n    <!-- Internet Explorer fix, forces IE8 into newest possible rendering\n         engine even if it\'s on an intranet. This has to be defined before any\n         script/style tags. -->\n    <meta http-equiv="X-UA-Compatible" content="IE=edge" /> \n\n    \n      <base href="http://nohost/plone/" /><!--[if lt IE 7]></base><![endif]-->\n    \n\n    <link rel="kss-base-url" href="http://nohost/plone" />\n\n  \n  \n    \n    \n      <script type="text/javascript" src="http://nohost/plone/portal_javascripts/Plone%20Default/jquery-cachekey6254.js">\n      </script>\n    \n    \n    \n  \n\n  \n    \n    \n      <script type="text/javascript" src="http://nohost/plone/portal_javascripts/Plone%20Default/dropdown-cachekey4590.js">\n      </script>\n    \n    \n    \n  \n\n  \n    \n    \n      <script type="text/javascript" src="http://nohost/plone/portal_javascripts/Plone%20Default/sarissa-cachekey5677.js">\n      </script>\n    \n    \n    \n  \n\n  \n    \n    \n      <script type="text/javascript" src="http://nohost/plone/portal_javascripts/Plone%20Default/resourcebase2-dom-fp-cachekey5991.js">\n      </script>\n    \n    \n    \n  \n\n  \n    \n    \n      <script type="text/javascript" src="http://nohost/plone/portal_javascripts/Plone%20Default/resourcekukit-cachekey2681.js">\n      </script>\n    \n    \n    \n  \n\n\n  \n  \n    \n    \n    \n      <style type="text/css" media="screen">@import url(http://nohost/plone/portal_css/Plone%20Default/member-cachekey5449.css);</style>\n    \n    \n    \n  \n\n  \n    \n    \n    \n      <style type="text/css">@import url(http://nohost/plone/portal_css/Plone%20Default/base-cachekey2676.css);</style>\n    \n    \n    \n  \n\n  \n    \n    \n    \n      <style type="text/css" media="all">@import url(http://nohost/plone/portal_css/Plone%20Default/ploneCustom-cachekey3260.css);</style>\n    \n    \n    \n  \n\n\n  \n  <link rel="kinetic-stylesheet" type="text/css" href="http://nohost/plone/portal_kss/Plone%20Default/at-cachekey2905.kss" />\n\n\na standard view\n<title>Plone site</title>\n\n    <!-- IE6 workaround CSS/JS  -->\n    <!-- [if lte IE7]>\n        <style type="text/css" media="all">@import url(http://nohost/plone/IEFixes.css);</style>\n        \n        <script type="text/javascript" src="http://nohost/plone/iefixes.js">\n        </script>\n        \n    <![endif]-->\n\n    \n    <link rel="author" href="http://nohost/plone/author/" title="Author information" />\n\n\n\n    <link rel="shortcut icon" type="image/x-icon" href="http://nohost/plone/favicon.ico" />\n\n\n\n    <link rel="home" href="http://nohost/plone" title="Front page" />\n\n    <link rel="contents" href="http://nohost/plone/sitemap" title="Site Map" />\n\n\n\n\n\n\n    <link rel="search" href="http://nohost/plone/search_form" title="Search this site" />\n\n\na standard view\n\n    <!-- Disable IE6 image toolbar -->\n    <meta http-equiv="imagetoolbar" content="no" />\n    \n    \n    \n\n    \n    \n\n    \n    \n\n    \n    \n\n  </head>\n\n  <body class=" template-foldercontents.pt" dir="ltr">\n    <div id="visual-portal-wrapper">\n\n      <div id="portal-top">\n        <div xmlns="http://www.w3.org/1999/xhtml" id="portal-header">\n    <p xmlns="http://www.w3.org/1999/xhtml" class="hiddenStructure">\n  <a accesskey="2" href="http://nohost/plone/@@folder_contents#documentContent">Skip to content.</a> |\n\n  <a accesskey="6" href="http://nohost/plone/@@folder_contents#portlet-navigation-tree">Skip to navigation</a>\n</p>\n\n<ul xmlns="http://www.w3.org/1999/xhtml" id="portal-siteactions">\n\n    <li id="siteaction-sitemap"><a href="http://nohost/plone/sitemap" accesskey="3" title="Site Map">Site Map</a></li>\n    <li id="siteaction-accessibility"><a href="http://nohost/plone/accessibility-info" accesskey="0" title="Accessibility">Accessibility</a></li>\n    <li id="siteaction-contact"><a href="http://nohost/plone/contact-info" accesskey="9" title="Contact">Contact</a></li>\n    <li id="siteaction-plone_setup"><a href="http://nohost/plone/plone_control_panel" accesskey="" title="Site Setup">Site Setup</a></li>\n</ul>\n\n<div id="portal-searchbox">\n    <form name="searchform" action="http://nohost/plone/search">\n\n        <label for="searchGadget" class="hiddenStructure">Search Site</label>\n\n        <div class="LSBox">\n        <input name="SearchableText" type="text" size="18" title="Search Site" accesskey="4" class="inputLabel" id="searchGadget" />\n\n        <input class="searchButton" type="submit" value="Search" />\n    \n        <div class="searchSection">\n            <input id="searchbox_currentfolder_only" class="noborder" type="checkbox" name="path" value="/plone" />\n            <label for="searchbox_currentfolder_only" style="cursor: pointer">\n                only in current section\n            </label>\n        </div>\n\n        <div class="LSResult" id="LSResult" style=""><div class="LSShadow" id="LSShadow"></div></div>\n        </div>\n    </form>\n\n    <div id="portal-advanced-search" class="hiddenStructure">\n        <a href="http://nohost/plone/search_form" accesskey="5">\n            Advanced Search&hellip;\n        </a>\n    </div>\n\n</div>\n\n<a xmlns="http://www.w3.org/1999/xhtml" id="portal-logo" accesskey="1" href="http://nohost/plone">\n    <img src="http://nohost/plone/logo.jpg" alt="" title="Plone" height="57" width="252" /></a>\n\n\n    <h5 class="hiddenStructure">Sections</h5>\n\n    <ul id="portal-globalnav">\n        <li id="portaltab-index_html" class="selected"><a href="http://nohost/plone" title="">Home</a></li>\n        <li id="portaltab-Members" class="plain"><a href="http://nohost/plone/Members" title="Container for users\' home directories">Users</a></li>\n        <li id="portaltab-news" class="plain"><a href="http://nohost/plone/news" title="Site News">News</a></li>\n        <li id="portaltab-events" class="plain"><a href="http://nohost/plone/events" title="Site Events">Events</a></li>\n        <li id="portaltab-doc1" class="plain"><a href="http://nohost/plone/doc1" title="">Test Page 1</a></li>\n        <li id="portaltab-doc2" class="plain"><a href="http://nohost/plone/doc2" title="">Test Page 2</a></li>\n        <li id="portaltab-file1" class="plain"><a href="http://nohost/plone/file1/view" title="">Test File 1</a></li>\n        <li id="portaltab-folder1" class="plain"><a href="http://nohost/plone/folder1" title="">Test Folder 1</a></li>\n    </ul>\n\na standard view\n</div>\n\n<div xmlns="http://www.w3.org/1999/xhtml" id="portal-personaltools-wrapper">\n\n<h5 class="hiddenStructure">Personal tools</h5>\n\n<ul id="portal-personaltools" class="visualInline">\n   \n       <li><a id="user-name" href="http://nohost/plone/dashboard"><img src="http://nohost/plone/user.gif" alt="" title="User" height="16" width="16" />\n            <span class="visualCaseSensitive">test_user_1_</span></a></li>\n   \n\n    \n        <li>\n            <a href="http://nohost/plone/logout">Log out</a>\n        </li>\n    \n\n</ul>\n</div>\n\n\n    \n\n\n<div xmlns="http://www.w3.org/1999/xhtml" id="portal-breadcrumbs">\n\n    <span id="breadcrumbs-you-are-here">You\nare here:</span>\n    <a href="http://nohost/plone">Home</a>\n    \n\n</div>\n\na standard view\n      </div>\n\n      <div class="visualClear" id="clear-space-before-wrapper-table"><!-- --></div>\n\n      <table id="portal-columns">\n        <tbody>\n          <tr>\n            \n            \n            \n\n            \n            <td id="portal-column-content">\n\n              \n                <div class="documentEditable">\n\n                  \n\n    \n\n        <h5 class="hiddenStructure">Views</h5>\n\n        <ul class="contentViews" id="content-views">\n\n            \n              <li id="contentview-folderContents" class="plain">\n                <a href="http://nohost/plone/folder_contents">Contents</a>\n              </li>\n            \n            \n              <li id="contentview-view" class="selected">\n                <a href="http://nohost/plone">View</a>\n              </li>\n            \n            \n              <li id="contentview-edit" class="plain">\n                <a href="http://nohost/plone/edit">Edit</a>\n              </li>\n            \n            \n              <li id="contentview-contentrules" class="plain">\n                <a href="http://nohost/plone/@@manage-content-rules">Rules</a>\n              </li>\n            \n            \n              <li id="contentview-local_roles" class="plain">\n                <a href="http://nohost/plone/@@sharing">Sharing</a>\n              </li>\n            \n\n        </ul>\n        \n    \n\n\n<div class="contentActions">\n\n    \n\n        \n\n        \n\n        <ul id="contentActionMenus">\n\n    <li>\n\n        <dl class="actionMenu" id="plone-contentmenu-factories">\n          <dt class="actionMenuHeader label-">\n            <a href="http://nohost/plone/folder_factories" title="Add new items inside this item">\n               \n                  \n                  <span>Add new\xe2\x80\xa6</span>\n                  \n                  <span class="arrowDownAlternative">&#9660;</span>\n               \n            </a>\n          </dt>\n          <dd class="actionMenuContent">\n            <ul>\n                \n                  <li>\n                    <a href="http://nohost/plone/createObject?type_name=Topic" class="contenttype-topic" id="topic" title="An automatically updated stored search that can be used to display items matching criteria you specify.">\n                        \n                        <img width="16" height="16" alt="" src="http://nohost/plone/topic_icon.png" title="An automatically updated stored search that can be used to display items matching criteria you specify." />\n                        <span class="subMenuTitle">Collection</span>\n                    </a>\n                    \n                  </li>\n                \n                \n                  <li>\n                    <a href="http://nohost/plone/createObject?type_name=Event" class="contenttype-event" id="event" title="Information about an upcoming event, which can be displayed in the calendar.">\n                        \n                        <img width="16" height="16" alt="" src="http://nohost/plone/event_icon.png" title="Information about an upcoming event, which can be displayed in the calendar." />\n                        <span class="subMenuTitle">Event</span>\n                    </a>\n                    \n                  </li>\n                \n                \n                  <li>\n                    <a href="http://nohost/plone/createObject?type_name=File" class="contenttype-file" id="file" title="An external file uploaded to the site.">\n                        \n                        <img width="16" height="16" alt="" src="http://nohost/plone/file_icon.png" title="An external file uploaded to the site." />\n                        <span class="subMenuTitle">File</span>\n                    </a>\n                    \n                  </li>\n                \n                \n                  <li>\n                    <a href="http://nohost/plone/createObject?type_name=Folder" class="contenttype-folder" id="folder" title="A folder which can contain other items.">\n                        \n                        <img width="16" height="16" alt="" src="http://nohost/plone/folder_icon.png" title="A folder which can contain other items." />\n                        <span class="subMenuTitle">Folder</span>\n                    </a>\n                    \n                  </li>\n                \n                \n                  <li>\n                    <a href="http://nohost/plone/createObject?type_name=Image" class="contenttype-image" id="image" title="An image, which can be referenced in documents or displayed in an album.">\n                        \n                        <img width="16" height="16" alt="" src="http://nohost/plone/image_icon.png" title="An image, which can be referenced in documents or displayed in an album." />\n                        <span class="subMenuTitle">Image</span>\n                    </a>\n                    \n                  </li>\n                \n                \n                  <li>\n                    <a href="http://nohost/plone/createObject?type_name=Link" class="contenttype-link" id="link" title="A link to an internal or external resource.">\n                        \n                        <img width="16" height="16" alt="" src="http://nohost/plone/link_icon.png" title="A link to an internal or external resource." />\n                        <span class="subMenuTitle">Link</span>\n                    </a>\n                    \n                  </li>\n                \n                \n                  <li>\n                    <a href="http://nohost/plone/createObject?type_name=News+Item" class="contenttype-news-item" id="news-item" title="An announcement that will show up on the news portlet and in the news listing.">\n                        \n                        <img width="16" height="16" alt="" src="http://nohost/plone/newsitem_icon.png" title="An announcement that will show up on the news portlet and in the news listing." />\n                        <span class="subMenuTitle">News Item</span>\n                    </a>\n                    \n                  </li>\n                \n                \n                  <li>\n                    <a href="http://nohost/plone/createObject?type_name=Document" class="contenttype-document" id="document" title="A page in the site. Can contain rich text.">\n                        \n                        <img width="16" height="16" alt="" src="http://nohost/plone/document_icon.png" title="A page in the site. Can contain rich text." />\n                        <span class="subMenuTitle">Page</span>\n                    </a>\n                    \n                  </li>\n                \n            </ul>\n          </dd>\n        </dl>\n\n    </li>\n    <li>\n\n        <dl class="actionMenu" id="plone-contentmenu-display">\n          <dt class="actionMenuHeader label-">\n            <a href="http://nohost/plone/select_default_view" title="Select the view mode for this folder, or set a content item as its default view.">\n               \n                  \n                  <span>Display</span>\n                  \n                  <span class="arrowDownAlternative">&#9660;</span>\n               \n            </a>\n          </dt>\n          <dd class="actionMenuContent">\n            <ul>\n                \n                  <li>\n                    <a href="http://nohost/plone/selectViewTemplate?templateId=folder_listing" class="" id="folder_listing" title="">\n                        \n                        \n                        <span class="subMenuTitle">Standard view</span>\n                    </a>\n                    \n                  </li>\n                \n                \n                  <li>\n                    <a href="http://nohost/plone/selectViewTemplate?templateId=folder_summary_view" class="" id="folder_summary_view" title="">\n                        \n                        \n                        <span class="subMenuTitle">Summary view</span>\n                    </a>\n                    \n                  </li>\n                \n                \n                  <li>\n                    <a href="http://nohost/plone/selectViewTemplate?templateId=folder_tabular_view" class="" id="folder_tabular_view" title="">\n                        \n                        \n                        <span class="subMenuTitle">Tabular view</span>\n                    </a>\n                    \n                  </li>\n                \n                \n                  <li>\n                    <a href="http://nohost/plone/selectViewTemplate?templateId=atct_album_view" class="" id="atct_album_view" title="">\n                        \n                        \n                        <span class="subMenuTitle">Thumbnail view</span>\n                    </a>\n                    \n                  </li>\n                \n                \n                  <li class="actionSeparator">\n                    \n                    <div id="contextDefaultPageDisplay" class="">\n                        <span>&bull;</span>\n                        \n                        <span class="subMenuTitle">Item: Welcome to Plone</span>\n                    </div>\n                  </li>\n                \n                \n                  <li class="actionSeparator">\n                    <a href="http://nohost/plone/select_default_page" class="" id="contextChangeDefaultPage" title="Change the item used as default view in this folder">\n                        \n                        \n                        <span class="subMenuTitle">Change content item\nas default view...</span>\n                    </a>\n                    \n                  </li>\n                \n            </ul>\n          </dd>\n        </dl>\n\n    </li>\n\n</ul>\n\n\n    \n\n</div>\na standard view\n\n                  <div id="region-content" class="documentContent">\n\n                    <span id="contentTopLeft"></span>\n                    <span id="contentTopRight"></span>\n                    \n                    <a name="documentContent"></a>\n\n                    \n\n    <dl class="portalMessage info" id="kssPortalMessage" style="display:none">\n        <dt>Info</dt>\n        <dd></dd>\n    </dl>\n\n    \n\n        <dl class="portalMessage info">\n            <dt>Info</dt>\n            <dd>Item(s) deleted.</dd>\n        </dl>\n\n    \n\n                    \n                    <div id="viewlet-above-content">a standard view</div>\n\n                    \n                    <div id="content">\n                      \n                      <div>\n      a standard view\n\n      <h1 class="documentFirstHeading"> \n          \n          \n              <img width="16" height="16" src="http://nohost/plone/site_icon.gif" alt="Plone site" /> \n              Plone site\n          \n      </h1>\n\n      <div xmlns="http://www.w3.org/1999/xhtml" class="documentByLine" id="plone-document-byline">\n  \n\n  \n\n  <span class="documentModified">\n    &mdash;\n    <span>\n      last modified\n    </span>\n    Jul 21, 2009 06:40 AM\n  </span>\n\n  \n\n  \n\n  \n\n</div>\n\n\n\na standard view\n\n      \n\n      \n\n      \n          \n      \n\n      <form name="folderContentsForm" method="post" action="http://nohost/plone" class="kssattr-serveraction-foldercontents_update_table">\n        <div id="folderlisting-main-table">\n  <input type="hidden" name="sort_on" value="getObjPositionInParent" />\n  <input type="hidden" name="pagenumber" value="1" />\n  <input type="hidden" name="show_all" value="False" />\n  <input type="hidden" name="orig_template" value="@@folder_contents" />\n  \n\n  <!-- <div metal:use-macro="context/document_actions/macros/document_actions">\n       Document actions (print, sendto etc)\n       </div> -->\n  \n\n  \n    \n    <div class="visualClear" id="clear-space-before-navigation"><!-- --></div>\n\n    <!-- Navigation -->\n\n\n    <table class="listing" id="listing-table" summary="Content listing">\n      <thead>\n        <tr>\n          <th colspan="6" class="nosort">Select: <a id="foldercontents-selectall" class="update-selection" href="http://nohost/plone/@@folder_contents?pagenumber=1&amp;select=screen">All</a></th>\n        </tr>\n        \n        \n\n        <tr>\n          <th class="nosort">&nbsp;</th>\n          <th class="nosort column" id="foldercontents-title-column">&nbsp;Title&nbsp;</th>\n          <th class="nosort column" id="foldercontents-size-column">&nbsp;Size&nbsp;</th>\n          <th class="nosort column" id="foldercontents-modified-column">&nbsp;Modified&nbsp;</th>\n          <th class="nosort column" id="foldercontents-status-column">&nbsp;State&nbsp;</th>\n          <th class="nosort column" id="foldercontents-order-column">\n          &nbsp;Order&nbsp;</th>\n        </tr>\n      </thead>\n\n      \n        <tbody>\n          \n            <tr class="draggable odd" id="folder-contents-item-Members">\n\n              \n\n              <td class="notDraggable">\n                <input type="checkbox" class="noborder" name="paths:list" id="cb_Members" value="/plone/Members" alt="Select Users" title="Select Users" />\n                <input type="hidden" name="selected_obj_paths:list" value="/plone/Members" />\n                <label class="hiddenStructure" for="cb_Members">Users</label>\n              </td>\n              <td>\n                <span class="contenttype-large-plone-folder">\n                  <img width="16" height="16" src="http://nohost/plone/folder_icon.png" alt="Large Folder" />\n                  <a href="http://nohost/plone/Members/folder_contents" class="state-visible" title="Large Folder: Container for users\' home directories">\n                    Users\n                  </a>\n                </span>\n\n                \n              </td>\n\n              <td>\n                \n                <span class="state-visible">1 kB</span>\n              </td>\n              <td class="state-visible">Jul 21, 2009 06:40 AM</td>\n              <td>\n                <span class="state-visible">Public draft</span>\n                \n              </td>\n              <td class="draggable">\n                <a href="http://nohost/plone/folder_position?position=up&amp;id=Members" title="Move item up">\n                  &#9650;\n                </a>\n                &nbsp;\n                <a href="http://nohost/plone/folder_position?position=down&amp;id=Members" title="Move item down">\n                  &#9660;\n                </a>\n              </td>\n            </tr>\n          \n          \n            <tr class="draggable even" id="folder-contents-item-front-page">\n\n              \n\n              <td class="notDraggable">\n                <input type="checkbox" class="noborder" name="paths:list" id="cb_front-page" value="/plone/front-page" alt="Select Welcome to Plone" title="Select Welcome to Plone" />\n                <input type="hidden" name="selected_obj_paths:list" value="/plone/front-page" />\n                <label class="hiddenStructure" for="cb_front-page">Welcome to Plone</label>\n              </td>\n              <td>\n                <span class="contenttype-document">\n                  <img width="16" height="16" src="http://nohost/plone/document_icon.png" alt="Page" />\n                  <a href="http://nohost/plone/front-page" class="state-published" title="Page: Congratulations! You have successfully installed Plone.">\n                    <strong>Welcome to Plone</strong>\n                  </a>\n                </span>\n\n                \n              </td>\n\n              <td>\n                \n                <span class="state-published">4.9 kB</span>\n              </td>\n              <td class="state-published">Jul 21, 2009 06:40 AM</td>\n              <td>\n                <span class="state-published">Published</span>\n                \n              </td>\n              <td class="draggable">\n                <a href="http://nohost/plone/folder_position?position=up&amp;id=front-page" title="Move item up">\n                  &#9650;\n                </a>\n                &nbsp;\n                <a href="http://nohost/plone/folder_position?position=down&amp;id=front-page" title="Move item down">\n                  &#9660;\n                </a>\n              </td>\n            </tr>\n          \n          \n            <tr class="draggable odd" id="folder-contents-item-news">\n\n              \n\n              <td class="notDraggable">\n                <input type="checkbox" class="noborder" name="paths:list" id="cb_news" value="/plone/news" alt="Select News" title="Select News" />\n                <input type="hidden" name="selected_obj_paths:list" value="/plone/news" />\n                <label class="hiddenStructure" for="cb_news">News</label>\n              </td>\n              <td>\n                <span class="contenttype-large-plone-folder">\n                  <img width="16" height="16" src="http://nohost/plone/folder_icon.png" alt="Large Folder" />\n                  <a href="http://nohost/plone/news/folder_contents" class="state-visible" title="Large Folder: Site News">\n                    News\n                  </a>\n                </span>\n\n                \n              </td>\n\n              <td>\n                \n                <span class="state-visible">1 kB</span>\n              </td>\n              <td class="state-visible">Jul 21, 2009 06:40 AM</td>\n              <td>\n                <span class="state-visible">Public draft</span>\n                \n              </td>\n              <td class="draggable">\n                <a href="http://nohost/plone/folder_position?position=up&amp;id=news" title="Move item up">\n                  &#9650;\n                </a>\n                &nbsp;\n                <a href="http://nohost/plone/folder_position?position=down&amp;id=news" title="Move item down">\n                  &#9660;\n                </a>\n              </td>\n            </tr>\n          \n          \n            <tr class="draggable even" id="folder-contents-item-events">\n\n              \n\n              <td class="notDraggable">\n                <input type="checkbox" class="noborder" name="paths:list" id="cb_events" value="/plone/events" alt="Select Events" title="Select Events" />\n                <input type="hidden" name="selected_obj_paths:list" value="/plone/events" />\n                <label class="hiddenStructure" for="cb_events">Events</label>\n              </td>\n              <td>\n                <span class="contenttype-large-plone-folder">\n                  <img width="16" height="16" src="http://nohost/plone/folder_icon.png" alt="Large Folder" />\n                  <a href="http://nohost/plone/events/folder_contents" class="state-visible" title="Large Folder: Site Events">\n                    Events\n                  </a>\n                </span>\n\n                \n              </td>\n\n              <td>\n                \n                <span class="state-visible">1 kB</span>\n              </td>\n              <td class="state-visible">Jul 21, 2009 06:40 AM</td>\n              <td>\n                <span class="state-visible">Public draft</span>\n                \n              </td>\n              <td class="draggable">\n                <a href="http://nohost/plone/folder_position?position=up&amp;id=events" title="Move item up">\n                  &#9650;\n                </a>\n                &nbsp;\n                <a href="http://nohost/plone/folder_position?position=down&amp;id=events" title="Move item down">\n                  &#9660;\n                </a>\n              </td>\n            </tr>\n          \n          \n            <tr class="draggable odd" id="folder-contents-item-doc1">\n\n              \n\n              <td class="notDraggable">\n                <input type="checkbox" class="noborder" name="paths:list" id="cb_doc1" value="/plone/doc1" alt="Select Test Page 1" title="Select Test Page 1" />\n                <input type="hidden" name="selected_obj_paths:list" value="/plone/doc1" />\n                <label class="hiddenStructure" for="cb_doc1">Test Page 1</label>\n              </td>\n              <td>\n                <span class="contenttype-document">\n                  <img width="16" height="16" src="http://nohost/plone/document_icon.png" alt="Page" />\n                  <a href="http://nohost/plone/doc1" class="state-visible" title="Page: ">\n                    Test Page 1\n                  </a>\n                </span>\n\n                \n              </td>\n\n              <td>\n                \n                <span class="state-visible">1 kB</span>\n              </td>\n              <td class="state-visible">Jul 21, 2009 06:42 AM</td>\n              <td>\n                <span class="state-visible">Public draft</span>\n                \n              </td>\n              <td class="draggable">\n                <a href="http://nohost/plone/folder_position?position=up&amp;id=doc1" title="Move item up">\n                  &#9650;\n                </a>\n                &nbsp;\n                <a href="http://nohost/plone/folder_position?position=down&amp;id=doc1" title="Move item down">\n                  &#9660;\n                </a>\n              </td>\n            </tr>\n          \n          \n            <tr class="draggable even" id="folder-contents-item-doc2">\n\n              \n\n              <td class="notDraggable">\n                <input type="checkbox" class="noborder" name="paths:list" id="cb_doc2" value="/plone/doc2" alt="Select Test Page 2" title="Select Test Page 2" />\n                <input type="hidden" name="selected_obj_paths:list" value="/plone/doc2" />\n                <label class="hiddenStructure" for="cb_doc2">Test Page 2</label>\n              </td>\n              <td>\n                <span class="contenttype-document">\n                  <img width="16" height="16" src="http://nohost/plone/document_icon.png" alt="Page" />\n                  <a href="http://nohost/plone/doc2" class="state-visible" title="Page: ">\n                    Test Page 2\n                  </a>\n                </span>\n\n                \n              </td>\n\n              <td>\n                \n                <span class="state-visible">1 kB</span>\n              </td>\n              <td class="state-visible">Jul 21, 2009 06:42 AM</td>\n              <td>\n                <span class="state-visible">Public draft</span>\n                \n              </td>\n              <td class="draggable">\n                <a href="http://nohost/plone/folder_position?position=up&amp;id=doc2" title="Move item up">\n                  &#9650;\n                </a>\n                &nbsp;\n                <a href="http://nohost/plone/folder_position?position=down&amp;id=doc2" title="Move item down">\n                  &#9660;\n                </a>\n              </td>\n            </tr>\n          \n          \n            <tr class="draggable odd" id="folder-contents-item-file1">\n\n              \n\n              <td class="notDraggable">\n                <input type="checkbox" class="noborder" name="paths:list" id="cb_file1" value="/plone/file1" alt="Select Test File 1" title="Select Test File 1" />\n                <input type="hidden" name="selected_obj_paths:list" value="/plone/file1" />\n                <label class="hiddenStructure" for="cb_file1">Test File 1</label>\n              </td>\n              <td>\n                <span class="contenttype-file">\n                  <img width="16" height="16" src="http://nohost/plone/image_icon.gif" alt="File" />\n                  <a href="http://nohost/plone/file1/view" class="state-missing-value" title="File: ">\n                    Test File 1\n                  </a>\n                </span>\n\n                \n              </td>\n\n              <td>\n                \n                <span class="state-missing-value">1 kB</span>\n              </td>\n              <td class="state-missing-value">Jul 21, 2009 06:42 AM</td>\n              <td>\n                \n                <span>&nbsp;</span>\n              </td>\n              <td class="draggable">\n                <a href="http://nohost/plone/folder_position?position=up&amp;id=file1" title="Move item up">\n                  &#9650;\n                </a>\n                &nbsp;\n                <a href="http://nohost/plone/folder_position?position=down&amp;id=file1" title="Move item down">\n                  &#9660;\n                </a>\n              </td>\n            </tr>\n          \n          \n            <tr class="draggable even" id="folder-contents-item-folder1">\n\n              \n\n              <td class="notDraggable">\n                <input type="checkbox" class="noborder" name="paths:list" id="cb_folder1" value="/plone/folder1" alt="Select Test Folder 1" title="Select Test Folder 1" />\n                <input type="hidden" name="selected_obj_paths:list" value="/plone/folder1" />\n                <label class="hiddenStructure" for="cb_folder1">Test Folder 1</label>\n              </td>\n              <td>\n                <span class="contenttype-folder">\n                  <img width="16" height="16" src="http://nohost/plone/folder_icon.png" alt="Folder" />\n                  <a href="http://nohost/plone/folder1/folder_contents" class="state-visible" title="Folder: ">\n                    Test Folder 1\n                  </a>\n                </span>\n\n                \n              </td>\n\n              <td>\n                \n                <span class="state-visible">1 kB</span>\n              </td>\n              <td class="state-visible">Jul 21, 2009 06:42 AM</td>\n              <td>\n                <span class="state-visible">Public draft</span>\n                \n              </td>\n              <td class="draggable">\n                <a href="http://nohost/plone/folder_position?position=up&amp;id=folder1" title="Move item up">\n                  &#9650;\n                </a>\n                &nbsp;\n                <a href="http://nohost/plone/folder_position?position=down&amp;id=folder1" title="Move item down">\n                  &#9660;\n                </a>\n              </td>\n            </tr>\n          \n        </tbody>\n        \n      \n    </table>\n    <!-- Navigation -->\n\n\n    \n      <input class="context" type="submit" name="folder_copy:method" value="Copy" />\n    \n    \n      <input class="context" type="submit" name="folder_cut:method" value="Cut" />\n    \n    \n      <input class="context" type="submit" name="folder_rename_form:method" value="Rename" />\n    \n    \n      <input class="context" type="submit" name="folder_delete:method" value="Delete" />\n    \n    \n      <input class="context" type="submit" name="content_status_history:method" value="Change State" />\n    \n  \n</div>\n\n        <input type="hidden" name="_authenticator" value="f47befcd7b853fa3e93cbaecf3a0f65a9ae21b8d"/>\n      </form>\n    </div>\n                    </div>\n                    \n\n                    \n                    \n                      \n\na standard view\n                    \n                    \n\n                    <span id="contentBottomLeft"></span>\n                    <span id="contentBottomRight"></span>\n\n                  </div>\n\n                </div>\n\n              \n            </td>\n            \n\n            \n            \n            \n          </tr>\n        </tbody>\n      </table>\n      \n\n      <div class="visualClear" id="clear-space-before-footer"><!-- --></div>\n      \n      <div>\n          <a class="managePortletsFallback" href="http://nohost/plone/@@manage-portlets">\n             Manage portlets\n          </a>\n      </div>\n\n      \n\n        <div xmlns="http://www.w3.org/1999/xhtml" id="portal-footer">\n\n<p>\n    \n    The\n    <a href="http://plone.org">Plone<sup>&reg;</sup> CMS &mdash; Open Source Content Management System</a>\n    is\n    <acronym title="Copyright">&copy;</acronym>\n    2000-2009\n    by the\n    <a href="http://plone.org/foundation">Plone Foundation</a>\n    et al.\n    \n</p>\n\n<p>\n    \n    Plone<sup>&reg;</sup> and the Plone logo are registered trademarks of the\n        <a href="http://plone.org/foundation">Plone Foundation</a>.\n    \n\n    \n    Distributed under the\n        <a href="http://creativecommons.org/licenses/GPL/2.0/">GNU GPL license</a>.\n    \n</p>\n\n</div>\n\n<div xmlns="http://www.w3.org/1999/xhtml" id="portal-colophon">\n      \n\n      \n\n      <div class="colophonWrapper">\n      <ul>\n        <li>\n          <a href="http://plone.org" title="This site was built using Plone CMS, the Open Source Content Management System. Click for more information.">\n            Powered by Plone</a>\n        </li>\n        <li>\n          <a href="http://validator.w3.org/check/referer" title="This site is valid XHTML.">\n            Valid XHTML</a>\n        </li>\n        <li>\n          <a href="http://jigsaw.w3.org/css-validator/check/referer?warning=no&amp;profile=css3&amp;usermedium=all" title="This site was built with valid CSS.">\n            Valid CSS</a>\n        </li>\n        <li>\n          <a href="http://www.section508.gov" title="This site conforms to the US Government Section 508 Accessibility Guidelines.">\n            Section 508</a>\n        </li>\n        <li>\n          <a href="http://www.w3.org/WAI/WCAG1AA-Conformance" title="This site conforms to the W3C-WAI Web Content Accessibility Guidelines.">\n            WCAG</a>\n        </li>\n      </ul>\n      </div>\n\n    </div>\n\na standard view\n\n      \n\n      <div class="visualClear"><!-- --></div>\n    </div>\n<div id="kss-spinner"><img alt="" src="http://nohost/plone/spinner.png" /></div>\n</body>\n</html>\n\n'



Failure in test /home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/plone.app.linkintegrity/plone/app/linkintegrity/docs/testCancelDuringMultiRemoval.txt
Failed doctest test for testCancelDuringMultiRemoval.txt
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/plone.app.linkintegrity/plone/app/linkintegrity/docs/testCancelDuringMultiRemoval.txt", line 0

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/plone.app.linkintegrity/plone/app/linkintegrity/docs/testCancelDuringMultiRemoval.txt", line 29, in testCancelDuringMultiRemoval.txt
Failed example:
    browser.contents
Expected:
    '...<a href="http://nohost/plone/image1"...Test Image 1...
     ...This...Image...is referenced by the following items:...
     ...<li>...<a href="http://nohost/plone/doc1"...Test Page 1...</li>...
     ...<li>...<a href="http://nohost/plone/doc2"...Test Page 2...</li>...
     ...Would you like to delete it anyway?...'
Got:
    '\n\n        \n      \n\n<!DOCTYPE html PUBLIC\n  "-//W3C//DTD XHTML 1.0 Transitional//EN"\n  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">\n\n<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">\n\n  \n    \n    \n    \n    \n    \n\n  \n\n  <head>\n\n    <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />\n\n    <meta name="generator" content="Plone - http://plone.org" />\n\n    <!-- Internet Explorer fix, forces IE8 into newest possible rendering\n         engine even if it\'s on an intranet. This has to be defined before any\n         script/style tags. -->\n    <meta http-equiv="X-UA-Compatible" content="IE=edge" /> \n\n    \n      <base href="http://nohost/plone/" /><!--[if lt IE 7]></base><![endif]-->\n    \n\n    <link rel="kss-base-url" href="http://nohost/plone" />\n\n  \n  \n    \n    \n      <script type="text/javascript" src="http://nohost/plone/portal_javascripts/Plone%20Default/jquery-cachekey6254.js">\n      </script>\n    \n    \n    \n  \n\n  \n    \n    \n      <script type="text/javascript" src="http://nohost/plone/portal_javascripts/Plone%20Default/dropdown-cachekey4590.js">\n      </script>\n    \n    \n    \n  \n\n  \n    \n    \n      <script type="text/javascript" src="http://nohost/plone/portal_javascripts/Plone%20Default/sarissa-cachekey5677.js">\n      </script>\n    \n    \n    \n  \n\n  \n    \n    \n      <script type="text/javascript" src="http://nohost/plone/portal_javascripts/Plone%20Default/resourcebase2-dom-fp-cachekey5991.js">\n      </script>\n    \n    \n    \n  \n\n  \n    \n    \n      <script type="text/javascript" src="http://nohost/plone/portal_javascripts/Plone%20Default/resourcekukit-cachekey2681.js">\n      </script>\n    \n    \n    \n  \n\n\n  \n  \n    \n    \n    \n      <style type="text/css" media="screen">@import url(http://nohost/plone/portal_css/Plone%20Default/member-cachekey5449.css);</style>\n    \n    \n    \n  \n\n  \n    \n    \n    \n      <style type="text/css">@import url(http://nohost/plone/portal_css/Plone%20Default/base-cachekey2676.css);</style>\n    \n    \n    \n  \n\n  \n    \n    \n    \n      <style type="text/css" media="all">@import url(http://nohost/plone/portal_css/Plone%20Default/ploneCustom-cachekey3260.css);</style>\n    \n    \n    \n  \n\n\n  \n  <link rel="kinetic-stylesheet" type="text/css" href="http://nohost/plone/portal_kss/Plone%20Default/at-cachekey2905.kss" />\n\n\na standard view\n<title>Plone site</title>\n\n    <!-- IE6 workaround CSS/JS  -->\n    <!-- [if lte IE7]>\n        <style type="text/css" media="all">@import url(http://nohost/plone/IEFixes.css);</style>\n        \n        <script type="text/javascript" src="http://nohost/plone/iefixes.js">\n        </script>\n        \n    <![endif]-->\n\n    \n    <link rel="author" href="http://nohost/plone/author/" title="Author information" />\n\n\n\n    <link rel="shortcut icon" type="image/x-icon" href="http://nohost/plone/favicon.ico" />\n\n\n\n    <link rel="home" href="http://nohost/plone" title="Front page" />\n\n    <link rel="contents" href="http://nohost/plone/sitemap" title="Site Map" />\n\n\n\n\n\n\n    <link rel="search" href="http://nohost/plone/search_form" title="Search this site" />\n\n\na standard view\n\n    <!-- Disable IE6 image toolbar -->\n    <meta http-equiv="imagetoolbar" content="no" />\n    \n    \n    \n\n    \n    \n\n    \n    \n\n    \n    \n\n  </head>\n\n  <body class=" template-foldercontents.pt" dir="ltr">\n    <div id="visual-portal-wrapper">\n\n      <div id="portal-top">\n        <div xmlns="http://www.w3.org/1999/xhtml" id="portal-header">\n    <p xmlns="http://www.w3.org/1999/xhtml" class="hiddenStructure">\n  <a accesskey="2" href="http://nohost/plone/@@folder_contents#documentContent">Skip to content.</a> |\n\n  <a accesskey="6" href="http://nohost/plone/@@folder_contents#portlet-navigation-tree">Skip to navigation</a>\n</p>\n\n<ul xmlns="http://www.w3.org/1999/xhtml" id="portal-siteactions">\n\n    <li id="siteaction-sitemap"><a href="http://nohost/plone/sitemap" accesskey="3" title="Site Map">Site Map</a></li>\n    <li id="siteaction-accessibility"><a href="http://nohost/plone/accessibility-info" accesskey="0" title="Accessibility">Accessibility</a></li>\n    <li id="siteaction-contact"><a href="http://nohost/plone/contact-info" accesskey="9" title="Contact">Contact</a></li>\n    <li id="siteaction-plone_setup"><a href="http://nohost/plone/plone_control_panel" accesskey="" title="Site Setup">Site Setup</a></li>\n</ul>\n\n<div id="portal-searchbox">\n    <form name="searchform" action="http://nohost/plone/search">\n\n        <label for="searchGadget" class="hiddenStructure">Search Site</label>\n\n        <div class="LSBox">\n        <input name="SearchableText" type="text" size="18" title="Search Site" accesskey="4" class="inputLabel" id="searchGadget" />\n\n        <input class="searchButton" type="submit" value="Search" />\n    \n        <div class="searchSection">\n            <input id="searchbox_currentfolder_only" class="noborder" type="checkbox" name="path" value="/plone" />\n            <label for="searchbox_currentfolder_only" style="cursor: pointer">\n                only in current section\n            </label>\n        </div>\n\n        <div class="LSResult" id="LSResult" style=""><div class="LSShadow" id="LSShadow"></div></div>\n        </div>\n    </form>\n\n    <div id="portal-advanced-search" class="hiddenStructure">\n        <a href="http://nohost/plone/search_form" accesskey="5">\n            Advanced Search&hellip;\n        </a>\n    </div>\n\n</div>\n\n<a xmlns="http://www.w3.org/1999/xhtml" id="portal-logo" accesskey="1" href="http://nohost/plone">\n    <img src="http://nohost/plone/logo.jpg" alt="" title="Plone" height="57" width="252" /></a>\n\n\n    <h5 class="hiddenStructure">Sections</h5>\n\n    <ul id="portal-globalnav">\n        <li id="portaltab-index_html" class="selected"><a href="http://nohost/plone" title="">Home</a></li>\n        <li id="portaltab-Members" class="plain"><a href="http://nohost/plone/Members" title="Container for users\' home directories">Users</a></li>\n        <li id="portaltab-news" class="plain"><a href="http://nohost/plone/news" title="Site News">News</a></li>\n        <li id="portaltab-events" class="plain"><a href="http://nohost/plone/events" title="Site Events">Events</a></li>\n        <li id="portaltab-doc1" class="plain"><a href="http://nohost/plone/doc1" title="">Test Page 1</a></li>\n        <li id="portaltab-doc2" class="plain"><a href="http://nohost/plone/doc2" title="">Test Page 2</a></li>\n        <li id="portaltab-file1" class="plain"><a href="http://nohost/plone/file1/view" title="">Test File 1</a></li>\n        <li id="portaltab-folder1" class="plain"><a href="http://nohost/plone/folder1" title="">Test Folder 1</a></li>\n    </ul>\n\na standard view\n</div>\n\n<div xmlns="http://www.w3.org/1999/xhtml" id="portal-personaltools-wrapper">\n\n<h5 class="hiddenStructure">Personal tools</h5>\n\n<ul id="portal-personaltools" class="visualInline">\n   \n       <li><a id="user-name" href="http://nohost/plone/dashboard"><img src="http://nohost/plone/user.gif" alt="" title="User" height="16" width="16" />\n            <span class="visualCaseSensitive">test_user_1_</span></a></li>\n   \n\n    \n        <li>\n            <a href="http://nohost/plone/logout">Log out</a>\n        </li>\n    \n\n</ul>\n</div>\n\n\n    \n\n\n<div xmlns="http://www.w3.org/1999/xhtml" id="portal-breadcrumbs">\n\n    <span id="breadcrumbs-you-are-here">You\nare here:</span>\n    <a href="http://nohost/plone">Home</a>\n    \n\n</div>\n\na standard view\n      </div>\n\n      <div class="visualClear" id="clear-space-before-wrapper-table"><!-- --></div>\n\n      <table id="portal-columns">\n        <tbody>\n          <tr>\n            \n            \n            \n\n            \n            <td id="portal-column-content">\n\n              \n                <div class="documentEditable">\n\n                  \n\n    \n\n        <h5 class="hiddenStructure">Views</h5>\n\n        <ul class="contentViews" id="content-views">\n\n            \n              <li id="contentview-folderContents" class="plain">\n                <a href="http://nohost/plone/folder_contents">Contents</a>\n              </li>\n            \n            \n              <li id="contentview-view" class="selected">\n                <a href="http://nohost/plone">View</a>\n              </li>\n            \n            \n              <li id="contentview-edit" class="plain">\n                <a href="http://nohost/plone/edit">Edit</a>\n              </li>\n            \n            \n              <li id="contentview-contentrules" class="plain">\n                <a href="http://nohost/plone/@@manage-content-rules">Rules</a>\n              </li>\n            \n            \n              <li id="contentview-local_roles" class="plain">\n                <a href="http://nohost/plone/@@sharing">Sharing</a>\n              </li>\n            \n\n        </ul>\n        \n    \n\n\n<div class="contentActions">\n\n    \n\n        \n\n        \n\n        <ul id="contentActionMenus">\n\n    <li>\n\n        <dl class="actionMenu" id="plone-contentmenu-factories">\n          <dt class="actionMenuHeader label-">\n            <a href="http://nohost/plone/folder_factories" title="Add new items inside this item">\n               \n                  \n                  <span>Add new\xe2\x80\xa6</span>\n                  \n                  <span class="arrowDownAlternative">&#9660;</span>\n               \n            </a>\n          </dt>\n          <dd class="actionMenuContent">\n            <ul>\n                \n                  <li>\n                    <a href="http://nohost/plone/createObject?type_name=Topic" class="contenttype-topic" id="topic" title="An automatically updated stored search that can be used to display items matching criteria you specify.">\n                        \n                        <img width="16" height="16" alt="" src="http://nohost/plone/topic_icon.png" title="An automatically updated stored search that can be used to display items matching criteria you specify." />\n                        <span class="subMenuTitle">Collection</span>\n                    </a>\n                    \n                  </li>\n                \n                \n                  <li>\n                    <a href="http://nohost/plone/createObject?type_name=Event" class="contenttype-event" id="event" title="Information about an upcoming event, which can be displayed in the calendar.">\n                        \n                        <img width="16" height="16" alt="" src="http://nohost/plone/event_icon.png" title="Information about an upcoming event, which can be displayed in the calendar." />\n                        <span class="subMenuTitle">Event</span>\n                    </a>\n                    \n                  </li>\n                \n                \n                  <li>\n                    <a href="http://nohost/plone/createObject?type_name=File" class="contenttype-file" id="file" title="An external file uploaded to the site.">\n                        \n                        <img width="16" height="16" alt="" src="http://nohost/plone/file_icon.png" title="An external file uploaded to the site." />\n                        <span class="subMenuTitle">File</span>\n                    </a>\n                    \n                  </li>\n                \n                \n                  <li>\n                    <a href="http://nohost/plone/createObject?type_name=Folder" class="contenttype-folder" id="folder" title="A folder which can contain other items.">\n                        \n                        <img width="16" height="16" alt="" src="http://nohost/plone/folder_icon.png" title="A folder which can contain other items." />\n                        <span class="subMenuTitle">Folder</span>\n                    </a>\n                    \n                  </li>\n                \n                \n                  <li>\n                    <a href="http://nohost/plone/createObject?type_name=Image" class="contenttype-image" id="image" title="An image, which can be referenced in documents or displayed in an album.">\n                        \n                        <img width="16" height="16" alt="" src="http://nohost/plone/image_icon.png" title="An image, which can be referenced in documents or displayed in an album." />\n                        <span class="subMenuTitle">Image</span>\n                    </a>\n                    \n                  </li>\n                \n                \n                  <li>\n                    <a href="http://nohost/plone/createObject?type_name=Link" class="contenttype-link" id="link" title="A link to an internal or external resource.">\n                        \n                        <img width="16" height="16" alt="" src="http://nohost/plone/link_icon.png" title="A link to an internal or external resource." />\n                        <span class="subMenuTitle">Link</span>\n                    </a>\n                    \n                  </li>\n                \n                \n                  <li>\n                    <a href="http://nohost/plone/createObject?type_name=News+Item" class="contenttype-news-item" id="news-item" title="An announcement that will show up on the news portlet and in the news listing.">\n                        \n                        <img width="16" height="16" alt="" src="http://nohost/plone/newsitem_icon.png" title="An announcement that will show up on the news portlet and in the news listing." />\n                        <span class="subMenuTitle">News Item</span>\n                    </a>\n                    \n                  </li>\n                \n                \n                  <li>\n                    <a href="http://nohost/plone/createObject?type_name=Document" class="contenttype-document" id="document" title="A page in the site. Can contain rich text.">\n                        \n                        <img width="16" height="16" alt="" src="http://nohost/plone/document_icon.png" title="A page in the site. Can contain rich text." />\n                        <span class="subMenuTitle">Page</span>\n                    </a>\n                    \n                  </li>\n                \n            </ul>\n          </dd>\n        </dl>\n\n    </li>\n    <li>\n\n        <dl class="actionMenu" id="plone-contentmenu-display">\n          <dt class="actionMenuHeader label-">\n            <a href="http://nohost/plone/select_default_view" title="Select the view mode for this folder, or set a content item as its default view.">\n               \n                  \n                  <span>Display</span>\n                  \n                  <span class="arrowDownAlternative">&#9660;</span>\n               \n            </a>\n          </dt>\n          <dd class="actionMenuContent">\n            <ul>\n                \n                  <li>\n                    <a href="http://nohost/plone/selectViewTemplate?templateId=folder_listing" class="" id="folder_listing" title="">\n                        \n                        \n                        <span class="subMenuTitle">Standard view</span>\n                    </a>\n                    \n                  </li>\n                \n                \n                  <li>\n                    <a href="http://nohost/plone/selectViewTemplate?templateId=folder_summary_view" class="" id="folder_summary_view" title="">\n                        \n                        \n                        <span class="subMenuTitle">Summary view</span>\n                    </a>\n                    \n                  </li>\n                \n                \n                  <li>\n                    <a href="http://nohost/plone/selectViewTemplate?templateId=folder_tabular_view" class="" id="folder_tabular_view" title="">\n                        \n                        \n                        <span class="subMenuTitle">Tabular view</span>\n                    </a>\n                    \n                  </li>\n                \n                \n                  <li>\n                    <a href="http://nohost/plone/selectViewTemplate?templateId=atct_album_view" class="" id="atct_album_view" title="">\n                        \n                        \n                        <span class="subMenuTitle">Thumbnail view</span>\n                    </a>\n                    \n                  </li>\n                \n                \n                  <li class="actionSeparator">\n                    \n                    <div id="contextDefaultPageDisplay" class="">\n                        <span>&bull;</span>\n                        \n                        <span class="subMenuTitle">Item: Welcome to Plone</span>\n                    </div>\n                  </li>\n                \n                \n                  <li class="actionSeparator">\n                    <a href="http://nohost/plone/select_default_page" class="" id="contextChangeDefaultPage" title="Change the item used as default view in this folder">\n                        \n                        \n                        <span class="subMenuTitle">Change content item\nas default view...</span>\n                    </a>\n                    \n                  </li>\n                \n            </ul>\n          </dd>\n        </dl>\n\n    </li>\n\n</ul>\n\n\n    \n\n</div>\na standard view\n\n                  <div id="region-content" class="documentContent">\n\n                    <span id="contentTopLeft"></span>\n                    <span id="contentTopRight"></span>\n                    \n                    <a name="documentContent"></a>\n\n                    \n\n    <dl class="portalMessage info" id="kssPortalMessage" style="display:none">\n        <dt>Info</dt>\n        <dd></dd>\n    </dl>\n\n    \n\n        <dl class="portalMessage info">\n            <dt>Info</dt>\n            <dd>Item(s) deleted.</dd>\n        </dl>\n\n    \n\n                    \n                    <div id="viewlet-above-content">a standard view</div>\n\n                    \n                    <div id="content">\n                      \n                      <div>\n      a standard view\n\n      <h1 class="documentFirstHeading"> \n          \n          \n              <img width="16" height="16" src="http://nohost/plone/site_icon.gif" alt="Plone site" /> \n              Plone site\n          \n      </h1>\n\n      <div xmlns="http://www.w3.org/1999/xhtml" class="documentByLine" id="plone-document-byline">\n  \n\n  \n\n  <span class="documentModified">\n    &mdash;\n    <span>\n      last modified\n    </span>\n    Jul 21, 2009 06:40 AM\n  </span>\n\n  \n\n  \n\n  \n\n</div>\n\n\n\na standard view\n\n      \n\n      \n\n      \n          \n      \n\n      <form name="folderContentsForm" method="post" action="http://nohost/plone" class="kssattr-serveraction-foldercontents_update_table">\n        <div id="folderlisting-main-table">\n  <input type="hidden" name="sort_on" value="getObjPositionInParent" />\n  <input type="hidden" name="pagenumber" value="1" />\n  <input type="hidden" name="show_all" value="False" />\n  <input type="hidden" name="orig_template" value="@@folder_contents" />\n  \n\n  <!-- <div metal:use-macro="context/document_actions/macros/document_actions">\n       Document actions (print, sendto etc)\n       </div> -->\n  \n\n  \n    \n    <div class="visualClear" id="clear-space-before-navigation"><!-- --></div>\n\n    <!-- Navigation -->\n\n\n    <table class="listing" id="listing-table" summary="Content listing">\n      <thead>\n        <tr>\n          <th colspan="6" class="nosort">Select: <a id="foldercontents-selectall" class="update-selection" href="http://nohost/plone/@@folder_contents?pagenumber=1&amp;select=screen">All</a></th>\n        </tr>\n        \n        \n\n        <tr>\n          <th class="nosort">&nbsp;</th>\n          <th class="nosort column" id="foldercontents-title-column">&nbsp;Title&nbsp;</th>\n          <th class="nosort column" id="foldercontents-size-column">&nbsp;Size&nbsp;</th>\n          <th class="nosort column" id="foldercontents-modified-column">&nbsp;Modified&nbsp;</th>\n          <th class="nosort column" id="foldercontents-status-column">&nbsp;State&nbsp;</th>\n          <th class="nosort column" id="foldercontents-order-column">\n          &nbsp;Order&nbsp;</th>\n        </tr>\n      </thead>\n\n      \n        <tbody>\n          \n            <tr class="draggable odd" id="folder-contents-item-Members">\n\n              \n\n              <td class="notDraggable">\n                <input type="checkbox" class="noborder" name="paths:list" id="cb_Members" value="/plone/Members" alt="Select Users" title="Select Users" />\n                <input type="hidden" name="selected_obj_paths:list" value="/plone/Members" />\n                <label class="hiddenStructure" for="cb_Members">Users</label>\n              </td>\n              <td>\n                <span class="contenttype-large-plone-folder">\n                  <img width="16" height="16" src="http://nohost/plone/folder_icon.png" alt="Large Folder" />\n                  <a href="http://nohost/plone/Members/folder_contents" class="state-visible" title="Large Folder: Container for users\' home directories">\n                    Users\n                  </a>\n                </span>\n\n                \n              </td>\n\n              <td>\n                \n                <span class="state-visible">1 kB</span>\n              </td>\n              <td class="state-visible">Jul 21, 2009 06:40 AM</td>\n              <td>\n                <span class="state-visible">Public draft</span>\n                \n              </td>\n              <td class="draggable">\n                <a href="http://nohost/plone/folder_position?position=up&amp;id=Members" title="Move item up">\n                  &#9650;\n                </a>\n                &nbsp;\n                <a href="http://nohost/plone/folder_position?position=down&amp;id=Members" title="Move item down">\n                  &#9660;\n                </a>\n              </td>\n            </tr>\n          \n          \n            <tr class="draggable even" id="folder-contents-item-front-page">\n\n              \n\n              <td class="notDraggable">\n                <input type="checkbox" class="noborder" name="paths:list" id="cb_front-page" value="/plone/front-page" alt="Select Welcome to Plone" title="Select Welcome to Plone" />\n                <input type="hidden" name="selected_obj_paths:list" value="/plone/front-page" />\n                <label class="hiddenStructure" for="cb_front-page">Welcome to Plone</label>\n              </td>\n              <td>\n                <span class="contenttype-document">\n                  <img width="16" height="16" src="http://nohost/plone/document_icon.png" alt="Page" />\n                  <a href="http://nohost/plone/front-page" class="state-published" title="Page: Congratulations! You have successfully installed Plone.">\n                    <strong>Welcome to Plone</strong>\n                  </a>\n                </span>\n\n                \n              </td>\n\n              <td>\n                \n                <span class="state-published">4.9 kB</span>\n              </td>\n              <td class="state-published">Jul 21, 2009 06:40 AM</td>\n              <td>\n                <span class="state-published">Published</span>\n                \n              </td>\n              <td class="draggable">\n                <a href="http://nohost/plone/folder_position?position=up&amp;id=front-page" title="Move item up">\n                  &#9650;\n                </a>\n                &nbsp;\n                <a href="http://nohost/plone/folder_position?position=down&amp;id=front-page" title="Move item down">\n                  &#9660;\n                </a>\n              </td>\n            </tr>\n          \n          \n            <tr class="draggable odd" id="folder-contents-item-news">\n\n              \n\n              <td class="notDraggable">\n                <input type="checkbox" class="noborder" name="paths:list" id="cb_news" value="/plone/news" alt="Select News" title="Select News" />\n                <input type="hidden" name="selected_obj_paths:list" value="/plone/news" />\n                <label class="hiddenStructure" for="cb_news">News</label>\n              </td>\n              <td>\n                <span class="contenttype-large-plone-folder">\n                  <img width="16" height="16" src="http://nohost/plone/folder_icon.png" alt="Large Folder" />\n                  <a href="http://nohost/plone/news/folder_contents" class="state-visible" title="Large Folder: Site News">\n                    News\n                  </a>\n                </span>\n\n                \n              </td>\n\n              <td>\n                \n                <span class="state-visible">1 kB</span>\n              </td>\n              <td class="state-visible">Jul 21, 2009 06:40 AM</td>\n              <td>\n                <span class="state-visible">Public draft</span>\n                \n              </td>\n              <td class="draggable">\n                <a href="http://nohost/plone/folder_position?position=up&amp;id=news" title="Move item up">\n                  &#9650;\n                </a>\n                &nbsp;\n                <a href="http://nohost/plone/folder_position?position=down&amp;id=news" title="Move item down">\n                  &#9660;\n                </a>\n              </td>\n            </tr>\n          \n          \n            <tr class="draggable even" id="folder-contents-item-events">\n\n              \n\n              <td class="notDraggable">\n                <input type="checkbox" class="noborder" name="paths:list" id="cb_events" value="/plone/events" alt="Select Events" title="Select Events" />\n                <input type="hidden" name="selected_obj_paths:list" value="/plone/events" />\n                <label class="hiddenStructure" for="cb_events">Events</label>\n              </td>\n              <td>\n                <span class="contenttype-large-plone-folder">\n                  <img width="16" height="16" src="http://nohost/plone/folder_icon.png" alt="Large Folder" />\n                  <a href="http://nohost/plone/events/folder_contents" class="state-visible" title="Large Folder: Site Events">\n                    Events\n                  </a>\n                </span>\n\n                \n              </td>\n\n              <td>\n                \n                <span class="state-visible">1 kB</span>\n              </td>\n              <td class="state-visible">Jul 21, 2009 06:40 AM</td>\n              <td>\n                <span class="state-visible">Public draft</span>\n                \n              </td>\n              <td class="draggable">\n                <a href="http://nohost/plone/folder_position?position=up&amp;id=events" title="Move item up">\n                  &#9650;\n                </a>\n                &nbsp;\n                <a href="http://nohost/plone/folder_position?position=down&amp;id=events" title="Move item down">\n                  &#9660;\n                </a>\n              </td>\n            </tr>\n          \n          \n            <tr class="draggable odd" id="folder-contents-item-doc1">\n\n              \n\n              <td class="notDraggable">\n                <input type="checkbox" class="noborder" name="paths:list" id="cb_doc1" value="/plone/doc1" alt="Select Test Page 1" title="Select Test Page 1" />\n                <input type="hidden" name="selected_obj_paths:list" value="/plone/doc1" />\n                <label class="hiddenStructure" for="cb_doc1">Test Page 1</label>\n              </td>\n              <td>\n                <span class="contenttype-document">\n                  <img width="16" height="16" src="http://nohost/plone/document_icon.png" alt="Page" />\n                  <a href="http://nohost/plone/doc1" class="state-visible" title="Page: ">\n                    Test Page 1\n                  </a>\n                </span>\n\n                \n              </td>\n\n              <td>\n                \n                <span class="state-visible">1 kB</span>\n              </td>\n              <td class="state-visible">Jul 21, 2009 06:42 AM</td>\n              <td>\n                <span class="state-visible">Public draft</span>\n                \n              </td>\n              <td class="draggable">\n                <a href="http://nohost/plone/folder_position?position=up&amp;id=doc1" title="Move item up">\n                  &#9650;\n                </a>\n                &nbsp;\n                <a href="http://nohost/plone/folder_position?position=down&amp;id=doc1" title="Move item down">\n                  &#9660;\n                </a>\n              </td>\n            </tr>\n          \n          \n            <tr class="draggable even" id="folder-contents-item-doc2">\n\n              \n\n              <td class="notDraggable">\n                <input type="checkbox" class="noborder" name="paths:list" id="cb_doc2" value="/plone/doc2" alt="Select Test Page 2" title="Select Test Page 2" />\n                <input type="hidden" name="selected_obj_paths:list" value="/plone/doc2" />\n                <label class="hiddenStructure" for="cb_doc2">Test Page 2</label>\n              </td>\n              <td>\n                <span class="contenttype-document">\n                  <img width="16" height="16" src="http://nohost/plone/document_icon.png" alt="Page" />\n                  <a href="http://nohost/plone/doc2" class="state-visible" title="Page: ">\n                    Test Page 2\n                  </a>\n                </span>\n\n                \n              </td>\n\n              <td>\n                \n                <span class="state-visible">1 kB</span>\n              </td>\n              <td class="state-visible">Jul 21, 2009 06:42 AM</td>\n              <td>\n                <span class="state-visible">Public draft</span>\n                \n              </td>\n              <td class="draggable">\n                <a href="http://nohost/plone/folder_position?position=up&amp;id=doc2" title="Move item up">\n                  &#9650;\n                </a>\n                &nbsp;\n                <a href="http://nohost/plone/folder_position?position=down&amp;id=doc2" title="Move item down">\n                  &#9660;\n                </a>\n              </td>\n            </tr>\n          \n          \n            <tr class="draggable odd" id="folder-contents-item-file1">\n\n              \n\n              <td class="notDraggable">\n                <input type="checkbox" class="noborder" name="paths:list" id="cb_file1" value="/plone/file1" alt="Select Test File 1" title="Select Test File 1" />\n                <input type="hidden" name="selected_obj_paths:list" value="/plone/file1" />\n                <label class="hiddenStructure" for="cb_file1">Test File 1</label>\n              </td>\n              <td>\n                <span class="contenttype-file">\n                  <img width="16" height="16" src="http://nohost/plone/image_icon.gif" alt="File" />\n                  <a href="http://nohost/plone/file1/view" class="state-missing-value" title="File: ">\n                    Test File 1\n                  </a>\n                </span>\n\n                \n              </td>\n\n              <td>\n                \n                <span class="state-missing-value">1 kB</span>\n              </td>\n              <td class="state-missing-value">Jul 21, 2009 06:42 AM</td>\n              <td>\n                \n                <span>&nbsp;</span>\n              </td>\n              <td class="draggable">\n                <a href="http://nohost/plone/folder_position?position=up&amp;id=file1" title="Move item up">\n                  &#9650;\n                </a>\n                &nbsp;\n                <a href="http://nohost/plone/folder_position?position=down&amp;id=file1" title="Move item down">\n                  &#9660;\n                </a>\n              </td>\n            </tr>\n          \n          \n            <tr class="draggable even" id="folder-contents-item-folder1">\n\n              \n\n              <td class="notDraggable">\n                <input type="checkbox" class="noborder" name="paths:list" id="cb_folder1" value="/plone/folder1" alt="Select Test Folder 1" title="Select Test Folder 1" />\n                <input type="hidden" name="selected_obj_paths:list" value="/plone/folder1" />\n                <label class="hiddenStructure" for="cb_folder1">Test Folder 1</label>\n              </td>\n              <td>\n                <span class="contenttype-folder">\n                  <img width="16" height="16" src="http://nohost/plone/folder_icon.png" alt="Folder" />\n                  <a href="http://nohost/plone/folder1/folder_contents" class="state-visible" title="Folder: ">\n                    Test Folder 1\n                  </a>\n                </span>\n\n                \n              </td>\n\n              <td>\n                \n                <span class="state-visible">1 kB</span>\n              </td>\n              <td class="state-visible">Jul 21, 2009 06:42 AM</td>\n              <td>\n                <span class="state-visible">Public draft</span>\n                \n              </td>\n              <td class="draggable">\n                <a href="http://nohost/plone/folder_position?position=up&amp;id=folder1" title="Move item up">\n                  &#9650;\n                </a>\n                &nbsp;\n                <a href="http://nohost/plone/folder_position?position=down&amp;id=folder1" title="Move item down">\n                  &#9660;\n                </a>\n              </td>\n            </tr>\n          \n        </tbody>\n        \n      \n    </table>\n    <!-- Navigation -->\n\n\n    \n      <input class="context" type="submit" name="folder_copy:method" value="Copy" />\n    \n    \n      <input class="context" type="submit" name="folder_cut:method" value="Cut" />\n    \n    \n      <input class="context" type="submit" name="folder_rename_form:method" value="Rename" />\n    \n    \n      <input class="context" type="submit" name="folder_delete:method" value="Delete" />\n    \n    \n      <input class="context" type="submit" name="content_status_history:method" value="Change State" />\n    \n  \n</div>\n\n        <input type="hidden" name="_authenticator" value="f47befcd7b853fa3e93cbaecf3a0f65a9ae21b8d"/>\n      </form>\n    </div>\n                    </div>\n                    \n\n                    \n                    \n                      \n\na standard view\n                    \n                    \n\n                    <span id="contentBottomLeft"></span>\n                    <span id="contentBottomRight"></span>\n\n                  </div>\n\n                </div>\n\n              \n            </td>\n            \n\n            \n            \n            \n          </tr>\n        </tbody>\n      </table>\n      \n\n      <div class="visualClear" id="clear-space-before-footer"><!-- --></div>\n      \n      <div>\n          <a class="managePortletsFallback" href="http://nohost/plone/@@manage-portlets">\n             Manage portlets\n          </a>\n      </div>\n\n      \n\n        <div xmlns="http://www.w3.org/1999/xhtml" id="portal-footer">\n\n<p>\n    \n    The\n    <a href="http://plone.org">Plone<sup>&reg;</sup> CMS &mdash; Open Source Content Management System</a>\n    is\n    <acronym title="Copyright">&copy;</acronym>\n    2000-2009\n    by the\n    <a href="http://plone.org/foundation">Plone Foundation</a>\n    et al.\n    \n</p>\n\n<p>\n    \n    Plone<sup>&reg;</sup> and the Plone logo are registered trademarks of the\n        <a href="http://plone.org/foundation">Plone Foundation</a>.\n    \n\n    \n    Distributed under the\n        <a href="http://creativecommons.org/licenses/GPL/2.0/">GNU GPL license</a>.\n    \n</p>\n\n</div>\n\n<div xmlns="http://www.w3.org/1999/xhtml" id="portal-colophon">\n      \n\n      \n\n      <div class="colophonWrapper">\n      <ul>\n        <li>\n          <a href="http://plone.org" title="This site was built using Plone CMS, the Open Source Content Management System. Click for more information.">\n            Powered by Plone</a>\n        </li>\n        <li>\n          <a href="http://validator.w3.org/check/referer" title="This site is valid XHTML.">\n            Valid XHTML</a>\n        </li>\n        <li>\n          <a href="http://jigsaw.w3.org/css-validator/check/referer?warning=no&amp;profile=css3&amp;usermedium=all" title="This site was built with valid CSS.">\n            Valid CSS</a>\n        </li>\n        <li>\n          <a href="http://www.section508.gov" title="This site conforms to the US Government Section 508 Accessibility Guidelines.">\n            Section 508</a>\n        </li>\n        <li>\n          <a href="http://www.w3.org/WAI/WCAG1AA-Conformance" title="This site conforms to the W3C-WAI Web Content Accessibility Guidelines.">\n            WCAG</a>\n        </li>\n      </ul>\n      </div>\n\n    </div>\n\na standard view\n\n      \n\n      <div class="visualClear"><!-- --></div>\n    </div>\n<div id="kss-spinner"><img alt="" src="http://nohost/plone/spinner.png" /></div>\n</body>\n</html>\n\n'



Failure in test /home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/plone.app.linkintegrity/plone/app/linkintegrity/docs/testReferenceCreation.txt
Failed doctest test for testReferenceCreation.txt
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/plone.app.linkintegrity/plone/app/linkintegrity/docs/testReferenceCreation.txt", line 0

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/plone.app.linkintegrity/plone/app/linkintegrity/docs/testReferenceCreation.txt", line 24, in testReferenceCreation.txt
Failed example:
    doc.getReferences()
Expected:
    [<ATImage at /plone/image1>]
Got:
    []



Failure in test /home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/plone.app.linkintegrity/plone/app/linkintegrity/docs/testConfirmationPageIntegration.txt
Failed doctest test for testConfirmationPageIntegration.txt
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/plone.app.linkintegrity/plone/app/linkintegrity/docs/testConfirmationPageIntegration.txt", line 0

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/plone.app.linkintegrity/plone/app/linkintegrity/docs/testConfirmationPageIntegration.txt", line 37, in testConfirmationPageIntegration.txt
Failed example:
    browser.contents
Expected:
    '...<a href="http://nohost/plone/image1"...Test Image 1...
     ...This...Image...is referenced by the following items:...
     ...<li>...<a href="http://nohost/plone/doc1"...Test Page 1...</li>...
     ...Would you like to delete it anyway?...'
Got:
    '\n\n\n<!DOCTYPE html PUBLIC\n  "-//W3C//DTD XHTML 1.0 Transitional//EN"\n  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">\n\n<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">\n\n  \n    \n    \n    \n    \n    \n\n  \n\n  <head>\n\n    <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />\n\n    <meta name="generator" content="Plone - http://plone.org" />\n\n    <!-- Internet Explorer fix, forces IE8 into newest possible rendering\n         engine even if it\'s on an intranet. This has to be defined before any\n         script/style tags. -->\n    <meta http-equiv="X-UA-Compatible" content="IE=edge" /> \n\n    \n      <base href="http://nohost/plone/image1" /><!--[if lt IE 7]></base><![endif]-->\n    \n\n    <link rel="kss-base-url" href="http://nohost/plone/image1" />\n\n  \n  \n    \n    \n      <script type="text/javascript" src="http://nohost/plone/portal_javascripts/Plone%20Default/jquery-cachekey6254.js">\n      </script>\n    \n    \n    \n  \n\n  \n    \n    \n      <script type="text/javascript" src="http://nohost/plone/portal_javascripts/Plone%20Default/dropdown-cachekey4590.js">\n      </script>\n    \n    \n    \n  \n\n  \n    \n    \n      <script type="text/javascript" src="http://nohost/plone/portal_javascripts/Plone%20Default/sarissa-cachekey5677.js">\n      </script>\n    \n    \n    \n  \n\n  \n    \n    \n      <script type="text/javascript" src="http://nohost/plone/portal_javascripts/Plone%20Default/resourcebase2-dom-fp-cachekey5991.js">\n      </script>\n    \n    \n    \n  \n\n  \n    \n    \n      <script type="text/javascript" src="http://nohost/plone/portal_javascripts/Plone%20Default/resourcekukit-cachekey2681.js">\n      </script>\n    \n    \n    \n  \n\n\n  \n  \n    \n    \n    \n      <style type="text/css" media="screen">@import url(http://nohost/plone/portal_css/Plone%20Default/member-cachekey5449.css);</style>\n    \n    \n    \n  \n\n  \n    \n    \n    \n      <style type="text/css">@import url(http://nohost/plone/portal_css/Plone%20Default/base-cachekey2676.css);</style>\n    \n    \n    \n  \n\n  \n    \n    \n    \n      <style type="text/css" media="all">@import url(http://nohost/plone/portal_css/Plone%20Default/ploneCustom-cachekey3260.css);</style>\n    \n    \n    \n  \n\n\n  \n  <link rel="kinetic-stylesheet" type="text/css" href="http://nohost/plone/portal_kss/Plone%20Default/at-cachekey2905.kss" />\n\n\na standard view\n<title>Test Image 1 &mdash; Plone site</title>\n\n    <!-- IE6 workaround CSS/JS  -->\n    <!-- [if lte IE7]>\n        <style type="text/css" media="all">@import url(http://nohost/plone/IEFixes.css);</style>\n        \n        <script type="text/javascript" src="http://nohost/plone/iefixes.js">\n        </script>\n        \n    <![endif]-->\n\n    \n    <link rel="author" href="http://nohost/plone/author/portal_owner" title="Author information" />\n\n\n\n    <link rel="shortcut icon" type="image/x-icon" href="http://nohost/plone/favicon.ico" />\n\n\n\n    <link rel="home" href="http://nohost/plone" title="Front page" />\n\n    <link rel="contents" href="http://nohost/plone/sitemap" title="Site Map" />\n\n\n\n\n\n\n    <link rel="search" href="http://nohost/plone/search_form" title="Search this site" />\n\n\na standard view\n\n    <!-- Disable IE6 image toolbar -->\n    <meta http-equiv="imagetoolbar" content="no" />\n    \n    \n    \n\n    \n    \n\n    \n    \n\n    \n    \n\n  </head>\n\n  <body class="section-image1 template-delete_confirmation_page" dir="ltr">\n    <div id="visual-portal-wrapper">\n\n      <div id="portal-top">\n        <div xmlns="http://www.w3.org/1999/xhtml" id="portal-header">\n    <p xmlns="http://www.w3.org/1999/xhtml" class="hiddenStructure">\n  <a accesskey="2" href="http://nohost/plone/image1/delete_confirmation#documentContent">Skip to content.</a> |\n\n  <a accesskey="6" href="http://nohost/plone/image1/delete_confirmation#portlet-navigation-tree">Skip to navigation</a>\n</p>\n\n<ul xmlns="http://www.w3.org/1999/xhtml" id="portal-siteactions">\n\n    <li id="siteaction-sitemap"><a href="http://nohost/plone/sitemap" accesskey="3" title="Site Map">Site Map</a></li>\n    <li id="siteaction-accessibility"><a href="http://nohost/plone/accessibility-info" accesskey="0" title="Accessibility">Accessibility</a></li>\n    <li id="siteaction-contact"><a href="http://nohost/plone/contact-info" accesskey="9" title="Contact">Contact</a></li>\n    <li id="siteaction-plone_setup"><a href="http://nohost/plone/plone_control_panel" accesskey="" title="Site Setup">Site Setup</a></li>\n</ul>\n\n<div id="portal-searchbox">\n    <form name="searchform" action="http://nohost/plone/search">\n\n        <label for="searchGadget" class="hiddenStructure">Search Site</label>\n\n        <div class="LSBox">\n        <input name="SearchableText" type="text" size="18" title="Search Site" accesskey="4" class="inputLabel" id="searchGadget" />\n\n        <input class="searchButton" type="submit" value="Search" />\n    \n        <div class="searchSection">\n            <input id="searchbox_currentfolder_only" class="noborder" type="checkbox" name="path" value="/plone" />\n            <label for="searchbox_currentfolder_only" style="cursor: pointer">\n                only in current section\n            </label>\n        </div>\n\n        <div class="LSResult" id="LSResult" style=""><div class="LSShadow" id="LSShadow"></div></div>\n        </div>\n    </form>\n\n    <div id="portal-advanced-search" class="hiddenStructure">\n        <a href="http://nohost/plone/search_form" accesskey="5">\n            Advanced Search&hellip;\n        </a>\n    </div>\n\n</div>\n\n<a xmlns="http://www.w3.org/1999/xhtml" id="portal-logo" accesskey="1" href="http://nohost/plone">\n    <img src="http://nohost/plone/logo.jpg" alt="" title="Plone" height="57" width="252" /></a>\n\n\n    <h5 class="hiddenStructure">Sections</h5>\n\n    <ul id="portal-globalnav">\n        <li id="portaltab-index_html" class="selected"><a href="http://nohost/plone" title="">Home</a></li>\n        <li id="portaltab-Members" class="plain"><a href="http://nohost/plone/Members" title="Container for users\' home directories">Users</a></li>\n        <li id="portaltab-news" class="plain"><a href="http://nohost/plone/news" title="Site News">News</a></li>\n        <li id="portaltab-events" class="plain"><a href="http://nohost/plone/events" title="Site Events">Events</a></li>\n        <li id="portaltab-doc1" class="plain"><a href="http://nohost/plone/doc1" title="">Test Page 1</a></li>\n        <li id="portaltab-doc2" class="plain"><a href="http://nohost/plone/doc2" title="">Test Page 2</a></li>\n        <li id="portaltab-image1" class="plain"><a href="http://nohost/plone/image1/view" title="">Test Image 1</a></li>\n        <li id="portaltab-image2" class="plain"><a href="http://nohost/plone/image2/view" title="">Test Image 2</a></li>\n        <li id="portaltab-image3" class="plain"><a href="http://nohost/plone/image3/view" title="">Test Image 3</a></li>\n        <li id="portaltab-file1" class="plain"><a href="http://nohost/plone/file1/view" title="">Test File 1</a></li>\n        <li id="portaltab-folder1" class="plain"><a href="http://nohost/plone/folder1" title="">Test Folder 1</a></li>\n    </ul>\n\na standard view\n</div>\n\n<div xmlns="http://www.w3.org/1999/xhtml" id="portal-personaltools-wrapper">\n\n<h5 class="hiddenStructure">Personal tools</h5>\n\n<ul id="portal-personaltools" class="visualInline">\n   \n       <li><a id="user-name" href="http://nohost/plone/dashboard"><img src="http://nohost/plone/user.gif" alt="" title="User" height="16" width="16" />\n            <span class="visualCaseSensitive">test_user_1_</span></a></li>\n   \n\n    \n        <li>\n            <a href="http://nohost/plone/logout">Log out</a>\n        </li>\n    \n\n</ul>\n</div>\n\n\n    \n\n\n<div xmlns="http://www.w3.org/1999/xhtml" id="portal-breadcrumbs">\n\n    <span id="breadcrumbs-you-are-here">You\nare here:</span>\n    <a href="http://nohost/plone">Home</a>\n    <span class="breadcrumbSeparator">\n        &rarr;\n        \n    </span>\n    <span dir="ltr">\n        \n            \n            \n            <span>Test Image 1</span>\n         \n    </span>\n\n</div>\n\na standard view\n      </div>\n\n      <div class="visualClear" id="clear-space-before-wrapper-table"><!-- --></div>\n\n      <table id="portal-columns">\n        <tbody>\n          <tr>\n            \n            \n            \n\n            \n            <td id="portal-column-content">\n\n              \n                <div class="">\n\n                  \n\na standard view\n\n                  <div id="region-content" class="documentContent">\n\n                    <span id="contentTopLeft"></span>\n                    <span id="contentTopRight"></span>\n                    \n                    <a name="documentContent"></a>\n\n                    \n\n    <dl class="portalMessage info" id="kssPortalMessage" style="display:none">\n        <dt>Info</dt>\n        <dd></dd>\n    </dl>\n\n\n                    \n                    <div id="viewlet-above-content"><div id="plone-lock-status">\n  \n</div>\n\na standard view</div>\n\n                    \n                    <div id="content">\n                      \n                      <div>\n\n      \n\n      <h1 class="documentFirstHeading">\n        Do you really want to delete this item?\n      </h1>\n\n      <ul>\n          <li>Test Image 1</li>\n      </ul>\n\n      <form method="POST" action="http://nohost/plone/image1/delete_confirmation">\n        <div class="formControls">\n\n          <input type="hidden" name="form.submitted" value="1" />\n\n          <input class="destructive" type="submit" value="Delete" />\n          <input class="standalone" type="submit" value="Cancel" name="form.button.Cancel" />\n        </div>\n\n        <input type="hidden" name="_authenticator" value="f47befcd7b853fa3e93cbaecf3a0f65a9ae21b8d"/>\n\n      </form>\n\n\n    </div>\n                    </div>\n                    \n\n                    \n                    \n                      \n\na standard view\n                    \n                    \n\n                    <span id="contentBottomLeft"></span>\n                    <span id="contentBottomRight"></span>\n\n                  </div>\n\n                </div>\n\n              \n            </td>\n            \n\n            \n            \n            \n          </tr>\n        </tbody>\n      </table>\n      \n\n      <div class="visualClear" id="clear-space-before-footer"><!-- --></div>\n      \n      <div>\n          <a class="managePortletsFallback" href="http://nohost/plone/image1/@@manage-portlets">\n             Manage portlets\n          </a>\n      </div>\n\n      \n\n        <div xmlns="http://www.w3.org/1999/xhtml" id="portal-footer">\n\n<p>\n    \n    The\n    <a href="http://plone.org">Plone<sup>&reg;</sup> CMS &mdash; Open Source Content Management System</a>\n    is\n    <acronym title="Copyright">&copy;</acronym>\n    2000-2009\n    by the\n    <a href="http://plone.org/foundation">Plone Foundation</a>\n    et al.\n    \n</p>\n\n<p>\n    \n    Plone<sup>&reg;</sup> and the Plone logo are registered trademarks of the\n        <a href="http://plone.org/foundation">Plone Foundation</a>.\n    \n\n    \n    Distributed under the\n        <a href="http://creativecommons.org/licenses/GPL/2.0/">GNU GPL license</a>.\n    \n</p>\n\n</div>\n\n<div xmlns="http://www.w3.org/1999/xhtml" id="portal-colophon">\n      \n\n      \n\n      <div class="colophonWrapper">\n      <ul>\n        <li>\n          <a href="http://plone.org" title="This site was built using Plone CMS, the Open Source Content Management System. Click for more information.">\n            Powered by Plone</a>\n        </li>\n        <li>\n          <a href="http://validator.w3.org/check/referer" title="This site is valid XHTML.">\n            Valid XHTML</a>\n        </li>\n        <li>\n          <a href="http://jigsaw.w3.org/css-validator/check/referer?warning=no&amp;profile=css3&amp;usermedium=all" title="This site was built with valid CSS.">\n            Valid CSS</a>\n        </li>\n        <li>\n          <a href="http://www.section508.gov" title="This site conforms to the US Government Section 508 Accessibility Guidelines.">\n            Section 508</a>\n        </li>\n        <li>\n          <a href="http://www.w3.org/WAI/WCAG1AA-Conformance" title="This site conforms to the W3C-WAI Web Content Accessibility Guidelines.">\n            WCAG</a>\n        </li>\n      </ul>\n      </div>\n\n    </div>\n\na standard view\n\n      \n\n      <div class="visualClear"><!-- --></div>\n    </div>\n<div id="kss-spinner"><img alt="" src="http://nohost/plone/spinner.png" /></div>\n</body>\n</html>\n\n'



Failure in test /home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/plone.app.linkintegrity/plone/app/linkintegrity/docs/testRemovalWithCookieAuth.txt
Failed doctest test for testRemovalWithCookieAuth.txt
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/plone.app.linkintegrity/plone/app/linkintegrity/docs/testRemovalWithCookieAuth.txt", line 0

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/plone.app.linkintegrity/plone/app/linkintegrity/docs/testRemovalWithCookieAuth.txt", line 35, in testRemovalWithCookieAuth.txt
Failed example:
    browser.contents
Expected:
    '...<a href="http://nohost/plone/doc2"...Test Page 2...
     ...This...Document...is referenced by the following items:...
     ...<li>...<a href="http://nohost/plone/doc1"...Test Page 1...</li>...
     ...Would you like to delete it anyway?...'
Got:
    '\n\n        \n      \n\n<!DOCTYPE html PUBLIC\n  "-//W3C//DTD XHTML 1.0 Transitional//EN"\n  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">\n\n<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">\n\n  \n    \n    \n    \n    \n    \n\n  \n\n  <head>\n\n    <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />\n\n    <meta name="generator" content="Plone - http://plone.org" />\n\n    <!-- Internet Explorer fix, forces IE8 into newest possible rendering\n         engine even if it\'s on an intranet. This has to be defined before any\n         script/style tags. -->\n    <meta http-equiv="X-UA-Compatible" content="IE=edge" /> \n\n    \n      <base href="http://nohost/plone/" /><!--[if lt IE 7]></base><![endif]-->\n    \n\n    <link rel="kss-base-url" href="http://nohost/plone" />\n\n  \n  \n    \n    \n      <script type="text/javascript" src="http://nohost/plone/portal_javascripts/Plone%20Default/jquery-cachekey6254.js">\n      </script>\n    \n    \n    \n  \n\n  \n    \n    \n      <script type="text/javascript" src="http://nohost/plone/portal_javascripts/Plone%20Default/dropdown-cachekey4590.js">\n      </script>\n    \n    \n    \n  \n\n  \n    \n    \n      <script type="text/javascript" src="http://nohost/plone/portal_javascripts/Plone%20Default/sarissa-cachekey5677.js">\n      </script>\n    \n    \n    \n  \n\n  \n    \n    \n      <script type="text/javascript" src="http://nohost/plone/portal_javascripts/Plone%20Default/resourcebase2-dom-fp-cachekey5991.js">\n      </script>\n    \n    \n    \n  \n\n  \n    \n    \n      <script type="text/javascript" src="http://nohost/plone/portal_javascripts/Plone%20Default/resourcekukit-cachekey2681.js">\n      </script>\n    \n    \n    \n  \n\n\n  \n  \n    \n    \n    \n      <style type="text/css" media="screen">@import url(http://nohost/plone/portal_css/Plone%20Default/member-cachekey5449.css);</style>\n    \n    \n    \n  \n\n  \n    \n    \n    \n      <style type="text/css">@import url(http://nohost/plone/portal_css/Plone%20Default/base-cachekey2676.css);</style>\n    \n    \n    \n  \n\n  \n    \n    \n    \n      <style type="text/css" media="all">@import url(http://nohost/plone/portal_css/Plone%20Default/ploneCustom-cachekey3260.css);</style>\n    \n    \n    \n  \n\n\n  \n  <link rel="kinetic-stylesheet" type="text/css" href="http://nohost/plone/portal_kss/Plone%20Default/at-cachekey2905.kss" />\n\n\na standard view\n<title>Plone site</title>\n\n    <!-- IE6 workaround CSS/JS  -->\n    <!-- [if lte IE7]>\n        <style type="text/css" media="all">@import url(http://nohost/plone/IEFixes.css);</style>\n        \n        <script type="text/javascript" src="http://nohost/plone/iefixes.js">\n        </script>\n        \n    <![endif]-->\n\n    \n    <link rel="author" href="http://nohost/plone/author/" title="Author information" />\n\n\n\n    <link rel="shortcut icon" type="image/x-icon" href="http://nohost/plone/favicon.ico" />\n\n\n\n    <link rel="home" href="http://nohost/plone" title="Front page" />\n\n    <link rel="contents" href="http://nohost/plone/sitemap" title="Site Map" />\n\n\n\n\n\n\n    <link rel="search" href="http://nohost/plone/search_form" title="Search this site" />\n\n\na standard view\n\n    <!-- Disable IE6 image toolbar -->\n    <meta http-equiv="imagetoolbar" content="no" />\n    \n    \n    \n\n    \n    \n\n    \n    \n\n    \n    \n\n  </head>\n\n  <body class=" template-foldercontents.pt" dir="ltr">\n    <div id="visual-portal-wrapper">\n\n      <div id="portal-top">\n        <div xmlns="http://www.w3.org/1999/xhtml" id="portal-header">\n    <p xmlns="http://www.w3.org/1999/xhtml" class="hiddenStructure">\n  <a accesskey="2" href="http://nohost/plone/@@folder_contents#documentContent">Skip to content.</a> |\n\n  <a accesskey="6" href="http://nohost/plone/@@folder_contents#portlet-navigation-tree">Skip to navigation</a>\n</p>\n\n<ul xmlns="http://www.w3.org/1999/xhtml" id="portal-siteactions">\n\n    <li id="siteaction-sitemap"><a href="http://nohost/plone/sitemap" accesskey="3" title="Site Map">Site Map</a></li>\n    <li id="siteaction-accessibility"><a href="http://nohost/plone/accessibility-info" accesskey="0" title="Accessibility">Accessibility</a></li>\n    <li id="siteaction-contact"><a href="http://nohost/plone/contact-info" accesskey="9" title="Contact">Contact</a></li>\n    <li id="siteaction-plone_setup"><a href="http://nohost/plone/plone_control_panel" accesskey="" title="Site Setup">Site Setup</a></li>\n</ul>\n\n<div id="portal-searchbox">\n    <form name="searchform" action="http://nohost/plone/search">\n\n        <label for="searchGadget" class="hiddenStructure">Search Site</label>\n\n        <div class="LSBox">\n        <input name="SearchableText" type="text" size="18" title="Search Site" accesskey="4" class="inputLabel" id="searchGadget" />\n\n        <input class="searchButton" type="submit" value="Search" />\n    \n        <div class="searchSection">\n            <input id="searchbox_currentfolder_only" class="noborder" type="checkbox" name="path" value="/plone" />\n            <label for="searchbox_currentfolder_only" style="cursor: pointer">\n                only in current section\n            </label>\n        </div>\n\n        <div class="LSResult" id="LSResult" style=""><div class="LSShadow" id="LSShadow"></div></div>\n        </div>\n    </form>\n\n    <div id="portal-advanced-search" class="hiddenStructure">\n        <a href="http://nohost/plone/search_form" accesskey="5">\n            Advanced Search&hellip;\n        </a>\n    </div>\n\n</div>\n\n<a xmlns="http://www.w3.org/1999/xhtml" id="portal-logo" accesskey="1" href="http://nohost/plone">\n    <img src="http://nohost/plone/logo.jpg" alt="" title="Plone" height="57" width="252" /></a>\n\n\n    <h5 class="hiddenStructure">Sections</h5>\n\n    <ul id="portal-globalnav">\n        <li id="portaltab-index_html" class="selected"><a href="http://nohost/plone" title="">Home</a></li>\n        <li id="portaltab-Members" class="plain"><a href="http://nohost/plone/Members" title="Container for users\' home directories">Users</a></li>\n        <li id="portaltab-news" class="plain"><a href="http://nohost/plone/news" title="Site News">News</a></li>\n        <li id="portaltab-events" class="plain"><a href="http://nohost/plone/events" title="Site Events">Events</a></li>\n        <li id="portaltab-doc1" class="plain"><a href="http://nohost/plone/doc1" title="">Test Page 1</a></li>\n        <li id="portaltab-image1" class="plain"><a href="http://nohost/plone/image1/view" title="">Test Image 1</a></li>\n        <li id="portaltab-image2" class="plain"><a href="http://nohost/plone/image2/view" title="">Test Image 2</a></li>\n        <li id="portaltab-image3" class="plain"><a href="http://nohost/plone/image3/view" title="">Test Image 3</a></li>\n        <li id="portaltab-file1" class="plain"><a href="http://nohost/plone/file1/view" title="">Test File 1</a></li>\n        <li id="portaltab-folder1" class="plain"><a href="http://nohost/plone/folder1" title="">Test Folder 1</a></li>\n    </ul>\n\na standard view\n</div>\n\n<div xmlns="http://www.w3.org/1999/xhtml" id="portal-personaltools-wrapper">\n\n<h5 class="hiddenStructure">Personal tools</h5>\n\n<ul id="portal-personaltools" class="visualInline">\n   \n       <li><a id="user-name" href="http://nohost/plone/dashboard"><img src="http://nohost/plone/user.gif" alt="" title="User" height="16" width="16" />\n            <span class="visualCaseSensitive">test_user_1_</span></a></li>\n   \n\n    \n        <li>\n            <a href="http://nohost/plone/logout">Log out</a>\n        </li>\n    \n\n</ul>\n</div>\n\n\n    \n\n\n<div xmlns="http://www.w3.org/1999/xhtml" id="portal-breadcrumbs">\n\n    <span id="breadcrumbs-you-are-here">You\nare here:</span>\n    <a href="http://nohost/plone">Home</a>\n    \n\n</div>\n\na standard view\n      </div>\n\n      <div class="visualClear" id="clear-space-before-wrapper-table"><!-- --></div>\n\n      <table id="portal-columns">\n        <tbody>\n          <tr>\n            \n            \n            \n\n            \n            <td id="portal-column-content">\n\n              \n                <div class="documentEditable">\n\n                  \n\n    \n\n        <h5 class="hiddenStructure">Views</h5>\n\n        <ul class="contentViews" id="content-views">\n\n            \n              <li id="contentview-folderContents" class="plain">\n                <a href="http://nohost/plone/folder_contents">Contents</a>\n              </li>\n            \n            \n              <li id="contentview-view" class="selected">\n                <a href="http://nohost/plone">View</a>\n              </li>\n            \n            \n              <li id="contentview-edit" class="plain">\n                <a href="http://nohost/plone/edit">Edit</a>\n              </li>\n            \n            \n              <li id="contentview-contentrules" class="plain">\n                <a href="http://nohost/plone/@@manage-content-rules">Rules</a>\n              </li>\n            \n            \n              <li id="contentview-local_roles" class="plain">\n                <a href="http://nohost/plone/@@sharing">Sharing</a>\n              </li>\n            \n\n        </ul>\n        \n    \n\n\n<div class="contentActions">\n\n    \n\n        \n\n        \n\n        <ul id="contentActionMenus">\n\n    <li>\n\n        <dl class="actionMenu" id="plone-contentmenu-factories">\n          <dt class="actionMenuHeader label-">\n            <a href="http://nohost/plone/folder_factories" title="Add new items inside this item">\n               \n                  \n                  <span>Add new\xe2\x80\xa6</span>\n                  \n                  <span class="arrowDownAlternative">&#9660;</span>\n               \n            </a>\n          </dt>\n          <dd class="actionMenuContent">\n            <ul>\n                \n                  <li>\n                    <a href="http://nohost/plone/createObject?type_name=Topic" class="contenttype-topic" id="topic" title="An automatically updated stored search that can be used to display items matching criteria you specify.">\n                        \n                        <img width="16" height="16" alt="" src="http://nohost/plone/topic_icon.png" title="An automatically updated stored search that can be used to display items matching criteria you specify." />\n                        <span class="subMenuTitle">Collection</span>\n                    </a>\n                    \n                  </li>\n                \n                \n                  <li>\n                    <a href="http://nohost/plone/createObject?type_name=Event" class="contenttype-event" id="event" title="Information about an upcoming event, which can be displayed in the calendar.">\n                        \n                        <img width="16" height="16" alt="" src="http://nohost/plone/event_icon.png" title="Information about an upcoming event, which can be displayed in the calendar." />\n                        <span class="subMenuTitle">Event</span>\n                    </a>\n                    \n                  </li>\n                \n                \n                  <li>\n                    <a href="http://nohost/plone/createObject?type_name=File" class="contenttype-file" id="file" title="An external file uploaded to the site.">\n                        \n                        <img width="16" height="16" alt="" src="http://nohost/plone/file_icon.png" title="An external file uploaded to the site." />\n                        <span class="subMenuTitle">File</span>\n                    </a>\n                    \n                  </li>\n                \n                \n                  <li>\n                    <a href="http://nohost/plone/createObject?type_name=Folder" class="contenttype-folder" id="folder" title="A folder which can contain other items.">\n                        \n                        <img width="16" height="16" alt="" src="http://nohost/plone/folder_icon.png" title="A folder which can contain other items." />\n                        <span class="subMenuTitle">Folder</span>\n                    </a>\n                    \n                  </li>\n                \n                \n                  <li>\n                    <a href="http://nohost/plone/createObject?type_name=Image" class="contenttype-image" id="image" title="An image, which can be referenced in documents or displayed in an album.">\n                        \n                        <img width="16" height="16" alt="" src="http://nohost/plone/image_icon.png" title="An image, which can be referenced in documents or displayed in an album." />\n                        <span class="subMenuTitle">Image</span>\n                    </a>\n                    \n                  </li>\n                \n                \n                  <li>\n                    <a href="http://nohost/plone/createObject?type_name=Link" class="contenttype-link" id="link" title="A link to an internal or external resource.">\n                        \n                        <img width="16" height="16" alt="" src="http://nohost/plone/link_icon.png" title="A link to an internal or external resource." />\n                        <span class="subMenuTitle">Link</span>\n                    </a>\n                    \n                  </li>\n                \n                \n                  <li>\n                    <a href="http://nohost/plone/createObject?type_name=News+Item" class="contenttype-news-item" id="news-item" title="An announcement that will show up on the news portlet and in the news listing.">\n                        \n                        <img width="16" height="16" alt="" src="http://nohost/plone/newsitem_icon.png" title="An announcement that will show up on the news portlet and in the news listing." />\n                        <span class="subMenuTitle">News Item</span>\n                    </a>\n                    \n                  </li>\n                \n                \n                  <li>\n                    <a href="http://nohost/plone/createObject?type_name=Document" class="contenttype-document" id="document" title="A page in the site. Can contain rich text.">\n                        \n                        <img width="16" height="16" alt="" src="http://nohost/plone/document_icon.png" title="A page in the site. Can contain rich text." />\n                        <span class="subMenuTitle">Page</span>\n                    </a>\n                    \n                  </li>\n                \n            </ul>\n          </dd>\n        </dl>\n\n    </li>\n    <li>\n\n        <dl class="actionMenu" id="plone-contentmenu-display">\n          <dt class="actionMenuHeader label-">\n            <a href="http://nohost/plone/select_default_view" title="Select the view mode for this folder, or set a content item as its default view.">\n               \n                  \n                  <span>Display</span>\n                  \n                  <span class="arrowDownAlternative">&#9660;</span>\n               \n            </a>\n          </dt>\n          <dd class="actionMenuContent">\n            <ul>\n                \n                  <li>\n                    <a href="http://nohost/plone/selectViewTemplate?templateId=folder_listing" class="" id="folder_listing" title="">\n                        \n                        \n                        <span class="subMenuTitle">Standard view</span>\n                    </a>\n                    \n                  </li>\n                \n                \n                  <li>\n                    <a href="http://nohost/plone/selectViewTemplate?templateId=folder_summary_view" class="" id="folder_summary_view" title="">\n                        \n                        \n                        <span class="subMenuTitle">Summary view</span>\n                    </a>\n                    \n                  </li>\n                \n                \n                  <li>\n                    <a href="http://nohost/plone/selectViewTemplate?templateId=folder_tabular_view" class="" id="folder_tabular_view" title="">\n                        \n                        \n                        <span class="subMenuTitle">Tabular view</span>\n                    </a>\n                    \n                  </li>\n                \n                \n                  <li>\n                    <a href="http://nohost/plone/selectViewTemplate?templateId=atct_album_view" class="" id="atct_album_view" title="">\n                        \n                        \n                        <span class="subMenuTitle">Thumbnail view</span>\n                    </a>\n                    \n                  </li>\n                \n                \n                  <li class="actionSeparator">\n                    \n                    <div id="contextDefaultPageDisplay" class="">\n                        <span>&bull;</span>\n                        \n                        <span class="subMenuTitle">Item: Welcome to Plone</span>\n                    </div>\n                  </li>\n                \n                \n                  <li class="actionSeparator">\n                    <a href="http://nohost/plone/select_default_page" class="" id="contextChangeDefaultPage" title="Change the item used as default view in this folder">\n                        \n                        \n                        <span class="subMenuTitle">Change content item\nas default view...</span>\n                    </a>\n                    \n                  </li>\n                \n            </ul>\n          </dd>\n        </dl>\n\n    </li>\n\n</ul>\n\n\n    \n\n</div>\na standard view\n\n                  <div id="region-content" class="documentContent">\n\n                    <span id="contentTopLeft"></span>\n                    <span id="contentTopRight"></span>\n                    \n                    <a name="documentContent"></a>\n\n                    \n\n    <dl class="portalMessage info" id="kssPortalMessage" style="display:none">\n        <dt>Info</dt>\n        <dd></dd>\n    </dl>\n\n    \n\n        <dl class="portalMessage info">\n            <dt>Info</dt>\n            <dd>Item(s) deleted.</dd>\n        </dl>\n\n    \n\n                    \n                    <div id="viewlet-above-content">a standard view</div>\n\n                    \n                    <div id="content">\n                      \n                      <div>\n      a standard view\n\n      <h1 class="documentFirstHeading"> \n          \n          \n              <img width="16" height="16" src="http://nohost/plone/site_icon.gif" alt="Plone site" /> \n              Plone site\n          \n      </h1>\n\n      <div xmlns="http://www.w3.org/1999/xhtml" class="documentByLine" id="plone-document-byline">\n  \n\n  \n\n  <span class="documentModified">\n    &mdash;\n    <span>\n      last modified\n    </span>\n    Jul 21, 2009 06:40 AM\n  </span>\n\n  \n\n  \n\n  \n\n</div>\n\n\n\na standard view\n\n      \n\n      \n\n      \n          \n      \n\n      <form name="folderContentsForm" method="post" action="http://nohost/plone" class="kssattr-serveraction-foldercontents_update_table">\n        <div id="folderlisting-main-table">\n  <input type="hidden" name="sort_on" value="getObjPositionInParent" />\n  <input type="hidden" name="pagenumber" value="1" />\n  <input type="hidden" name="show_all" value="False" />\n  <input type="hidden" name="orig_template" value="@@folder_contents" />\n  \n\n  <!-- <div metal:use-macro="context/document_actions/macros/document_actions">\n       Document actions (print, sendto etc)\n       </div> -->\n  \n\n  \n    \n    <div class="visualClear" id="clear-space-before-navigation"><!-- --></div>\n\n    <!-- Navigation -->\n\n\n    <table class="listing" id="listing-table" summary="Content listing">\n      <thead>\n        <tr>\n          <th colspan="6" class="nosort">Select: <a id="foldercontents-selectall" class="update-selection" href="http://nohost/plone/@@folder_contents?pagenumber=1&amp;select=screen">All</a></th>\n        </tr>\n        \n        \n\n        <tr>\n          <th class="nosort">&nbsp;</th>\n          <th class="nosort column" id="foldercontents-title-column">&nbsp;Title&nbsp;</th>\n          <th class="nosort column" id="foldercontents-size-column">&nbsp;Size&nbsp;</th>\n          <th class="nosort column" id="foldercontents-modified-column">&nbsp;Modified&nbsp;</th>\n          <th class="nosort column" id="foldercontents-status-column">&nbsp;State&nbsp;</th>\n          <th class="nosort column" id="foldercontents-order-column">\n          &nbsp;Order&nbsp;</th>\n        </tr>\n      </thead>\n\n      \n        <tbody>\n          \n            <tr class="draggable odd" id="folder-contents-item-Members">\n\n              \n\n              <td class="notDraggable">\n                <input type="checkbox" class="noborder" name="paths:list" id="cb_Members" value="/plone/Members" alt="Select Users" title="Select Users" />\n                <input type="hidden" name="selected_obj_paths:list" value="/plone/Members" />\n                <label class="hiddenStructure" for="cb_Members">Users</label>\n              </td>\n              <td>\n                <span class="contenttype-large-plone-folder">\n                  <img width="16" height="16" src="http://nohost/plone/folder_icon.png" alt="Large Folder" />\n                  <a href="http://nohost/plone/Members/folder_contents" class="state-visible" title="Large Folder: Container for users\' home directories">\n                    Users\n                  </a>\n                </span>\n\n                \n              </td>\n\n              <td>\n                \n                <span class="state-visible">1 kB</span>\n              </td>\n              <td class="state-visible">Jul 21, 2009 06:40 AM</td>\n              <td>\n                <span class="state-visible">Public draft</span>\n                \n              </td>\n              <td class="draggable">\n                <a href="http://nohost/plone/folder_position?position=up&amp;id=Members" title="Move item up">\n                  &#9650;\n                </a>\n                &nbsp;\n                <a href="http://nohost/plone/folder_position?position=down&amp;id=Members" title="Move item down">\n                  &#9660;\n                </a>\n              </td>\n            </tr>\n          \n          \n            <tr class="draggable even" id="folder-contents-item-front-page">\n\n              \n\n              <td class="notDraggable">\n                <input type="checkbox" class="noborder" name="paths:list" id="cb_front-page" value="/plone/front-page" alt="Select Welcome to Plone" title="Select Welcome to Plone" />\n                <input type="hidden" name="selected_obj_paths:list" value="/plone/front-page" />\n                <label class="hiddenStructure" for="cb_front-page">Welcome to Plone</label>\n              </td>\n              <td>\n                <span class="contenttype-document">\n                  <img width="16" height="16" src="http://nohost/plone/document_icon.png" alt="Page" />\n                  <a href="http://nohost/plone/front-page" class="state-published" title="Page: Congratulations! You have successfully installed Plone.">\n                    <strong>Welcome to Plone</strong>\n                  </a>\n                </span>\n\n                \n              </td>\n\n              <td>\n                \n                <span class="state-published">4.9 kB</span>\n              </td>\n              <td class="state-published">Jul 21, 2009 06:40 AM</td>\n              <td>\n                <span class="state-published">Published</span>\n                \n              </td>\n              <td class="draggable">\n                <a href="http://nohost/plone/folder_position?position=up&amp;id=front-page" title="Move item up">\n                  &#9650;\n                </a>\n                &nbsp;\n                <a href="http://nohost/plone/folder_position?position=down&amp;id=front-page" title="Move item down">\n                  &#9660;\n                </a>\n              </td>\n            </tr>\n          \n          \n            <tr class="draggable odd" id="folder-contents-item-news">\n\n              \n\n              <td class="notDraggable">\n                <input type="checkbox" class="noborder" name="paths:list" id="cb_news" value="/plone/news" alt="Select News" title="Select News" />\n                <input type="hidden" name="selected_obj_paths:list" value="/plone/news" />\n                <label class="hiddenStructure" for="cb_news">News</label>\n              </td>\n              <td>\n                <span class="contenttype-large-plone-folder">\n                  <img width="16" height="16" src="http://nohost/plone/folder_icon.png" alt="Large Folder" />\n                  <a href="http://nohost/plone/news/folder_contents" class="state-visible" title="Large Folder: Site News">\n                    News\n                  </a>\n                </span>\n\n                \n              </td>\n\n              <td>\n                \n                <span class="state-visible">1 kB</span>\n              </td>\n              <td class="state-visible">Jul 21, 2009 06:40 AM</td>\n              <td>\n                <span class="state-visible">Public draft</span>\n                \n              </td>\n              <td class="draggable">\n                <a href="http://nohost/plone/folder_position?position=up&amp;id=news" title="Move item up">\n                  &#9650;\n                </a>\n                &nbsp;\n                <a href="http://nohost/plone/folder_position?position=down&amp;id=news" title="Move item down">\n                  &#9660;\n                </a>\n              </td>\n            </tr>\n          \n          \n            <tr class="draggable even" id="folder-contents-item-events">\n\n              \n\n              <td class="notDraggable">\n                <input type="checkbox" class="noborder" name="paths:list" id="cb_events" value="/plone/events" alt="Select Events" title="Select Events" />\n                <input type="hidden" name="selected_obj_paths:list" value="/plone/events" />\n                <label class="hiddenStructure" for="cb_events">Events</label>\n              </td>\n              <td>\n                <span class="contenttype-large-plone-folder">\n                  <img width="16" height="16" src="http://nohost/plone/folder_icon.png" alt="Large Folder" />\n                  <a href="http://nohost/plone/events/folder_contents" class="state-visible" title="Large Folder: Site Events">\n                    Events\n                  </a>\n                </span>\n\n                \n              </td>\n\n              <td>\n                \n                <span class="state-visible">1 kB</span>\n              </td>\n              <td class="state-visible">Jul 21, 2009 06:40 AM</td>\n              <td>\n                <span class="state-visible">Public draft</span>\n                \n              </td>\n              <td class="draggable">\n                <a href="http://nohost/plone/folder_position?position=up&amp;id=events" title="Move item up">\n                  &#9650;\n                </a>\n                &nbsp;\n                <a href="http://nohost/plone/folder_position?position=down&amp;id=events" title="Move item down">\n                  &#9660;\n                </a>\n              </td>\n            </tr>\n          \n          \n            <tr class="draggable odd" id="folder-contents-item-doc1">\n\n              \n\n              <td class="notDraggable">\n                <input type="checkbox" class="noborder" name="paths:list" id="cb_doc1" value="/plone/doc1" alt="Select Test Page 1" title="Select Test Page 1" />\n                <input type="hidden" name="selected_obj_paths:list" value="/plone/doc1" />\n                <label class="hiddenStructure" for="cb_doc1">Test Page 1</label>\n              </td>\n              <td>\n                <span class="contenttype-document">\n                  <img width="16" height="16" src="http://nohost/plone/document_icon.png" alt="Page" />\n                  <a href="http://nohost/plone/doc1" class="state-visible" title="Page: ">\n                    Test Page 1\n                  </a>\n                </span>\n\n                \n              </td>\n\n              <td>\n                \n                <span class="state-visible">1 kB</span>\n              </td>\n              <td class="state-visible">Jul 21, 2009 06:42 AM</td>\n              <td>\n                <span class="state-visible">Public draft</span>\n                \n              </td>\n              <td class="draggable">\n                <a href="http://nohost/plone/folder_position?position=up&amp;id=doc1" title="Move item up">\n                  &#9650;\n                </a>\n                &nbsp;\n                <a href="http://nohost/plone/folder_position?position=down&amp;id=doc1" title="Move item down">\n                  &#9660;\n                </a>\n              </td>\n            </tr>\n          \n          \n            <tr class="draggable even" id="folder-contents-item-image1">\n\n              \n\n              <td class="notDraggable">\n                <input type="checkbox" class="noborder" name="paths:list" id="cb_image1" value="/plone/image1" alt="Select Test Image 1" title="Select Test Image 1" />\n                <input type="hidden" name="selected_obj_paths:list" value="/plone/image1" />\n                <label class="hiddenStructure" for="cb_image1">Test Image 1</label>\n              </td>\n              <td>\n                <span class="contenttype-image">\n                  <img width="16" height="16" src="http://nohost/plone/image_icon.png" alt="Image" />\n                  <a href="http://nohost/plone/image1/view" class="state-missing-value" title="Image: ">\n                    Test Image 1\n                  </a>\n                </span>\n\n                \n              </td>\n\n              <td>\n                \n                <span class="state-missing-value">1 kB</span>\n              </td>\n              <td class="state-missing-value">Jul 21, 2009 06:42 AM</td>\n              <td>\n                \n                <span>&nbsp;</span>\n              </td>\n              <td class="draggable">\n                <a href="http://nohost/plone/folder_position?position=up&amp;id=image1" title="Move item up">\n                  &#9650;\n                </a>\n                &nbsp;\n                <a href="http://nohost/plone/folder_position?position=down&amp;id=image1" title="Move item down">\n                  &#9660;\n                </a>\n              </td>\n            </tr>\n          \n          \n            <tr class="draggable odd" id="folder-contents-item-image2">\n\n              \n\n              <td class="notDraggable">\n                <input type="checkbox" class="noborder" name="paths:list" id="cb_image2" value="/plone/image2" alt="Select Test Image 2" title="Select Test Image 2" />\n                <input type="hidden" name="selected_obj_paths:list" value="/plone/image2" />\n                <label class="hiddenStructure" for="cb_image2">Test Image 2</label>\n              </td>\n              <td>\n                <span class="contenttype-image">\n                  <img width="16" height="16" src="http://nohost/plone/image_icon.png" alt="Image" />\n                  <a href="http://nohost/plone/image2/view" class="state-missing-value" title="Image: ">\n                    Test Image 2\n                  </a>\n                </span>\n\n                \n              </td>\n\n              <td>\n                \n                <span class="state-missing-value">1 kB</span>\n              </td>\n              <td class="state-missing-value">Jul 21, 2009 06:42 AM</td>\n              <td>\n                \n                <span>&nbsp;</span>\n              </td>\n              <td class="draggable">\n                <a href="http://nohost/plone/folder_position?position=up&amp;id=image2" title="Move item up">\n                  &#9650;\n                </a>\n                &nbsp;\n                <a href="http://nohost/plone/folder_position?position=down&amp;id=image2" title="Move item down">\n                  &#9660;\n                </a>\n              </td>\n            </tr>\n          \n          \n            <tr class="draggable even" id="folder-contents-item-image3">\n\n              \n\n              <td class="notDraggable">\n                <input type="checkbox" class="noborder" name="paths:list" id="cb_image3" value="/plone/image3" alt="Select Test Image 3" title="Select Test Image 3" />\n                <input type="hidden" name="selected_obj_paths:list" value="/plone/image3" />\n                <label class="hiddenStructure" for="cb_image3">Test Image 3</label>\n              </td>\n              <td>\n                <span class="contenttype-image">\n                  <img width="16" height="16" src="http://nohost/plone/image_icon.png" alt="Image" />\n                  <a href="http://nohost/plone/image3/view" class="state-missing-value" title="Image: ">\n                    Test Image 3\n                  </a>\n                </span>\n\n                \n              </td>\n\n              <td>\n                \n                <span class="state-missing-value">1 kB</span>\n              </td>\n              <td class="state-missing-value">Jul 21, 2009 06:42 AM</td>\n              <td>\n                \n                <span>&nbsp;</span>\n              </td>\n              <td class="draggable">\n                <a href="http://nohost/plone/folder_position?position=up&amp;id=image3" title="Move item up">\n                  &#9650;\n                </a>\n                &nbsp;\n                <a href="http://nohost/plone/folder_position?position=down&amp;id=image3" title="Move item down">\n                  &#9660;\n                </a>\n              </td>\n            </tr>\n          \n          \n            <tr class="draggable odd" id="folder-contents-item-file1">\n\n              \n\n              <td class="notDraggable">\n                <input type="checkbox" class="noborder" name="paths:list" id="cb_file1" value="/plone/file1" alt="Select Test File 1" title="Select Test File 1" />\n                <input type="hidden" name="selected_obj_paths:list" value="/plone/file1" />\n                <label class="hiddenStructure" for="cb_file1">Test File 1</label>\n              </td>\n              <td>\n                <span class="contenttype-file">\n                  <img width="16" height="16" src="http://nohost/plone/image_icon.gif" alt="File" />\n                  <a href="http://nohost/plone/file1/view" class="state-missing-value" title="File: ">\n                    Test File 1\n                  </a>\n                </span>\n\n                \n              </td>\n\n              <td>\n                \n                <span class="state-missing-value">1 kB</span>\n              </td>\n              <td class="state-missing-value">Jul 21, 2009 06:42 AM</td>\n              <td>\n                \n                <span>&nbsp;</span>\n              </td>\n              <td class="draggable">\n                <a href="http://nohost/plone/folder_position?position=up&amp;id=file1" title="Move item up">\n                  &#9650;\n                </a>\n                &nbsp;\n                <a href="http://nohost/plone/folder_position?position=down&amp;id=file1" title="Move item down">\n                  &#9660;\n                </a>\n              </td>\n            </tr>\n          \n          \n            <tr class="draggable even" id="folder-contents-item-folder1">\n\n              \n\n              <td class="notDraggable">\n                <input type="checkbox" class="noborder" name="paths:list" id="cb_folder1" value="/plone/folder1" alt="Select Test Folder 1" title="Select Test Folder 1" />\n                <input type="hidden" name="selected_obj_paths:list" value="/plone/folder1" />\n                <label class="hiddenStructure" for="cb_folder1">Test Folder 1</label>\n              </td>\n              <td>\n                <span class="contenttype-folder">\n                  <img width="16" height="16" src="http://nohost/plone/folder_icon.png" alt="Folder" />\n                  <a href="http://nohost/plone/folder1/folder_contents" class="state-visible" title="Folder: ">\n                    Test Folder 1\n                  </a>\n                </span>\n\n                \n              </td>\n\n              <td>\n                \n                <span class="state-visible">1 kB</span>\n              </td>\n              <td class="state-visible">Jul 21, 2009 06:42 AM</td>\n              <td>\n                <span class="state-visible">Public draft</span>\n                \n              </td>\n              <td class="draggable">\n                <a href="http://nohost/plone/folder_position?position=up&amp;id=folder1" title="Move item up">\n                  &#9650;\n                </a>\n                &nbsp;\n                <a href="http://nohost/plone/folder_position?position=down&amp;id=folder1" title="Move item down">\n                  &#9660;\n                </a>\n              </td>\n            </tr>\n          \n        </tbody>\n        \n      \n    </table>\n    <!-- Navigation -->\n\n\n    \n      <input class="context" type="submit" name="folder_copy:method" value="Copy" />\n    \n    \n      <input class="context" type="submit" name="folder_cut:method" value="Cut" />\n    \n    \n      <input class="context" type="submit" name="folder_rename_form:method" value="Rename" />\n    \n    \n      <input class="context" type="submit" name="folder_delete:method" value="Delete" />\n    \n    \n      <input class="context" type="submit" name="content_status_history:method" value="Change State" />\n    \n  \n</div>\n\n        <input type="hidden" name="_authenticator" value="f47befcd7b853fa3e93cbaecf3a0f65a9ae21b8d"/>\n      </form>\n    </div>\n                    </div>\n                    \n\n                    \n                    \n                      \n\na standard view\n                    \n                    \n\n                    <span id="contentBottomLeft"></span>\n                    <span id="contentBottomRight"></span>\n\n                  </div>\n\n                </div>\n\n              \n            </td>\n            \n\n            \n            \n            \n          </tr>\n        </tbody>\n      </table>\n      \n\n      <div class="visualClear" id="clear-space-before-footer"><!-- --></div>\n      \n      <div>\n          <a class="managePortletsFallback" href="http://nohost/plone/@@manage-portlets">\n             Manage portlets\n          </a>\n      </div>\n\n      \n\n        <div xmlns="http://www.w3.org/1999/xhtml" id="portal-footer">\n\n<p>\n    \n    The\n    <a href="http://plone.org">Plone<sup>&reg;</sup> CMS &mdash; Open Source Content Management System</a>\n    is\n    <acronym title="Copyright">&copy;</acronym>\n    2000-2009\n    by the\n    <a href="http://plone.org/foundation">Plone Foundation</a>\n    et al.\n    \n</p>\n\n<p>\n    \n    Plone<sup>&reg;</sup> and the Plone logo are registered trademarks of the\n        <a href="http://plone.org/foundation">Plone Foundation</a>.\n    \n\n    \n    Distributed under the\n        <a href="http://creativecommons.org/licenses/GPL/2.0/">GNU GPL license</a>.\n    \n</p>\n\n</div>\n\n<div xmlns="http://www.w3.org/1999/xhtml" id="portal-colophon">\n      \n\n      \n\n      <div class="colophonWrapper">\n      <ul>\n        <li>\n          <a href="http://plone.org" title="This site was built using Plone CMS, the Open Source Content Management System. Click for more information.">\n            Powered by Plone</a>\n        </li>\n        <li>\n          <a href="http://validator.w3.org/check/referer" title="This site is valid XHTML.">\n            Valid XHTML</a>\n        </li>\n        <li>\n          <a href="http://jigsaw.w3.org/css-validator/check/referer?warning=no&amp;profile=css3&amp;usermedium=all" title="This site was built with valid CSS.">\n            Valid CSS</a>\n        </li>\n        <li>\n          <a href="http://www.section508.gov" title="This site conforms to the US Government Section 508 Accessibility Guidelines.">\n            Section 508</a>\n        </li>\n        <li>\n          <a href="http://www.w3.org/WAI/WCAG1AA-Conformance" title="This site conforms to the W3C-WAI Web Content Accessibility Guidelines.">\n            WCAG</a>\n        </li>\n      </ul>\n      </div>\n\n    </div>\n\na standard view\n\n      \n\n      <div class="visualClear"><!-- --></div>\n    </div>\n<div id="kss-spinner"><img alt="" src="http://nohost/plone/spinner.png" /></div>\n</body>\n</html>\n\n'



Failure in test /home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/plone.app.linkintegrity/plone/app/linkintegrity/docs/testReferalToPrivateFiles.txt
Failed doctest test for testReferalToPrivateFiles.txt
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/plone.app.linkintegrity/plone/app/linkintegrity/docs/testReferalToPrivateFiles.txt", line 0

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/plone.app.linkintegrity/plone/app/linkintegrity/docs/testReferalToPrivateFiles.txt", line 36, in testReferalToPrivateFiles.txt
Failed example:
    browser.contents
Expected:
    '...<div...class="documentContent"...
     ...<form ... action="http://nohost/plone/removeConfirmationAction">...
     ...<a href="http://nohost/plone/image1"...Test Image 1...
     ...This...Image...is referenced by the following items:...
     ...<ul>...The item is not accessible...</ul>...
     ...Would you like to delete it anyway?...'
Got:
    '\n\n        \n      \n\n<!DOCTYPE html PUBLIC\n  "-//W3C//DTD XHTML 1.0 Transitional//EN"\n  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">\n\n<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">\n\n  \n    \n    \n    \n    \n    \n\n  \n\n  <head>\n\n    <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />\n\n    <meta name="generator" content="Plone - http://plone.org" />\n\n    <!-- Internet Explorer fix, forces IE8 into newest possible rendering\n         engine even if it\'s on an intranet. This has to be defined before any\n         script/style tags. -->\n    <meta http-equiv="X-UA-Compatible" content="IE=edge" /> \n\n    \n      <base href="http://nohost/plone/" /><!--[if lt IE 7]></base><![endif]-->\n    \n\n    <link rel="kss-base-url" href="http://nohost/plone" />\n\n  \n  \n    \n    \n      <script type="text/javascript" src="http://nohost/plone/portal_javascripts/Plone%20Default/jquery-cachekey6254.js">\n      </script>\n    \n    \n    \n  \n\n  \n    \n    \n      <script type="text/javascript" src="http://nohost/plone/portal_javascripts/Plone%20Default/dropdown-cachekey4590.js">\n      </script>\n    \n    \n    \n  \n\n  \n    \n    \n      <script type="text/javascript" src="http://nohost/plone/portal_javascripts/Plone%20Default/sarissa-cachekey5677.js">\n      </script>\n    \n    \n    \n  \n\n  \n    \n    \n      <script type="text/javascript" src="http://nohost/plone/portal_javascripts/Plone%20Default/resourcebase2-dom-fp-cachekey5991.js">\n      </script>\n    \n    \n    \n  \n\n  \n    \n    \n      <script type="text/javascript" src="http://nohost/plone/portal_javascripts/Plone%20Default/resourcekukit-cachekey2681.js">\n      </script>\n    \n    \n    \n  \n\n\n  \n  \n    \n    \n    \n      <style type="text/css" media="screen">@import url(http://nohost/plone/portal_css/Plone%20Default/member-cachekey5449.css);</style>\n    \n    \n    \n  \n\n  \n    \n    \n    \n      <style type="text/css">@import url(http://nohost/plone/portal_css/Plone%20Default/base-cachekey2676.css);</style>\n    \n    \n    \n  \n\n  \n    \n    \n    \n      <style type="text/css" media="all">@import url(http://nohost/plone/portal_css/Plone%20Default/ploneCustom-cachekey3260.css);</style>\n    \n    \n    \n  \n\n\n  \n  <link rel="kinetic-stylesheet" type="text/css" href="http://nohost/plone/portal_kss/Plone%20Default/at-cachekey2905.kss" />\n\n\na standard view\n<title>Plone site</title>\n\n    <!-- IE6 workaround CSS/JS  -->\n    <!-- [if lte IE7]>\n        <style type="text/css" media="all">@import url(http://nohost/plone/IEFixes.css);</style>\n        \n        <script type="text/javascript" src="http://nohost/plone/iefixes.js">\n        </script>\n        \n    <![endif]-->\n\n    \n    <link rel="author" href="http://nohost/plone/author/" title="Author information" />\n\n\n\n    <link rel="shortcut icon" type="image/x-icon" href="http://nohost/plone/favicon.ico" />\n\n\n\n    <link rel="home" href="http://nohost/plone" title="Front page" />\n\n    <link rel="contents" href="http://nohost/plone/sitemap" title="Site Map" />\n\n\n\n\n\n\n    <link rel="search" href="http://nohost/plone/search_form" title="Search this site" />\n\n\na standard view\n\n    <!-- Disable IE6 image toolbar -->\n    <meta http-equiv="imagetoolbar" content="no" />\n    \n    \n    \n\n    \n    \n\n    \n    \n\n    \n    \n\n  </head>\n\n  <body class=" template-foldercontents.pt" dir="ltr">\n    <div id="visual-portal-wrapper">\n\n      <div id="portal-top">\n        <div xmlns="http://www.w3.org/1999/xhtml" id="portal-header">\n    <p xmlns="http://www.w3.org/1999/xhtml" class="hiddenStructure">\n  <a accesskey="2" href="http://nohost/plone/@@folder_contents#documentContent">Skip to content.</a> |\n\n  <a accesskey="6" href="http://nohost/plone/@@folder_contents#portlet-navigation-tree">Skip to navigation</a>\n</p>\n\n<ul xmlns="http://www.w3.org/1999/xhtml" id="portal-siteactions">\n\n    <li id="siteaction-sitemap"><a href="http://nohost/plone/sitemap" accesskey="3" title="Site Map">Site Map</a></li>\n    <li id="siteaction-accessibility"><a href="http://nohost/plone/accessibility-info" accesskey="0" title="Accessibility">Accessibility</a></li>\n    <li id="siteaction-contact"><a href="http://nohost/plone/contact-info" accesskey="9" title="Contact">Contact</a></li>\n</ul>\n\n<div id="portal-searchbox">\n    <form name="searchform" action="http://nohost/plone/search">\n\n        <label for="searchGadget" class="hiddenStructure">Search Site</label>\n\n        <div class="LSBox">\n        <input name="SearchableText" type="text" size="18" title="Search Site" accesskey="4" class="inputLabel" id="searchGadget" />\n\n        <input class="searchButton" type="submit" value="Search" />\n    \n        <div class="searchSection">\n            <input id="searchbox_currentfolder_only" class="noborder" type="checkbox" name="path" value="/plone" />\n            <label for="searchbox_currentfolder_only" style="cursor: pointer">\n                only in current section\n            </label>\n        </div>\n\n        <div class="LSResult" id="LSResult" style=""><div class="LSShadow" id="LSShadow"></div></div>\n        </div>\n    </form>\n\n    <div id="portal-advanced-search" class="hiddenStructure">\n        <a href="http://nohost/plone/search_form" accesskey="5">\n            Advanced Search&hellip;\n        </a>\n    </div>\n\n</div>\n\n<a xmlns="http://www.w3.org/1999/xhtml" id="portal-logo" accesskey="1" href="http://nohost/plone">\n    <img src="http://nohost/plone/logo.jpg" alt="" title="Plone" height="57" width="252" /></a>\n\n\n    <h5 class="hiddenStructure">Sections</h5>\n\n    <ul id="portal-globalnav">\n        <li id="portaltab-index_html" class="selected"><a href="http://nohost/plone" title="">Home</a></li>\n        <li id="portaltab-Members" class="plain"><a href="http://nohost/plone/Members" title="Container for users\' home directories">Users</a></li>\n        <li id="portaltab-news" class="plain"><a href="http://nohost/plone/news" title="Site News">News</a></li>\n        <li id="portaltab-events" class="plain"><a href="http://nohost/plone/events" title="Site Events">Events</a></li>\n        <li id="portaltab-doc1" class="plain"><a href="http://nohost/plone/doc1" title="">Test Page 1</a></li>\n        <li id="portaltab-doc2" class="plain"><a href="http://nohost/plone/doc2" title="">Test Page 2</a></li>\n        <li id="portaltab-image2" class="plain"><a href="http://nohost/plone/image2/view" title="">Test Image 2</a></li>\n        <li id="portaltab-image3" class="plain"><a href="http://nohost/plone/image3/view" title="">Test Image 3</a></li>\n        <li id="portaltab-file1" class="plain"><a href="http://nohost/plone/file1/view" title="">Test File 1</a></li>\n        <li id="portaltab-folder1" class="plain"><a href="http://nohost/plone/folder1" title="">Test Folder 1</a></li>\n    </ul>\n\na standard view\n</div>\n\n<div xmlns="http://www.w3.org/1999/xhtml" id="portal-personaltools-wrapper">\n\n<h5 class="hiddenStructure">Personal tools</h5>\n\n<ul id="portal-personaltools" class="visualInline">\n   \n       <li><a id="user-name" href="http://nohost/plone/dashboard"><img src="http://nohost/plone/user.gif" alt="" title="User" height="16" width="16" />\n            <span class="visualCaseSensitive">test_user_1_</span></a></li>\n   \n\n    \n        <li>\n            <a href="http://nohost/plone/logout">Log out</a>\n        </li>\n    \n\n</ul>\n</div>\n\n\n    \n\n\n<div xmlns="http://www.w3.org/1999/xhtml" id="portal-breadcrumbs">\n\n    <span id="breadcrumbs-you-are-here">You\nare here:</span>\n    <a href="http://nohost/plone">Home</a>\n    \n\n</div>\n\na standard view\n      </div>\n\n      <div class="visualClear" id="clear-space-before-wrapper-table"><!-- --></div>\n\n      <table id="portal-columns">\n        <tbody>\n          <tr>\n            \n            \n            \n\n            \n            <td id="portal-column-content">\n\n              \n                <div class="documentEditable">\n\n                  \n\n    \n\n        <h5 class="hiddenStructure">Views</h5>\n\n        <ul class="contentViews" id="content-views">\n\n            \n              <li id="contentview-folderContents" class="plain">\n                <a href="http://nohost/plone/folder_contents">Contents</a>\n              </li>\n            \n            \n              <li id="contentview-view" class="selected">\n                <a href="http://nohost/plone">View</a>\n              </li>\n            \n\n        </ul>\n        \n    \n\n\n<div class="contentActions">\n\n    \n\n        \n\n        \n\n        <ul id="contentActionMenus">\n\n\n</ul>\n\n\n    \n\n</div>\na standard view\n\n                  <div id="region-content" class="documentContent">\n\n                    <span id="contentTopLeft"></span>\n                    <span id="contentTopRight"></span>\n                    \n                    <a name="documentContent"></a>\n\n                    \n\n    <dl class="portalMessage info" id="kssPortalMessage" style="display:none">\n        <dt>Info</dt>\n        <dd></dd>\n    </dl>\n\n    \n\n        <dl class="portalMessage info">\n            <dt>Info</dt>\n            <dd>Item(s) deleted.</dd>\n        </dl>\n\n    \n\n                    \n                    <div id="viewlet-above-content">a standard view</div>\n\n                    \n                    <div id="content">\n                      \n                      <div>\n      a standard view\n\n      <h1 class="documentFirstHeading"> \n          \n          \n              <img width="16" height="16" src="http://nohost/plone/site_icon.gif" alt="Plone site" /> \n              Plone site\n          \n      </h1>\n\n      <div xmlns="http://www.w3.org/1999/xhtml" class="documentByLine" id="plone-document-byline">\n  \n\n  \n\n  <span class="documentModified">\n    &mdash;\n    <span>\n      last modified\n    </span>\n    Jul 21, 2009 06:40 AM\n  </span>\n\n  \n\n  \n\n  \n\n</div>\n\n\n\na standard view\n\n      \n\n      \n\n      \n          \n      \n\n      <form name="folderContentsForm" method="post" action="http://nohost/plone" class="kssattr-serveraction-foldercontents_update_table">\n        <div id="folderlisting-main-table">\n  <input type="hidden" name="sort_on" value="getObjPositionInParent" />\n  <input type="hidden" name="pagenumber" value="1" />\n  <input type="hidden" name="show_all" value="False" />\n  <input type="hidden" name="orig_template" value="@@folder_contents" />\n  \n\n  <!-- <div metal:use-macro="context/document_actions/macros/document_actions">\n       Document actions (print, sendto etc)\n       </div> -->\n  \n\n  \n    \n    <div class="visualClear" id="clear-space-before-navigation"><!-- --></div>\n\n    <!-- Navigation -->\n\n\n    <table class="listing" id="listing-table" summary="Content listing">\n      <thead>\n        <tr>\n          <th colspan="6" class="nosort">Select: <a id="foldercontents-selectall" class="update-selection" href="http://nohost/plone/@@folder_contents?pagenumber=1&amp;select=screen">All</a></th>\n        </tr>\n        \n        \n\n        <tr>\n          <th class="nosort">&nbsp;</th>\n          <th class="nosort column" id="foldercontents-title-column">&nbsp;Title&nbsp;</th>\n          <th class="nosort column" id="foldercontents-size-column">&nbsp;Size&nbsp;</th>\n          <th class="nosort column" id="foldercontents-modified-column">&nbsp;Modified&nbsp;</th>\n          <th class="nosort column" id="foldercontents-status-column">&nbsp;State&nbsp;</th>\n          \n        </tr>\n      </thead>\n\n      \n        <tbody>\n          \n            <tr class="draggable odd" id="folder-contents-item-Members">\n\n              \n\n              <td class="notDraggable">\n                <input type="checkbox" class="noborder" name="paths:list" id="cb_Members" value="/plone/Members" alt="Select Users" title="Select Users" />\n                <input type="hidden" name="selected_obj_paths:list" value="/plone/Members" />\n                <label class="hiddenStructure" for="cb_Members">Users</label>\n              </td>\n              <td>\n                <span class="contenttype-large-plone-folder">\n                  <img width="16" height="16" src="http://nohost/plone/folder_icon.png" alt="Large Folder" />\n                  <a href="http://nohost/plone/Members/folder_contents" class="state-visible" title="Large Folder: Container for users\' home directories">\n                    Users\n                  </a>\n                </span>\n\n                \n              </td>\n\n              <td>\n                \n                <span class="state-visible">1 kB</span>\n              </td>\n              <td class="state-visible">Jul 21, 2009 06:40 AM</td>\n              <td>\n                <span class="state-visible">Public draft</span>\n                \n              </td>\n              \n            </tr>\n          \n          \n            <tr class="draggable even" id="folder-contents-item-front-page">\n\n              \n\n              <td class="notDraggable">\n                <input type="checkbox" class="noborder" name="paths:list" id="cb_front-page" value="/plone/front-page" alt="Select Welcome to Plone" title="Select Welcome to Plone" />\n                <input type="hidden" name="selected_obj_paths:list" value="/plone/front-page" />\n                <label class="hiddenStructure" for="cb_front-page">Welcome to Plone</label>\n              </td>\n              <td>\n                <span class="contenttype-document">\n                  <img width="16" height="16" src="http://nohost/plone/document_icon.png" alt="Page" />\n                  <a href="http://nohost/plone/front-page" class="state-published" title="Page: Congratulations! You have successfully installed Plone.">\n                    <strong>Welcome to Plone</strong>\n                  </a>\n                </span>\n\n                \n              </td>\n\n              <td>\n                \n                <span class="state-published">4.9 kB</span>\n              </td>\n              <td class="state-published">Jul 21, 2009 06:40 AM</td>\n              <td>\n                <span class="state-published">Published</span>\n                \n              </td>\n              \n            </tr>\n          \n          \n            <tr class="draggable odd" id="folder-contents-item-news">\n\n              \n\n              <td class="notDraggable">\n                <input type="checkbox" class="noborder" name="paths:list" id="cb_news" value="/plone/news" alt="Select News" title="Select News" />\n                <input type="hidden" name="selected_obj_paths:list" value="/plone/news" />\n                <label class="hiddenStructure" for="cb_news">News</label>\n              </td>\n              <td>\n                <span class="contenttype-large-plone-folder">\n                  <img width="16" height="16" src="http://nohost/plone/folder_icon.png" alt="Large Folder" />\n                  <a href="http://nohost/plone/news/folder_contents" class="state-visible" title="Large Folder: Site News">\n                    News\n                  </a>\n                </span>\n\n                \n              </td>\n\n              <td>\n                \n                <span class="state-visible">1 kB</span>\n              </td>\n              <td class="state-visible">Jul 21, 2009 06:40 AM</td>\n              <td>\n                <span class="state-visible">Public draft</span>\n                \n              </td>\n              \n            </tr>\n          \n          \n            <tr class="draggable even" id="folder-contents-item-events">\n\n              \n\n              <td class="notDraggable">\n                <input type="checkbox" class="noborder" name="paths:list" id="cb_events" value="/plone/events" alt="Select Events" title="Select Events" />\n                <input type="hidden" name="selected_obj_paths:list" value="/plone/events" />\n                <label class="hiddenStructure" for="cb_events">Events</label>\n              </td>\n              <td>\n                <span class="contenttype-large-plone-folder">\n                  <img width="16" height="16" src="http://nohost/plone/folder_icon.png" alt="Large Folder" />\n                  <a href="http://nohost/plone/events/folder_contents" class="state-visible" title="Large Folder: Site Events">\n                    Events\n                  </a>\n                </span>\n\n                \n              </td>\n\n              <td>\n                \n                <span class="state-visible">1 kB</span>\n              </td>\n              <td class="state-visible">Jul 21, 2009 06:40 AM</td>\n              <td>\n                <span class="state-visible">Public draft</span>\n                \n              </td>\n              \n            </tr>\n          \n          \n            <tr class="draggable odd" id="folder-contents-item-doc1">\n\n              \n\n              <td class="notDraggable">\n                <input type="checkbox" class="noborder" name="paths:list" id="cb_doc1" value="/plone/doc1" alt="Select Test Page 1" title="Select Test Page 1" />\n                <input type="hidden" name="selected_obj_paths:list" value="/plone/doc1" />\n                <label class="hiddenStructure" for="cb_doc1">Test Page 1</label>\n              </td>\n              <td>\n                <span class="contenttype-document">\n                  <img width="16" height="16" src="http://nohost/plone/document_icon.png" alt="Page" />\n                  <a href="http://nohost/plone/doc1" class="state-visible" title="Page: ">\n                    Test Page 1\n                  </a>\n                </span>\n\n                \n              </td>\n\n              <td>\n                \n                <span class="state-visible">1 kB</span>\n              </td>\n              <td class="state-visible">Jul 21, 2009 06:42 AM</td>\n              <td>\n                <span class="state-visible">Public draft</span>\n                \n              </td>\n              \n            </tr>\n          \n          \n            <tr class="draggable even" id="folder-contents-item-doc2">\n\n              \n\n              <td class="notDraggable">\n                <input type="checkbox" class="noborder" name="paths:list" id="cb_doc2" value="/plone/doc2" alt="Select Test Page 2" title="Select Test Page 2" />\n                <input type="hidden" name="selected_obj_paths:list" value="/plone/doc2" />\n                <label class="hiddenStructure" for="cb_doc2">Test Page 2</label>\n              </td>\n              <td>\n                <span class="contenttype-document">\n                  <img width="16" height="16" src="http://nohost/plone/document_icon.png" alt="Page" />\n                  <a href="http://nohost/plone/doc2" class="state-visible" title="Page: ">\n                    Test Page 2\n                  </a>\n                </span>\n\n                \n              </td>\n\n              <td>\n                \n                <span class="state-visible">1 kB</span>\n              </td>\n              <td class="state-visible">Jul 21, 2009 06:42 AM</td>\n              <td>\n                <span class="state-visible">Public draft</span>\n                \n              </td>\n              \n            </tr>\n          \n          \n            <tr class="draggable odd" id="folder-contents-item-image2">\n\n              \n\n              <td class="notDraggable">\n                <input type="checkbox" class="noborder" name="paths:list" id="cb_image2" value="/plone/image2" alt="Select Test Image 2" title="Select Test Image 2" />\n                <input type="hidden" name="selected_obj_paths:list" value="/plone/image2" />\n                <label class="hiddenStructure" for="cb_image2">Test Image 2</label>\n              </td>\n              <td>\n                <span class="contenttype-image">\n                  <img width="16" height="16" src="http://nohost/plone/image_icon.png" alt="Image" />\n                  <a href="http://nohost/plone/image2/view" class="state-missing-value" title="Image: ">\n                    Test Image 2\n                  </a>\n                </span>\n\n                \n              </td>\n\n              <td>\n                \n                <span class="state-missing-value">1 kB</span>\n              </td>\n              <td class="state-missing-value">Jul 21, 2009 06:42 AM</td>\n              <td>\n                \n                <span>&nbsp;</span>\n              </td>\n              \n            </tr>\n          \n          \n            <tr class="draggable even" id="folder-contents-item-image3">\n\n              \n\n              <td class="notDraggable">\n                <input type="checkbox" class="noborder" name="paths:list" id="cb_image3" value="/plone/image3" alt="Select Test Image 3" title="Select Test Image 3" />\n                <input type="hidden" name="selected_obj_paths:list" value="/plone/image3" />\n                <label class="hiddenStructure" for="cb_image3">Test Image 3</label>\n              </td>\n              <td>\n                <span class="contenttype-image">\n                  <img width="16" height="16" src="http://nohost/plone/image_icon.png" alt="Image" />\n                  <a href="http://nohost/plone/image3/view" class="state-missing-value" title="Image: ">\n                    Test Image 3\n                  </a>\n                </span>\n\n                \n              </td>\n\n              <td>\n                \n                <span class="state-missing-value">1 kB</span>\n              </td>\n              <td class="state-missing-value">Jul 21, 2009 06:42 AM</td>\n              <td>\n                \n                <span>&nbsp;</span>\n              </td>\n              \n            </tr>\n          \n          \n            <tr class="draggable odd" id="folder-contents-item-file1">\n\n              \n\n              <td class="notDraggable">\n                <input type="checkbox" class="noborder" name="paths:list" id="cb_file1" value="/plone/file1" alt="Select Test File 1" title="Select Test File 1" />\n                <input type="hidden" name="selected_obj_paths:list" value="/plone/file1" />\n                <label class="hiddenStructure" for="cb_file1">Test File 1</label>\n              </td>\n              <td>\n                <span class="contenttype-file">\n                  <img width="16" height="16" src="http://nohost/plone/image_icon.gif" alt="File" />\n                  <a href="http://nohost/plone/file1/view" class="state-missing-value" title="File: ">\n                    Test File 1\n                  </a>\n                </span>\n\n                \n              </td>\n\n              <td>\n                \n                <span class="state-missing-value">1 kB</span>\n              </td>\n              <td class="state-missing-value">Jul 21, 2009 06:42 AM</td>\n              <td>\n                \n                <span>&nbsp;</span>\n              </td>\n              \n            </tr>\n          \n          \n            <tr class="draggable even" id="folder-contents-item-folder1">\n\n              \n\n              <td class="notDraggable">\n                <input type="checkbox" class="noborder" name="paths:list" id="cb_folder1" value="/plone/folder1" alt="Select Test Folder 1" title="Select Test Folder 1" />\n                <input type="hidden" name="selected_obj_paths:list" value="/plone/folder1" />\n                <label class="hiddenStructure" for="cb_folder1">Test Folder 1</label>\n              </td>\n              <td>\n                <span class="contenttype-folder">\n                  <img width="16" height="16" src="http://nohost/plone/folder_icon.png" alt="Folder" />\n                  <a href="http://nohost/plone/folder1/folder_contents" class="state-visible" title="Folder: ">\n                    Test Folder 1\n                  </a>\n                </span>\n\n                \n              </td>\n\n              <td>\n                \n                <span class="state-visible">1 kB</span>\n              </td>\n              <td class="state-visible">Jul 21, 2009 06:42 AM</td>\n              <td>\n                <span class="state-visible">Public draft</span>\n                \n              </td>\n              \n            </tr>\n          \n        </tbody>\n        \n      \n    </table>\n    <!-- Navigation -->\n\n\n    \n      <input class="context" type="submit" name="folder_copy:method" value="Copy" />\n    \n    \n      <input class="context" type="submit" name="folder_cut:method" value="Cut" />\n    \n    \n      <input class="context" type="submit" name="folder_delete:method" value="Delete" />\n    \n  \n</div>\n\n        <input type="hidden" name="_authenticator" value="f47befcd7b853fa3e93cbaecf3a0f65a9ae21b8d"/>\n      </form>\n    </div>\n                    </div>\n                    \n\n                    \n                    \n                      \n\na standard view\n                    \n                    \n\n                    <span id="contentBottomLeft"></span>\n                    <span id="contentBottomRight"></span>\n\n                  </div>\n\n                </div>\n\n              \n            </td>\n            \n\n            \n            \n            \n          </tr>\n        </tbody>\n      </table>\n      \n\n      <div class="visualClear" id="clear-space-before-footer"><!-- --></div>\n      \n      \n\n      \n\n        <div xmlns="http://www.w3.org/1999/xhtml" id="portal-footer">\n\n<p>\n    \n    The\n    <a href="http://plone.org">Plone<sup>&reg;</sup> CMS &mdash; Open Source Content Management System</a>\n    is\n    <acronym title="Copyright">&copy;</acronym>\n    2000-2009\n    by the\n    <a href="http://plone.org/foundation">Plone Foundation</a>\n    et al.\n    \n</p>\n\n<p>\n    \n    Plone<sup>&reg;</sup> and the Plone logo are registered trademarks of the\n        <a href="http://plone.org/foundation">Plone Foundation</a>.\n    \n\n    \n    Distributed under the\n        <a href="http://creativecommons.org/licenses/GPL/2.0/">GNU GPL license</a>.\n    \n</p>\n\n</div>\n\n<div xmlns="http://www.w3.org/1999/xhtml" id="portal-colophon">\n      \n\n      \n\n      <div class="colophonWrapper">\n      <ul>\n        <li>\n          <a href="http://plone.org" title="This site was built using Plone CMS, the Open Source Content Management System. Click for more information.">\n            Powered by Plone</a>\n        </li>\n        <li>\n          <a href="http://validator.w3.org/check/referer" title="This site is valid XHTML.">\n            Valid XHTML</a>\n        </li>\n        <li>\n          <a href="http://jigsaw.w3.org/css-validator/check/referer?warning=no&amp;profile=css3&amp;usermedium=all" title="This site was built with valid CSS.">\n            Valid CSS</a>\n        </li>\n        <li>\n          <a href="http://www.section508.gov" title="This site conforms to the US Government Section 508 Accessibility Guidelines.">\n            Section 508</a>\n        </li>\n        <li>\n          <a href="http://www.w3.org/WAI/WCAG1AA-Conformance" title="This site conforms to the W3C-WAI Web Content Accessibility Guidelines.">\n            WCAG</a>\n        </li>\n      </ul>\n      </div>\n\n    </div>\n\na standard view\n\n      \n\n      <div class="visualClear"><!-- --></div>\n    </div>\n<div id="kss-spinner"><img alt="" src="http://nohost/plone/spinner.png" /></div>\n</body>\n</html>\n\n'



Failure in test /home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/plone.app.linkintegrity/plone/app/linkintegrity/docs/testBrokenReference.txt
Failed doctest test for testBrokenReference.txt
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/plone.app.linkintegrity/plone/app/linkintegrity/docs/testBrokenReference.txt", line 0

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/plone.app.linkintegrity/plone/app/linkintegrity/docs/testBrokenReference.txt", line 20, in testBrokenReference.txt
Failed example:
    portal.doc1.getReferences()
Expected:
    [None]
Got:
    []



Failure in test /home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/plone.app.linkintegrity/plone/app/linkintegrity/docs/testRemovalInSubfolder.txt
Failed doctest test for testRemovalInSubfolder.txt
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/plone.app.linkintegrity/plone/app/linkintegrity/docs/testRemovalInSubfolder.txt", line 0

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/plone.app.linkintegrity/plone/app/linkintegrity/docs/testRemovalInSubfolder.txt", line 19, in testRemovalInSubfolder.txt
Failed example:
    browser.contents
Expected:
    '...<div...class="documentContent"...
     ...<form ... action="http://nohost/plone/removeConfirmationAction">...
     ...<a href="http://nohost/plone/folder1/doc3"...Test Page 3...
     ...This...Document...is referenced by the following items:...
     ...<li>...<a href="http://nohost/plone/doc1"...Test Page 1...</li>...
     ...<li>...<a href="http://nohost/plone/doc2"...Test Page 2...</li>...
     ...Would you like to delete it anyway?...'
Got:
    '\n\n        \n      \n\n<!DOCTYPE html PUBLIC\n  "-//W3C//DTD XHTML 1.0 Transitional//EN"\n  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">\n\n<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">\n\n  \n    \n    \n    \n    \n    \n\n  \n\n  <head>\n\n    <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />\n\n    <meta name="generator" content="Plone - http://plone.org" />\n\n    <!-- Internet Explorer fix, forces IE8 into newest possible rendering\n         engine even if it\'s on an intranet. This has to be defined before any\n         script/style tags. -->\n    <meta http-equiv="X-UA-Compatible" content="IE=edge" /> \n\n    \n      <base href="http://nohost/plone/" /><!--[if lt IE 7]></base><![endif]-->\n    \n\n    <link rel="kss-base-url" href="http://nohost/plone" />\n\n  \n  \n    \n    \n      <script type="text/javascript" src="http://nohost/plone/portal_javascripts/Plone%20Default/jquery-cachekey6254.js">\n      </script>\n    \n    \n    \n  \n\n  \n    \n    \n      <script type="text/javascript" src="http://nohost/plone/portal_javascripts/Plone%20Default/dropdown-cachekey4590.js">\n      </script>\n    \n    \n    \n  \n\n  \n    \n    \n      <script type="text/javascript" src="http://nohost/plone/portal_javascripts/Plone%20Default/sarissa-cachekey5677.js">\n      </script>\n    \n    \n    \n  \n\n  \n    \n    \n      <script type="text/javascript" src="http://nohost/plone/portal_javascripts/Plone%20Default/resourcebase2-dom-fp-cachekey5991.js">\n      </script>\n    \n    \n    \n  \n\n  \n    \n    \n      <script type="text/javascript" src="http://nohost/plone/portal_javascripts/Plone%20Default/resourcekukit-cachekey2681.js">\n      </script>\n    \n    \n    \n  \n\n\n  \n  \n    \n    \n    \n      <style type="text/css" media="screen">@import url(http://nohost/plone/portal_css/Plone%20Default/member-cachekey5449.css);</style>\n    \n    \n    \n  \n\n  \n    \n    \n    \n      <style type="text/css">@import url(http://nohost/plone/portal_css/Plone%20Default/base-cachekey2676.css);</style>\n    \n    \n    \n  \n\n  \n    \n    \n    \n      <style type="text/css" media="all">@import url(http://nohost/plone/portal_css/Plone%20Default/ploneCustom-cachekey3260.css);</style>\n    \n    \n    \n  \n\n\n  \n  <link rel="kinetic-stylesheet" type="text/css" href="http://nohost/plone/portal_kss/Plone%20Default/at-cachekey2905.kss" />\n\n\na standard view\n<title>Plone site</title>\n\n    <!-- IE6 workaround CSS/JS  -->\n    <!-- [if lte IE7]>\n        <style type="text/css" media="all">@import url(http://nohost/plone/IEFixes.css);</style>\n        \n        <script type="text/javascript" src="http://nohost/plone/iefixes.js">\n        </script>\n        \n    <![endif]-->\n\n    \n    <link rel="author" href="http://nohost/plone/author/" title="Author information" />\n\n\n\n    <link rel="shortcut icon" type="image/x-icon" href="http://nohost/plone/favicon.ico" />\n\n\n\n    <link rel="home" href="http://nohost/plone" title="Front page" />\n\n    <link rel="contents" href="http://nohost/plone/sitemap" title="Site Map" />\n\n\n\n\n\n\n    <link rel="search" href="http://nohost/plone/search_form" title="Search this site" />\n\n\na standard view\n\n    <!-- Disable IE6 image toolbar -->\n    <meta http-equiv="imagetoolbar" content="no" />\n    \n    \n    \n\n    \n    \n\n    \n    \n\n    \n    \n\n  </head>\n\n  <body class=" template-foldercontents.pt" dir="ltr">\n    <div id="visual-portal-wrapper">\n\n      <div id="portal-top">\n        <div xmlns="http://www.w3.org/1999/xhtml" id="portal-header">\n    <p xmlns="http://www.w3.org/1999/xhtml" class="hiddenStructure">\n  <a accesskey="2" href="http://nohost/plone/@@folder_contents#documentContent">Skip to content.</a> |\n\n  <a accesskey="6" href="http://nohost/plone/@@folder_contents#portlet-navigation-tree">Skip to navigation</a>\n</p>\n\n<ul xmlns="http://www.w3.org/1999/xhtml" id="portal-siteactions">\n\n    <li id="siteaction-sitemap"><a href="http://nohost/plone/sitemap" accesskey="3" title="Site Map">Site Map</a></li>\n    <li id="siteaction-accessibility"><a href="http://nohost/plone/accessibility-info" accesskey="0" title="Accessibility">Accessibility</a></li>\n    <li id="siteaction-contact"><a href="http://nohost/plone/contact-info" accesskey="9" title="Contact">Contact</a></li>\n    <li id="siteaction-plone_setup"><a href="http://nohost/plone/plone_control_panel" accesskey="" title="Site Setup">Site Setup</a></li>\n</ul>\n\n<div id="portal-searchbox">\n    <form name="searchform" action="http://nohost/plone/search">\n\n        <label for="searchGadget" class="hiddenStructure">Search Site</label>\n\n        <div class="LSBox">\n        <input name="SearchableText" type="text" size="18" title="Search Site" accesskey="4" class="inputLabel" id="searchGadget" />\n\n        <input class="searchButton" type="submit" value="Search" />\n    \n        <div class="searchSection">\n            <input id="searchbox_currentfolder_only" class="noborder" type="checkbox" name="path" value="/plone" />\n            <label for="searchbox_currentfolder_only" style="cursor: pointer">\n                only in current section\n            </label>\n        </div>\n\n        <div class="LSResult" id="LSResult" style=""><div class="LSShadow" id="LSShadow"></div></div>\n        </div>\n    </form>\n\n    <div id="portal-advanced-search" class="hiddenStructure">\n        <a href="http://nohost/plone/search_form" accesskey="5">\n            Advanced Search&hellip;\n        </a>\n    </div>\n\n</div>\n\n<a xmlns="http://www.w3.org/1999/xhtml" id="portal-logo" accesskey="1" href="http://nohost/plone">\n    <img src="http://nohost/plone/logo.jpg" alt="" title="Plone" height="57" width="252" /></a>\n\n\n    <h5 class="hiddenStructure">Sections</h5>\n\n    <ul id="portal-globalnav">\n        <li id="portaltab-index_html" class="selected"><a href="http://nohost/plone" title="">Home</a></li>\n        <li id="portaltab-Members" class="plain"><a href="http://nohost/plone/Members" title="Container for users\' home directories">Users</a></li>\n        <li id="portaltab-news" class="plain"><a href="http://nohost/plone/news" title="Site News">News</a></li>\n        <li id="portaltab-events" class="plain"><a href="http://nohost/plone/events" title="Site Events">Events</a></li>\n        <li id="portaltab-doc1" class="plain"><a href="http://nohost/plone/doc1" title="">Test Page 1</a></li>\n        <li id="portaltab-doc2" class="plain"><a href="http://nohost/plone/doc2" title="">Test Page 2</a></li>\n        <li id="portaltab-image1" class="plain"><a href="http://nohost/plone/image1/view" title="">Test Image 1</a></li>\n        <li id="portaltab-image2" class="plain"><a href="http://nohost/plone/image2/view" title="">Test Image 2</a></li>\n        <li id="portaltab-image3" class="plain"><a href="http://nohost/plone/image3/view" title="">Test Image 3</a></li>\n        <li id="portaltab-file1" class="plain"><a href="http://nohost/plone/file1/view" title="">Test File 1</a></li>\n    </ul>\n\na standard view\n</div>\n\n<div xmlns="http://www.w3.org/1999/xhtml" id="portal-personaltools-wrapper">\n\n<h5 class="hiddenStructure">Personal tools</h5>\n\n<ul id="portal-personaltools" class="visualInline">\n   \n       <li><a id="user-name" href="http://nohost/plone/dashboard"><img src="http://nohost/plone/user.gif" alt="" title="User" height="16" width="16" />\n            <span class="visualCaseSensitive">test_user_1_</span></a></li>\n   \n\n    \n        <li>\n            <a href="http://nohost/plone/logout">Log out</a>\n        </li>\n    \n\n</ul>\n</div>\n\n\n    \n\n\n<div xmlns="http://www.w3.org/1999/xhtml" id="portal-breadcrumbs">\n\n    <span id="breadcrumbs-you-are-here">You\nare here:</span>\n    <a href="http://nohost/plone">Home</a>\n    \n\n</div>\n\na standard view\n      </div>\n\n      <div class="visualClear" id="clear-space-before-wrapper-table"><!-- --></div>\n\n      <table id="portal-columns">\n        <tbody>\n          <tr>\n            \n            \n            \n\n            \n            <td id="portal-column-content">\n\n              \n                <div class="documentEditable">\n\n                  \n\n    \n\n        <h5 class="hiddenStructure">Views</h5>\n\n        <ul class="contentViews" id="content-views">\n\n            \n              <li id="contentview-folderContents" class="plain">\n                <a href="http://nohost/plone/folder_contents">Contents</a>\n              </li>\n            \n            \n              <li id="contentview-view" class="selected">\n                <a href="http://nohost/plone">View</a>\n              </li>\n            \n            \n              <li id="contentview-edit" class="plain">\n                <a href="http://nohost/plone/edit">Edit</a>\n              </li>\n            \n            \n              <li id="contentview-contentrules" class="plain">\n                <a href="http://nohost/plone/@@manage-content-rules">Rules</a>\n              </li>\n            \n            \n              <li id="contentview-local_roles" class="plain">\n                <a href="http://nohost/plone/@@sharing">Sharing</a>\n              </li>\n            \n\n        </ul>\n        \n    \n\n\n<div class="contentActions">\n\n    \n\n        \n\n        \n\n        <ul id="contentActionMenus">\n\n    <li>\n\n        <dl class="actionMenu" id="plone-contentmenu-factories">\n          <dt class="actionMenuHeader label-">\n            <a href="http://nohost/plone/folder_factories" title="Add new items inside this item">\n               \n                  \n                  <span>Add new\xe2\x80\xa6</span>\n                  \n                  <span class="arrowDownAlternative">&#9660;</span>\n               \n            </a>\n          </dt>\n          <dd class="actionMenuContent">\n            <ul>\n                \n                  <li>\n                    <a href="http://nohost/plone/createObject?type_name=Topic" class="contenttype-topic" id="topic" title="An automatically updated stored search that can be used to display items matching criteria you specify.">\n                        \n                        <img width="16" height="16" alt="" src="http://nohost/plone/topic_icon.png" title="An automatically updated stored search that can be used to display items matching criteria you specify." />\n                        <span class="subMenuTitle">Collection</span>\n                    </a>\n                    \n                  </li>\n                \n                \n                  <li>\n                    <a href="http://nohost/plone/createObject?type_name=Event" class="contenttype-event" id="event" title="Information about an upcoming event, which can be displayed in the calendar.">\n                        \n                        <img width="16" height="16" alt="" src="http://nohost/plone/event_icon.png" title="Information about an upcoming event, which can be displayed in the calendar." />\n                        <span class="subMenuTitle">Event</span>\n                    </a>\n                    \n                  </li>\n                \n                \n                  <li>\n                    <a href="http://nohost/plone/createObject?type_name=File" class="contenttype-file" id="file" title="An external file uploaded to the site.">\n                        \n                        <img width="16" height="16" alt="" src="http://nohost/plone/file_icon.png" title="An external file uploaded to the site." />\n                        <span class="subMenuTitle">File</span>\n                    </a>\n                    \n                  </li>\n                \n                \n                  <li>\n                    <a href="http://nohost/plone/createObject?type_name=Folder" class="contenttype-folder" id="folder" title="A folder which can contain other items.">\n                        \n                        <img width="16" height="16" alt="" src="http://nohost/plone/folder_icon.png" title="A folder which can contain other items." />\n                        <span class="subMenuTitle">Folder</span>\n                    </a>\n                    \n                  </li>\n                \n                \n                  <li>\n                    <a href="http://nohost/plone/createObject?type_name=Image" class="contenttype-image" id="image" title="An image, which can be referenced in documents or displayed in an album.">\n                        \n                        <img width="16" height="16" alt="" src="http://nohost/plone/image_icon.png" title="An image, which can be referenced in documents or displayed in an album." />\n                        <span class="subMenuTitle">Image</span>\n                    </a>\n                    \n                  </li>\n                \n                \n                  <li>\n                    <a href="http://nohost/plone/createObject?type_name=Link" class="contenttype-link" id="link" title="A link to an internal or external resource.">\n                        \n                        <img width="16" height="16" alt="" src="http://nohost/plone/link_icon.png" title="A link to an internal or external resource." />\n                        <span class="subMenuTitle">Link</span>\n                    </a>\n                    \n                  </li>\n                \n                \n                  <li>\n                    <a href="http://nohost/plone/createObject?type_name=News+Item" class="contenttype-news-item" id="news-item" title="An announcement that will show up on the news portlet and in the news listing.">\n                        \n                        <img width="16" height="16" alt="" src="http://nohost/plone/newsitem_icon.png" title="An announcement that will show up on the news portlet and in the news listing." />\n                        <span class="subMenuTitle">News Item</span>\n                    </a>\n                    \n                  </li>\n                \n                \n                  <li>\n                    <a href="http://nohost/plone/createObject?type_name=Document" class="contenttype-document" id="document" title="A page in the site. Can contain rich text.">\n                        \n                        <img width="16" height="16" alt="" src="http://nohost/plone/document_icon.png" title="A page in the site. Can contain rich text." />\n                        <span class="subMenuTitle">Page</span>\n                    </a>\n                    \n                  </li>\n                \n            </ul>\n          </dd>\n        </dl>\n\n    </li>\n    <li>\n\n        <dl class="actionMenu" id="plone-contentmenu-display">\n          <dt class="actionMenuHeader label-">\n            <a href="http://nohost/plone/select_default_view" title="Select the view mode for this folder, or set a content item as its default view.">\n               \n                  \n                  <span>Display</span>\n                  \n                  <span class="arrowDownAlternative">&#9660;</span>\n               \n            </a>\n          </dt>\n          <dd class="actionMenuContent">\n            <ul>\n                \n                  <li>\n                    <a href="http://nohost/plone/selectViewTemplate?templateId=folder_listing" class="" id="folder_listing" title="">\n                        \n                        \n                        <span class="subMenuTitle">Standard view</span>\n                    </a>\n                    \n                  </li>\n                \n                \n                  <li>\n                    <a href="http://nohost/plone/selectViewTemplate?templateId=folder_summary_view" class="" id="folder_summary_view" title="">\n                        \n                        \n                        <span class="subMenuTitle">Summary view</span>\n                    </a>\n                    \n                  </li>\n                \n                \n                  <li>\n                    <a href="http://nohost/plone/selectViewTemplate?templateId=folder_tabular_view" class="" id="folder_tabular_view" title="">\n                        \n                        \n                        <span class="subMenuTitle">Tabular view</span>\n                    </a>\n                    \n                  </li>\n                \n                \n                  <li>\n                    <a href="http://nohost/plone/selectViewTemplate?templateId=atct_album_view" class="" id="atct_album_view" title="">\n                        \n                        \n                        <span class="subMenuTitle">Thumbnail view</span>\n                    </a>\n                    \n                  </li>\n                \n                \n                  <li class="actionSeparator">\n                    \n                    <div id="contextDefaultPageDisplay" class="">\n                        <span>&bull;</span>\n                        \n                        <span class="subMenuTitle">Item: Welcome to Plone</span>\n                    </div>\n                  </li>\n                \n                \n                  <li class="actionSeparator">\n                    <a href="http://nohost/plone/select_default_page" class="" id="contextChangeDefaultPage" title="Change the item used as default view in this folder">\n                        \n                        \n                        <span class="subMenuTitle">Change content item\nas default view...</span>\n                    </a>\n                    \n                  </li>\n                \n            </ul>\n          </dd>\n        </dl>\n\n    </li>\n\n</ul>\n\n\n    \n\n</div>\na standard view\n\n                  <div id="region-content" class="documentContent">\n\n                    <span id="contentTopLeft"></span>\n                    <span id="contentTopRight"></span>\n                    \n                    <a name="documentContent"></a>\n\n                    \n\n    <dl class="portalMessage info" id="kssPortalMessage" style="display:none">\n        <dt>Info</dt>\n        <dd></dd>\n    </dl>\n\n    \n\n        <dl class="portalMessage info">\n            <dt>Info</dt>\n            <dd>Item(s) deleted.</dd>\n        </dl>\n\n    \n\n                    \n                    <div id="viewlet-above-content">a standard view</div>\n\n                    \n                    <div id="content">\n                      \n                      <div>\n      a standard view\n\n      <h1 class="documentFirstHeading"> \n          \n          \n              <img width="16" height="16" src="http://nohost/plone/site_icon.gif" alt="Plone site" /> \n              Plone site\n          \n      </h1>\n\n      <div xmlns="http://www.w3.org/1999/xhtml" class="documentByLine" id="plone-document-byline">\n  \n\n  \n\n  <span class="documentModified">\n    &mdash;\n    <span>\n      last modified\n    </span>\n    Jul 21, 2009 06:40 AM\n  </span>\n\n  \n\n  \n\n  \n\n</div>\n\n\n\na standard view\n\n      \n\n      \n\n      \n          \n      \n\n      <form name="folderContentsForm" method="post" action="http://nohost/plone" class="kssattr-serveraction-foldercontents_update_table">\n        <div id="folderlisting-main-table">\n  <input type="hidden" name="sort_on" value="getObjPositionInParent" />\n  <input type="hidden" name="pagenumber" value="1" />\n  <input type="hidden" name="show_all" value="False" />\n  <input type="hidden" name="orig_template" value="@@folder_contents" />\n  \n\n  <!-- <div metal:use-macro="context/document_actions/macros/document_actions">\n       Document actions (print, sendto etc)\n       </div> -->\n  \n\n  \n    \n    <div class="visualClear" id="clear-space-before-navigation"><!-- --></div>\n\n    <!-- Navigation -->\n\n\n    <table class="listing" id="listing-table" summary="Content listing">\n      <thead>\n        <tr>\n          <th colspan="6" class="nosort">Select: <a id="foldercontents-selectall" class="update-selection" href="http://nohost/plone/@@folder_contents?pagenumber=1&amp;select=screen">All</a></th>\n        </tr>\n        \n        \n\n        <tr>\n          <th class="nosort">&nbsp;</th>\n          <th class="nosort column" id="foldercontents-title-column">&nbsp;Title&nbsp;</th>\n          <th class="nosort column" id="foldercontents-size-column">&nbsp;Size&nbsp;</th>\n          <th class="nosort column" id="foldercontents-modified-column">&nbsp;Modified&nbsp;</th>\n          <th class="nosort column" id="foldercontents-status-column">&nbsp;State&nbsp;</th>\n          <th class="nosort column" id="foldercontents-order-column">\n          &nbsp;Order&nbsp;</th>\n        </tr>\n      </thead>\n\n      \n        <tbody>\n          \n            <tr class="draggable odd" id="folder-contents-item-Members">\n\n              \n\n              <td class="notDraggable">\n                <input type="checkbox" class="noborder" name="paths:list" id="cb_Members" value="/plone/Members" alt="Select Users" title="Select Users" />\n                <input type="hidden" name="selected_obj_paths:list" value="/plone/Members" />\n                <label class="hiddenStructure" for="cb_Members">Users</label>\n              </td>\n              <td>\n                <span class="contenttype-large-plone-folder">\n                  <img width="16" height="16" src="http://nohost/plone/folder_icon.png" alt="Large Folder" />\n                  <a href="http://nohost/plone/Members/folder_contents" class="state-visible" title="Large Folder: Container for users\' home directories">\n                    Users\n                  </a>\n                </span>\n\n                \n              </td>\n\n              <td>\n                \n                <span class="state-visible">1 kB</span>\n              </td>\n              <td class="state-visible">Jul 21, 2009 06:40 AM</td>\n              <td>\n                <span class="state-visible">Public draft</span>\n                \n              </td>\n              <td class="draggable">\n                <a href="http://nohost/plone/folder_position?position=up&amp;id=Members" title="Move item up">\n                  &#9650;\n                </a>\n                &nbsp;\n                <a href="http://nohost/plone/folder_position?position=down&amp;id=Members" title="Move item down">\n                  &#9660;\n                </a>\n              </td>\n            </tr>\n          \n          \n            <tr class="draggable even" id="folder-contents-item-front-page">\n\n              \n\n              <td class="notDraggable">\n                <input type="checkbox" class="noborder" name="paths:list" id="cb_front-page" value="/plone/front-page" alt="Select Welcome to Plone" title="Select Welcome to Plone" />\n                <input type="hidden" name="selected_obj_paths:list" value="/plone/front-page" />\n                <label class="hiddenStructure" for="cb_front-page">Welcome to Plone</label>\n              </td>\n              <td>\n                <span class="contenttype-document">\n                  <img width="16" height="16" src="http://nohost/plone/document_icon.png" alt="Page" />\n                  <a href="http://nohost/plone/front-page" class="state-published" title="Page: Congratulations! You have successfully installed Plone.">\n                    <strong>Welcome to Plone</strong>\n                  </a>\n                </span>\n\n                \n              </td>\n\n              <td>\n                \n                <span class="state-published">4.9 kB</span>\n              </td>\n              <td class="state-published">Jul 21, 2009 06:40 AM</td>\n              <td>\n                <span class="state-published">Published</span>\n                \n              </td>\n              <td class="draggable">\n                <a href="http://nohost/plone/folder_position?position=up&amp;id=front-page" title="Move item up">\n                  &#9650;\n                </a>\n                &nbsp;\n                <a href="http://nohost/plone/folder_position?position=down&amp;id=front-page" title="Move item down">\n                  &#9660;\n                </a>\n              </td>\n            </tr>\n          \n          \n            <tr class="draggable odd" id="folder-contents-item-news">\n\n              \n\n              <td class="notDraggable">\n                <input type="checkbox" class="noborder" name="paths:list" id="cb_news" value="/plone/news" alt="Select News" title="Select News" />\n                <input type="hidden" name="selected_obj_paths:list" value="/plone/news" />\n                <label class="hiddenStructure" for="cb_news">News</label>\n              </td>\n              <td>\n                <span class="contenttype-large-plone-folder">\n                  <img width="16" height="16" src="http://nohost/plone/folder_icon.png" alt="Large Folder" />\n                  <a href="http://nohost/plone/news/folder_contents" class="state-visible" title="Large Folder: Site News">\n                    News\n                  </a>\n                </span>\n\n                \n              </td>\n\n              <td>\n                \n                <span class="state-visible">1 kB</span>\n              </td>\n              <td class="state-visible">Jul 21, 2009 06:40 AM</td>\n              <td>\n                <span class="state-visible">Public draft</span>\n                \n              </td>\n              <td class="draggable">\n                <a href="http://nohost/plone/folder_position?position=up&amp;id=news" title="Move item up">\n                  &#9650;\n                </a>\n                &nbsp;\n                <a href="http://nohost/plone/folder_position?position=down&amp;id=news" title="Move item down">\n                  &#9660;\n                </a>\n              </td>\n            </tr>\n          \n          \n            <tr class="draggable even" id="folder-contents-item-events">\n\n              \n\n              <td class="notDraggable">\n                <input type="checkbox" class="noborder" name="paths:list" id="cb_events" value="/plone/events" alt="Select Events" title="Select Events" />\n                <input type="hidden" name="selected_obj_paths:list" value="/plone/events" />\n                <label class="hiddenStructure" for="cb_events">Events</label>\n              </td>\n              <td>\n                <span class="contenttype-large-plone-folder">\n                  <img width="16" height="16" src="http://nohost/plone/folder_icon.png" alt="Large Folder" />\n                  <a href="http://nohost/plone/events/folder_contents" class="state-visible" title="Large Folder: Site Events">\n                    Events\n                  </a>\n                </span>\n\n                \n              </td>\n\n              <td>\n                \n                <span class="state-visible">1 kB</span>\n              </td>\n              <td class="state-visible">Jul 21, 2009 06:40 AM</td>\n              <td>\n                <span class="state-visible">Public draft</span>\n                \n              </td>\n              <td class="draggable">\n                <a href="http://nohost/plone/folder_position?position=up&amp;id=events" title="Move item up">\n                  &#9650;\n                </a>\n                &nbsp;\n                <a href="http://nohost/plone/folder_position?position=down&amp;id=events" title="Move item down">\n                  &#9660;\n                </a>\n              </td>\n            </tr>\n          \n          \n            <tr class="draggable odd" id="folder-contents-item-doc1">\n\n              \n\n              <td class="notDraggable">\n                <input type="checkbox" class="noborder" name="paths:list" id="cb_doc1" value="/plone/doc1" alt="Select Test Page 1" title="Select Test Page 1" />\n                <input type="hidden" name="selected_obj_paths:list" value="/plone/doc1" />\n                <label class="hiddenStructure" for="cb_doc1">Test Page 1</label>\n              </td>\n              <td>\n                <span class="contenttype-document">\n                  <img width="16" height="16" src="http://nohost/plone/document_icon.png" alt="Page" />\n                  <a href="http://nohost/plone/doc1" class="state-visible" title="Page: ">\n                    Test Page 1\n                  </a>\n                </span>\n\n                \n              </td>\n\n              <td>\n                \n                <span class="state-visible">1 kB</span>\n              </td>\n              <td class="state-visible">Jul 21, 2009 06:42 AM</td>\n              <td>\n                <span class="state-visible">Public draft</span>\n                \n              </td>\n              <td class="draggable">\n                <a href="http://nohost/plone/folder_position?position=up&amp;id=doc1" title="Move item up">\n                  &#9650;\n                </a>\n                &nbsp;\n                <a href="http://nohost/plone/folder_position?position=down&amp;id=doc1" title="Move item down">\n                  &#9660;\n                </a>\n              </td>\n            </tr>\n          \n          \n            <tr class="draggable even" id="folder-contents-item-doc2">\n\n              \n\n              <td class="notDraggable">\n                <input type="checkbox" class="noborder" name="paths:list" id="cb_doc2" value="/plone/doc2" alt="Select Test Page 2" title="Select Test Page 2" />\n                <input type="hidden" name="selected_obj_paths:list" value="/plone/doc2" />\n                <label class="hiddenStructure" for="cb_doc2">Test Page 2</label>\n              </td>\n              <td>\n                <span class="contenttype-document">\n                  <img width="16" height="16" src="http://nohost/plone/document_icon.png" alt="Page" />\n                  <a href="http://nohost/plone/doc2" class="state-visible" title="Page: ">\n                    Test Page 2\n                  </a>\n                </span>\n\n                \n              </td>\n\n              <td>\n                \n                <span class="state-visible">1 kB</span>\n              </td>\n              <td class="state-visible">Jul 21, 2009 06:42 AM</td>\n              <td>\n                <span class="state-visible">Public draft</span>\n                \n              </td>\n              <td class="draggable">\n                <a href="http://nohost/plone/folder_position?position=up&amp;id=doc2" title="Move item up">\n                  &#9650;\n                </a>\n                &nbsp;\n                <a href="http://nohost/plone/folder_position?position=down&amp;id=doc2" title="Move item down">\n                  &#9660;\n                </a>\n              </td>\n            </tr>\n          \n          \n            <tr class="draggable odd" id="folder-contents-item-image1">\n\n              \n\n              <td class="notDraggable">\n                <input type="checkbox" class="noborder" name="paths:list" id="cb_image1" value="/plone/image1" alt="Select Test Image 1" title="Select Test Image 1" />\n                <input type="hidden" name="selected_obj_paths:list" value="/plone/image1" />\n                <label class="hiddenStructure" for="cb_image1">Test Image 1</label>\n              </td>\n              <td>\n                <span class="contenttype-image">\n                  <img width="16" height="16" src="http://nohost/plone/image_icon.png" alt="Image" />\n                  <a href="http://nohost/plone/image1/view" class="state-missing-value" title="Image: ">\n                    Test Image 1\n                  </a>\n                </span>\n\n                \n              </td>\n\n              <td>\n                \n                <span class="state-missing-value">1 kB</span>\n              </td>\n              <td class="state-missing-value">Jul 21, 2009 06:42 AM</td>\n              <td>\n                \n                <span>&nbsp;</span>\n              </td>\n              <td class="draggable">\n                <a href="http://nohost/plone/folder_position?position=up&amp;id=image1" title="Move item up">\n                  &#9650;\n                </a>\n                &nbsp;\n                <a href="http://nohost/plone/folder_position?position=down&amp;id=image1" title="Move item down">\n                  &#9660;\n                </a>\n              </td>\n            </tr>\n          \n          \n            <tr class="draggable even" id="folder-contents-item-image2">\n\n              \n\n              <td class="notDraggable">\n                <input type="checkbox" class="noborder" name="paths:list" id="cb_image2" value="/plone/image2" alt="Select Test Image 2" title="Select Test Image 2" />\n                <input type="hidden" name="selected_obj_paths:list" value="/plone/image2" />\n                <label class="hiddenStructure" for="cb_image2">Test Image 2</label>\n              </td>\n              <td>\n                <span class="contenttype-image">\n                  <img width="16" height="16" src="http://nohost/plone/image_icon.png" alt="Image" />\n                  <a href="http://nohost/plone/image2/view" class="state-missing-value" title="Image: ">\n                    Test Image 2\n                  </a>\n                </span>\n\n                \n              </td>\n\n              <td>\n                \n                <span class="state-missing-value">1 kB</span>\n              </td>\n              <td class="state-missing-value">Jul 21, 2009 06:42 AM</td>\n              <td>\n                \n                <span>&nbsp;</span>\n              </td>\n              <td class="draggable">\n                <a href="http://nohost/plone/folder_position?position=up&amp;id=image2" title="Move item up">\n                  &#9650;\n                </a>\n                &nbsp;\n                <a href="http://nohost/plone/folder_position?position=down&amp;id=image2" title="Move item down">\n                  &#9660;\n                </a>\n              </td>\n            </tr>\n          \n          \n            <tr class="draggable odd" id="folder-contents-item-image3">\n\n              \n\n              <td class="notDraggable">\n                <input type="checkbox" class="noborder" name="paths:list" id="cb_image3" value="/plone/image3" alt="Select Test Image 3" title="Select Test Image 3" />\n                <input type="hidden" name="selected_obj_paths:list" value="/plone/image3" />\n                <label class="hiddenStructure" for="cb_image3">Test Image 3</label>\n              </td>\n              <td>\n                <span class="contenttype-image">\n                  <img width="16" height="16" src="http://nohost/plone/image_icon.png" alt="Image" />\n                  <a href="http://nohost/plone/image3/view" class="state-missing-value" title="Image: ">\n                    Test Image 3\n                  </a>\n                </span>\n\n                \n              </td>\n\n              <td>\n                \n                <span class="state-missing-value">1 kB</span>\n              </td>\n              <td class="state-missing-value">Jul 21, 2009 06:42 AM</td>\n              <td>\n                \n                <span>&nbsp;</span>\n              </td>\n              <td class="draggable">\n                <a href="http://nohost/plone/folder_position?position=up&amp;id=image3" title="Move item up">\n                  &#9650;\n                </a>\n                &nbsp;\n                <a href="http://nohost/plone/folder_position?position=down&amp;id=image3" title="Move item down">\n                  &#9660;\n                </a>\n              </td>\n            </tr>\n          \n          \n            <tr class="draggable even" id="folder-contents-item-file1">\n\n              \n\n              <td class="notDraggable">\n                <input type="checkbox" class="noborder" name="paths:list" id="cb_file1" value="/plone/file1" alt="Select Test File 1" title="Select Test File 1" />\n                <input type="hidden" name="selected_obj_paths:list" value="/plone/file1" />\n                <label class="hiddenStructure" for="cb_file1">Test File 1</label>\n              </td>\n              <td>\n                <span class="contenttype-file">\n                  <img width="16" height="16" src="http://nohost/plone/image_icon.gif" alt="File" />\n                  <a href="http://nohost/plone/file1/view" class="state-missing-value" title="File: ">\n                    Test File 1\n                  </a>\n                </span>\n\n                \n              </td>\n\n              <td>\n                \n                <span class="state-missing-value">1 kB</span>\n              </td>\n              <td class="state-missing-value">Jul 21, 2009 06:42 AM</td>\n              <td>\n                \n                <span>&nbsp;</span>\n              </td>\n              <td class="draggable">\n                <a href="http://nohost/plone/folder_position?position=up&amp;id=file1" title="Move item up">\n                  &#9650;\n                </a>\n                &nbsp;\n                <a href="http://nohost/plone/folder_position?position=down&amp;id=file1" title="Move item down">\n                  &#9660;\n                </a>\n              </td>\n            </tr>\n          \n        </tbody>\n        \n      \n    </table>\n    <!-- Navigation -->\n\n\n    \n      <input class="context" type="submit" name="folder_copy:method" value="Copy" />\n    \n    \n      <input class="context" type="submit" name="folder_cut:method" value="Cut" />\n    \n    \n      <input class="context" type="submit" name="folder_rename_form:method" value="Rename" />\n    \n    \n      <input class="context" type="submit" name="folder_delete:method" value="Delete" />\n    \n    \n      <input class="context" type="submit" name="content_status_history:method" value="Change State" />\n    \n  \n</div>\n\n        <input type="hidden" name="_authenticator" value="f47befcd7b853fa3e93cbaecf3a0f65a9ae21b8d"/>\n      </form>\n    </div>\n                    </div>\n                    \n\n                    \n                    \n                      \n\na standard view\n                    \n                    \n\n                    <span id="contentBottomLeft"></span>\n                    <span id="contentBottomRight"></span>\n\n                  </div>\n\n                </div>\n\n              \n            </td>\n            \n\n            \n            \n            \n          </tr>\n        </tbody>\n      </table>\n      \n\n      <div class="visualClear" id="clear-space-before-footer"><!-- --></div>\n      \n      <div>\n          <a class="managePortletsFallback" href="http://nohost/plone/@@manage-portlets">\n             Manage portlets\n          </a>\n      </div>\n\n      \n\n        <div xmlns="http://www.w3.org/1999/xhtml" id="portal-footer">\n\n<p>\n    \n    The\n    <a href="http://plone.org">Plone<sup>&reg;</sup> CMS &mdash; Open Source Content Management System</a>\n    is\n    <acronym title="Copyright">&copy;</acronym>\n    2000-2009\n    by the\n    <a href="http://plone.org/foundation">Plone Foundation</a>\n    et al.\n    \n</p>\n\n<p>\n    \n    Plone<sup>&reg;</sup> and the Plone logo are registered trademarks of the\n        <a href="http://plone.org/foundation">Plone Foundation</a>.\n    \n\n    \n    Distributed under the\n        <a href="http://creativecommons.org/licenses/GPL/2.0/">GNU GPL license</a>.\n    \n</p>\n\n</div>\n\n<div xmlns="http://www.w3.org/1999/xhtml" id="portal-colophon">\n      \n\n      \n\n      <div class="colophonWrapper">\n      <ul>\n        <li>\n          <a href="http://plone.org" title="This site was built using Plone CMS, the Open Source Content Management System. Click for more information.">\n            Powered by Plone</a>\n        </li>\n        <li>\n          <a href="http://validator.w3.org/check/referer" title="This site is valid XHTML.">\n            Valid XHTML</a>\n        </li>\n        <li>\n          <a href="http://jigsaw.w3.org/css-validator/check/referer?warning=no&amp;profile=css3&amp;usermedium=all" title="This site was built with valid CSS.">\n            Valid CSS</a>\n        </li>\n        <li>\n          <a href="http://www.section508.gov" title="This site conforms to the US Government Section 508 Accessibility Guidelines.">\n            Section 508</a>\n        </li>\n        <li>\n          <a href="http://www.w3.org/WAI/WCAG1AA-Conformance" title="This site conforms to the W3C-WAI Web Content Accessibility Guidelines.">\n            WCAG</a>\n        </li>\n      </ul>\n      </div>\n\n    </div>\n\na standard view\n\n      \n\n      <div class="visualClear"><!-- --></div>\n    </div>\n<div id="kss-spinner"><img alt="" src="http://nohost/plone/spinner.png" /></div>\n</body>\n</html>\n\n'



Failure in test /home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/plone.app.linkintegrity/plone/app/linkintegrity/docs/testReferenceOrthogonality.txt
Failed doctest test for testReferenceOrthogonality.txt
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/plone.app.linkintegrity/plone/app/linkintegrity/docs/testReferenceOrthogonality.txt", line 0

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/plone.app.linkintegrity/plone/app/linkintegrity/docs/testReferenceOrthogonality.txt", line 27, in testReferenceOrthogonality.txt
Failed example:
    doc.getReferences(relationship=referencedRelationship)
Expected:
    [<ATImage at /plone/image1>]
Got:
    []

  Ran 115 tests with 25 failures and 0 errors in 17.552 seconds.
Running plone.app.portlets.tests.test_configuration.TestPortletZCMLLayer tests:
  Tear down plone.app.linkintegrity.tests.layer.PloneLinkintegrity in 0.049 seconds.
  Set up plone.app.portlets.tests.test_configuration.TestPortletZCMLLayer in 0.006 seconds.
  Ran 5 tests with 0 failures and 0 errors in 0.029 seconds.
Running plone.app.portlets.tests.test_configuration.TestPortletGSLayer tests:
  Set up plone.app.portlets.tests.test_configuration.TestPortletGSLayer in 1.526 seconds.
  Ran 11 tests with 0 failures and 0 errors in 4.163 seconds.
Running plone.app.viewletmanager.tests.test_exportimport.Layer tests:
  Tear down plone.app.portlets.tests.test_configuration.TestPortletGSLayer in 0.000 seconds.
  Tear down plone.app.portlets.tests.test_configuration.TestPortletZCMLLayer in 0.000 seconds.
  Tear down Products.PloneTestCase.layer.PloneSite in 0.275 seconds.
  Tear down Products.PloneTestCase.layer.ZCML in 0.009 seconds.
  Tear down Testing.ZopeTestCase.layer.ZopeLite in 0.000 seconds.
  Set up plone.app.viewletmanager.tests.test_exportimport.Layer in 0.000 seconds.
  Ran 16 tests with 0 failures and 0 errors in 0.051 seconds.
Running plone.browserlayer.tests.test_doctest.PloneBrowserLayerLayer tests:
  Tear down plone.app.viewletmanager.tests.test_exportimport.Layer in 0.000 seconds.
  Set up Testing.ZopeTestCase.layer.ZopeLite in 0.000 seconds.
  Set up Products.PloneTestCase.layer.ZCML in 1.570 seconds.
  Set up Products.PloneTestCase.layer.PloneSite in 4.610 seconds.
  Set up plone.browserlayer.tests.test_doctest.PloneBrowserLayerLayer in 0.004 seconds.
  Ran 9 tests with 0 failures and 0 errors in 0.986 seconds.
Running plone.theme.tests.test_doctest.PloneThemeLayer tests:
  Tear down plone.browserlayer.tests.test_doctest.PloneBrowserLayerLayer in 0.000 seconds.
  Set up plone.theme.tests.test_doctest.PloneThemeLayer in 0.027 seconds.
  Ran 5 tests with 0 failures and 0 errors in 0.056 seconds.
Running zope.testing.testrunner.layer.UnitTests tests:
  Tear down plone.theme.tests.test_doctest.PloneThemeLayer in 0.000 seconds.
  Tear down Products.PloneTestCase.layer.PloneSite in 0.265 seconds.
  Tear down Products.PloneTestCase.layer.ZCML in 0.004 seconds.
  Tear down Testing.ZopeTestCase.layer.ZopeLite in 0.000 seconds.
  Set up zope.testing.testrunner.layer.UnitTests in 0.000 seconds.
  Ran 394 tests with 0 failures and 0 errors in 2.516 seconds.
Tearing down left over layers:
  Tear down zope.testing.testrunner.layer.UnitTests in 0.000 seconds.
Total: 1419 tests, 28 failures, 1 errors in 2 minutes 40.514 seconds.

FAILED (failures=28, errors=1) 




More information about the Testbot mailing list