Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Z
Zope
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
Zope
Commits
294ea060
Commit
294ea060
authored
Jan 09, 2001
by
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
inline css for NS4 clients
parent
43f486eb
Changes
9
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
40 additions
and
195 deletions
+40
-195
lib/python/App/dtml/cacheGC.dtml
lib/python/App/dtml/cacheGC.dtml
+1
-0
lib/python/App/dtml/cacheParameters.dtml
lib/python/App/dtml/cacheParameters.dtml
+1
-1
lib/python/App/dtml/dbMain.dtml
lib/python/App/dtml/dbMain.dtml
+4
-2
lib/python/App/dtml/manage.dtml
lib/python/App/dtml/manage.dtml
+1
-1
lib/python/App/dtml/manage_page_footer.dtml
lib/python/App/dtml/manage_page_footer.dtml
+0
-3
lib/python/App/dtml/manage_page_header.dtml
lib/python/App/dtml/manage_page_header.dtml
+14
-4
lib/python/App/dtml/manage_page_style.css.dtml
lib/python/App/dtml/manage_page_style.css.dtml
+9
-176
lib/python/App/dtml/manage_top_frame.dtml
lib/python/App/dtml/manage_top_frame.dtml
+1
-1
lib/python/App/dtml/profile.dtml
lib/python/App/dtml/profile.dtml
+9
-7
No files found.
lib/python/App/dtml/cacheGC.dtml
View file @
294ea060
<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">
...
...
lib/python/App/dtml/cacheParameters.dtml
View file @
294ea060
<dtml-var manage_page_header>
<dtml-var manage_tabs>
<br />
<table>
<tr>
<td align="left">
...
...
lib/python/App/dtml/dbMain.dtml
View file @
294ea060
...
...
@@ -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">
...
...
lib/python/App/dtml/manage.dtml
View file @
294ea060
...
...
@@ -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
;
...
...
lib/python/App/dtml/manage_page_footer.dtml
View file @
294ea060
<!--
</font>
-->
</body>
</html>
lib/python/App/dtml/manage_page_header.dtml
View file @
294ea060
...
...
@@ -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"
>
lib/python/App/dtml/manage_page_style.css.dtml
View file @
294ea060
/* 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>
lib/python/App/dtml/manage_top_frame.dtml
View file @
294ea060
...
...
@@ -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
'"
>
...
...
lib/python/App/dtml/profile.dtml
View file @
294ea060
...
...
@@ -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>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment