[Zope3-checkins] CVS: Zope3/lib/python/Zope/App/index - subscription_control.pt:1.2
Guido van Rossum
guido@python.org
Thu, 5 Dec 2002 10:43:33 -0500
Update of /cvs-repository/Zope3/lib/python/Zope/App/index
In directory cvs.zope.org:/tmp/cvs-serv8446
Modified Files:
subscription_control.pt
Log Message:
Use standard template.
=== Zope3/lib/python/Zope/App/index/subscription_control.pt 1.1 => 1.2 ===
--- Zope3/lib/python/Zope/App/index/subscription_control.pt:1.1 Thu Dec 5 08:47:43 2002
+++ Zope3/lib/python/Zope/App/index/subscription_control.pt Thu Dec 5 10:43:33 2002
@@ -1,7 +1,13 @@
-<html>
+<html metal:use-macro="views/standard_macros/page">
+
+ <head>
+ <title>Registration "Service" Control Page</title>
+ </head>
<body>
+ <div metal:fill-slot="body">
+
<h1>Subscription control</h1>
<span tal:condition="request/callSubscribe|nothing" tal:omit-tag="">
@@ -21,6 +27,8 @@
<input type="submit" value="Subscribe" name="callSubscribe" />
</span>
</form>
+
+ </div>
</body>