[Zope-Checkins] CVS: Zope/lib/python/Products/Sessions/dtml - manageDataManager.dtml:1.6 manageIdManager.dtml:1.6
Amos Latteier
amos@zope.com
Mon, 19 Nov 2001 13:44:28 -0500
Update of /cvs-repository/Zope/lib/python/Products/Sessions/dtml
In directory cvs.zope.org:/tmp/cvs-serv32629/dtml
Modified Files:
manageDataManager.dtml manageIdManager.dtml
Log Message:
Improved management screens. Reformatted tables.
=== Zope/lib/python/Products/Sessions/dtml/manageDataManager.dtml 1.5 => 1.6 ===
-<form action="manage_changeSDM" method="post">
-<table cellspacing="2">
-
-<tr><td> </td></tr>
-<tr>
-<td class="form-help" colspan=2>
+<p class="form-help" colspan=2>
A Session Data Manager object is responsible for maintaining a
relationship between session data objects and Zope browser ids.
It is part of the Zope sessioning machinery. Programmers may
interact with a session data manager in order to obtain
information about session data, but will more often use the
REQUEST.SESSION object to do sessioning-related tasks.
-</td>
-</tr>
-<tr><td> </td></tr>
+</p>
+
+
+<form action="manage_changeSDM" method="post">
+<table cellspacing="2">
<tr>
<td align="left" valign="top">
@@ -38,7 +35,7 @@
Transient Object Container Path
</div>
<div class="form-help">
- e.g. '/temp_folder/transient_container'
+ e.g. '/temp_folder/session_data'
</div>
</td>
<td align="left" valign="top">
=== Zope/lib/python/Products/Sessions/dtml/manageIdManager.dtml 1.5 => 1.6 ===
<FORM ACTION="manage_changeBrowserIdManager" METHOD="POST">
-<TABLE CELLSPACING="2">
-<tr>
- <td> <td>
-</tr>
-<tr class="form-help">
- <td colspan=2>
+
+<p class="form-help">
Zope Browser Id Manager objects allow Zope to differentiate between site
visitors by "tagging" each of their browsers with a unique identifier. This
is useful if you need to tell visitors apart from one another even if they do
not "log in" to your site. Browser Id Managers are generally used
by interacting with the Zope sessioning machinery.
- </td>
-</tr>
-<tr>
- <td> <td>
-</tr>
+</p>
+
+<TABLE CELLSPACING="2" border="0">
<TR>
<TD ALIGN="LEFT" VALIGN="TOP">
<div class="form-label">
@@ -44,7 +38,7 @@
</TR>
<dtml-let loc=getBrowserIdLocation>
-<tr>
+<tr valign="top">
<td>
<div align=left class="form-label">Look for Browser Id Name in</th>
</td>