[Zope3-checkins] CVS: Zope3/src/zope/app/browser/services - add_svc_config.pt:1.6 adduser.pt:1.3 auth.pt:1.4 edituser.pt:1.4 services.pt:1.11 texttbentry.pt:1.4
Steve Alexander
steve@cat-box.net
Mon, 30 Jun 2003 13:11:25 -0400
Update of /cvs-repository/Zope3/src/zope/app/browser/services
In directory cvs.zope.org:/tmp/cvs-serv25941/src/zope/app/browser/services
Modified Files:
add_svc_config.pt adduser.pt auth.pt edituser.pt services.pt
texttbentry.pt
Log Message:
Removed tabs.
=== Zope3/src/zope/app/browser/services/add_svc_config.pt 1.5 => 1.6 ===
--- Zope3/src/zope/app/browser/services/add_svc_config.pt:1.5 Wed Jun 25 14:43:08 2003
+++ Zope3/src/zope/app/browser/services/add_svc_config.pt Mon Jun 30 13:10:54 2003
@@ -17,26 +17,26 @@
</thead>
<tbody>
- <tr tal:repeat="item view/listServiceTypes">
+ <tr tal:repeat="item view/listServiceTypes">
- <td>
- <input type="checkbox" name="name:list" value="value"
+ <td>
+ <input type="checkbox" name="name:list" value="value"
checked="checked" tal:attributes="value item/name" />
</td>
<td tal:content="item/name">Events</td>
- <td>
- <input type="checkbox" name="active:list" value="value"
- tal:attributes="value item/name;
- checked item/checked" />
- </td>
+ <td>
+ <input type="checkbox" name="active:list" value="value"
+ tal:attributes="value item/name;
+ checked item/checked" />
+ </td>
- </tr>
+ </tr>
</tbody>
- </table>
+ </table>
- <input type="reset" value="Reset form" />
+ <input type="reset" value="Reset form" />
<input type="submit" value="Submit" />
=== Zope3/src/zope/app/browser/services/adduser.pt 1.2 => 1.3 ===
--- Zope3/src/zope/app/browser/services/adduser.pt:1.2 Wed Jun 25 14:43:08 2003
+++ Zope3/src/zope/app/browser/services/adduser.pt Mon Jun 30 13:10:54 2003
@@ -9,48 +9,48 @@
<form action="." method="post" enctype="multipart/form-data">
<table>
- <tbody>
-
- <tr>
- <th>Id:</th>
- <td>
- <input type="text" name="id" size="40" value="" />
- </td>
- </tr>
- <tr>
- <th>Title:</th>
- <td>
- <input type="text" name="title" size="40" value="" />
- </td>
- </tr>
- <tr>
- <th>Description:</th>
- <td>
- <input type="text" name="description" size="40" value="" />
- </td>
- </tr>
- <tr>
- <th>Login:</th>
- <td>
- <input type="text" name="login" size="40" value="" />
- </td>
- </tr>
- <tr>
- <th>Password:</th>
- <td>
- <input type="password" name="password" size="40" value="" />
- </td>
- </tr>
- <tr>
- <th>Roles:</th>
- <td>
- <select name="roles:list">
- <option value="Manager">Manager</option>
+ <tbody>
+
+ <tr>
+ <th>Id:</th>
+ <td>
+ <input type="text" name="id" size="40" value="" />
+ </td>
+ </tr>
+ <tr>
+ <th>Title:</th>
+ <td>
+ <input type="text" name="title" size="40" value="" />
+ </td>
+ </tr>
+ <tr>
+ <th>Description:</th>
+ <td>
+ <input type="text" name="description" size="40" value="" />
+ </td>
+ </tr>
+ <tr>
+ <th>Login:</th>
+ <td>
+ <input type="text" name="login" size="40" value="" />
+ </td>
+ </tr>
+ <tr>
+ <th>Password:</th>
+ <td>
+ <input type="password" name="password" size="40" value="" />
+ </td>
+ </tr>
+ <tr>
+ <th>Roles:</th>
+ <td>
+ <select name="roles:list">
+ <option value="Manager">Manager</option>
</select>
</td>
- </tr>
-
- </tbody>
+ </tr>
+
+ </tbody>
</table>
<input type="submit" name="action.html:method" value="Add" />
@@ -60,4 +60,4 @@
</div>
</body>
-</html>
\ No newline at end of file
+</html>
=== Zope3/src/zope/app/browser/services/auth.pt 1.3 => 1.4 ===
--- Zope3/src/zope/app/browser/services/auth.pt:1.3 Wed Jun 25 14:43:08 2003
+++ Zope3/src/zope/app/browser/services/auth.pt Mon Jun 30 13:10:54 2003
@@ -9,48 +9,48 @@
<form action="." method="post" enctype="multipart/form-data">
<table>
- <tbody>
-
- <tr>
- <th>Id:</th>
- <td>
- <input type="text" name="id" size="40" value="" />
- </td>
- </tr>
- <tr>
- <th>Title:</th>
- <td>
- <input type="text" name="title" size="40" value="" />
- </td>
- </tr>
- <tr>
- <th>Description:</th>
- <td>
- <input type="text" name="description" size="40" value="" />
- </td>
- </tr>
- <tr>
- <th>Login:</th>
- <td>
- <input type="text" name="login" size="40" value="" />
- </td>
- </tr>
- <tr>
- <th>Password:</th>
- <td>
- <input type="password" name="password" size="40" value="" />
- </td>
- </tr>
- <tr>
- <th>Roles:</th>
- <td>
- <select name="roles:list">
- <option value="Manager">Manager</option>
+ <tbody>
+
+ <tr>
+ <th>Id:</th>
+ <td>
+ <input type="text" name="id" size="40" value="" />
+ </td>
+ </tr>
+ <tr>
+ <th>Title:</th>
+ <td>
+ <input type="text" name="title" size="40" value="" />
+ </td>
+ </tr>
+ <tr>
+ <th>Description:</th>
+ <td>
+ <input type="text" name="description" size="40" value="" />
+ </td>
+ </tr>
+ <tr>
+ <th>Login:</th>
+ <td>
+ <input type="text" name="login" size="40" value="" />
+ </td>
+ </tr>
+ <tr>
+ <th>Password:</th>
+ <td>
+ <input type="password" name="password" size="40" value="" />
+ </td>
+ </tr>
+ <tr>
+ <th>Roles:</th>
+ <td>
+ <select name="roles:list">
+ <option value="Manager">Manager</option>
</select>
</td>
- </tr>
-
- </tbody>
+ </tr>
+
+ </tbody>
</table>
<input type="submit" name="action.html:method" value="Add" />
@@ -60,4 +60,4 @@
</div>
</body>
-</html>
\ No newline at end of file
+</html>
=== Zope3/src/zope/app/browser/services/edituser.pt 1.3 => 1.4 ===
--- Zope3/src/zope/app/browser/services/edituser.pt:1.3 Wed Jun 25 18:14:26 2003
+++ Zope3/src/zope/app/browser/services/edituser.pt Mon Jun 30 13:10:54 2003
@@ -11,51 +11,51 @@
<form action="." method="post" enctype="multipart/form-data">
<table>
- <tbody>
-
- <tr>
- <th>Title:</th>
- <td>
- <input type="text" name="title" size="40" value=""
+ <tbody>
+
+ <tr>
+ <th>Title:</th>
+ <td>
+ <input type="text" name="title" size="40" value=""
tal:attributes="value context/getTitle" />
</td>
- </tr>
- <tr>
- <th>Description:</th>
- <td>
- <input type="text" name="description" size="40" value=""
+ </tr>
+ <tr>
+ <th>Description:</th>
+ <td>
+ <input type="text" name="description" size="40" value=""
tal:attributes="value context/getDescription" />
</td>
- </tr>
- <tr>
- <th>Login:</th>
- <td>
- <input type="text" name="login" size="40" value=""
+ </tr>
+ <tr>
+ <th>Login:</th>
+ <td>
+ <input type="text" name="login" size="40" value=""
tal:attributes="value context/getLogin" />
</td>
- </tr>
- <tr>
- <th>Password:</th>
- <td>
- <input type="password" name="password" size="40" value="DEFAULT" />
+ </tr>
+ <tr>
+ <th>Password:</th>
+ <td>
+ <input type="password" name="password" size="40" value="DEFAULT" />
</td>
- </tr>
- <tr>
- <th>Roles:</th>
- <td>
- <select name="roles:list" size="5" multiple="multiple">
- <tal:block tal:repeat="role view/getAvailableRoles"
- tal:define="user_roles context/getRoles">
- <option
- tal:attributes="value role/getId;
+ </tr>
+ <tr>
+ <th>Roles:</th>
+ <td>
+ <select name="roles:list" size="5" multiple="multiple">
+ <tal:block tal:repeat="role view/getAvailableRoles"
+ tal:define="user_roles context/getRoles">
+ <option
+ tal:attributes="value role/getId;
selected python:role.getId() in user_roles"
- tal:content="role/getTitle" />
- </tal:block>
+ tal:content="role/getTitle" />
+ </tal:block>
</select>
</td>
- </tr>
-
- </tbody>
+ </tr>
+
+ </tbody>
</table>
<input type="submit" name="edit.html:method" value="Edit" />
@@ -65,4 +65,4 @@
</div>
</body>
-</html>
\ No newline at end of file
+</html>
=== Zope3/src/zope/app/browser/services/services.pt 1.10 => 1.11 ===
--- Zope3/src/zope/app/browser/services/services.pt:1.10 Wed Jun 25 17:18:53 2003
+++ Zope3/src/zope/app/browser/services/services.pt Mon Jun 30 13:10:54 2003
@@ -25,7 +25,7 @@
disabling the service altogether.
</p>
- <form method="POST" action="services.html">
+ <form method="POST" action="services.html">
<table>
<tr tal:repeat="reg registries">
@@ -55,12 +55,12 @@
<input type="submit" name="Activate" value="Activate" />
<input type="submit" name="Deactivate" value="Deactivate" />
-
+
<input type="submit" name="Delete" value="Delete" />
-
+
<input type="submit" name="Refresh" value="Refresh" />
- </form>
+ </form>
<p><a href="default/AddService">Add a service to this service
mananger</a></p>
=== Zope3/src/zope/app/browser/services/texttbentry.pt 1.3 => 1.4 ===
--- Zope3/src/zope/app/browser/services/texttbentry.pt:1.3 Wed Jun 25 18:14:26 2003
+++ Zope3/src/zope/app/browser/services/texttbentry.pt Mon Jun 30 13:10:54 2003
@@ -2,8 +2,8 @@
<body>
<div tal:define="entry python:context.getLogEntryById(request.get('id'))">
<pre tal:content="entry/tb_text">
- Traceback (text)
+ Traceback (text)
</pre>
</div>
</body>
-</html>
\ No newline at end of file
+</html>