[Zope-CVS] CVS: Products/PluggableAuthService/plugins/www - iaAdd.zpt:1.1.2.1 InlineAuthHelper.png:1.1.2.1

Zachery Bir zbir at urbanape.com
Thu Oct 14 12:07:14 EDT 2004


Update of /cvs-repository/Products/PluggableAuthService/plugins/www
In directory cvs.zope.org:/tmp/cvs-serv20666/plugins/www

Added Files:
      Tag: pre-1_0_3-zbir-challenge-branch
	iaAdd.zpt InlineAuthHelper.png 
Log Message:
New authentication plugin that returns a login form directly to the
browser in case of unauthorized.

Tests and resources included.


=== Added File Products/PluggableAuthService/plugins/www/iaAdd.zpt ===
<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>


=== Added File Products/PluggableAuthService/plugins/www/InlineAuthHelper.png ===
  <Binary-ish file>


More information about the Zope-CVS mailing list