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
80c84515
Commit
80c84515
authored
Jan 15, 2001
by
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added quick start from Michel, fixes to top frame
parent
0765711b
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
104 additions
and
4 deletions
+104
-4
lib/python/App/dtml/manage_top_frame.dtml
lib/python/App/dtml/manage_top_frame.dtml
+2
-2
lib/python/App/dtml/menu.dtml
lib/python/App/dtml/menu.dtml
+2
-2
lib/python/App/dtml/zope_quick_start.dtml
lib/python/App/dtml/zope_quick_start.dtml
+100
-0
No files found.
lib/python/App/dtml/manage_top_frame.dtml
View file @
80c84515
...
...
@@ -25,10 +25,10 @@ alt="" />
AUTHENTICATED_USER
></strong></span>
<select
class=
"form-element"
name=
":action"
onChange=
"window.parent.manage_main.location.href='&dtml-BASEPATH1;/'+this.options[this.selectedIndex].value"
>
<option
value=
"
ZopeQuickS
tart"
>
Zope Quick Start
</option>
<option
value=
"
zope_quick_s
tart"
>
Zope Quick Start
</option>
<dtml-if
"
AUTHENTICATED_USER
.
getUserName
()
!=
'
Anonymous
User
'"
>
<option
value=
"manage_zmi_prefs"
>
Set Preferences
</option>
<option
value=
"manage_logout"
>
Logout
</option>
<option
value=
"manage_
zmi_
logout"
>
Logout
</option>
</dtml-if>
</select>
<input
class=
"form-element"
type=
"submit"
name=
"submit"
value=
" Go "
/>
...
...
lib/python/App/dtml/menu.dtml
View file @
80c84515
...
...
@@ -79,10 +79,10 @@ alt="" />
AUTHENTICATED_USER></strong></span>
<select class="form-element" name=":action" onChange="window.parent.manage_main.location.href='&dtml-BASEPATH1;/'+this.options[this.selectedIndex].value">
<option value="
ZopeQuickS
tart">Getting Started</option>
<option value="
zope_quick_s
tart">Getting Started</option>
<dtml-if "AUTHENTICATED_USER.getUserName() != 'Anonymous User'">
<option value="manage_zmi_prefs">Preferences</option>
<option value="manage_logout">Logout</option>
<option value="manage_
zmi_
logout">Logout</option>
</dtml-if>
</select>
<input class="form-element" type="submit" name="submit" value=" Go " />
...
...
lib/python/App/dtml/zope_quick_start.dtml
0 → 100644
View file @
80c84515
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
<html>
<head>
<meta
http-equiv=
"content-type"
content=
"text/html; charset=iso-8859-1"
>
<title>
Zope QuickStart
</title>
<dtml-let
ag=
"REQUEST.get('HTTP_USER_AGENT', '')"
is_nav4=
"ag[:9] == 'Mozilla/4' and _.string.find(ag, 'MSIE') < 0"
>
<dtml-if
is_nav4
>
<style
type=
"text/css"
>
<!
--
<
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"
>
<dtml-var
"
manage_form_title
(
this
(),
_
,
form_title=
'Zope Quick Start'
,
)"
>
<p>
Welcome to
<strong>
Zope
</strong>
- a new generation of software that
we call a web application platform. Like web application servers, Zope
provides very high performance and a strong framework for dynamic
applications. Here are some quick pointers to get you started:
</p>
<ul>
<li>
<p>
<a
href=
"http://www.zope.org/Members/michel/ZB/"
target=
"_new"
>
Read The
Fine Manual
</a>
. This document guides you through the whole process of
learning Zope, from logging in for the first time to creating your own
web applications.
</p>
</li>
<li>
<p>
There is a built-in interactive
<strong>
Zope Tutorial
</strong>
which
gets you started with some simple tasks using the Zope managment
interface. To use the tutorial, go to any Folder and select
<em>
Zope Tutorial
</em>
from the add list and click the
<em>
Add
</em>
button. Provide a name for the tutorial and click
<em>
Add
</em>
to
begin working with the tutorial.
</p>
</li>
<li>
<p>
Go to the main
<a
href=
"http://www.zope.org/Documentation/"
target=
"_new"
>
Documentation Overview
</a>
on Zope.org. Here you will find pointers to
official and community contributed documentation.
</p>
</li>
<li>
<p>
Look at the various
<a
href=
"http://www.zope.org/Resources/MailingLists"
target=
"_new"
>
Mailing
Lists
</a>
about Zope. The Mailing Lists are where you can get
quick, accurate, friendly help from a large community of Zope
users from around the world.
</p>
</li>
<li>
<p>
Browse and search the integrated,
<a
href=
"HelpSys"
target=
"zope_help"
>
Online Help System
</a>
which contains documentation on
the various kinds of components you'll find in Zope.
</p>
</li>
<li>
<p>
Go directly to the
<a
href=
"<dtml-var BASEPATH1>/manage"
target=
"_top"
>
Zope Management Interface
</a>
if you'd like to start working with Zope
right away.
</p>
</li>
<li>
<p>
Find out about
<a
href=
"http://www.digicool.com/"
target=
"_new"
>
Digital
Creations
</a>
, the publishers of Zope.
</p>
</li>
</ul>
</body>
</html>
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