[Zope3-checkins] CVS: Zope3/src/zope/app/browser/services - bundle.pt:1.11 configureCache.pt:1.4 configureConnection.pt:1.4 configureView.pt:1.3 edituser.pt:1.3 error.pt:1.6 errorentry.pt:1.5 serviceactivation.pt:1.9 texttbentry.pt:1.3
Philipp von Weitershausen
philikon@philikon.de
Wed, 25 Jun 2003 18:14:57 -0400
Update of /cvs-repository/Zope3/src/zope/app/browser/services
In directory cvs.zope.org:/tmp/cvs-serv6568/services
Modified Files:
bundle.pt configureCache.pt configureConnection.pt
configureView.pt edituser.pt error.pt errorentry.pt
serviceactivation.pt texttbentry.pt
Log Message:
More "xhtml gheddon" :).
=== Zope3/src/zope/app/browser/services/bundle.pt 1.10 => 1.11 ===
--- Zope3/src/zope/app/browser/services/bundle.pt:1.10 Wed Jun 25 17:18:53 2003
+++ Zope3/src/zope/app/browser/services/bundle.pt Wed Jun 25 18:14:26 2003
@@ -1,5 +1,5 @@
<html metal:use-macro="views/standard_macros/page">
-
+<body>
<div metal:fill-slot="body" tal:define="message view/update">
<h1>Bundle Information</h1>
@@ -38,7 +38,7 @@
<br /><br /><i><a href="@@bundle.html">(click to clear message)</a></i>
</div>
-<form action="@@bundle.html" method="GET">
+<form action="@@bundle.html" method="get">
<tal:block tal:repeat="svc view/listServices">
@@ -66,7 +66,7 @@
<input type="radio" tal:attributes="name cnf/path"
value="Registered" />Register only
<b><input type="radio" tal:attributes="name cnf/path"
- value="Active" checked />Register and activate</b>
+ value="Active" checked="checked" />Register and activate</b>
</span>
<span tal:condition="python: cnf['advice'] == 'Registered'">
<b><input type="radio" tal:attributes="name cnf/path"
@@ -89,7 +89,7 @@
</form>
-<form action="@@bundle.html" method="GET">
+<form action="@@bundle.html" method="get">
<p>Click "Deactivate bundle" to unregister all registrations in
this bundle.</p>
@@ -101,5 +101,5 @@
</form>
</div>
-
+</body>
</html>
=== Zope3/src/zope/app/browser/services/configureCache.pt 1.3 => 1.4 ===
--- Zope3/src/zope/app/browser/services/configureCache.pt:1.3 Wed Jun 25 14:43:08 2003
+++ Zope3/src/zope/app/browser/services/configureCache.pt Wed Jun 25 18:14:26 2003
@@ -1,5 +1,5 @@
<html metal:use-macro="context/@@standard_macros/page">
-
+<body>
<div metal:fill-slot="body"
i18n:domain="zope"
>
@@ -28,5 +28,5 @@
</form>
</div>
-
+</body>
</html>
=== Zope3/src/zope/app/browser/services/configureConnection.pt 1.3 => 1.4 ===
--- Zope3/src/zope/app/browser/services/configureConnection.pt:1.3 Wed Jun 25 14:43:08 2003
+++ Zope3/src/zope/app/browser/services/configureConnection.pt Wed Jun 25 18:14:26 2003
@@ -1,5 +1,5 @@
<html metal:use-macro="context/@@standard_macros/page">
-
+<body>
<div metal:fill-slot="body"
i18n:domain="zope"
>
@@ -28,5 +28,5 @@
</form>
</div>
-
+</body>
</html>
=== Zope3/src/zope/app/browser/services/configureView.pt 1.2 => 1.3 ===
--- Zope3/src/zope/app/browser/services/configureView.pt:1.2 Wed Jun 25 14:43:08 2003
+++ Zope3/src/zope/app/browser/services/configureView.pt Wed Jun 25 18:14:26 2003
@@ -1,5 +1,5 @@
<html metal:use-macro="context/@@standard_macros/page">
-
+<body>
<div metal:fill-slot="body">
<h2>View registrations for
@@ -25,5 +25,5 @@
</form>
</div>
-
+</body>
</html>
=== Zope3/src/zope/app/browser/services/edituser.pt 1.2 => 1.3 ===
--- Zope3/src/zope/app/browser/services/edituser.pt:1.2 Wed Jun 25 14:43:08 2003
+++ Zope3/src/zope/app/browser/services/edituser.pt Wed Jun 25 18:14:26 2003
@@ -46,13 +46,9 @@
<select name="roles:list" size="5" multiple="multiple">
<tal:block tal:repeat="role view/getAvailableRoles"
tal:define="user_roles context/getRoles">
- <option value=""
- tal:condition="python: role.getId() not in user_roles"
- tal:attributes="value role/getId"
- tal:content="role/getTitle" />
- <option value="" selected=""
- tal:condition="python: role.getId() in user_roles"
- tal:attributes="value role/getId"
+ <option
+ tal:attributes="value role/getId;
+ selected python:role.getId() in user_roles"
tal:content="role/getTitle" />
</tal:block>
</select>
=== Zope3/src/zope/app/browser/services/error.pt 1.5 => 1.6 ===
--- Zope3/src/zope/app/browser/services/error.pt:1.5 Wed Jun 25 17:18:53 2003
+++ Zope3/src/zope/app/browser/services/error.pt Wed Jun 25 18:14:26 2003
@@ -94,7 +94,7 @@
</div>
</form>
<p>
-<form action="index.html" method="GET">
+<form action="index.html" method="get">
<input type="submit" name="submit" value=" Refresh " />
</form>
</p>
=== Zope3/src/zope/app/browser/services/errorentry.pt 1.4 => 1.5 ===
--- Zope3/src/zope/app/browser/services/errorentry.pt:1.4 Wed Jun 25 14:43:08 2003
+++ Zope3/src/zope/app/browser/services/errorentry.pt Wed Jun 25 18:14:26 2003
@@ -59,11 +59,11 @@
</div>
-<p>
-<form action="index.html" method="get">
-<input type="submit" name="submit" value=" Return to log " />
-</form>
-</p>
+<div>
+ <form action="index.html" method="get">
+ <input type="submit" name="submit" value=" Return to log " />
+ </form>
+</div>
</div>
</div>
=== Zope3/src/zope/app/browser/services/serviceactivation.pt 1.8 => 1.9 ===
--- Zope3/src/zope/app/browser/services/serviceactivation.pt:1.8 Wed Jun 25 14:43:08 2003
+++ Zope3/src/zope/app/browser/services/serviceactivation.pt Wed Jun 25 18:14:26 2003
@@ -1,5 +1,5 @@
<html metal:use-macro="views/standard_macros/page">
-
+<body>
<tal:block
metal:fill-slot="headers"
tal:define="global pagetip string:
@@ -58,4 +58,5 @@
</form>
</div>
+</body>
</html>
=== Zope3/src/zope/app/browser/services/texttbentry.pt 1.2 => 1.3 ===
--- Zope3/src/zope/app/browser/services/texttbentry.pt:1.2 Wed Dec 25 09:12:36 2002
+++ Zope3/src/zope/app/browser/services/texttbentry.pt Wed Jun 25 18:14:26 2003
@@ -1,7 +1,9 @@
<html>
+<body>
<div tal:define="entry python:context.getLogEntryById(request.get('id'))">
<pre tal:content="entry/tb_text">
Traceback (text)
</pre>
</div>
+</body>
</html>