[Zope-CVS] CVS: Products/PluggableAuthService/plugins/www -
iaAdd.zpt:1.2 InlineAuthHelper.png:1.2
Zachery Bir
zbir at urbanape.com
Sat Oct 16 16:16:17 EDT 2004
Update of /cvs-repository/Products/PluggableAuthService/plugins/www
In directory cvs.zope.org:/tmp/cvs-serv25732/plugins/www
Added Files:
iaAdd.zpt InlineAuthHelper.png
Log Message:
Merging pre-1_0_3-zbir-challenge-branch to the head.
=== Products/PluggableAuthService/plugins/www/iaAdd.zpt 1.1 => 1.2 ===
--- /dev/null Sat Oct 16 16:16:16 2004
+++ Products/PluggableAuthService/plugins/www/iaAdd.zpt Sat Oct 16 16:15:46 2004
@@ -0,0 +1,47 @@
+<h1 tal:replace="structure here/manage_page_header">Header</h1>
+
+<h2 tal:define="form_title string:Add Inline Auth Helper"
+ tal:replace="structure here/manage_form_title">Form Title</h2>
+
+<p class="form-help">
+Inline Auth Helpers manage the details of Inline Authentication for
+Pluggable Auth Service functionality.
+</p>
+
+<form action="addInlineAuthHelper" method="post"
+ enctype="multipart/form-data">
+<table cellspacing="0" cellpadding="2" border="0">
+ <tr>
+ <td align="left" valign="top">
+ <div class="form-label">
+ Id
+ </div>
+ </td>
+ <td align="left" valign="top">
+ <input type="text" name="id" size="40" />
+ </td>
+ </tr>
+ <tr>
+ <td align="left" valign="top">
+ <div class="form-optional">
+ Title
+ </div>
+ </td>
+ <td align="left" valign="top">
+ <input type="text" name="title" size="40" />
+ </td>
+ </tr>
+ <tr>
+ <td align="left" valign="top">
+ </td>
+ <td align="left" valign="top">
+ <div class="form-element">
+ <input class="form-element" type="submit" name="submit"
+ value=" Add " />
+ </div>
+ </td>
+ </tr>
+</table>
+</form>
+
+<h1 tal:replace="structure here/manage_page_footer">Footer</h1>
=== Products/PluggableAuthService/plugins/www/InlineAuthHelper.png 1.1 => 1.2 ===
<Binary-ish file>
More information about the Zope-CVS
mailing list