Commit 294ea060 authored by 's avatar

inline css for NS4 clients

parent 43f486eb
<dtml-var manage_page_header>
<dtml-var manage_tabs>
<br />
<table width="100%" cellspacing="0" cellpadding="2" border="0">
<tr class="section-bar">
<td colspan="2" align="left">
......
<dtml-var manage_page_header>
<dtml-var manage_tabs>
<br />
<table>
<tr>
<td align="left">
......
......@@ -38,9 +38,11 @@ and cache management.
<table cellspacing="0" cellpadding="2" border="0">
<tr>
<td align="left" valign="top">
<span class="form-text">
Click <em>pack</em> to pack the Zope database, removing previous revisions
of objects that are older than
<input type="text" name="days:float" value="0" size="3"> days.
of objects that are older than</span>
<input type="text" name="days:float" value="0" size="3">
<span class="form-text"> days.</span>
</td>
<td align="left" valign="top">
<div class="form-element">
......
......@@ -3,7 +3,7 @@
<head>
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1">
<title>Zope on <dtml-var SERVER_NAME></title>
<script language="javascript">
<script type="text/javascript">
<!--
function update_menu() {
window.manage_menu.location.href=window.manage_menu.location.href;
......
......@@ -3,9 +3,19 @@
<head>
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1">
<title><dtml-if title><dtml-var title></dtml-if></title>
<link rel="stylesheet" type="text/css" href="<dtml-var BASEPATH1>/manage_page_style.css">
</head>
<body bgcolor="#ffffff" link="#000099" alink="#000099" vlink="#000099">
<dtml-let ag="REQUEST.get('HTTP_USER_AGENT', '')">
<dtml-if "ag[:9] == 'Mozilla/4' and _.string.find(ag, 'MSIE') < 0">
<style type="text/css">
<!--
<font face="verdana, helvetica, sans-serif" size="2" color="#333333">
<dtml-var manage_page_style.css>
-->
</style>
<dtml-else>
<link rel="stylesheet" type="text/css" href="<dtml-var
BASEPATH1>/manage_page_style.css">
</dtml-if>
</dtml-let>
</head>
<body bgcolor="#ffffff" link="#000099" alink="#000099" vlink="#000099">
/* Zope management interface stylesheet */
<dtml-if "1">
b, strong {
font-weight: bold;
}
h1 {
font-family: Verdana, Helvetica, sans-serif;
font-size: 24pt;
......@@ -48,14 +40,6 @@ p {
color: #333333;
}
/*
td {
font-family: Verdana, Helvetica, sans-serif;
font-size: 10pt;
color: #333333;
}
*/
th {
font-family: Verdana, Helvetica, sans-serif;
font-weight: bold;
......@@ -63,25 +47,20 @@ th {
color: #333333;
}
code {
font-family: monospace;
.form-help {
font-size: 10pt;
color: #000000;
color: #333333;
}
.instructions {
font-size: 8pt;
.std-text {
font-family: Verdana, Helvetica, sans-serif;
font-size: 10pt;
color: #333333;
margin-top: 2;
margin-left: 2;
}
.form-help {
font-size: 10pt;
.tab-small {
font-family: Verdana, Helvetica, sans-serif;
font-size: 8pt;
color: #333333;
}
......@@ -106,9 +85,6 @@ code {
font-weight: bold;
}
.row-normal {
background-color: #ffffff;
border: none;
......@@ -137,14 +113,11 @@ code {
color: #660033;
}
/* Form element styles */
.form-title {
font-family: Verdana, Helvetica, sans-serif;
font-weight: bold;
font-size: 12pt;
color: #000000;
color: #333333;
}
.form-label {
......@@ -179,143 +152,3 @@ code {
font-size: 12px;
text-decoration: none;
}
.std-text {
font-family: Verdana, Helvetica, sans-serif;
font-size: 10pt;
color: #333333;
}
.tab-small {
font-family: Verdana, Helvetica, sans-serif;
font-size: 8pt;
color: #333333;
}
.small-st {
font-family: Verdana, Arial, Helvetica;
font-size: 10px;
font-weight: bold;
text-decoration: none;
}
.small-un {
font-family: Verdana, Arial, Helvetica;
font-size: 10px;
text-decoration: underline;
}
.small-em {
font-family: Verdana, Arial, Helvetica;
font-size: 10px;
font-style: italic;
}
.small-tx {
font-family: Verdana, Arial, Helvetica;
font-size: 10px;
}
.normal-st {
font-family: Verdana, Arial, Helvetica;
font-size: 12px;
font-weight: bold;
text-decoration: none;
}
.normal-un {
font-family: Verdana, Arial, Helvetica;
font-size: 12px;
text-decoration: underline;
}
.normal-em {
font-family: Verdana, Arial, Helvetica;
font-size: 12px;
font-style: italic;
}
.normal-tx {
font-family: Verdana, Arial, Helvetica;
font-size: 12px;
}
.large-st {
font-family: Verdana, Arial, Helvetica;
font-size: 15px;
font-weight: bold;
text-decoration: none;
}
.large-un {
font-family: Verdana, Arial, Helvetica;
font-size: 15px;
text-decoration: underline;
}
.large-em {
font-family: Verdana, Arial, Helvetica;
font-size: 15px;
font-style: italic;
}
.large-tx {
font-family: Verdana, Arial, Helvetica;
font-size: 15px;
}
.infobox {
font-family: Verdana, Arial, Helvetica;
font-size: 12px;
margin-left: 0;
text-align: center;
background: #efefef;
background-image: url(/misc_/OFSP/Folder_icon.gif);
border-top: 2px solid #ffff99;
border-left: 2px solid #ffff99;
border-right: 2px solid #cc9933;
border-bottom: 2px solid #cc9933;
}
.listctl {
font-family: Verdana, Arial, Helvetica;
font-size: 10px;
line-height: 11px;
background: #efefef;
border-top: 2px solid #003366;
border-left: 2px solid #003366;
border-right: 2px solid #003366;
border-bottom: 2px solid #003366;
}
.listitem {
font-family: Verdana, Arial, Helvetica;
font-size: 12px;
line-height: 16px;
text-align: left;
align: left;
margin-left: 0;
/*
margin-top: 2;
margin-left: 2;
margin-right: 2;
margin-bottom: 2;
*/
}
.menu-bar {
font-family: Verdana, Arial, Helvetica;
font-size: 10px;
font-weight: bold;
line-height: 12px;
}
</dtml-if>
......@@ -18,7 +18,7 @@ BASEPATH1>/p_/zopelogo_jpg" height="32" width="90" border="0"
alt="" />
</td>
<td valign="top" align="right" width="70%">
<div class="normal-tx">
<div class="std-text">
Logged in as <strong><dtml-var
AUTHENTICATED_USER></strong>
<dtml-if "AUTHENTICATED_USER.getUserName() != 'Anonymous User'">
......
......@@ -5,6 +5,7 @@
limit="REQUEST.get('limit', 100)"
stats="manage_profile_stats(sort, limit)">
<dtml-if stats>
<br />
<form action="<dtml-var URL>" method="POST">
<table>
<tr>
......@@ -40,13 +41,14 @@
</pre>
<dtml-else>
<em>
Profiling is not currently enabled or there is not yet any profiling
data to report. To enable profiling, restart the Zope process with
the environment variable PROFILE_PUBLISHER defined. The value of this
variable should be the full system path to a file that will be used
to dump a profile report when the process restarts or exits.
</em>
<br />
<div class="form-text">
Profiling is not currently enabled or there is not yet any profiling
data to report. To enable profiling, restart the Zope process with
the environment variable PROFILE_PUBLISHER defined. The value of this
variable should be the full system path to a file that will be used
to dump a profile report when the process restarts or exits.
</div>
</dtml-if>
</dtml-let>
......
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