Commit 361c67ef authored by 's avatar

fixups to make top frame and compact menu consistent

parent aa7784c2
......@@ -12,13 +12,11 @@
<table width="100%" cellpadding="0" cellspacing="0" border="0">
<tr>
<td width="180" align="left" valign="top">
<a href="http://www.zope.org/" target="_new"><img src="<dtml-var
BASEPATH1>/p_/zopelogo_jpg" height="32" width="90" border="0"
alt="" />
<td width="180" align="left" valign="top"><a
href="http://www.zope.org/" target="_new"><img src="<dtml-var
BASEPATH1>/p_/zopelogo_jpg" height="32" width="90" border="0" alt="" />
</td>
<td align="right" valign="top" width="50%">
<td align="right" valign="top">
<div class="form-element">
<form action="<dtml-var BASEPATH1>/" method="POST" target="manage_main">
<span class="std-text">Logged in as <strong><dtml-var
......
......@@ -68,20 +68,15 @@ td {
<table width="100%" bgcolor="#6699cc">
<tr>
<td valign="top" align="center">
<div align="center">
<a href="http://www.zope.org/" target="_new"><img src="<dtml-var
BASEPATH1>/p_/zopelogo_jpg" height="32" width="90" border="0"
alt="" /></a>
</div>
<div class="form-element">
<form action="<dtml-var BASEPATH1>/" method="POST" target="manage_main">
<span class="std-text">Logged in as <strong><dtml-var
AUTHENTICATED_USER></strong></span> &nbsp;&nbsp;
<br />
<select class="form-element" name=":action" onChange="window.parent.manage_main.location.href='&dtml-BASEPATH1;/'+this.options[this.selectedIndex].value">
<option value="zope_quick_start">Getting Started</option>
<option value="zope_quick_start">Zope Quick Start</option>
<dtml-if "AUTHENTICATED_USER.getUserName() != 'Anonymous User'">
<option value="manage_zmi_prefs">Preferences</option>
<option value="manage_zmi_prefs">Set Preferences</option>
<option value="manage_zmi_logout">Logout</option>
</dtml-if>
</select>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment