[Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/pas/browser/zodb_overview.pt
I hate decoys :(
Jim Fulton
jim at zope.com
Sat Oct 30 18:51:13 EDT 2004
Log message for revision 28299:
I hate decoys :(
Changed:
D Zope3/trunk/src/zope/app/pas/browser/zodb_overview.pt
-=-
Deleted: Zope3/trunk/src/zope/app/pas/browser/zodb_overview.pt
===================================================================
--- Zope3/trunk/src/zope/app/pas/browser/zodb_overview.pt 2004-10-30 22:09:44 UTC (rev 28298)
+++ Zope3/trunk/src/zope/app/pas/browser/zodb_overview.pt 2004-10-30 22:51:13 UTC (rev 28299)
@@ -1,60 +0,0 @@
-<html metal:use-macro="context/@@standard_macros/page">
-<head>
- <title metal:fill-slot="title" i18n:translate="">
- Translation Service - Translate
- </title>
-</head>
-
-<body>
-<div metal:fill-slot="body">
-
- <h3>List of Principals</h3>
- <form action="@@delete.html" method="post">
- <br />
- <table border="1" width="100%">
- <tr>
- <th width="16"> </th>
- <th i18n:translate="">Principal Id</th>
- <th i18n:translate="">Principal Login</th>
- </tr>
- <tr tal:repeat="principal view/list">
- <td>
- <input type="checkbox" name="ids:list" value=""
- tal:attributes="value principal/id" />
- </td>
- <td tal:content="principal/id">1</td>
- <td tal:content="principal/login">srichter</td>
- </tr>
- </table>
- <br />
- <input class="form-element" type="submit" name="SUBMIT_DELETE"
- value="Delete" i18n:attributes="value" />
- </form>
-
- <h3>New Principal</h3>
- <form action="@@add.html" method="post">
-
- <div class="row">
- <div class="label" i18n:translate="">Login</div>
- <div class="field">
- <input type="text" name="login"/>
- </div>
- </div>
-
- <div class="row">
- <div class="label" i18n:translate="">Password</div>
- <div class="field">
- <input type="password" name="password"/>
- </div>
- </div>
-
- <div class="row">
- <input class="form-element" type="submit"
- name="SUBMIT_ADD" value="Add" i18n:attributes="value" />
- </div>
-
- </form>
-
-</div>
-</body>
-</html>
More information about the Zope3-Checkins
mailing list