<?php
@header ("Expires: Sun, 16 Mar 2003 05:00:00 GMT");
@header ("Last-Modified: " . gmdate ("D, d M Y H:i:s") . " GMT");
@header ("Cache-Control: no-store, no-cache, must-revalidate");
@header ("Cache-Control: post-check=0, pre-check=0", false);
@header ("Pragma: no-cache");
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<!--
SVN Access Manager - a subversion access rights management tool
Copyright (C) 2008 Thomas Krieger <hide@address.com>
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
-->
<head>
<title><?php print _("SVN Access Manager")." - ".$_SERVER['HTTP_HOST']; ?></title>
<meta name="GENERATOR" content="Quanta Plus">
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-15">
<link rel="stylesheet" href="../../stylesheet.css" type="text/css" />
</head>
<body>
<div id="wrap">
<div id="header_login">
<div id="header_left">
<img src="../../images/svn-access-manager_200_60_white.jpg" width="200" height="60" border="0" />
</div>
<div id="header_right_login">
</div>
<div id="subheader">
</div>
</div>
<div id="edit_form">
<h2><?php print _("SVN Access Manager Online Help"); ?></h2>
<p> </p>
<h3>Passwort</h3>
<p>
Geben Sie Ihr altes Passwort und dann zweimal das neue Passwort ein. Das neue Passwort muss den
Passwort Richtlinien entsprechen.
</p>
<p> </p>
</div>
</div>
</body>
</html>