[Zope-Checkins] CVS: Zope/lib/python/App/dtml - manage.dtml:1.9.230.1 manage_top_frame.dtml:1.13.236.1
Toby Dickenson
tdickenson@geminidataloggers.com
Tue, 11 Feb 2003 07:32:55 -0500
Update of /cvs-repository/Zope/lib/python/App/dtml
In directory cvs.zope.org:/tmp/cvs-serv16688
Modified Files:
Tag: toby-zmi-title-branch
manage.dtml manage_top_frame.dtml
Log Message:
Display a consistent Zope instance header inside the ZMI: 'root-folder-title on BASE0'. This is displayed in the <html><head><title> of the ZMI frameset, and in the narrow header pane that runs along the top. Hopefully this is the last time I modify data in the wrong Zope instance.
=== Zope/lib/python/App/dtml/manage.dtml 1.9 => 1.9.230.1 ===
--- Zope/lib/python/App/dtml/manage.dtml:1.9 Thu Feb 8 14:17:15 2001
+++ Zope/lib/python/App/dtml/manage.dtml Tue Feb 11 07:32:53 2003
@@ -1,7 +1,7 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
<html>
<head>
-<title>Zope on <dtml-var BASE0></title>
+<title>&dtml-title_or_id; on &dtml-BASE0;></title>
<script type="text/javascript">
<!--
function update_menu() {
=== Zope/lib/python/App/dtml/manage_top_frame.dtml 1.13 => 1.13.236.1 ===
--- Zope/lib/python/App/dtml/manage_top_frame.dtml:1.13 Mon Jan 22 10:00:16 2001
+++ Zope/lib/python/App/dtml/manage_top_frame.dtml Tue Feb 11 07:32:53 2003
@@ -14,6 +14,7 @@
href="http://www.zope.org/" target="_new"><img src="<dtml-var
BASEPATH1>/p_/zopelogo_jpg" height="32" width="90" border="0" alt="" />
</td>
+<td valign=top><small>&dtml-title_or_id; on<br> &dtml-BASE0;</small></td>
<td align="right" valign="top">
<div class="form-element">
<form action="<dtml-var BASEPATH1>/" method="POST" target="manage_main">