<dtml-with "_(manage_options=filtered_manage_options())"> <dtml-if manage_options> <dtml-call "REQUEST.set('n_', _.len(manage_options)-1)"> <dtml-call "REQUEST.set('a_', 0)"> <dtml-in manage_options mapping> <dtml-if expr="URL[-(_.len(action)):]==action or URL[-17:]=='/manage_workspace' and _['sequence-start']"> <dtml-call "REQUEST.set('a_', _['sequence-index'])"> </dtml-if> <dtml-if "_.has_key('management_view') and management_view==label"> <dtml-call "REQUEST.set('a_', _['sequence-index'])"> </dtml-if> </dtml-in> <table cellpadding="0" cellspacing="0" width="100%" border="0"> <tr> <td bgcolor="#000000" rowspan="5" width="10%" valign="bottom" align="left"> <img src="&dtml-BASEPATH1;/p_/sp" width="2" height="1" alt="" /> </td> <td bgcolor="#000000" colspan="<dtml-var "4 * (n_ + 1)">"><img src="&dtml-BASEPATH1;/p_/sp" width="1" height="5" alt="" /></td> </tr> <tr> <dtml-in manage_options> <dtml-if "_['sequence-index']==a_"> <td bgcolor="#ffffff" rowspan="2" valign="top" align="left"><img src="&dtml-BASEPATH1;/p_/ltab" width="5" height="5" alt="" /></td> <td bgcolor="#ffffff"><img src="&dtml-BASEPATH1;/p_/sp" width="1" height="2" alt="" /></td> <td bgcolor="#ffffff" rowspan="2" valign="top" align="right"><img src="&dtml-BASEPATH1;/p_/rtab" width="5" height="5" alt="" /></td> <td bgcolor="#000000" rowspan="4"><img src="&dtml-BASEPATH1;/p_/sp" width="2" height="1" alt="" /></td> <dtml-else> <td bgcolor="#efefef" rowspan="2" valign="top" align="left"><img src="&dtml-BASEPATH1;/p_/ltab" width="5" height="5" alt="" /></td> <td bgcolor="#efefef"><img src="&dtml-BASEPATH1;/p_/sp" width="1" height="2" alt="" /></td> <td bgcolor="#efefef" rowspan="2" valign="top" align="right"><img src="&dtml-BASEPATH1;/p_/rtab" width="5" height="5" alt="" /></td> <td bgcolor="#000000" rowspan="4"><img src="&dtml-BASEPATH1;/p_/sp" width="2" height="1" alt="" /></td> </dtml-if> </dtml-in> </tr> <tr> <dtml-in manage_options mapping> <dtml-if "_['sequence-index']==a_"> <td bgcolor="#ffffff" valign="bottom" class="tab-small" align="center"><font face="Verdana, Arial, Helvetica" size="1" color="#000000"> <a <dtml-if action>href="&dtml-action;"<dtml-else>href="&dtml-URL1;"</dtml-if ><dtml-if target> target="&dtml-target;"</dtml-if >><span style="color: #000000;"><strong><dtml-babel src="'en'" literal="1"> <dtml-var label></dtml-babel></strong></span></a> </font></td> <dtml-else> <td bgcolor="#efefef" valign="bottom" class="tab-small" align="center"><font face="Verdana, Arial, Helvetica" size="1" color="#000000"> <a <dtml-if action>href="&dtml-action;"<dtml-else>href="&dtml-URL1;"</dtml-if ><dtml-if target> target="&dtml-target;"</dtml-if >><span style="color: #000000;"><strong> <dtml-babel src="'en'" literal="1"><dtml-var label></dtml-babel></strong></span></a> </font></td> </dtml-if> </dtml-in> </tr> <tr> <dtml-in manage_options> <dtml-if "_['sequence-index']==a_"> <td colspan="3" bgcolor="#ffffff"><img src="&dtml-BASEPATH1;/p_/sp" width="2" height="1" alt="" /></td> <dtml-else> <td colspan="3" bgcolor="#efefef"><img src="&dtml-BASEPATH1;/p_/sp" width="2" height="1" alt="" /></td> </dtml-if> </dtml-in> </tr> <tr> <dtml-in manage_options> <dtml-if "_['sequence-index']==a_"> <td colspan="3" bgcolor="#ffffff"><img src="&dtml-BASEPATH1;/p_/sp" width="2" height="1" alt="" /></td> <dtml-else> <td colspan="3" bgcolor="#c0c0c0"><img src="&dtml-BASEPATH1;/p_/sp" width="2" height="1" alt="" /></td> </dtml-if> </dtml-in> </tr> </table> </dtml-if> <dtml-unless MANAGE_TABS_NO_BANNER> <br /> <table width="100%" cellspacing="0" cellpadding="2" border="0"> <tr class="location-bar"> <td align="left" valign="top"> <div class="std-text"> <dtml-if icon> <img src="&dtml-BASEPATH1;/&dtml-icon;" alt="&dtml-meta_type;" border="0" /> </dtml-if> <strong> <dtml-if meta_type> <dtml-if class_manage_path> <a href="&dtml-BASEPATH1;&dtml-class_manage_path;" title="Manage the ZClass of this object">&dtml-meta_type;</a> <dtml-else> &dtml-meta_type; </dtml-if> <dtml-else> Object </dtml-if> at <dtml-var expr="tabs_path_default(REQUEST)"> </strong> <dtml-if locked_in_version> <dtml-if modified_in_version> <img src="&dtml-BASEPATH1;/p_/locked" alt="This item has been modified in this version" /> <dtml-else> <img src="&dtml-BASEPATH1;/p_/lockedo" alt="This item has been modified in another version" /> (<em><dtml-var locked_in_version html_quote></em>) </dtml-if> </dtml-if> <dtml-if wl_isLocked> <img src="&dtml-BASEPATH1;/p_/davlocked" alt="This item has been locked by WebDAV" title="This item has been locked by WebDAV" /> </dtml-if wl_isLocked> </div> </td> <dtml-if "_.has_key('help_topic') and _.has_key('help_product')"> <td align="right" valign="top"> <div class="std-text"> <dtml-var "HelpSys.helpLink(help_product, help_topic)"> </div> </td> <dtml-else> <dtml-if manage_options> <dtml-with "_(option=manage_options[a_])"> <dtml-if "option.has_key('help')"> <td align="right" valign="top"> <div class="std-text"> <dtml-var "HelpSys.helpLink(option['help'][0], option['help'][1])"> </div> </td> </dtml-if> </dtml-with> </dtml-if> </dtml-if> </tr> </table> <dtml-if Zope-Version> <div class="system-msg"> <em>You are currently working in version <a href="&dtml-SERVER_URL;&dtml-Zope-Version;/manage_main"><dtml-var Zope-Version html_quote></a></em> </div> </dtml-if> </dtml-unless> <dtml-if manage_tabs_message> <div class="system-msg"> <dtml-var manage_tabs_message> (<dtml-var ZopeTime fmt="%Y-%m-%d %H:%M">) </div> </dtml-if> </dtml-with>