| <?xml version="1.0"?> |
| <!DOCTYPE html |
| PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" |
| "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> |
| <html xmlns="http://www.w3.org/1999/xhtml"> |
| <head> |
| <title>%(realname)s Private Archives Authentication</title> |
| <link rel="shortcut icon" href="<mm-favicon>" /> |
| <link rel="stylesheet" type="text/css" charset="utf-8" media="all" href="/error/include/common.css" /> |
| <link rel="stylesheet" type="text/css" charset="utf-8" media="all" href="/error/include/mailman.css" /> |
| </head> |
| |
| <body> |
| |
| <div id="header"> |
| <a href="http://www.centos.org/"><img class="logo" src="/error/include/img/centos.png" alt="CentOS" /></a> |
| <div class="navigation"> |
| <ul class="mainlinks"> |
| <li><a href="http://centos.org/">Home</a></li> |
| <li><a href="http://centos.org/downloads/">Downloads</a></li> |
| <li><a href="http://centos.org/docs">Docs</a></li> |
| <li><a href="http://centos.org/wiki/">Wiki</a></li> |
| <li class="current"><a href="http://centos.org/lists/">Lists</a></li> |
| <li><a href="http://centos.org/bugs/">Bugs</a></li> |
| <li><a href="http://centos.org/forums/">Forums</a></li> |
| <li><a href="http://centos.org/trac/">Projects</a></li> |
| </ul> |
| </div> |
| </div> |
| |
| <div id="errormsg"> |
| <img src="/error/include/img/lists.png" alt="Lists" /> |
| <p><mm-errormsg-listinfo> | <mm-errormsg-listadmin> </p> |
| <h1><mm-errormsg-header></h1> |
| </div> |
| |
| <div id="centoslinks"> |
| |
| %(message)s |
| |
| <h1>%(realname)s Private Archive Authentication</h1> |
| |
| <form method="post" action="%(action)s"> |
| <table> |
| <tr> |
| <td class="description">Email address:</td> |
| <td class="value"><input type="text" name="username" size="30" /></td> |
| </tr> |
| <tr> |
| <td class="description">Password:</td> |
| <td class="value"><input type="password" name="password" size="30" /></td> |
| </tr> |
| <tr> |
| <td colspan="2" class="mm_submit"> |
| <input type="submit" name="submit" value="Let me in..." /> |
| </td> |
| </tr> |
| </table> |
| </form> |
| |
| <p><strong>Important:</strong> From this point on, you must have |
| cookies enabled in your browser, otherwise you will have to |
| re-authenticate with every operation.</p> |
| |
| <p>Session cookies are used in Mailman's private archive interface |
| so that you don't need to re-authenticate with every operation. |
| This cookie will expire automatically when you exit your browser, or |
| you can explicitly expire the cookie by visiting your member options |
| page and clicking the <em>Log out</em> button.</p> |
| |
| </div> |
| |
| <div id="footer"> |
| <p class="sysinfo"><a href="http://www.centos.org/"><strong>The CentOS Project</strong></a></p> |
| <p class="sysinfo floatr">Powered by <a href="http://www.gnu.org/software/mailman/index.html"><strong>Mailman</strong></a></p> |
| <p class="sysinfo">Community Enterprise Operating System</p> |
| </div> |
| |
| </body> |
| </html> |