• <script type="text/javascript" src="/Mantissa/js/shell.js"></script> </head> <body> <table class="mantissa-menubar" style="width: 100%" cellpadding="0" cellspacing="0"> <thead /> <tbody> <tr valign="bottom"> <td class="divmod-menu-container" onclick="MantissaShell.menuClick(this);"> <div class="divmod-menu-icon" onmouseover="MantissaShell.menuButtonHover()" /> <ul id="divmod-menu" style="display: none"> <nevow:invisible nevow:render="navigation" /> <li> <div class="menu-separator" /> </li> <li class="tab"> <a class="tab-link"> <nevow:attr name="href" nevow:data="settingsLink" nevow:render="data" /> Settings </a> </li> <li> <div class="menu-separator" /> </li> <li class="tab"> <a class="tab-link" href="/__logout__">Logout</a> </li> </ul> </td> <td class="app-nav-container" > <nevow:invisible nevow:render="appNavigation" /> </td> <td class="search-container" align="right"> <table cellpadding="0" cellspacing="0" style="height: 100%"> <thead /> <tbody> <tr valign="center"> <td> <span class="username"> <nevow:invisible nevow:render="username" /> </span> </td> <td> <nevow:invisible nevow:render="search" /> </td> </tr> </tbody> <tfoot /> </table> </td> </tr> </tbody> <tfoot /> </table> <div id="search-form-container" style="display: none"> <form id="search-form" nevow:render="searchFormAction"> <nevow:attr name="action"><nevow:slot name="form-action" /></nevow:attr> <table> <tr valign="center"> <td> <input name="term" class="search-text" type="text" /> </td> <td> <a href="#" onclick="document.forms['search-form'].submit(); return false"> <img src="/Mantissa/images/search-button-small.png" border="0" /> </a> </td> </tr> </table> </form> </div> <div class="private-fragment-content" nevow:render="content" /> <div id="mantissa-footer" nevow:render="footer" /> </body> </html>