<?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");
include( "../include/output.inc.php" );
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<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">
<table>
<tr>
<td><img src="../images/svn-access-manager_200_60_white.jpg" width="200" height="60" /></td>
<td><h1><?php print _("SVN Access Manager Installation"); ?> <?php print _("Page 6/6"); ?></h1></td>
</tr>
</table>
</div>
<div id="login">
<form name="install" method="post" id="installform">
<table>
<tr>
<td colspan="3"> </td>
<td> </td>
</tr>
<tr>
<td colspan="3" class="standoutinst">
<?php
if( count($tErrors) > 0 ) {
print "\t\t\t\t<p><strong>"._("Hints and errors").":</strong></p>\n";
print "\t\t\t\t<ul>\n";
foreach( $tErrors as $tMessage ) {
print "\t\t\t\t\t<li>".$tMessage."</li>";
}
print "\t\t\t\t</ul>\n";
}
?>
</td>
</tr>
<tr>
<td colspan="3"> </td>
</tr>
</table>
<fieldset>
<legend><strong><?php print " "._("Misc. settings")." "; ?></strong></legend>
<table>
<tr>
<td colspan="4"> </td>
</tr>
<tr>
<td nowrap><strong><?php print _("Use logging").": "; ?></strong></td>
<td>
<input type="radio" name="fLogging" value="YES" <?php print $tLoggingYes; ?> /> <?php print _("Yes"); ?>
<input type="radio" name="fLogging" value="NO" <?php print $tLoggingNo; ?> /> <?php print _("No"); ?>
</td>
<td>
</td>
<td> </td>
</tr>
<tr>
<td nowrap><strong><?php print _("Use JavaScript").": "; ?></strong></td>
<td>
<input type="radio" name="fJavaScript" value="YES" <?php print $tJavaScriptYes; ?> /> <?php print _("Yes"); ?>
<input type="radio" name="fJavaScript" value="NO" <?php print $tJavaScriptNo; ?> /> <?php print _("No"); ?>
</td>
<td>
</td>
<td> </td>
</tr>
<tr>
<td nowrap><strong><?php print _("Page size").": "; ?></strong></td>
<td>
<input type="text" name="fPageSize" value="<?php print $tPageSize; ?>" size="4" maxsize="4" />
</td>
<td>
<?php print _("Enter the number of records of lists displayed on a page."); ?>
</td>
<td> </td>
</tr>
<tr>
<td nowrap><strong><?php print _("Minimal length for admin passwords").": "; ?></strong></td>
<td>
<input type="text" name="fMinAdminPwSize" value="<?php print $tMinAdminPwSize; ?>" size="4" maxsize="4" />
</td>
<td>
<?php print _("Enter the minimal length for administrator passwords."); ?>
</td>
<td> </td>
</tr>
<tr>
<td nowrap><strong><?php print _("Minimal length for user passwords").": "; ?></strong></td>
<td>
<input type="text" name="fMinUserPwSize" value="<?php print $tMinUserPwSize; ?>" size="4" maxsize="4" />
</td>
<td>
<?php print _("Enter the minimal length for user passwordws."); ?>
</td>
<td> </td>
</tr>
<tr>
<td nowrap><strong><?php print _("Use md5 encryption").": "; ?></strong></td>
<td>
<input type="radio" name="fUseMd5" value="md5" <?php print $tMd5Yes; ?> /> <?php print _("Yes"); ?>
<input type="radio" name="fUseMd5" value="crypt" <?php print $tMd5No; ?> /> <?php print _("No"); ?>
</td>
<td>
</td>
<td> </td>
</tr>
<tr>
<td colspan="4"> </td>
</tr>
</table>
</fieldset>
<p> </p>
<table>
<tr>
<td colspan="4"> </td>
</tr>
<tr>
<td colspan="4" class="hlp_center">
<input class="button" type="submit" name="fSubmit_back" value="<?php print _("Previous page"); ?>" />
<input class="button" type="submit" name="fSubmit_install" value="<?php print _("Start installation"); ?>" />
</td>
</tr>
</table>
</form>
</div>
</div>
<div id="footer">
<?php
$datetime = strftime("%c");
$datetime = str_replace( "รค", "ä", $datetime );
?>
<table width="100%" cellspacing="0" border="0" cellpadding="0">
<tr>
<td nowrap>
<?php $cr = isset( $CONF['copyright'] ) ? $CONF['copyright'] : ""; print $cr; ?>
</td>
<td nowrap align="right">
<?php print $datetime; ?>
</td>
</tr>
</table>
</div>
</body>
</html>